diff --git a/generated/provider_dependencies.json.sha256sum b/generated/provider_dependencies.json.sha256sum
index 0163227146cc0..80f847896f54b 100644
--- a/generated/provider_dependencies.json.sha256sum
+++ b/generated/provider_dependencies.json.sha256sum
@@ -1 +1 @@
-327fa3e07644e1491f95bc18b9cfef09af986a303cac9963bd7dd477e451333d
+ff62aff344e86d6348ae2b5d652f465e17efd4e44e45cfc7121b078a649fe127
diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 42ed8bbc47584..a91c18423f881 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-06-08
+2026-06-16
diff --git a/providers/alibaba/README.rst b/providers/alibaba/README.rst
index 2a90a5098fd89..7d92510df93ea 100644
--- a/providers/alibaba/README.rst
+++ b/providers/alibaba/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-alibaba``
-Release: ``3.3.8``
+Release: ``3.3.9``
Alibaba Cloud integration (including `Alibaba Cloud `__).
@@ -36,7 +36,7 @@ This is a provider package for ``alibaba`` provider. All classes for this provid
are in ``airflow.providers.alibaba`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -82,4 +82,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/alibaba/docs/changelog.rst b/providers/alibaba/docs/changelog.rst
index 71dd61cb3efc8..5abd66a7dbfad 100644
--- a/providers/alibaba/docs/changelog.rst
+++ b/providers/alibaba/docs/changelog.rst
@@ -26,6 +26,17 @@
Changelog
---------
+3.3.9
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.3.8
.....
diff --git a/providers/alibaba/docs/index.rst b/providers/alibaba/docs/index.rst
index 1ba97ca82af7a..692ae94ce1b60 100644
--- a/providers/alibaba/docs/index.rst
+++ b/providers/alibaba/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package
Alibaba Cloud integration (including `Alibaba Cloud `__).
-Release: 3.3.8
+Release: 3.3.9
Provider package
----------------
@@ -134,5 +134,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-alibaba 3.3.8 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-alibaba 3.3.8 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.3.9 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.3.9 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/alibaba/provider.yaml b/providers/alibaba/provider.yaml
index a649771143dea..acc7bfa8a4abf 100644
--- a/providers/alibaba/provider.yaml
+++ b/providers/alibaba/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779136929
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
diff --git a/providers/alibaba/pyproject.toml b/providers/alibaba/pyproject.toml
index 247fae333db52..0c720da6e5a26 100644
--- a/providers/alibaba/pyproject.toml
+++ b/providers/alibaba/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-alibaba"
-version = "3.3.8"
+version = "3.3.9"
description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -103,8 +103,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-alibaba/3.3.8"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.8/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9/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/alibaba/src/airflow/providers/alibaba/__init__.py b/providers/alibaba/src/airflow/providers/alibaba/__init__.py
index adddf419ab101..763f88ef79ce4 100644
--- a/providers/alibaba/src/airflow/providers/alibaba/__init__.py
+++ b/providers/alibaba/src/airflow/providers/alibaba/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.3.8"
+__version__ = "3.3.9"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst
index b03fd9d149526..33b25b87f82bc 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.30.0``
+Release: ``9.31.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
------------
@@ -133,4 +133,4 @@ Extra Dependencies
==================== ============================================================================================================================================================
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 21396860c7858..0589629b21e89 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,33 @@
Changelog
---------
+9.31.0
+......
+
+Features
+~~~~~~~~
+
+* ``Wait for Bedrock AgentCore Runtime deletion (#68140)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Upload log with 'put_object' in 's3_task_handler' (#68619)``
+* ``Add 'evaluation_config', 'inference_config' and 'output_data_config' to BedrockCreateEvaluationJobOperator template_fields (#68310)``
+* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``
+* ``Harden S3 sync target paths (#67847)``
+
+Misc
+~~~~
+
+* ``Fix mypy errors for task_instance access in provider triggers (#68685)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Version the worker-bound TaskInstance fields in the execution API schema (#68390)``
+ * ``fix(tests): Use unique S3 bucket name in bedrock evaluation system test (#68256)``
+ * ``fix(tests): Add retries to EMR on EKS system test job submission (#68257)``
+
9.30.0
......
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index 798b1cf483437..97f607000596b 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -88,7 +88,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 9.30.0
+Release: 9.31.0
Provider package
----------------
@@ -169,5 +169,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.30.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.30.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.31.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.31.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index aa370469f1ad6..2ebbef397176b 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 9.31.0
- 9.30.0
- 9.29.0
- 9.28.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index 35687a31140db..ef24eaea8f167 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.30.0"
+version = "9.31.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -217,8 +217,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.30.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.30.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.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 eada578058835..037df0d44579e 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.30.0"
+__version__ = "9.31.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/druid/docs/.latest-doc-only-change.txt b/providers/apache/druid/docs/.latest-doc-only-change.txt
index de34b2bea0190..eaa14c3589c91 100644
--- a/providers/apache/druid/docs/.latest-doc-only-change.txt
+++ b/providers/apache/druid/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-077821050598e6807c63a497bcb70c420b529d8b
+954b3035cc8feb6ef1e13a6715b7c7e47d12932a
diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst
index 57c2be105de9c..9a78a1043b9d5 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.12.0``
+Release: ``4.12.1``
`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
------------
@@ -85,4 +85,4 @@ Dependent package
================================================================================================================== =================
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 0269b09d2c3b5..403a99faf52aa 100644
--- a/providers/apache/hdfs/docs/changelog.rst
+++ b/providers/apache/hdfs/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.12.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.12.0
......
diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst
index 65451032f6f79..a28c082a064e6 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.12.0
+Release: 4.12.1
Provider package
----------------
@@ -124,5 +124,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-hdfs 4.12.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hdfs 4.12.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.12.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.12.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml
index 78c30ea589b5d..7ab4b7a9f8c28 100644
--- a/providers/apache/hdfs/provider.yaml
+++ b/providers/apache/hdfs/provider.yaml
@@ -24,12 +24,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779137108
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.12.1
- 4.12.0
- 4.11.5
- 4.11.4
diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml
index bf6716e1f9608..2907dd03abaed 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.12.0"
+version = "4.12.1"
description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -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-apache-hdfs/4.12.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.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/hdfs/src/airflow/providers/apache/hdfs/__init__.py b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
index 71dd3cc95aecc..a6d27cdb61f51 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.12.0"
+__version__ = "4.12.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/livy/README.rst b/providers/apache/livy/README.rst
index 3f9c971840a2b..fb8d2bb9cddba 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.5.6``
+Release: ``4.5.7``
`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
------------
@@ -80,4 +80,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 37464209d43ba..42e12b3a93487 100644
--- a/providers/apache/livy/docs/changelog.rst
+++ b/providers/apache/livy/docs/changelog.rst
@@ -28,6 +28,17 @@
Changelog
---------
+4.5.7
+.....
+
+Misc
+~~~~
+
+* ``Bump aiohttp>=3.14.0 (#67978)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.5.6
.....
diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst
index a16e5c45813c1..9a88ea9d1a55e 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.5.6
+Release: 4.5.7
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-apache-livy 4.5.6 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 4.5.6 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.5.7 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.5.7 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml
index 0219a3c5e4172..cda7b5692d133 100644
--- a/providers/apache/livy/provider.yaml
+++ b/providers/apache/livy/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779137237
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4
diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml
index 8384615082d48..3a2a712c269da 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.5.6"
+version = "4.5.7"
description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -102,8 +102,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.5.6"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.6/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7/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 81b27ca6188d3..da79bbfcce5dd 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.5.6"
+__version__ = "4.5.7"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/spark/README.rst b/providers/apache/spark/README.rst
index 50f995146e01a..a5fa28836e5e2 100644
--- a/providers/apache/spark/README.rst
+++ b/providers/apache/spark/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-spark``
-Release: ``6.1.0``
+Release: ``6.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
------------
@@ -93,4 +93,4 @@ Extra Dependencies
=================== ===================================================
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 19e6cb9a81d0b..3515edbbe8ed9 100644
--- a/providers/apache/spark/docs/changelog.rst
+++ b/providers/apache/spark/docs/changelog.rst
@@ -29,6 +29,21 @@
Changelog
---------
+6.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add crash recovery ability to SparkSubmitOperator against Kubernetes (#68067)``
+* ``Crash recovery for YARN cluster mode in SparkSubmitOperator built on AIP-103 (#67473)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Align spark provider with the task state store terminology (#68430)``
+ * ``fix: fix missing rename in test_spark_submit (#68565)``
+ * ``Rename task_store/asset_store to task_state_store/asset_state_store (#68438)``
+
6.1.0
.....
diff --git a/providers/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst
index 90b6e870be714..5e02f8e2fdbc9 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: 6.1.0
+Release: 6.2.0
Provider package
----------------
@@ -134,5 +134,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 6.1.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-spark 6.1.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 6.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 6.2.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml
index 2a57351b875c3..f1a7e5226fe64 100644
--- a/providers/apache/spark/provider.yaml
+++ b/providers/apache/spark/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 6.2.0
- 6.1.0
- 6.0.2
- 6.0.1
diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml
index 411ed168d5e16..c23b661b2bf4e 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 = "6.1.0"
+version = "6.2.0"
description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -118,8 +118,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/6.1.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.1.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.2.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.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 50aa23db4a578..f17fedf514808 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__ = "6.1.0"
+__version__ = "6.2.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/celery/docs/.latest-doc-only-change.txt b/providers/celery/docs/.latest-doc-only-change.txt
index 8fd180a540c6d..223ffa35679a6 100644
--- a/providers/celery/docs/.latest-doc-only-change.txt
+++ b/providers/celery/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-3e2962a0e423445524baa5c97c3533df7d9a5c4a
+2cd797027e9b3c30255f6b24c6ea6a276725cfa6
diff --git a/providers/clickhousedb/docs/commits.rst b/providers/clickhousedb/docs/commits.rst
index 28001e679ae11..e6a21c0dc91e2 100644
--- a/providers/clickhousedb/docs/commits.rst
+++ b/providers/clickhousedb/docs/commits.rst
@@ -29,7 +29,7 @@ Package apache-airflow-providers-clickhousedb
`ClickHouse `__
-This is detailed commit list of changes for versions provider package: ``clickhouse``.
+This is detailed commit list of changes for versions provider package: ``clickhousedb``.
For high-level changelog, see :doc:`package information including changelog `.
.. airflow-providers-commits::
diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst
index f921b6f5907f8..54b07a0fcf06a 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.18.0``
+Release: ``10.18.1``
`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
------------
@@ -84,4 +84,4 @@ Dependent package
================================================================================================================== =================
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 99efbb968a0f4..d443fc0f731da 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -27,6 +27,26 @@
Changelog
---------
+10.18.1
+.......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Run 'await_pod_start' before 'await_init_containers_completion' to prevent hanging when streaming init-container logs (#68450)``
+* ``Kubernetes Pod Operator - handle pod preemption before container creation (#68328)``
+
+Misc
+~~~~
+
+* ``Make pod patching logic explicitly reflect when a pod is retained (#68507)``
+* ``Fix mypy errors for task_instance access in provider triggers (#68685)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``[main] Upgrade important CI environment (#68322)``
+ * ``Add regression test for KPO awaiting pod start before init-container logs (#68503)``
+
10.18.0
.......
diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst
index 3e81acf72b65f..5bd9835541d77 100644
--- a/providers/cncf/kubernetes/docs/index.rst
+++ b/providers/cncf/kubernetes/docs/index.rst
@@ -88,7 +88,7 @@ apache-airflow-providers-cncf-kubernetes package
`Kubernetes `__
-Release: 10.18.0
+Release: 10.18.1
Provider package
----------------
@@ -147,5 +147,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-cncf-kubernetes 10.18.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-cncf-kubernetes 10.18.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-cncf-kubernetes 10.18.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-cncf-kubernetes 10.18.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml
index 509301f82f30e..d3ed980a15ebe 100644
--- a/providers/cncf/kubernetes/provider.yaml
+++ b/providers/cncf/kubernetes/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 10.18.1
- 10.18.0
- 10.17.1
- 10.17.0
diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml
index 5db51bb3130ac..80d82890bc311 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.18.0"
+version = "10.18.1"
description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -125,8 +125,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.18.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.18.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.18.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.18.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/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py
index 7acdb44a44fc0..765a39ee3cdb7 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.18.0"
+__version__ = "10.18.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/common/ai/README.rst b/providers/common/ai/README.rst
index d4c3d07851c5e..6577a69392ae6 100644
--- a/providers/common/ai/README.rst
+++ b/providers/common/ai/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-ai``
-Release: ``0.4.0``
+Release: ``0.5.0``
AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__.
@@ -36,7 +36,7 @@ This is a provider package for ``common.ai`` provider. All classes for this prov
are in ``airflow.providers.common.ai`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -92,6 +92,7 @@ Extra Dependencies
``google`` ``pydantic-ai-slim[google]``
``openai`` ``pydantic-ai-slim[openai]``
``mcp`` ``pydantic-ai-slim[mcp]``
+``code-mode`` ``pydantic-ai-harness[codemode]>=0.3.0``
``skills`` ``apache-airflow-providers-git>=0.4.0``, ``pydantic-ai-skills>=0.11.0``
``avro`` ``fastavro>=1.10.0; python_version < "3.14"``, ``fastavro>=1.12.1; python_version >= "3.14"``
``parquet`` ``pyarrow>=18.0.0; python_version < '3.14'``, ``pyarrow>=22.0.0; python_version >= '3.14'``
@@ -105,4 +106,4 @@ Extra Dependencies
============== ==========================================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/common/ai/docs/changelog.rst b/providers/common/ai/docs/changelog.rst
index 9a9e4cfc81276..3d2b70c1e1727 100644
--- a/providers/common/ai/docs/changelog.rst
+++ b/providers/common/ai/docs/changelog.rst
@@ -25,6 +25,63 @@
Changelog
---------
+0.5.0
+.....
+
+.. note::
+ ``SQLToolset(allowed_tables=[...])`` now enforces the allow-list on the ``query`` and
+ ``check_query`` tools, not only on metadata discovery (#68487). The SQL an agent submits is
+ parsed with sqlglot and rejected before execution if it reaches any table outside the list
+ (including through subqueries, CTEs, JOINs, set operations and DML). While a list is active,
+ constructs a ``schema.table`` list cannot describe are also rejected: quoted identifiers,
+ inline comments, cross-database references, ``SHOW``, table-valued functions and dynamic SQL.
+ Agents querying a restricted connection must send unquoted, comment-free SQL. This is an
+ application-level guardrail and not a substitute for least-privilege database permissions.
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+* ``Enforce SQLToolset allowed_tables on queries, not just discovery (#68487)``
+
+Features
+~~~~~~~~
+
+* ``common.ai: Park approval reviews in awaiting_input on Airflow 3.3+ (#68489)``
+* ``Add spec_file support to PydanticAIHook.create_agent (#67788)``
+* ``Return common.ai SQLToolset errors to the agent so it self-corrects (#68117)``
+* ``Allow DESCRIBE/SHOW in common.ai SQLToolset read-only queries (#68102)``
+* ``Support multi-schema introspection in common.ai SQLToolset (#68103)``
+* ``Add token_provider for short-lived MCP auth in common.ai (#68104)``
+* ``Add code mode (Monty sandbox) to common.ai AgentOperator (#68407)``
+* ``Add 'message_history' to 'AgentOperator' for multi-turn agent sessions (#68648)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix 'LlamaIndexEmbeddingOperator' returning 'vector=None' for every chunk (#68491)``
+* ``Verify durable cached agent steps match the request before replay (#68372)``
+
+Misc
+~~~~
+
+* ``Access AgentRunResult.usage as a property in common.ai logging (#68405)``
+* ``Bump pydantic-ai-slim>=1.99.0 (#68105)``
+
+Doc-only
+~~~~~~~~
+
+* ``Explain the agent tool boundary in common.ai security docs (#68404)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Bump vite (#68580)``
+ * ``Fix common.ai example DAGs failing to parse without the sql extra (#68497)``
+ * ``Informatica provider: Add SQL auto-lineage and selective lineage control (#66612)``
+ * ``Rename task_store/asset_store to task_state_store/asset_state_store (#68438)``
+ * ``[main] Upgrade important CI environment (#68163)``
+ * ``Improve AIP progress tracker example for accuracy (#68037)``
+ * ``Fix XCom deserialization of Pydantic models in LangChain 10-K example (#67930)``
+
Breaking change: operators with ``output_type=``
(``LLMOperator``, ``LLMAgentOperator``, ``LLMFileAnalysisOperator``, and
their ``@task.llm`` / ``@task.agent`` / ``@task.llm_file_analysis`` decorators)
diff --git a/providers/common/ai/docs/index.rst b/providers/common/ai/docs/index.rst
index 650942c280887..ab5eafe3a2b41 100644
--- a/providers/common/ai/docs/index.rst
+++ b/providers/common/ai/docs/index.rst
@@ -83,7 +83,7 @@ apache-airflow-providers-common-ai package
AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__.
-Release: 0.4.0
+Release: 0.5.0
Provider package
----------------
@@ -140,5 +140,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-ai 0.4.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-ai 0.4.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-ai 0.5.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-ai 0.5.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/ai/provider.yaml b/providers/common/ai/provider.yaml
index 695a88ec2c103..893f5d230f7b3 100644
--- a/providers/common/ai/provider.yaml
+++ b/providers/common/ai/provider.yaml
@@ -23,10 +23,11 @@ description: |
state: ready
lifecycle: incubation
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
build-system: hatchling
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
diff --git a/providers/common/ai/pyproject.toml b/providers/common/ai/pyproject.toml
index 2d7a22ba7f917..8bd3f244d26f9 100644
--- a/providers/common/ai/pyproject.toml
+++ b/providers/common/ai/pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-airflow-providers-common-ai"
-version = "0.4.0"
+version = "0.5.0"
description = "Provider package apache-airflow-providers-common-ai for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -169,8 +169,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-ai/0.4.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.4.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.5.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.5.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/common/ai/src/airflow/providers/common/ai/__init__.py b/providers/common/ai/src/airflow/providers/common/ai/__init__.py
index f53928dc7b782..3fd180807aab9 100644
--- a/providers/common/ai/src/airflow/providers/common/ai/__init__.py
+++ b/providers/common/ai/src/airflow/providers/common/ai/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "0.4.0"
+__version__ = "0.5.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst
index 7ef609dafd5c5..86c8c533cde95 100644
--- a/providers/databricks/README.rst
+++ b/providers/databricks/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-databricks``
-Release: ``7.16.0``
+Release: ``7.16.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
------------
@@ -107,4 +107,4 @@ Extra Dependencies
================== ================================================================================================================================================================
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 a58368b753e62..541e14931c717 100644
--- a/providers/databricks/docs/changelog.rst
+++ b/providers/databricks/docs/changelog.rst
@@ -26,6 +26,9 @@
Changelog
---------
+7.16.1
+......
+
.. note::
``DatabricksCreateJobsOperator``, ``DatabricksSubmitRunOperator`` and ``DatabricksRunNowOperator``
now assemble and validate their Databricks request payload at task **execution** time instead of
@@ -38,6 +41,20 @@ Changelog
to a Python-dict-literal string (what classic Jinja produces when rendering a dict pulled from
XCom), in addition to a mapping or a JSON string.
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix Databricks operators with templated json payloads (#68519)``
+
+Misc
+~~~~
+
+* ``Bump aiohttp>=3.14.0 (#67978)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add comment hint about pandas 3.0.0 (#67961)``
+
7.16.0
......
diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst
index d4a5a0a2bc184..fca17aa032134 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.16.0
+Release: 7.16.1
Provider package
----------------
@@ -144,5 +144,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.16.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-databricks 7.16.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.16.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.16.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml
index 7d86ad9627baf..7ef920398492d 100644
--- a/providers/databricks/provider.yaml
+++ b/providers/databricks/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 7.16.1
- 7.16.0
- 7.15.0
- 7.14.0
diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml
index a85a7e7017c00..133c222e6b7a9 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.16.0"
+version = "7.16.1"
description = "Provider package apache-airflow-providers-databricks for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -150,8 +150,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.16.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.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 f03fb6e1b8041..7cb0dd13b063a 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.16.0"
+__version__ = "7.16.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/dbt/cloud/README.rst b/providers/dbt/cloud/README.rst
index fa6867f650b50..622a245f9ea1e 100644
--- a/providers/dbt/cloud/README.rst
+++ b/providers/dbt/cloud/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-dbt-cloud``
-Release: ``4.9.1``
+Release: ``4.9.2``
`dbt Cloud `__
@@ -36,7 +36,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
are in ``airflow.providers.dbt.cloud`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -93,4 +93,4 @@ Extra Dependencies
=============== ===============================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/dbt/cloud/docs/changelog.rst b/providers/dbt/cloud/docs/changelog.rst
index aae5de5520bad..7ca16fffd4c51 100644
--- a/providers/dbt/cloud/docs/changelog.rst
+++ b/providers/dbt/cloud/docs/changelog.rst
@@ -28,6 +28,17 @@
Changelog
---------
+4.9.2
+.....
+
+Misc
+~~~~
+
+* ``Bump aiohttp>=3.14.0 (#67978)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.9.1
.....
diff --git a/providers/dbt/cloud/docs/index.rst b/providers/dbt/cloud/docs/index.rst
index 4d29df082df93..199eb461889cb 100644
--- a/providers/dbt/cloud/docs/index.rst
+++ b/providers/dbt/cloud/docs/index.rst
@@ -81,7 +81,7 @@ apache-airflow-providers-dbt-cloud package
`dbt Cloud `__
-Release: 4.9.1
+Release: 4.9.2
Provider package
----------------
@@ -140,5 +140,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-dbt-cloud 4.9.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-dbt-cloud 4.9.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 4.9.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 4.9.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/dbt/cloud/provider.yaml b/providers/dbt/cloud/provider.yaml
index eef642691fa8d..0d36f93e58ac3 100644
--- a/providers/dbt/cloud/provider.yaml
+++ b/providers/dbt/cloud/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.9.2
- 4.9.1
- 4.9.0
- 4.8.2
diff --git a/providers/dbt/cloud/pyproject.toml b/providers/dbt/cloud/pyproject.toml
index 6a70927592fae..1eba60ccf0095 100644
--- a/providers/dbt/cloud/pyproject.toml
+++ b/providers/dbt/cloud/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-dbt-cloud"
-version = "4.9.1"
+version = "4.9.2"
description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -113,8 +113,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-dbt-cloud/4.9.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.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/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py
index 28213a7c889eb..b7c2c96409fca 100644
--- a/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py
+++ b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.9.1"
+__version__ = "4.9.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/edge3/README.rst b/providers/edge3/README.rst
index 98c484fcab0f7..c67b9f7886df1 100644
--- a/providers/edge3/README.rst
+++ b/providers/edge3/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-edge3``
-Release: ``3.8.0``
+Release: ``4.0.0``
Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites.
@@ -48,7 +48,7 @@ This is a provider package for ``edge3`` provider. All classes for this provider
are in ``airflow.providers.edge3`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -93,4 +93,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/edge3/docs/changelog.rst b/providers/edge3/docs/changelog.rst
index 785ad2dd363e0..49b7f66c2bf14 100644
--- a/providers/edge3/docs/changelog.rst
+++ b/providers/edge3/docs/changelog.rst
@@ -27,6 +27,32 @@
Changelog
---------
+4.0.0
+.....
+
+.. note::
+ The worker-bound ``TaskInstance`` fields exchanged over the Edge worker API are now
+ defined by the versioned execution API schema instead of a duplicated ``TaskInstanceDTO``
+ (#68390). The regenerated Edge worker API spec drops ``parent_context_carrier`` and sources
+ the ``queue`` field from the shared schema. Upgrade your Edge workers together with the
+ Airflow API server so both sides of the worker API agree on the contract.
+
+Breaking changes
+~~~~~~~~~~~~~~~~
+
+* ``Version the worker-bound TaskInstance fields in the execution API schema (#68390)``
+
+Doc-only
+~~~~~~~~
+
+* ``Fix typo and restore SVG diagram headers (#68435)``
+* ``Fix Typo in EdgeExecutor Architecture diagram (#68401)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix BackfillDagRun.partition_key type annotation (str, not datetime) (#68432)``
+ * ``Bump the edge-ui-package-updates group across 1 directory with 14 updates (#68469)``
+
3.8.0
.....
diff --git a/providers/edge3/docs/index.rst b/providers/edge3/docs/index.rst
index 96f663c22a651..996d43c076d1f 100644
--- a/providers/edge3/docs/index.rst
+++ b/providers/edge3/docs/index.rst
@@ -98,7 +98,7 @@ Additional REST API endpoints are provided to distribute tasks and manage the ed
are provided by the API server.
-Release: 3.8.0
+Release: 4.0.0
Provider package
----------------
@@ -154,5 +154,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-edge3 3.8.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-edge3 3.8.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-edge3 4.0.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-edge3 4.0.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/edge3/provider.yaml b/providers/edge3/provider.yaml
index ec522dd9cd9ca..fd0a6876dd688 100644
--- a/providers/edge3/provider.yaml
+++ b/providers/edge3/provider.yaml
@@ -34,7 +34,7 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
build-system: hatchling
# Note that those versions are maintained by release manager - do not update them manually
@@ -42,6 +42,7 @@ build-system: hatchling
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.0.0
- 3.8.0
- 3.7.0
- 3.6.0
diff --git a/providers/edge3/pyproject.toml b/providers/edge3/pyproject.toml
index 5f99fb311ea9c..a325d33a941dd 100644
--- a/providers/edge3/pyproject.toml
+++ b/providers/edge3/pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-airflow-providers-edge3"
-version = "3.8.0"
+version = "4.0.0"
description = "Provider package apache-airflow-providers-edge3 for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -109,8 +109,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-edge3/3.8.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/3.8.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.0.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.0.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/edge3/src/airflow/providers/edge3/__init__.py b/providers/edge3/src/airflow/providers/edge3/__init__.py
index 6195aca3c57e1..955a889051fa1 100644
--- a/providers/edge3/src/airflow/providers/edge3/__init__.py
+++ b/providers/edge3/src/airflow/providers/edge3/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.8.0"
+__version__ = "4.0.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/elasticsearch/README.rst b/providers/elasticsearch/README.rst
index 38168c462e37b..0b286911d8a7e 100644
--- a/providers/elasticsearch/README.rst
+++ b/providers/elasticsearch/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-elasticsearch``
-Release: ``6.6.0``
+Release: ``6.7.0``
`Elasticsearch `__
@@ -36,7 +36,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
are in ``airflow.providers.elasticsearch`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -89,4 +89,4 @@ Extra Dependencies
========== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/elasticsearch/docs/changelog.rst b/providers/elasticsearch/docs/changelog.rst
index 44fce78e6bade..6a6060d8d165c 100644
--- a/providers/elasticsearch/docs/changelog.rst
+++ b/providers/elasticsearch/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+6.7.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add remote log upload support for callback subprocesses (#66379)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
``ElasticsearchTaskHandler`` no longer silently registers itself as the remote
task-log reader during ``dictConfig``. The implicit registration still happens
for one more release but now emits an ``AirflowProviderDeprecationWarning`` and
diff --git a/providers/elasticsearch/docs/index.rst b/providers/elasticsearch/docs/index.rst
index 03d033583c75e..3ed7510a2d8fb 100644
--- a/providers/elasticsearch/docs/index.rst
+++ b/providers/elasticsearch/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-elasticsearch package
`Elasticsearch `__
-Release: 6.6.0
+Release: 6.7.0
Provider package
----------------
@@ -134,5 +134,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-elasticsearch 6.6.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-elasticsearch 6.6.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 6.7.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 6.7.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/elasticsearch/provider.yaml b/providers/elasticsearch/provider.yaml
index fa664bf7a6157..b8f28b4f774e1 100644
--- a/providers/elasticsearch/provider.yaml
+++ b/providers/elasticsearch/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 6.7.0
- 6.6.0
- 6.5.4
- 6.5.3
diff --git a/providers/elasticsearch/pyproject.toml b/providers/elasticsearch/pyproject.toml
index f4d666674c616..651c7bc5e5bc1 100644
--- a/providers/elasticsearch/pyproject.toml
+++ b/providers/elasticsearch/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-elasticsearch"
-version = "6.6.0"
+version = "6.7.0"
description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -109,8 +109,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-elasticsearch/6.6.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.6.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.7.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.7.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/elasticsearch/src/airflow/providers/elasticsearch/__init__.py b/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py
index 2690e31373261..09b92df543eeb 100644
--- a/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py
+++ b/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.6.0"
+__version__ = "6.7.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/fab/README.rst b/providers/fab/README.rst
index 68c7b4f6efcac..11d1a07176a6f 100644
--- a/providers/fab/README.rst
+++ b/providers/fab/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-fab``
-Release: ``3.6.5``
+Release: ``3.7.0``
`Flask App Builder `__
@@ -36,7 +36,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
are in ``airflow.providers.fab`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -105,4 +105,4 @@ Extra Dependencies
============ ===================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst
index 15ec5c6a758e7..810282bcab96e 100644
--- a/providers/fab/docs/changelog.rst
+++ b/providers/fab/docs/changelog.rst
@@ -20,6 +20,37 @@
Changelog
---------
+3.7.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Implement 'get_cli_user' in the FAB auth manager so airflowctl CLI commands can authenticate (#68175)``
+* ``Add Browse > Deadlines menu item for compatibility with Airflow 3.3.0 (#67586)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix fab deserialize user session leak (#68100)``
+* ``Import ldap.filter in security_manager override (#68226)``
+* ``Add defensive validation for LDAP search filter configuration (#67630)``
+
+Doc-only
+~~~~~~~~
+
+* ``Update FAB auth manager Flask config wording for Airflow 3 (#68162)``
+* ``Fix removed webserver command in FAB SSO guide for Airflow 3 (#68166)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#67928)``
+ * ``[main] Upgrade important CI environment (#68163)``
+ * ``Bump stylelint (#68347)``
+ * ``Bump prettier (#68576)``
+ * ``Bump eslint (#68681)``
+ * ``Load example DAGs from providers via ProvidersManager (continuation of #57320) (#66161)``
+
3.6.5
.....
diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst
index e0c8aa1814137..ddc12fc955570 100644
--- a/providers/fab/docs/index.rst
+++ b/providers/fab/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-fab package
`Flask App Builder `__
-Release: 3.6.5
+Release: 3.7.0
Provider package
----------------
@@ -154,5 +154,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-fab 3.6.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-fab 3.6.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-fab 3.7.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-fab 3.7.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml
index c883f83efce32..368fb480c2ecb 100644
--- a/providers/fab/provider.yaml
+++ b/providers/fab/provider.yaml
@@ -29,7 +29,7 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
build-system: hatchling
# Note that those versions are maintained by release manager - do not update them manually
@@ -37,6 +37,7 @@ build-system: hatchling
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.7.0
- 3.6.5
- 3.6.4
- 3.6.3
diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml
index 7c4204454b615..1babdb3f7f0eb 100644
--- a/providers/fab/pyproject.toml
+++ b/providers/fab/pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-airflow-providers-fab"
-version = "3.6.5"
+version = "3.7.0"
description = "Provider package apache-airflow-providers-fab for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -153,8 +153,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-fab/3.6.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.6.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.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/fab/src/airflow/providers/fab/__init__.py b/providers/fab/src/airflow/providers/fab/__init__.py
index 4870ef0beabbe..7cb0c8facb593 100644
--- a/providers/fab/src/airflow/providers/fab/__init__.py
+++ b/providers/fab/src/airflow/providers/fab/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.6.5"
+__version__ = "3.7.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.2"
diff --git a/providers/ftp/README.rst b/providers/ftp/README.rst
index 3e1b05e4bc82a..d2b95cf67bc45 100644
--- a/providers/ftp/README.rst
+++ b/providers/ftp/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-ftp``
-Release: ``3.15.0``
+Release: ``3.15.1``
`File Transfer Protocol (FTP) `__
@@ -36,7 +36,7 @@ This is a provider package for ``ftp`` provider. All classes for this provider p
are in ``airflow.providers.ftp`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -87,4 +87,4 @@ Extra Dependencies
=============== ========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/ftp/docs/changelog.rst b/providers/ftp/docs/changelog.rst
index 72087204f96ff..2e39e954e4582 100644
--- a/providers/ftp/docs/changelog.rst
+++ b/providers/ftp/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+3.15.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Enable the protected data channel in 'FTPSHook' by calling 'prot_p()' after login (#67946)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.15.0
......
diff --git a/providers/ftp/docs/index.rst b/providers/ftp/docs/index.rst
index 09748d9f996ef..abbcd4a811e72 100644
--- a/providers/ftp/docs/index.rst
+++ b/providers/ftp/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-ftp package
`File Transfer Protocol (FTP) `__
-Release: 3.15.0
+Release: 3.15.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-ftp 3.15.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-ftp 3.15.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-ftp 3.15.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-ftp 3.15.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/ftp/provider.yaml b/providers/ftp/provider.yaml
index 1ac9de2808b8b..cd9747ebac1ff 100644
--- a/providers/ftp/provider.yaml
+++ b/providers/ftp/provider.yaml
@@ -23,8 +23,9 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779137792
+source-date-epoch: 1781642052
versions:
+ - 3.15.1
- 3.15.0
- 3.14.3
- 3.14.2
diff --git a/providers/ftp/pyproject.toml b/providers/ftp/pyproject.toml
index f18ebb48634ea..fed7677dc113f 100644
--- a/providers/ftp/pyproject.toml
+++ b/providers/ftp/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-ftp"
-version = "3.15.0"
+version = "3.15.1"
description = "Provider package apache-airflow-providers-ftp for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -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-ftp/3.15.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.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/ftp/src/airflow/providers/ftp/__init__.py b/providers/ftp/src/airflow/providers/ftp/__init__.py
index d58cf5a5faa9f..eace5617e283e 100644
--- a/providers/ftp/src/airflow/providers/ftp/__init__.py
+++ b/providers/ftp/src/airflow/providers/ftp/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.15.0"
+__version__ = "3.15.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/git/docs/.latest-doc-only-change.txt b/providers/git/docs/.latest-doc-only-change.txt
index 8fd180a540c6d..223ffa35679a6 100644
--- a/providers/git/docs/.latest-doc-only-change.txt
+++ b/providers/git/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-3e2962a0e423445524baa5c97c3533df7d9a5c4a
+2cd797027e9b3c30255f6b24c6ea6a276725cfa6
diff --git a/providers/google/README.rst b/providers/google/README.rst
index 0f3f620f16850..6a5c22451ab8c 100644
--- a/providers/google/README.rst
+++ b/providers/google/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-google``
-Release: ``22.1.0``
+Release: ``22.2.0``
Google services including:
@@ -43,7 +43,7 @@ This is a provider package for ``google`` provider. All classes for this provide
are in ``airflow.providers.google`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -166,6 +166,7 @@ Dependent package
`apache-airflow-providers-http `_ ``http``
`apache-airflow-providers-microsoft-azure `_ ``microsoft.azure``
`apache-airflow-providers-microsoft-mssql `_ ``microsoft.mssql``
+`apache-airflow-providers-mongo `_ ``mongo``
`apache-airflow-providers-mysql `_ ``mysql``
`apache-airflow-providers-openlineage `_ ``openlineage``
`apache-airflow-providers-oracle `_ ``oracle``
@@ -193,6 +194,7 @@ Extra Dependencies
``apache.cassandra`` ``apache-airflow-providers-apache-cassandra``
``microsoft.azure`` ``apache-airflow-providers-microsoft-azure>=13.0.0``
``microsoft.mssql`` ``apache-airflow-providers-microsoft-mssql``
+``mongo`` ``apache-airflow-providers-mongo``
``mysql`` ``apache-airflow-providers-mysql``
``openlineage`` ``apache-airflow-providers-openlineage``
``postgres`` ``apache-airflow-providers-postgres``
@@ -207,4 +209,4 @@ Extra Dependencies
==================== ====================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/google/docs/changelog.rst b/providers/google/docs/changelog.rst
index 0eee8d9428a1c..698d096ca0013 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -27,6 +27,41 @@
Changelog
---------
+22.2.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add MongoToGCSOperator to copy MongoDB collections to GCS (#66013)``
+* ``Forward Google Cloud Run container logs to Airflow log via verbose flag (#67140)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix 'DataprocCreateBatchOperator' stuck in deferred state for a long time (#67638)``
+* ``Fix empty labels in Stackdriver log IO for Airflow 3 Supervisor (#68292)``
+* ``Fix remote-log providers not satisfying RemoteLogIO upload contract (#68300)``
+* ``Validate destination paths derived from GCS object names (#67667)``
+
+Misc
+~~~~
+
+* ``Bump google-cloud-aiplatform to force upgrade of litellm (#66632)``
+* ``Fix mypy errors for task_instance access in provider triggers (#68685)``
+* ``Add Ray constraints for Python 3.14 in Google provider (#68710)``
+
+Doc-only
+~~~~~~~~
+
+* ``Document that the Google OpenID auth backend matches users by their (mutable) email (#68391)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add tests for links/base and links/bigquery in Google provider (#68066)``
+ * ``Load example DAGs from providers via ProvidersManager (continuation of #57320) (#66161)``
+ * ``Bump aiohttp regarding dependabot warning (#67978)``
+
22.1.0
......
diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst
index 2189a6d310d5d..a9a3d257d2208 100644
--- a/providers/google/docs/index.rst
+++ b/providers/google/docs/index.rst
@@ -90,7 +90,7 @@ Google services including:
- `Google Workspace `__ (formerly Google Suite)
-Release: 22.1.0
+Release: 22.2.0
Provider package
----------------
@@ -238,5 +238,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-google 22.1.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 22.1.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 22.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 22.2.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml
index dff2d84481f4f..bf281457df011 100644
--- a/providers/google/provider.yaml
+++ b/providers/google/provider.yaml
@@ -30,12 +30,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 22.2.0
- 22.1.0
- 22.0.0
- 21.3.0
diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml
index a6d420ab7d36d..332023102e8ac 100644
--- a/providers/google/pyproject.toml
+++ b/providers/google/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-google"
-version = "22.1.0"
+version = "22.2.0"
description = "Provider package apache-airflow-providers-google for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -276,8 +276,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-google/22.1.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.1.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.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/google/src/airflow/providers/google/__init__.py b/providers/google/src/airflow/providers/google/__init__.py
index a1808462700c2..ada8341e67d7e 100644
--- a/providers/google/src/airflow/providers/google/__init__.py
+++ b/providers/google/src/airflow/providers/google/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "22.1.0"
+__version__ = "22.2.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/hashicorp/README.rst b/providers/hashicorp/README.rst
index e39b5fa7714b4..af2cfe2553239 100644
--- a/providers/hashicorp/README.rst
+++ b/providers/hashicorp/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-hashicorp``
-Release: ``4.7.0``
+Release: ``4.7.1``
Hashicorp including `Hashicorp Vault `__
@@ -36,7 +36,7 @@ This is a provider package for ``hashicorp`` provider. All classes for this prov
are in ``airflow.providers.hashicorp`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -89,4 +89,4 @@ Extra Dependencies
========== ===================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/hashicorp/docs/changelog.rst b/providers/hashicorp/docs/changelog.rst
index 850222cf146f9..2829133601459 100644
--- a/providers/hashicorp/docs/changelog.rst
+++ b/providers/hashicorp/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.7.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix Vault GCP auth for metadata credentials (#68069)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.7.0
.....
diff --git a/providers/hashicorp/docs/index.rst b/providers/hashicorp/docs/index.rst
index 3cb8a6bdee40f..8a842b828bdb7 100644
--- a/providers/hashicorp/docs/index.rst
+++ b/providers/hashicorp/docs/index.rst
@@ -69,7 +69,7 @@ apache-airflow-providers-hashicorp package
Hashicorp including `Hashicorp Vault `__
-Release: 4.7.0
+Release: 4.7.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-hashicorp 4.7.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-hashicorp 4.7.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-hashicorp 4.7.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-hashicorp 4.7.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/hashicorp/provider.yaml b/providers/hashicorp/provider.yaml
index e3e40cf2b0853..73d7b58af795e 100644
--- a/providers/hashicorp/provider.yaml
+++ b/providers/hashicorp/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.7.1
- 4.7.0
- 4.6.0
- 4.5.2
diff --git a/providers/hashicorp/pyproject.toml b/providers/hashicorp/pyproject.toml
index 5a1f43cd5edf5..a31cf75246f2e 100644
--- a/providers/hashicorp/pyproject.toml
+++ b/providers/hashicorp/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-hashicorp"
-version = "4.7.0"
+version = "4.7.1"
description = "Provider package apache-airflow-providers-hashicorp for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -111,8 +111,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-hashicorp/4.7.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.7.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.7.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/4.7.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/hashicorp/src/airflow/providers/hashicorp/__init__.py b/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py
index 5b87ff183da71..1a629e6bd8f49 100644
--- a/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py
+++ b/providers/hashicorp/src/airflow/providers/hashicorp/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.7.0"
+__version__ = "4.7.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/http/README.rst b/providers/http/README.rst
index ac6341c09405a..f2e048b2923c0 100644
--- a/providers/http/README.rst
+++ b/providers/http/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-http``
-Release: ``6.0.3``
+Release: ``6.0.4``
`Hypertext Transfer Protocol (HTTP) `__
@@ -36,7 +36,7 @@ This is a provider package for ``http`` provider. All classes for this provider
are in ``airflow.providers.http`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -83,4 +83,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/http/docs/changelog.rst b/providers/http/docs/changelog.rst
index cd11bfe1fd8e5..bf5c0747fd6db 100644
--- a/providers/http/docs/changelog.rst
+++ b/providers/http/docs/changelog.rst
@@ -27,6 +27,23 @@
Changelog
---------
+6.0.4
+.....
+
+Misc
+~~~~
+
+* ``Explicitly add pydantic dependency to the http provider (#68321)``
+* ``Bump aiohttp>=3.14.0 (#67978)``
+
+Doc-only
+~~~~~~~~
+
+* ``Fix Typo in HTTP Connection Example (#68076)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
6.0.3
.....
diff --git a/providers/http/docs/index.rst b/providers/http/docs/index.rst
index 3a42aee88ea80..5ab3de2f5ae1d 100644
--- a/providers/http/docs/index.rst
+++ b/providers/http/docs/index.rst
@@ -78,7 +78,7 @@ apache-airflow-providers-http package
`Hypertext Transfer Protocol (HTTP) `__
-Release: 6.0.3
+Release: 6.0.4
Provider package
----------------
@@ -136,5 +136,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-http 6.0.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-http 6.0.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-http 6.0.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-http 6.0.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/http/provider.yaml b/providers/http/provider.yaml
index f1905ebf3644c..c7695fa33f29b 100644
--- a/providers/http/provider.yaml
+++ b/providers/http/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1781642052
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
diff --git a/providers/http/pyproject.toml b/providers/http/pyproject.toml
index 5059e52acfd0c..38dd5dc776c82 100644
--- a/providers/http/pyproject.toml
+++ b/providers/http/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-http"
-version = "6.0.3"
+version = "6.0.4"
description = "Provider package apache-airflow-providers-http for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -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-http/6.0.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/6.0.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-http/6.0.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-http/6.0.4/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/http/src/airflow/providers/http/__init__.py b/providers/http/src/airflow/providers/http/__init__.py
index 916b6c3e1a73f..4fc6ea946aa47 100644
--- a/providers/http/src/airflow/providers/http/__init__.py
+++ b/providers/http/src/airflow/providers/http/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.0.3"
+__version__ = "6.0.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/informatica/README.rst b/providers/informatica/README.rst
index 8c5bf20a04438..f6bcaabff03db 100644
--- a/providers/informatica/README.rst
+++ b/providers/informatica/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-informatica``
-Release: ``0.1.4``
+Release: ``0.2.0``
`Informatica `__
@@ -36,7 +36,7 @@ This is a provider package for ``informatica`` provider. All classes for this pr
are in ``airflow.providers.informatica`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -76,6 +76,7 @@ You can install such cross-provider dependencies when installing from PyPI. For
Dependent package Extra
================================================================================================================== =================
`apache-airflow-providers-common-compat `_ ``common.compat``
+`apache-airflow-providers-common-sql `_ ``common.sql``
`apache-airflow-providers-http `_ ``http``
================================================================================================================== =================
@@ -86,7 +87,8 @@ Optional dependencies
Extra Dependencies
================= ==========================================
``common.compat`` ``apache-airflow-providers-common-compat``
+``common.sql`` ``apache-airflow-providers-common-sql``
================= ==========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/informatica/docs/changelog.rst b/providers/informatica/docs/changelog.rst
index 40da64b0ef876..7f3378cdedc25 100644
--- a/providers/informatica/docs/changelog.rst
+++ b/providers/informatica/docs/changelog.rst
@@ -40,6 +40,12 @@ Features
* ``Add disabled_for_operators, auto_lineage_enabled, and request_timeout config options``
* ``Add example DAG demonstrating auto, manual, disabled, and operator-excluded lineage modes``
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Bump aiohttp in /providers/informatica/dev/informatica_simulator (#68607)``
+ * ``Bump requests in /providers/informatica/dev/informatica_simulator (#68572)``
+ * ``Bump aiohttp in /providers/informatica/dev/informatica_simulator (#68571)``
+
0.1.4
.....
diff --git a/providers/informatica/docs/index.rst b/providers/informatica/docs/index.rst
index 456ae17ddd4d4..3cd8ffd563c64 100644
--- a/providers/informatica/docs/index.rst
+++ b/providers/informatica/docs/index.rst
@@ -114,7 +114,7 @@ apache-airflow-providers-informatica package
`Informatica `__
-Release: 0.1.4
+Release: 0.2.0
Provider package
----------------
@@ -170,5 +170,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-informatica 0.1.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-informatica 0.1.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-informatica 0.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-informatica 0.2.0 wheel package `_ (`asc