diff --git a/providers/airbyte/docs/.latest-doc-only-change.txt b/providers/airbyte/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/airbyte/docs/.latest-doc-only-change.txt
+++ b/providers/airbyte/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/alibaba/docs/.latest-doc-only-change.txt b/providers/alibaba/docs/.latest-doc-only-change.txt
index 28afc522f70a9..f41e3226a6f43 100644
--- a/providers/alibaba/docs/.latest-doc-only-change.txt
+++ b/providers/alibaba/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-6adb2dbae47341eb61dbc62dbc56176d9aa83fd9
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst
index e7ea3f36d1090..2129a2dae1280 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.5.0``
+Release: ``9.6.0``
Amazon integration (including `Amazon Web Services (AWS) `__).
@@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
are in ``airflow.providers.amazon`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -104,4 +104,4 @@ Dependent package
====================================================================================================================== ===================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst
index 783aeca505615..05ac4dccf0a27 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,39 @@
Changelog
---------
+9.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add Bedrock Batch Inference Operator and accompanying parts (#48468)``
+* ``Update ECS executor to support Task SDK (#48513)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Handle NoCredentialsError in waiter_with_logging.py (#48946)``
+* ``Bedrock Batch Inference - Trying to stop a completed job is a successful result (#48964)``
+* ``S3Hook: remove error return on inactivity period check (#48782)``
+
+Misc
+~~~~
+
+* ``Rename list_jobs method to describe_jobs in GlueJobHook (#48904)``
+* ``Fix typo in docstring for MwaaHook (#48980)``
+* ``Update Amazon RDS Operators and Sensors to inherit AWS Base classes (#48872)``
+* ``Change provider-specific dependencies to refer to providers (#48843)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Refactor AWS system tests to not use @task.branch (#48973)``
+ * ``Fix botocore version in Amazon provider docs to match 'pyproject.toml' (#48981)``
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Fix default base value (#49013)``
+
9.5.0
.....
diff --git a/providers/amazon/docs/commits.rst b/providers/amazon/docs/commits.rst
index e641c1d2876b5..34da032bffed3 100644
--- a/providers/amazon/docs/commits.rst
+++ b/providers/amazon/docs/commits.rst
@@ -34,14 +34,40 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Fix default base value (#49013)``
+`e0eaa604f4 `__ 2025-04-10 ``Rename list_jobs method to describe_jobs in GlueJobHook (#48904)``
+`f1a12f13e4 `__ 2025-04-09 ``Refactor AWS system tests to not use @task.branch (#48973)``
+`f09d8bc79c `__ 2025-04-09 ``Handle NoCredentialsError in waiter_with_logging.py (#48946)``
+`5142a9a0d4 `__ 2025-04-09 ``Fix botocore version in Amazon provider docs to match 'pyproject.toml' (#48981)``
+`7e3e1718b6 `__ 2025-04-09 ``Fix typo in docstring for MwaaHook (#48980)``
+`8d0170d200 `__ 2025-04-08 ``Bedrock Batch Inference - Trying to stop a completed job is a successful result (#48964)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`7bd1aa6bc0 `__ 2025-04-07 ``Add Bedrock Batch Inference Operator and accompanying parts (#48468)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`8e8c84fed2 `__ 2025-04-07 ``Update ECS executor to support Task SDK (#48513)``
+`43652d5bbc `__ 2025-04-07 ``Update Amazon RDS Operators and Sensors to inherit AWS Base classes (#48872)``
+`f911e47085 `__ 2025-04-07 ``S3Hook: remove error return on inactivity period check (#48782)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`3b48df7697 `__ 2025-04-06 ``Change provider-specific dependencies to refer to providers (#48843)``
+================================================================================================== =========== ============================================================================================
+
9.5.0
.....
-Latest change: 2025-04-04
+Latest change: 2025-04-06
================================================================================================== =========== ======================================================================================================================================
Commit Committed Subject
================================================================================================== =========== ======================================================================================================================================
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
`1025474d28 `__ 2025-04-04 ``Add 'ti' to the RemoteLogIO read and upload methods (#48804)``
`5ca62b8f23 `__ 2025-04-04 ``Fix Cloudwatch remote logging (#48774)``
`7fda150de7 `__ 2025-04-03 ``Clarify the Redshift delete cluster operator messaging. (#48652)``
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index 422f27e79867d..013d11831c7ba 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -86,7 +86,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 9.5.0
+Release: 9.6.0
Provider package
----------------
@@ -106,9 +106,9 @@ Requirements
The minimum Apache Airflow version supported by this provider distribution is ``2.9.0``.
-========================================== ======================
+========================================== =====================
PIP package Version required
-========================================== ======================
+========================================== =====================
``apache-airflow`` ``>=2.9.0``
``apache-airflow-providers-common-compat`` ``>=1.6.0``
``apache-airflow-providers-common-sql`` ``>=1.20.0``
@@ -116,16 +116,16 @@ PIP package Version required
``boto3`` ``>=1.37.0``
``botocore`` ``>=1.37.0``
``inflection`` ``>=0.5.1``
-``watchtower`` ``>=3.0.0,!=3.3.0,<4``
+``watchtower`` ``>=3.3.1,<4``
``jsonpath_ng`` ``>=1.5.3``
-``redshift_connector`` ``>=2.0.918``
+``redshift_connector`` ``>=2.1.3``
``asgiref`` ``>=2.3.0``
-``PyAthena`` ``>=3.0.10``
+``PyAthena`` ``>=3.10.0``
``jmespath`` ``>=0.7.0``
``python3-saml`` ``>=1.16.0``
``xmlsec`` ``>=1.3.14,!=1.3.15``
``sagemaker-studio`` ``>=1.0.9``
-========================================== ======================
+========================================== =====================
Cross provider package dependencies
-----------------------------------
@@ -165,5 +165,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-amazon 9.5.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.5.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.6.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.6.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index b1d35fe0b185a..432ed11047eed 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -22,9 +22,10 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) `__).
state: ready
-source-date-epoch: 1743477760
+source-date-epoch: 1744280881
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 9.6.0
- 9.5.0
- 9.4.0
- 9.2.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index 1ca7c32a387cb..1094721a0252e 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-amazon"
-version = "9.5.0"
+version = "9.6.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
authors = [
@@ -204,8 +204,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.5.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.6.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/amazon/src/airflow/providers/amazon/__init__.py b/providers/amazon/src/airflow/providers/amazon/__init__.py
index 67626630ec5f4..a67f8844e6a4d 100644
--- a/providers/amazon/src/airflow/providers/amazon/__init__.py
+++ b/providers/amazon/src/airflow/providers/amazon/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "9.5.0"
+__version__ = "9.6.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/apache/beam/docs/.latest-doc-only-change.txt b/providers/apache/beam/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/beam/docs/.latest-doc-only-change.txt
+++ b/providers/apache/beam/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/cassandra/docs/.latest-doc-only-change.txt b/providers/apache/cassandra/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/cassandra/docs/.latest-doc-only-change.txt
+++ b/providers/apache/cassandra/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/drill/docs/.latest-doc-only-change.txt b/providers/apache/drill/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/drill/docs/.latest-doc-only-change.txt
+++ b/providers/apache/drill/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/druid/docs/.latest-doc-only-change.txt b/providers/apache/druid/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/druid/docs/.latest-doc-only-change.txt
+++ b/providers/apache/druid/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/flink/docs/.latest-doc-only-change.txt b/providers/apache/flink/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/flink/docs/.latest-doc-only-change.txt
+++ b/providers/apache/flink/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst
index 6adcc9ecc936c..1495cc1d7f381 100644
--- a/providers/apache/hdfs/README.rst
+++ b/providers/apache/hdfs/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-hdfs``
-Release: ``4.7.1``
+Release: ``4.8.0``
`Hadoop Distributed File System (HDFS) `__
@@ -37,7 +37,7 @@ This is a provider package for ``apache.hdfs`` provider. All classes for this pr
are in ``airflow.providers.apache.hdfs`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -61,4 +61,4 @@ PIP package Version required
================================= =====================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/hdfs/docs/changelog.rst b/providers/apache/hdfs/docs/changelog.rst
index 1281d3309e772..dce86d87630da 100644
--- a/providers/apache/hdfs/docs/changelog.rst
+++ b/providers/apache/hdfs/docs/changelog.rst
@@ -27,6 +27,26 @@
Changelog
---------
+4.8.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add support for reading/writing task logs to HDFS in Airflow 3 (#48788)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Prepare docs for Apr 1st wave of providers (#48828)``
+ * ``Simplify tooling by switching completely to uv (#48223)``
+ * ``Prepare docs for Mar 2nd wave of providers (#48383)``
+ * ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
+ * ``Move airflow sources to airflow-core package (#47798)``
+ * ``Remove links to x/twitter.com (#47801)``
+
4.7.1
.....
diff --git a/providers/apache/hdfs/docs/commits.rst b/providers/apache/hdfs/docs/commits.rst
index dc8fd0cba89c7..912e559b8f3fc 100644
--- a/providers/apache/hdfs/docs/commits.rst
+++ b/providers/apache/hdfs/docs/commits.rst
@@ -35,14 +35,35 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Add support for reading/writing task logs to HDFS in Airflow 3 (#48788)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
+`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
+`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
+`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
+`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
+`935d2831fe `__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
+================================================================================================== =========== ==================================================================================
+
4.7.1
.....
-Latest change: 2025-03-05
+Latest change: 2025-03-09
================================================================================================== =========== =====================================================================
Commit Committed Subject
================================================================================================== =========== =====================================================================
+`492ecfe5c0 `__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
`e4002c3305 `__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
`1447705482 `__ 2025-03-01 ``Fix codespell issues detected by new codespell (#47259)``
`1addb55154 `__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)``
diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst
index dee2355100dee..5ec1f841662ed 100644
--- a/providers/apache/hdfs/docs/index.rst
+++ b/providers/apache/hdfs/docs/index.rst
@@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package
and `WebHDFS `__.
-Release: 4.7.1
+Release: 4.8.0
Provider package
----------------
diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml
index 5237d7b0c0e08..49c0e51ec9c77 100644
--- a/providers/apache/hdfs/provider.yaml
+++ b/providers/apache/hdfs/provider.yaml
@@ -23,9 +23,10 @@ description: |
and `WebHDFS `__.
state: ready
-source-date-epoch: 1743477772
+source-date-epoch: 1744280918
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 4.8.0
- 4.7.1
- 4.7.0
- 4.6.0
diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml
index 8bf1ab02b4efc..950833f074fa3 100644
--- a/providers/apache/hdfs/pyproject.toml
+++ b/providers/apache/hdfs/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-hdfs"
-version = "4.7.1"
+version = "4.8.0"
description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
readme = "README.rst"
authors = [
@@ -97,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.7.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.7.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.8.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.8.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
index b4cdee81ad13a..c9293a9ae7eaa 100644
--- a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
+++ b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.7.1"
+__version__ = "4.8.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/apache/hive/docs/.latest-doc-only-change.txt b/providers/apache/hive/docs/.latest-doc-only-change.txt
index faea9d9d90a8d..f41e3226a6f43 100644
--- a/providers/apache/hive/docs/.latest-doc-only-change.txt
+++ b/providers/apache/hive/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-09a7bd1d585d2d306dd30435689f22b614fe0abf
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/iceberg/docs/.latest-doc-only-change.txt b/providers/apache/iceberg/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/iceberg/docs/.latest-doc-only-change.txt
+++ b/providers/apache/iceberg/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/impala/docs/.latest-doc-only-change.txt b/providers/apache/impala/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/impala/docs/.latest-doc-only-change.txt
+++ b/providers/apache/impala/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/kafka/docs/.latest-doc-only-change.txt b/providers/apache/kafka/docs/.latest-doc-only-change.txt
index 2dce7d6910414..0db04fa6c6274 100644
--- a/providers/apache/kafka/docs/.latest-doc-only-change.txt
+++ b/providers/apache/kafka/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+fa5a6c7e1a9e8d064f4bc92267bd969ae6f1417f
diff --git a/providers/apache/kylin/docs/.latest-doc-only-change.txt b/providers/apache/kylin/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/kylin/docs/.latest-doc-only-change.txt
+++ b/providers/apache/kylin/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/livy/README.rst b/providers/apache/livy/README.rst
index 785b4fe70e4c0..d14c13b7206ff 100644
--- a/providers/apache/livy/README.rst
+++ b/providers/apache/livy/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-livy``
-Release: ``4.3.0``
+Release: ``4.3.1``
`Apache Livy `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.livy`` provider. All classes for this pr
are in ``airflow.providers.apache.livy`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -81,4 +81,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/livy/docs/changelog.rst b/providers/apache/livy/docs/changelog.rst
index 03730a955b008..7f25c9d29b305 100644
--- a/providers/apache/livy/docs/changelog.rst
+++ b/providers/apache/livy/docs/changelog.rst
@@ -28,6 +28,20 @@
Changelog
---------
+4.3.1
+.....
+
+Misc
+~~~~
+
+* ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+
4.3.0
.....
diff --git a/providers/apache/livy/docs/commits.rst b/providers/apache/livy/docs/commits.rst
index d2065d6f18549..ac7b1680216de 100644
--- a/providers/apache/livy/docs/commits.rst
+++ b/providers/apache/livy/docs/commits.rst
@@ -34,14 +34,29 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Remove sqlite provider from preinstalled and use aiosqlite as core dep (#48966)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+================================================================================================== =========== ===================================================================================
+
4.3.0
.....
-Latest change: 2025-04-02
+Latest change: 2025-04-06
================================================================================================== =========== ====================================================================
Commit Committed Subject
================================================================================================== =========== ====================================================================
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
`71558c7fee `__ 2025-03-31 ``add OpenLineage configuration injection to LivyOperator (#47564)``
`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst
index 6b8737e5b7c2d..a901ba124b3dc 100644
--- a/providers/apache/livy/docs/index.rst
+++ b/providers/apache/livy/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package
`Apache Livy `__
-Release: 4.3.0
+Release: 4.3.1
Provider package
----------------
@@ -132,5 +132,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-livy 4.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 4.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.3.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.3.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml
index f01e9b1be81cc..df95c04efbb5e 100644
--- a/providers/apache/livy/provider.yaml
+++ b/providers/apache/livy/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Apache Livy `__
state: ready
-source-date-epoch: 1743835744
+source-date-epoch: 1744281012
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml
index ad19ca56bd2b6..fc2a709ea132b 100644
--- a/providers/apache/livy/pyproject.toml
+++ b/providers/apache/livy/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-livy"
-version = "4.3.0"
+version = "4.3.1"
description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow"
readme = "README.rst"
authors = [
@@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.3.1/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
index 04581229e9fc3..d02cce4f4dace 100644
--- a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
+++ b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.3.0"
+__version__ = "4.3.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/apache/pig/docs/.latest-doc-only-change.txt b/providers/apache/pig/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/pig/docs/.latest-doc-only-change.txt
+++ b/providers/apache/pig/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/pinot/docs/.latest-doc-only-change.txt b/providers/apache/pinot/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apache/pinot/docs/.latest-doc-only-change.txt
+++ b/providers/apache/pinot/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/apache/spark/README.rst b/providers/apache/spark/README.rst
index ee9739503c211..17a103bec4feb 100644
--- a/providers/apache/spark/README.rst
+++ b/providers/apache/spark/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-spark``
-Release: ``5.1.1``
+Release: ``5.2.0``
`Apache Spark `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.spark`` provider. All classes for this p
are in ``airflow.providers.apache.spark`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -80,4 +80,4 @@ Dependent package
====================================================================================================================== ===================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/spark/docs/changelog.rst b/providers/apache/spark/docs/changelog.rst
index bf87e0a0a75c1..faf68b390c6ba 100644
--- a/providers/apache/spark/docs/changelog.rst
+++ b/providers/apache/spark/docs/changelog.rst
@@ -29,6 +29,28 @@
Changelog
---------
+5.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add openlineage as Extra dep for Spark provider (#48972)``
+
+Misc
+~~~~
+
+* ``Make '@task' import from airflow.sdk (#48896)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Prepare docs for Apr 1st wave of providers (#48828)``
+ * ``Simplify tooling by switching completely to uv (#48223)``
+ * ``Upgrade ruff to latest version (#48553)``
+
5.1.1
.....
diff --git a/providers/apache/spark/docs/commits.rst b/providers/apache/spark/docs/commits.rst
index 40a6fe0f68c0f..22300c62d4ae2 100644
--- a/providers/apache/spark/docs/commits.rst
+++ b/providers/apache/spark/docs/commits.rst
@@ -34,14 +34,33 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Add openlineage as Extra dep for Spark provider (#48972)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
+`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
+`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)``
+================================================================================================== =========== ==================================================================================
+
5.1.1
.....
-Latest change: 2025-03-25
+Latest change: 2025-03-26
================================================================================================== =========== ===========================================================================
Commit Committed Subject
================================================================================================== =========== ===========================================================================
+`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
`27a3944da6 `__ 2025-03-24 ``add OpenLineage configuration injection to SparkSubmitOperator (#47508)``
`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
diff --git a/providers/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst
index 404a308d9cabe..fff7b39a87150 100644
--- a/providers/apache/spark/docs/index.rst
+++ b/providers/apache/spark/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package
`Apache Spark `__
-Release: 5.1.1
+Release: 5.2.0
Provider package
----------------
@@ -132,5 +132,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-spark 5.1.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-spark 5.1.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 5.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 5.2.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml
index 1be5150f603bc..f074505229233 100644
--- a/providers/apache/spark/provider.yaml
+++ b/providers/apache/spark/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Apache Spark `__
state: ready
-source-date-epoch: 1743477786
+source-date-epoch: 1744281071
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 5.2.0
- 5.1.1
- 5.0.1
- 5.0.0
diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml
index 77ef942b6c672..446a7fab53c80 100644
--- a/providers/apache/spark/pyproject.toml
+++ b/providers/apache/spark/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-spark"
-version = "5.1.1"
+version = "5.2.0"
description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow"
readme = "README.rst"
authors = [
@@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.1.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.1.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.2.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/5.2.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py
index 43ad86fcc8692..42ce84227dacd 100644
--- a/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py
+++ b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "5.1.1"
+__version__ = "5.2.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/apprise/docs/.latest-doc-only-change.txt b/providers/apprise/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/apprise/docs/.latest-doc-only-change.txt
+++ b/providers/apprise/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/arangodb/docs/.latest-doc-only-change.txt b/providers/arangodb/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/arangodb/docs/.latest-doc-only-change.txt
+++ b/providers/arangodb/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/asana/docs/.latest-doc-only-change.txt b/providers/asana/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/asana/docs/.latest-doc-only-change.txt
+++ b/providers/asana/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/atlassian/jira/docs/.latest-doc-only-change.txt b/providers/atlassian/jira/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/atlassian/jira/docs/.latest-doc-only-change.txt
+++ b/providers/atlassian/jira/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/celery/README.rst b/providers/celery/README.rst
index 73789e85eb671..c20a4ab3d81e6 100644
--- a/providers/celery/README.rst
+++ b/providers/celery/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-celery``
-Release: ``3.10.5``
+Release: ``3.10.6``
`Celery `__
@@ -36,7 +36,7 @@ This is a provider package for ``celery`` provider. All classes for this provide
are in ``airflow.providers.celery`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -78,4 +78,4 @@ Dependent package
====================================================================================================================== ===================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/celery/docs/changelog.rst b/providers/celery/docs/changelog.rst
index a65064e2f2759..1aea840e743df 100644
--- a/providers/celery/docs/changelog.rst
+++ b/providers/celery/docs/changelog.rst
@@ -27,6 +27,24 @@
Changelog
---------
+3.10.6
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Bring back serve_logs to be in the core (#49031)``
+
+Misc
+~~~~
+
+* ``Remove fab from preinstalled providers (#48457)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Improve documentation building iteration (#48760)``
+
3.10.5
......
diff --git a/providers/celery/docs/commits.rst b/providers/celery/docs/commits.rst
index 5c7dc57ee4df6..202f399ecf3e4 100644
--- a/providers/celery/docs/commits.rst
+++ b/providers/celery/docs/commits.rst
@@ -34,14 +34,29 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Bring back serve_logs to be in the core (#49031)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+================================================================================================== =========== ==================================================================================
+
3.10.5
......
-Latest change: 2025-04-04
+Latest change: 2025-04-06
================================================================================================== =========== =======================================================================
Commit Committed Subject
================================================================================================== =========== =======================================================================
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
`a61cb1b949 `__ 2025-04-04 ``Fix Celery Executor on Airflow 2.x again. (#48806)``
`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
`69f8682514 `__ 2025-04-02 ``Remove change_sensor_mode_to_reschedule from base executor (#48649)``
diff --git a/providers/celery/docs/index.rst b/providers/celery/docs/index.rst
index 27fd1844b7971..7a82039be0358 100644
--- a/providers/celery/docs/index.rst
+++ b/providers/celery/docs/index.rst
@@ -67,7 +67,7 @@ apache-airflow-providers-celery package
`Celery `__
-Release: 3.10.5
+Release: 3.10.6
Provider package
----------------
@@ -120,5 +120,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-celery 3.10.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-celery 3.10.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-celery 3.10.6 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-celery 3.10.6 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/celery/provider.yaml b/providers/celery/provider.yaml
index 74ddc0490309c..b8fc1fcfcceda 100644
--- a/providers/celery/provider.yaml
+++ b/providers/celery/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Celery `__
state: ready
-source-date-epoch: 1743835810
+source-date-epoch: 1744281145
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 3.10.6
- 3.10.5
- 3.10.4
- 3.10.3
diff --git a/providers/celery/pyproject.toml b/providers/celery/pyproject.toml
index afcb58fbc6eb5..8ab5c13abc01e 100644
--- a/providers/celery/pyproject.toml
+++ b/providers/celery/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-celery"
-version = "3.10.5"
+version = "3.10.6"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
readme = "README.rst"
authors = [
@@ -108,8 +108,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.6"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.6/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/celery/src/airflow/providers/celery/__init__.py b/providers/celery/src/airflow/providers/celery/__init__.py
index 25efdc145968d..83f6aa6e2d847 100644
--- a/providers/celery/src/airflow/providers/celery/__init__.py
+++ b/providers/celery/src/airflow/providers/celery/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.10.5"
+__version__ = "3.10.6"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/cloudant/docs/.latest-doc-only-change.txt b/providers/cloudant/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/cloudant/docs/.latest-doc-only-change.txt
+++ b/providers/cloudant/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst
index 3e9004431c538..22400e843ab65 100644
--- a/providers/cncf/kubernetes/README.rst
+++ b/providers/cncf/kubernetes/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-cncf-kubernetes``
-Release: ``10.4.1``
+Release: ``10.4.2``
`Kubernetes `__
@@ -36,7 +36,7 @@ This is a provider package for ``cncf.kubernetes`` provider. All classes for thi
are in ``airflow.providers.cncf.kubernetes`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -62,4 +62,4 @@ PIP package Version required
====================== =====================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/cncf/kubernetes/docs/changelog.rst b/providers/cncf/kubernetes/docs/changelog.rst
index 1b53b54126036..205af5c6d2019 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -28,6 +28,21 @@ Changelog
---------
+10.4.2
+......
+
+Misc
+~~~~
+
+* ``Make '@task' import from airflow.sdk (#48896)``
+* ``Update ECS executor to support Task SDK (#48513)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+
10.4.1
......
diff --git a/providers/cncf/kubernetes/docs/commits.rst b/providers/cncf/kubernetes/docs/commits.rst
index fa7a1cec8c3be..e8f697aaf7f99 100644
--- a/providers/cncf/kubernetes/docs/commits.rst
+++ b/providers/cncf/kubernetes/docs/commits.rst
@@ -34,14 +34,30 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`8e8c84fed2 `__ 2025-04-07 ``Update ECS executor to support Task SDK (#48513)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+================================================================================================== =========== ==================================================================================
+
10.4.1
......
-Latest change: 2025-04-05
+Latest change: 2025-04-06
================================================================================================== =========== ==================================================================================
Commit Committed Subject
================================================================================================== =========== ==================================================================================
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
`32b4186010 `__ 2025-04-05 ``Remove old comment about excluding 'executor_config' (#48830)``
`1ee519c2c4 `__ 2025-04-05 ``No need to exclude executor_config specifically for KE (#48826)``
`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst
index 9d73925353f03..4d86ab17d5a09 100644
--- a/providers/cncf/kubernetes/docs/index.rst
+++ b/providers/cncf/kubernetes/docs/index.rst
@@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package
`Kubernetes `__
-Release: 10.4.1
+Release: 10.4.2
Provider package
----------------
diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml
index e8653c8d7d836..833822c34428f 100644
--- a/providers/cncf/kubernetes/provider.yaml
+++ b/providers/cncf/kubernetes/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Kubernetes `__
state: ready
-source-date-epoch: 1743835927
+source-date-epoch: 1744281222
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 10.4.2
- 10.4.1
- 10.4.0
- 10.3.1
diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml
index 7bdd8644816e7..2ab2e8878ce8f 100644
--- a/providers/cncf/kubernetes/pyproject.toml
+++ b/providers/cncf/kubernetes/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-cncf-kubernetes"
-version = "10.4.1"
+version = "10.4.2"
description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
readme = "README.rst"
authors = [
@@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py
index e2e8401e15ee7..13f8738e40f23 100644
--- a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py
+++ b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "10.4.1"
+__version__ = "10.4.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/cohere/docs/.latest-doc-only-change.txt b/providers/cohere/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/cohere/docs/.latest-doc-only-change.txt
+++ b/providers/cohere/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/common/compat/docs/.latest-doc-only-change.txt b/providers/common/compat/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/common/compat/docs/.latest-doc-only-change.txt
+++ b/providers/common/compat/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/common/io/README.rst b/providers/common/io/README.rst
index bf4c4365ac6ac..cd81c7c6c01a9 100644
--- a/providers/common/io/README.rst
+++ b/providers/common/io/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-io``
-Release: ``1.5.2``
+Release: ``1.5.3``
Common IO Provider
@@ -36,7 +36,7 @@ This is a provider package for ``common.io`` provider. All classes for this prov
are in ``airflow.providers.common.io`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -77,4 +77,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/common/io/docs/changelog.rst b/providers/common/io/docs/changelog.rst
index 298b6e04a5a2b..3aaf3dfb67435 100644
--- a/providers/common/io/docs/changelog.rst
+++ b/providers/common/io/docs/changelog.rst
@@ -25,6 +25,25 @@
Changelog
---------
+1.5.3
+.....
+
+Misc
+~~~~
+
+* ``Move ObjectStoragePath and attach to Task SDK (#48906)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Fix common-io and common-compat provider description format (#48864)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Prepare docs for Apr 1st wave of providers (#48828)``
+ * ``Simplify tooling by switching completely to uv (#48223)``
+ * ``Upgrade ruff to latest version (#48553)``
+ * ``Move bases classes to 'airflow.sdk.bases' (#48487)``
+
1.5.2
.....
diff --git a/providers/common/io/docs/commits.rst b/providers/common/io/docs/commits.rst
index 76a09a8f973ce..3638a4fe89f89 100644
--- a/providers/common/io/docs/commits.rst
+++ b/providers/common/io/docs/commits.rst
@@ -26,7 +26,7 @@
Package apache-airflow-providers-common-io
------------------------------------------------------
-``Common IO Provider``
+Common IO Provider
This is detailed commit list of changes for versions provider package: ``common.io``.
@@ -34,14 +34,34 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-09 ``Move ObjectStoragePath and attach to Task SDK (#48906)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`3461b3a259 `__ 2025-04-07 ``Fix common-io and common-compat provider description format (#48864)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
+`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
+`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)``
+`fde5051eac `__ 2025-03-28 ``Move bases classes to 'airflow.sdk.bases' (#48487)``
+================================================================================================== =========== ==================================================================================
+
1.5.2
.....
-Latest change: 2025-03-25
+Latest change: 2025-03-26
================================================================================================== =========== ==========================================================================
Commit Committed Subject
================================================================================================== =========== ==========================================================================
+`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
`1a5eb7a29c `__ 2025-03-20 ``Bump various providers in preparation for Airflow 3.0.0b4 (#48013)``
diff --git a/providers/common/io/docs/index.rst b/providers/common/io/docs/index.rst
index 10561d6c2c192..d3da288415546 100644
--- a/providers/common/io/docs/index.rst
+++ b/providers/common/io/docs/index.rst
@@ -76,10 +76,10 @@
apache-airflow-providers-common-io package
------------------------------------------------------
-``Common IO Provider``
+Common IO Provider
-Release: 1.5.2
+Release: 1.5.3
Provider package
----------------
@@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-common-io 1.5.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-io 1.5.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-io 1.5.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-io 1.5.3 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/io/provider.yaml b/providers/common/io/provider.yaml
index 92e8245717047..aff8458291418 100644
--- a/providers/common/io/provider.yaml
+++ b/providers/common/io/provider.yaml
@@ -22,9 +22,10 @@ description: |
Common IO Provider
state: ready
-source-date-epoch: 1743477801
+source-date-epoch: 1744281358
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
diff --git a/providers/common/io/pyproject.toml b/providers/common/io/pyproject.toml
index 575928c3a4cc1..b13f18d345dbc 100644
--- a/providers/common/io/pyproject.toml
+++ b/providers/common/io/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-common-io"
-version = "1.5.2"
+version = "1.5.3"
description = "Provider package apache-airflow-providers-common-io for Apache Airflow"
readme = "README.rst"
authors = [
@@ -106,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-io/1.5.3/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/common/io/src/airflow/providers/common/io/__init__.py b/providers/common/io/src/airflow/providers/common/io/__init__.py
index 53cb8d1d17edf..c1b9c8c755a1e 100644
--- a/providers/common/io/src/airflow/providers/common/io/__init__.py
+++ b/providers/common/io/src/airflow/providers/common/io/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.5.2"
+__version__ = "1.5.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/common/messaging/docs/commits.rst b/providers/common/messaging/docs/commits.rst
index a1c34a0a4c854..934cb31ab51b7 100644
--- a/providers/common/messaging/docs/commits.rst
+++ b/providers/common/messaging/docs/commits.rst
@@ -37,11 +37,16 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove dev0 suffix from Airlfow version (#48934)``
+`7b2ec33c7a `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
`96c3563c57 `__ 2025-03-28 ``Fix checking if we have proper provider's __init__.py files (#48489)``
`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
@@ -55,4 +60,4 @@ Commit
`cc2c4ce0c9 `__ 2025-03-01 ``Regenerate common.messaging generated documentation/files (#47253)``
`ccd02336bf `__ 2025-03-01 ``Fix broken generated provider.toml on main (#47250)``
`ca4f094c76 `__ 2025-03-01 ``Common Message Queue (#46694)``
-================================================================================================== =========== ========================================================================
+================================================================================================== =========== ==================================================================================
diff --git a/providers/common/sql/docs/.latest-doc-only-change.txt b/providers/common/sql/docs/.latest-doc-only-change.txt
index 326facd559364..87d40a093ece1 100644
--- a/providers/common/sql/docs/.latest-doc-only-change.txt
+++ b/providers/common/sql/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-6937ae76476b3bc869ef912d000bcc94ad642db1
+f7c16b8ed27b75f7daa98fc8e5aef4457ec58503
diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst
index 40313d6a05904..f4bc9568d5b40 100644
--- a/providers/databricks/README.rst
+++ b/providers/databricks/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-databricks``
-Release: ``7.3.0``
+Release: ``7.3.1``
`Databricks `__
@@ -36,7 +36,7 @@ This is a provider package for ``databricks`` provider. All classes for this pro
are in ``airflow.providers.databricks`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -84,4 +84,4 @@ Dependent package
============================================================================================================ ==============
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/databricks/docs/changelog.rst b/providers/databricks/docs/changelog.rst
index d82ca6d5872d7..b4aac244e4c45 100644
--- a/providers/databricks/docs/changelog.rst
+++ b/providers/databricks/docs/changelog.rst
@@ -26,6 +26,22 @@
Changelog
---------
+7.3.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix overriding_parameters missing in repair_task (#48877)``
+* ``fix for databricks repair buttons not overriding the template parameters (#46704)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Fix static checks in mock_databricks_hook (#48869)``
+ * ``Improve documentation building iteration (#48760)``
+
7.3.0
.....
diff --git a/providers/databricks/docs/commits.rst b/providers/databricks/docs/commits.rst
index 365270c47ace9..c339e44ef8ed9 100644
--- a/providers/databricks/docs/commits.rst
+++ b/providers/databricks/docs/commits.rst
@@ -34,14 +34,31 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`659150689e `__ 2025-04-07 ``Fix Databricks provider tests (#48877)``
+`7933b44a1b `__ 2025-04-07 ``Fix static checks in mock_databricks_hook (#48869)``
+`b752f7e9c0 `__ 2025-04-07 ``fix for databricks repair buttons not overriding the template parameters (#46704)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+================================================================================================== =========== =====================================================================================
+
7.3.0
.....
-Latest change: 2025-04-03
+Latest change: 2025-04-06
================================================================================================== =========== =============================================================
Commit Committed Subject
================================================================================================== =========== =============================================================
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
`7fb5abad64 `__ 2025-04-03 ``Add DatabricksSQLStatementsOperator (#48507)``
`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)``
diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst
index 5917f4ce13ccd..d283a7f0407f3 100644
--- a/providers/databricks/docs/index.rst
+++ b/providers/databricks/docs/index.rst
@@ -78,7 +78,7 @@ apache-airflow-providers-databricks package
`Databricks `__
-Release: 7.3.0
+Release: 7.3.1
Provider package
----------------
@@ -137,5 +137,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-databricks 7.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-databricks 7.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.3.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.3.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml
index 623343aacb1a2..8b011999a3736 100644
--- a/providers/databricks/provider.yaml
+++ b/providers/databricks/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Databricks `__
state: ready
-source-date-epoch: 1743835987
+source-date-epoch: 1744281606
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 7.3.1
- 7.3.0
- 7.2.2
- 7.2.1
diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml
index 928ac7aa53a92..8cd8b79be57cf 100644
--- a/providers/databricks/pyproject.toml
+++ b/providers/databricks/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-databricks"
-version = "7.3.0"
+version = "7.3.1"
description = "Provider package apache-airflow-providers-databricks for Apache Airflow"
readme = "README.rst"
authors = [
@@ -122,8 +122,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.3.1/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/databricks/src/airflow/providers/databricks/__init__.py b/providers/databricks/src/airflow/providers/databricks/__init__.py
index c22e941b54284..4253cc5c9f626 100644
--- a/providers/databricks/src/airflow/providers/databricks/__init__.py
+++ b/providers/databricks/src/airflow/providers/databricks/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "7.3.0"
+__version__ = "7.3.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/datadog/docs/.latest-doc-only-change.txt b/providers/datadog/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/datadog/docs/.latest-doc-only-change.txt
+++ b/providers/datadog/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/dbt/cloud/docs/.latest-doc-only-change.txt b/providers/dbt/cloud/docs/.latest-doc-only-change.txt
index faea9d9d90a8d..f41e3226a6f43 100644
--- a/providers/dbt/cloud/docs/.latest-doc-only-change.txt
+++ b/providers/dbt/cloud/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-09a7bd1d585d2d306dd30435689f22b614fe0abf
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/dingding/docs/.latest-doc-only-change.txt b/providers/dingding/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/dingding/docs/.latest-doc-only-change.txt
+++ b/providers/dingding/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/discord/README.rst b/providers/discord/README.rst
index ecb580ac0ec0d..9a21efa79fa60 100644
--- a/providers/discord/README.rst
+++ b/providers/discord/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-discord``
-Release: ``3.9.4``
+Release: ``3.9.5``
`Discord `__
@@ -36,7 +36,7 @@ This is a provider package for ``discord`` provider. All classes for this provid
are in ``airflow.providers.discord`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -79,4 +79,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/discord/docs/changelog.rst b/providers/discord/docs/changelog.rst
index e8c32ef565302..15005f926ad59 100644
--- a/providers/discord/docs/changelog.rst
+++ b/providers/discord/docs/changelog.rst
@@ -27,6 +27,22 @@
Changelog
---------
+3.9.5
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix discord and slack provider icon url (#48680)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Prepare docs for Apr 1st wave of providers (#48828)``
+ * ``Simplify tooling by switching completely to uv (#48223)``
+
3.9.4
.....
diff --git a/providers/discord/docs/commits.rst b/providers/discord/docs/commits.rst
index cf445bd1b3af7..429db9ac217e9 100644
--- a/providers/discord/docs/commits.rst
+++ b/providers/discord/docs/commits.rst
@@ -34,6 +34,22 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`6c885cd263 `__ 2025-04-06 ``Fix discord and slack provider icon url (#48680)``
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
+`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
+================================================================================================== =========== ==================================================================================
+
3.9.4
.....
@@ -42,6 +58,7 @@ Latest change: 2025-03-26
================================================================================================== =========== ================================================================
Commit Committed Subject
================================================================================================== =========== ================================================================
+`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
`6b32358673 `__ 2025-03-26 ``Move BaseNotifier to Task SDK (#48008)``
`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
diff --git a/providers/discord/docs/index.rst b/providers/discord/docs/index.rst
index 74dc99685cdcd..384c1d2ef7b29 100644
--- a/providers/discord/docs/index.rst
+++ b/providers/discord/docs/index.rst
@@ -62,7 +62,7 @@ apache-airflow-providers-discord package
`Discord `__
-Release: 3.9.4
+Release: 3.9.5
Provider package
----------------
@@ -116,5 +116,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-discord 3.9.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-discord 3.9.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-discord 3.9.5 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-discord 3.9.5 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/discord/provider.yaml b/providers/discord/provider.yaml
index 3d34f6889787a..3855161c6df1c 100644
--- a/providers/discord/provider.yaml
+++ b/providers/discord/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Discord `__
state: ready
-source-date-epoch: 1743477813
+source-date-epoch: 1744281698
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 3.9.5
- 3.9.4
- 3.9.3
- 3.9.2
diff --git a/providers/discord/pyproject.toml b/providers/discord/pyproject.toml
index ab5054d865a58..5466481aa11af 100644
--- a/providers/discord/pyproject.toml
+++ b/providers/discord/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-discord"
-version = "3.9.4"
+version = "3.9.5"
description = "Provider package apache-airflow-providers-discord for Apache Airflow"
readme = "README.rst"
authors = [
@@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.5"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-discord/3.9.5/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/discord/src/airflow/providers/discord/__init__.py b/providers/discord/src/airflow/providers/discord/__init__.py
index d4be1552dbe62..31643aec03949 100644
--- a/providers/discord/src/airflow/providers/discord/__init__.py
+++ b/providers/discord/src/airflow/providers/discord/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.9.4"
+__version__ = "3.9.5"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/docker/README.rst b/providers/docker/README.rst
index 3145e24f0af11..6f7a78f971559 100644
--- a/providers/docker/README.rst
+++ b/providers/docker/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-docker``
-Release: ``4.3.0``
+Release: ``4.3.1``
`Docker `__
@@ -36,7 +36,7 @@ This is a provider package for ``docker`` provider. All classes for this provide
are in ``airflow.providers.docker`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -78,4 +78,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/docker/docs/changelog.rst b/providers/docker/docs/changelog.rst
index 6e14aaa4a6abf..d691362bc33b8 100644
--- a/providers/docker/docs/changelog.rst
+++ b/providers/docker/docs/changelog.rst
@@ -28,6 +28,23 @@ Changelog
---------
+4.3.1
+.....
+
+Misc
+~~~~
+
+* ``Make '@task' import from airflow.sdk (#48896)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+ * ``Remove fab from preinstalled providers (#48457)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Prepare docs for Apr 1st wave of providers (#48828)``
+ * ``Simplify tooling by switching completely to uv (#48223)``
+ * ``Upgrade ruff to latest version (#48553)``
+
4.3.0
.....
diff --git a/providers/docker/docs/commits.rst b/providers/docker/docs/commits.rst
index 98f0e445e8af9..a2933743c3995 100644
--- a/providers/docker/docs/commits.rst
+++ b/providers/docker/docs/commits.rst
@@ -34,14 +34,32 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-08 ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+`86d5b27f92 `__ 2025-04-08 ``Make '@task' import from airflow.sdk (#48896)``
+`139673d3ce `__ 2025-04-07 ``Remove fab from preinstalled providers (#48457)``
+`67858fd7e7 `__ 2025-04-06 ``Improve documentation building iteration (#48760)``
+`adbb062b50 `__ 2025-04-06 ``Prepare docs for Apr 1st wave of providers (#48828)``
+`d4473555c0 `__ 2025-04-02 ``Simplify tooling by switching completely to uv (#48223)``
+`47002feacd `__ 2025-03-30 ``Upgrade ruff to latest version (#48553)``
+================================================================================================== =========== ==================================================================================
+
4.3.0
.....
-Latest change: 2025-03-25
+Latest change: 2025-03-26
================================================================================================== =========== ================================================================
Commit Committed Subject
================================================================================================== =========== ================================================================
+`c762e17820 `__ 2025-03-26 ``Prepare docs for Mar 2nd wave of providers (#48383)``
`6adb2dbae4 `__ 2025-03-25 ``Upgrade providers flit build requirements to 3.12.0 (#48362)``
`4837db18a6 `__ 2025-03-22 ``make docker swarm service name customizable (#47957)``
`243fe86d4b `__ 2025-03-21 ``Move airflow sources to airflow-core package (#47798)``
diff --git a/providers/docker/docs/index.rst b/providers/docker/docs/index.rst
index 2507fe28556a6..c798b3de7a3a0 100644
--- a/providers/docker/docs/index.rst
+++ b/providers/docker/docs/index.rst
@@ -70,7 +70,7 @@ apache-airflow-providers-docker package
`Docker `__
-Release: 4.3.0
+Release: 4.3.1
Provider package
----------------
@@ -123,5 +123,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-docker 4.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-docker 4.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-docker 4.3.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-docker 4.3.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/docker/provider.yaml b/providers/docker/provider.yaml
index 983b6a57a8cbb..0911c4faf8a85 100644
--- a/providers/docker/provider.yaml
+++ b/providers/docker/provider.yaml
@@ -22,9 +22,10 @@ description: |
`Docker `__
state: ready
-source-date-epoch: 1743477814
+source-date-epoch: 1744281712
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
diff --git a/providers/docker/pyproject.toml b/providers/docker/pyproject.toml
index 984cdbb45865f..2c9cf5b937651 100644
--- a/providers/docker/pyproject.toml
+++ b/providers/docker/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-docker"
-version = "4.3.0"
+version = "4.3.1"
description = "Provider package apache-airflow-providers-docker for Apache Airflow"
readme = "README.rst"
authors = [
@@ -104,8 +104,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-docker/4.3.1/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/docker/src/airflow/providers/docker/__init__.py b/providers/docker/src/airflow/providers/docker/__init__.py
index 33ba56fe4fb4a..ac9ec76f70823 100644
--- a/providers/docker/src/airflow/providers/docker/__init__.py
+++ b/providers/docker/src/airflow/providers/docker/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.3.0"
+__version__ = "4.3.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
diff --git a/providers/elasticsearch/docs/.latest-doc-only-change.txt b/providers/elasticsearch/docs/.latest-doc-only-change.txt
index 2dce7d6910414..f41e3226a6f43 100644
--- a/providers/elasticsearch/docs/.latest-doc-only-change.txt
+++ b/providers/elasticsearch/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-d4473555c0e7022e073489b7163d49102881a1a6
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/exasol/docs/.latest-doc-only-change.txt b/providers/exasol/docs/.latest-doc-only-change.txt
index 28afc522f70a9..f41e3226a6f43 100644
--- a/providers/exasol/docs/.latest-doc-only-change.txt
+++ b/providers/exasol/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-6adb2dbae47341eb61dbc62dbc56176d9aa83fd9
+7b2ec33c7ad4998d9c9735b79593fcdcd3b9dd1f
diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst
index 79d5aaf68ca9b..e23bfc8849871 100644
--- a/providers/fab/docs/changelog.rst
+++ b/providers/fab/docs/changelog.rst
@@ -172,6 +172,19 @@ Full list of unclassified changes
* ``feat(AIP-84): add auth to /ui/backfills (#47657)``
* ``forward port fab 1.5.2 to main branch (#45377)``
* ``move standard, alibaba and common.sql provider to the new structure (#45964)``
+* ``Bring back serve_logs to be in the core (#49031)``
+* ``Force use of symetric JWT algorithm for internal logs server (#49029)``
+* ``Move FAB related configs to FAB provider (#49017)``
+* ``Add back methods needed by Flask in 'AirflowAppBuilder' (#48968)``
+* ``Bump webpack (#49016)``
+* ``Add ability to configure PERMANENT_SESSION_LIFETIME in fab for session logout. (#48827)``
+* ``Move wtforms/Werkzeug dependencies to FAB provider (#48970)``
+* ``Bump webpack (#48959)``
+* ``Remove unnecessary entries in get_provider_info and update the schema (#48849)``
+* ``Apply configuration defined in 'webserver_config.py' to Flask config (#48898)``
+* ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#48893)``
+* ``Remove fab from preinstalled providers (#48457)``
+* ``Add single endpoint to retrieve menu information (#48762)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
@@ -180,6 +193,10 @@ Full list of unclassified changes
* ``Prepare docs for Mar 2nd wave of providers (#48383)``
* ``Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)``
* ``Prepare documentation for FAB 2.0.0rc2 release (#48745)``
+ * ``Remove dev0 suffix from Airflow version (#48934)``
+ * ``Improve documentation building iteration (#48760)``
+ * ``Prepare docs for Apr 1st wave of providers (#48828)``
+ * ``Fix default base value (#49013)``
1.5.3
.....
diff --git a/providers/fab/docs/commits.rst b/providers/fab/docs/commits.rst
index ed095194625af..32cf543ca207c 100644
--- a/providers/fab/docs/commits.rst
+++ b/providers/fab/docs/commits.rst
@@ -37,11 +37,28 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-10 ``Fix default base value (#49013)``
+`00aec39a4c `__ 2025-04-10 ``Bring back serve_logs to be in the core (#49031)``
+`b9ee31cd81 `__ 2025-04-09 ``Force use of symetric JWT algorithm for internal logs server (#49029)``
+`f40fb4af4e `__ 2025-04-09 ``Move FAB related configs to FAB provider (#49017)``
+`55c29a089a `__ 2025-04-09 ``Add back methods needed by Flask in 'AirflowAppBuilder' (#48968)``
+`b46275b7ee `__ 2025-04-09 ``Bump webpack (#49016)``
+`546675500e `__ 2025-04-09 ``Add ability to configure PERMANENT_SESSION_LIFETIME in fab for session logout. (#48827)``
+`a052453d8e `__ 2025-04-09 ``Move wtforms/Werkzeug dependencies to FAB provider (#48970)``
+`1c47053aaf `__ 2025-04-08 ``Bump webpack (#48959)``
+`c68f31d3db `__ 2025-04-08 ``Remove dev0 suffix from Airlfow version (#48934)``
+`7b2ec33c7a