diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 4b5993dce4aed..9c6e373bfef6c 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-07-22
+2026-08-01
diff --git a/providers/airbyte/README.rst b/providers/airbyte/README.rst
index f30510b9ce162..408b0ddb55a1a 100644
--- a/providers/airbyte/README.rst
+++ b/providers/airbyte/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-airbyte``
-Release: ``6.0.0``
+Release: ``6.0.1``
`Airbyte `__
@@ -36,7 +36,7 @@ This is a provider package for ``airbyte`` provider. All classes for this provid
are in ``airflow.providers.airbyte`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/airbyte/docs/changelog.rst b/providers/airbyte/docs/changelog.rst
index d2635ff29e57a..609927a82823a 100644
--- a/providers/airbyte/docs/changelog.rst
+++ b/providers/airbyte/docs/changelog.rst
@@ -26,6 +26,17 @@
Changelog
---------
+6.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix AirbyteJobSensor marking a cancelled job as success in deferrable mode (#69786)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
6.0.0
.....
diff --git a/providers/airbyte/docs/index.rst b/providers/airbyte/docs/index.rst
index 7db62a4f57b77..2bab10d02ea3f 100644
--- a/providers/airbyte/docs/index.rst
+++ b/providers/airbyte/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte `__
-Release: 6.0.0
+Release: 6.0.1
Provider package
----------------
@@ -111,5 +111,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-airbyte 6.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-airbyte 6.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 6.0.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 6.0.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/airbyte/provider.yaml b/providers/airbyte/provider.yaml
index 7caf9a029075f..9050bcdfd7542 100644
--- a/providers/airbyte/provider.yaml
+++ b/providers/airbyte/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784794681
+source-date-epoch: 1785633505
# 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.1
- 6.0.0
- 5.5.2
- 5.5.1
diff --git a/providers/airbyte/pyproject.toml b/providers/airbyte/pyproject.toml
index e0fd8176095d8..1bc8a778f097b 100644
--- a/providers/airbyte/pyproject.toml
+++ b/providers/airbyte/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-airbyte"
-version = "6.0.0"
+version = "6.0.1"
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -100,8 +100,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-airbyte/6.0.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.0.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.0.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.0.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/airbyte/src/airflow/providers/airbyte/__init__.py b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
index eb9c139e2f4c0..51ebaf5833b44 100644
--- a/providers/airbyte/src/airflow/providers/airbyte/__init__.py
+++ b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.0.0"
+__version__ = "6.0.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/alibaba/README.rst b/providers/alibaba/README.rst
index e598f86d82ae6..8842628719b01 100644
--- a/providers/alibaba/README.rst
+++ b/providers/alibaba/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-alibaba``
-Release: ``3.3.9``
+Release: ``3.4.0``
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
------------
@@ -63,4 +63,4 @@ PIP package Version required
========================================== ========================================
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 5abd66a7dbfad..dbadbea591a03 100644
--- a/providers/alibaba/docs/changelog.rst
+++ b/providers/alibaba/docs/changelog.rst
@@ -26,6 +26,20 @@
Changelog
---------
+3.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add OSSRemoteLogIO.from_config and register oss remote logging scheme (#70682)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix no-op assertion in MaxCompute run_sql test (#69406)``
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.3.9
.....
diff --git a/providers/alibaba/docs/index.rst b/providers/alibaba/docs/index.rst
index 63985ab99d0fb..64aec916f9ea9 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.9
+Release: 3.4.0
Provider package
----------------
@@ -115,5 +115,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.9 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-alibaba 3.3.9 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.4.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/alibaba/provider.yaml b/providers/alibaba/provider.yaml
index 988bf96a269de..bf82b5e964f0d 100644
--- a/providers/alibaba/provider.yaml
+++ b/providers/alibaba/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1785633505
# 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.4.0
- 3.3.9
- 3.3.8
- 3.3.7
diff --git a/providers/alibaba/pyproject.toml b/providers/alibaba/pyproject.toml
index 0c720da6e5a26..e4f65080a5760 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.9"
+version = "3.4.0"
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.9"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.9/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.4.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.4.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/alibaba/src/airflow/providers/alibaba/__init__.py b/providers/alibaba/src/airflow/providers/alibaba/__init__.py
index 763f88ef79ce4..5169a6311e4f0 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.9"
+__version__ = "3.4.0"
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 7f8f1f54c5301..51d9b03452f44 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.33.0``
+Release: ``9.34.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
------------
@@ -54,7 +54,7 @@ Requirements
PIP package Version required
========================================== ======================================
``apache-airflow`` ``>=2.11.0``
-``apache-airflow-providers-common-compat`` ``>=1.14.3``
+``apache-airflow-providers-common-compat`` ``>=1.18.0``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.41.0``
@@ -105,9 +105,9 @@ Dependent package
Optional dependencies
----------------------
-==================== ============================================================================================================================================================
+==================== =====================================================================================================================================================================
Extra Dependencies
-==================== ============================================================================================================================================================
+==================== =====================================================================================================================================================================
``aiobotocore`` ``aiobotocore>=3.0.0``
``cncf.kubernetes`` ``apache-airflow-providers-cncf-kubernetes>=7.2.0``
``s3fs`` ``s3fs>=2023.10.0``
@@ -120,14 +120,14 @@ Extra Dependencies
``imap`` ``apache-airflow-providers-imap``
``microsoft.azure`` ``apache-airflow-providers-microsoft-azure``
``mongo`` ``apache-airflow-providers-mongo``
-``pandas`` ``pandas>=2.1.2; python_version <"3.13"``, ``pandas>=2.2.3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3; python_version >="3.14"``
+``pandas`` ``pandas>=2.1.2,<3; python_version <"3.13"``, ``pandas>=2.2.3,<3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3,<3; python_version >="3.14"``
``openlineage`` ``apache-airflow-providers-openlineage>=2.3.0``
``salesforce`` ``apache-airflow-providers-salesforce``
``ssh`` ``apache-airflow-providers-ssh``
``standard`` ``apache-airflow-providers-standard``
``common.messaging`` ``apache-airflow-providers-common-messaging>=2.0.0``
``sqlalchemy`` ``sqlalchemy>=1.4.54``
-==================== ============================================================================================================================================================
+==================== =====================================================================================================================================================================
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 6af90dec7b2e0..b8c0691e90ca7 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,58 @@
Changelog
---------
+9.34.0
+......
+
+Features
+~~~~~~~~
+
+* ``Cancel the Redshift statement when a user kills the deferred task (#69676)``
+* ``Support setting an S3 object ACL for remote task logs (#70394)``
+* ``Add 'DmsReloadTablesOperator' (#70569)``
+* ``Add deferrable mode to DynamoDBValueSensor (#69799)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Refuse the team agnostic fall-through for a team scoped AWS secret name (#70878)``
+* ``Retry EKS resource deletion on transient ResourceInUseException (#70260)``
+* ``Apply SageMaker operator template-field checks after rendering (#70485)``
+* ``Resolve S3ToRedshiftOperator connection and kwargs after template rendering (#70486)``
+* ``Move AwsToAwsBaseOperator fallback out of init (#70445)``
+* ``Fix EcsRunTaskOperator deferred logs read from the wrong region (#70474)``
+* ``Allow templated fields in AppFlow operators (#70440)``
+* ``Fix EcsRunTaskOperator deferred-logs region and template field init (#70464)``
+* ``Fix MongoToS3Operator aggregate-pipeline detection before rendering (#70330)``
+* ``Strip GlueDataQualityOperator ruleset after rendering (#70331)``
+* ``Move template-field validation/transformation out of init for Amazon Bedrock operators (#70306)``
+* ``Move template-field validation out of init for Amazon DataSync operator (#70324)``
+
+Misc
+~~~~
+
+* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
+* ``Keep S3DeleteObjectsOperator validation in __init__, narrow to ValueError (#70359)``
+* ``Rename StepFunctionStartExecutionOperator's input field to match its constructor argument (#70544)``
+* ``Fix mypy arg-type error in Redshift Data get_primary_keys (#70677)``
+* ``Add IMPORT_ERRORS_ALL permission for import errors of files with no registered Dag (#69790)``
+* ``Tighten the DMS operator cdc-start checks to 'is not None' and raise ValueError (#70450, #70634)``
+
+Doc-only
+~~~~~~~~
+
+* ``Document effect of state-store cleanup for operators with durable execution (#70721)``
+* ``Remove hard-coded deferrable crawler run from example_glue (#70206)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Assert the refusal log with getMessage so the compat tests pass (#70905)``
+ * ``Don't fail on dynamic glue rule set reccomendations (#70801)``
+ * ``Raise the datamodel-code-generator floor for the codegen toolchain (#70670)``
+ * ``Make Redshift system-test clusters non-public in sql_to_s3/s3_to_sql (#70705)``
+ * ``Wait for vector index to stabilize in 'example_bedrock_retrieve_and_generate' (#70649)``
+ * ``Fix flaky Glue OpenLineage test that calls the real AWS endpoint (#70500)``
+
9.33.0
......
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index 446a2e4df51f4..73635c6f4cebd 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.33.0
+Release: 9.34.0
Provider package
----------------
@@ -112,7 +112,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
========================================== ======================================
``apache-airflow`` ``>=2.11.0``
-``apache-airflow-providers-common-compat`` ``>=1.14.3``
+``apache-airflow-providers-common-compat`` ``>=1.18.0``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.41.0``
@@ -201,5 +201,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.33.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.33.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.34.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.34.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index fecd3a9b23606..20feaede66ccc 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# 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.34.0
- 9.33.0
- 9.32.0
- 9.31.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index e8200c48494ea..a5d46203f5779 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.33.0"
+version = "9.34.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -60,7 +60,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
dependencies = [
"apache-airflow>=2.11.0",
- "apache-airflow-providers-common-compat>=1.14.3", # use next version
+ "apache-airflow-providers-common-compat>=1.18.0",
"apache-airflow-providers-common-sql>=1.32.0",
"apache-airflow-providers-http",
# We should update minimum version of boto3 and here regularly to avoid `pip` backtracking with the number
@@ -226,8 +226,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.33.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.33.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.34.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.34.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 41acefb86463f..a4ed0e0a4769e 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.33.0"
+__version__ = "9.34.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/anthropic/README.rst b/providers/anthropic/README.rst
index 84465bfcdda13..c895946d7c950 100644
--- a/providers/anthropic/README.rst
+++ b/providers/anthropic/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-anthropic``
-Release: ``0.2.0``
+Release: ``0.2.1``
`Anthropic `__ provider for Apache Airflow.
@@ -38,7 +38,7 @@ This is a provider package for ``anthropic`` provider. All classes for this prov
are in ``airflow.providers.anthropic`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -72,4 +72,4 @@ Extra Dependencies
=========== ===============================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/anthropic/docs/changelog.rst b/providers/anthropic/docs/changelog.rst
index e65e4bab93ada..270696551a39f 100644
--- a/providers/anthropic/docs/changelog.rst
+++ b/providers/anthropic/docs/changelog.rst
@@ -20,6 +20,17 @@
Changelog
---------
+0.2.1
+.....
+
+Misc
+~~~~
+
+* ``Move template-field validation out of AnthropicAgentSessionOperator __init__ (#70432)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
0.2.0
.....
diff --git a/providers/anthropic/docs/index.rst b/providers/anthropic/docs/index.rst
index c69ad483d7beb..cab3cc67c30a1 100644
--- a/providers/anthropic/docs/index.rst
+++ b/providers/anthropic/docs/index.rst
@@ -113,7 +113,7 @@ Wraps the official Anthropic Python SDK to run the Claude Message Batches API
asynchronously from Airflow, plus direct message and token-counting helpers.
-Release: 0.2.0
+Release: 0.2.1
Provider package
----------------
@@ -166,5 +166,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-anthropic 0.2.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-anthropic 0.2.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-anthropic 0.2.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-anthropic 0.2.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/anthropic/provider.yaml b/providers/anthropic/provider.yaml
index 698e1cefd4129..51fcd4e1f796d 100644
--- a/providers/anthropic/provider.yaml
+++ b/providers/anthropic/provider.yaml
@@ -27,10 +27,11 @@ description: |
state: ready
lifecycle: incubation
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# Note that those versions are maintained by release manager - do not update them manually
versions:
+ - 0.2.1
- 0.2.0
- 0.1.0
diff --git a/providers/anthropic/pyproject.toml b/providers/anthropic/pyproject.toml
index 2dab395270c2f..6affe34490d1c 100644
--- a/providers/anthropic/pyproject.toml
+++ b/providers/anthropic/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-anthropic"
-version = "0.2.0"
+version = "0.2.1"
description = "Provider package apache-airflow-providers-anthropic for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -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-anthropic/0.2.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.2.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.2.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/0.2.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/anthropic/src/airflow/providers/anthropic/__init__.py b/providers/anthropic/src/airflow/providers/anthropic/__init__.py
index 9adbc80942872..5486b17f64c98 100644
--- a/providers/anthropic/src/airflow/providers/anthropic/__init__.py
+++ b/providers/anthropic/src/airflow/providers/anthropic/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "0.2.0"
+__version__ = "0.2.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst
index 7841ffb143d69..f965b90f53b6c 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.1``
+Release: ``4.12.2``
`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
------------
@@ -66,4 +66,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 403a99faf52aa..fc58389b7859f 100644
--- a/providers/apache/hdfs/docs/changelog.rst
+++ b/providers/apache/hdfs/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+4.12.2
+......
+
+Misc
+~~~~
+
+* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
4.12.1
......
diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst
index 1656ba5093d12..8333ad6255c8d 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.1
+Release: 4.12.2
Provider package
----------------
@@ -105,5 +105,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.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hdfs 4.12.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.12.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.12.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml
index 7ab4b7a9f8c28..155137037afa3 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: 1781642052
+source-date-epoch: 1785633505
# 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.2
- 4.12.1
- 4.12.0
- 4.11.5
diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml
index fa9baec7f7e99..398eedb8f7099 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.1"
+version = "4.12.2"
description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -115,8 +115,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.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.12.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/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
index a6d27cdb61f51..b0c7dc94704de 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.1"
+__version__ = "4.12.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/hive/README.rst b/providers/apache/hive/README.rst
index c2daf9e4d44ec..1f20df918edf5 100644
--- a/providers/apache/hive/README.rst
+++ b/providers/apache/hive/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-hive``
-Release: ``9.6.0``
+Release: ``9.6.1``
`Apache Hive `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
are in ``airflow.providers.apache.hive`` 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/apache/hive/docs/changelog.rst b/providers/apache/hive/docs/changelog.rst
index b877cd15a1be7..fb2b9a6c02a7d 100644
--- a/providers/apache/hive/docs/changelog.rst
+++ b/providers/apache/hive/docs/changelog.rst
@@ -27,6 +27,23 @@
Changelog
---------
+9.6.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Move template-field checks out of __init__ in Hive sensors (#70334)``
+
+Misc
+~~~~
+
+* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+
9.6.0
.....
diff --git a/providers/apache/hive/docs/index.rst b/providers/apache/hive/docs/index.rst
index 8398238768630..b19c2909172b8 100644
--- a/providers/apache/hive/docs/index.rst
+++ b/providers/apache/hive/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package
`Apache Hive `__
-Release: 9.6.0
+Release: 9.6.1
Provider package
----------------
@@ -167,5 +167,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-hive 9.6.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 9.6.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 9.6.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 9.6.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hive/provider.yaml b/providers/apache/hive/provider.yaml
index 888c8785c5001..49072347be80f 100644
--- a/providers/apache/hive/provider.yaml
+++ b/providers/apache/hive/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# 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.6.1
- 9.6.0
- 9.5.0
- 9.4.2
diff --git a/providers/apache/hive/pyproject.toml b/providers/apache/hive/pyproject.toml
index 50f395028e8d8..8565a499001ef 100644
--- a/providers/apache/hive/pyproject.toml
+++ b/providers/apache/hive/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-hive"
-version = "9.6.0"
+version = "9.6.1"
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -154,8 +154,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-hive/9.6.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.6.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.6.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.6.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/hive/src/airflow/providers/apache/hive/__init__.py b/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
index f413762c3ea72..686e582a4975e 100644
--- a/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
+++ b/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "9.6.0"
+__version__ = "9.6.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/kafka/README.rst b/providers/apache/kafka/README.rst
index a26a410cc4936..af50317e83bdd 100644
--- a/providers/apache/kafka/README.rst
+++ b/providers/apache/kafka/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-kafka``
-Release: ``1.15.0``
+Release: ``1.15.1``
`Apache Kafka `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.kafka`` provider. All classes for this p
are in ``airflow.providers.apache.kafka`` 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/kafka/docs/changelog.rst b/providers/apache/kafka/docs/changelog.rst
index 42194048ce35e..a3d70722758b8 100644
--- a/providers/apache/kafka/docs/changelog.rst
+++ b/providers/apache/kafka/docs/changelog.rst
@@ -27,6 +27,21 @@
Changelog
---------
+1.15.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix Kafka consumer not being closed on error in ConsumeFromTopicOperator (#69641)``
+* ``Fix AwaitMessageTrigger crash on tombstone messages when apply_function is unset (#69665)``
+* ``Fix KafkaBaseHook.test_connection missing oauth_cb for managed Kafka (#69507)``
+* ``Fix AwaitMessageTriggerFunctionSensor not honoring timeout (#69639)``
+* ``Validate ProduceToTopicOperator topic after rendering (#70333)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.15.0
......
diff --git a/providers/apache/kafka/docs/index.rst b/providers/apache/kafka/docs/index.rst
index 0a3e6013282cc..98b47ab85ad31 100644
--- a/providers/apache/kafka/docs/index.rst
+++ b/providers/apache/kafka/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-apache-kafka package
`Apache Kafka `__
-Release: 1.15.0
+Release: 1.15.1
Provider package
----------------
@@ -160,5 +160,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-kafka 1.15.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-kafka 1.15.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kafka 1.15.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kafka 1.15.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/kafka/provider.yaml b/providers/apache/kafka/provider.yaml
index 481f6784fd8ec..822d7a8476a76 100644
--- a/providers/apache/kafka/provider.yaml
+++ b/providers/apache/kafka/provider.yaml
@@ -21,7 +21,7 @@ name: Apache Kafka
state: ready
lifecycle: production
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
description: |
`Apache Kafka `__
# Note that those versions are maintained by release manager - do not update them manually
@@ -29,6 +29,7 @@ description: |
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 1.15.1
- 1.15.0
- 1.14.0
- 1.13.3
diff --git a/providers/apache/kafka/pyproject.toml b/providers/apache/kafka/pyproject.toml
index 688b15c2ddfa2..506177299eff4 100644
--- a/providers/apache/kafka/pyproject.toml
+++ b/providers/apache/kafka/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-kafka"
-version = "1.15.0"
+version = "1.15.1"
description = "Provider package apache-airflow-providers-apache-kafka for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -119,8 +119,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-kafka/1.15.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.15.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.15.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.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/apache/kafka/src/airflow/providers/apache/kafka/__init__.py b/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py
index 276cddeb8bb86..db409b40373cf 100644
--- a/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py
+++ b/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.15.0"
+__version__ = "1.15.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 0794313d18327..de1d60859e1a9 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.7``
+Release: ``4.6.0``
`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
------------
@@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================
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 42e12b3a93487..fed32f6c58ede 100644
--- a/providers/apache/livy/docs/changelog.rst
+++ b/providers/apache/livy/docs/changelog.rst
@@ -28,6 +28,19 @@
Changelog
---------
+4.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Reconnect to the running Livy batch on retry instead of resubmitting (#68956)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
4.5.7
.....
diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst
index fd645f63297d8..adf8a21f393f7 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.7
+Release: 4.6.0
Provider package
----------------
@@ -111,5 +111,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.7 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 4.5.7 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.6.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.6.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml
index cda7b5692d133..ae676c7542a78 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: 1781642052
+source-date-epoch: 1785633505
# 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.6.0
- 4.5.7
- 4.5.6
- 4.5.5
diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml
index 3a2a712c269da..5630c63f8a293 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.7"
+version = "4.6.0"
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.7"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.7/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.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/apache/livy/src/airflow/providers/apache/livy/__init__.py b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
index da79bbfcce5dd..a3ab7003e9b11 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.7"
+__version__ = "4.6.0"
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 38f5ddfd67caa..564e5ca6f27a7 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.3.0``
+Release: ``6.3.1``
`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
------------
@@ -92,4 +92,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 86949285a3686..cb858c4556947 100644
--- a/providers/apache/spark/docs/changelog.rst
+++ b/providers/apache/spark/docs/changelog.rst
@@ -28,6 +28,24 @@
Changelog
---------
+6.3.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Anchor spark-submit log trail on actual exception instead of lines (#70513)``
+
+Misc
+~~~~
+
+* ``Decouple SparkSubmitOperator resumable deployment backends (#68679)``
+* ``Drop unused post_submit_commands copy from SparkSubmitOperator init (#70323)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+
6.3.0
.....
diff --git a/providers/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst
index b3ab72907c67a..06e76ae8266ee 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.3.0
+Release: 6.3.1
Provider package
----------------
@@ -152,5 +152,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.3.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-spark 6.3.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 6.3.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 6.3.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml
index c74293304bf3c..2d2cf49fab4dd 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: 1784746595
+source-date-epoch: 1785633505
# 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.3.1
- 6.3.0
- 6.2.0
- 6.1.0
diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml
index 8118164772472..b7209a2f35cba 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.3.0"
+version = "6.3.1"
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.3.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.3.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.3.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.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/spark/src/airflow/providers/apache/spark/__init__.py b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py
index 16608d6c8b5b7..e677973d79e33 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.3.0"
+__version__ = "6.3.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/arangodb/README.rst b/providers/arangodb/README.rst
index 2615b265a0ef9..1c513dc11473d 100644
--- a/providers/arangodb/README.rst
+++ b/providers/arangodb/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-arangodb``
-Release: ``2.9.5``
+Release: ``2.9.6``
`ArangoDB `__
@@ -36,7 +36,7 @@ This is a provider package for ``arangodb`` provider. All classes for this provi
are in ``airflow.providers.arangodb`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -59,4 +59,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/arangodb/docs/changelog.rst b/providers/arangodb/docs/changelog.rst
index 80a7aefcc0248..d3826f3ba3f62 100644
--- a/providers/arangodb/docs/changelog.rst
+++ b/providers/arangodb/docs/changelog.rst
@@ -28,6 +28,19 @@
Changelog
---------
+2.9.6
+.....
+
+Misc
+~~~~
+
+* ``Use ValueError when no ArangoDB collection operation is specified (#70539)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
2.9.5
.....
diff --git a/providers/arangodb/docs/index.rst b/providers/arangodb/docs/index.rst
index 40854afd4f125..b0d951fa043a2 100644
--- a/providers/arangodb/docs/index.rst
+++ b/providers/arangodb/docs/index.rst
@@ -70,7 +70,7 @@ apache-airflow-providers-arangodb package
`ArangoDB `__
-Release: 2.9.5
+Release: 2.9.6
Provider package
----------------
@@ -104,5 +104,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-arangodb 2.9.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-arangodb 2.9.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-arangodb 2.9.6 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-arangodb 2.9.6 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/arangodb/provider.yaml b/providers/arangodb/provider.yaml
index f5a99f68551da..9b8f0883f5de7 100644
--- a/providers/arangodb/provider.yaml
+++ b/providers/arangodb/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1785633505
# 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:
+ - 2.9.6
- 2.9.5
- 2.9.4
- 2.9.3
diff --git a/providers/arangodb/pyproject.toml b/providers/arangodb/pyproject.toml
index 850be8d698df9..934c9993cb92b 100644
--- a/providers/arangodb/pyproject.toml
+++ b/providers/arangodb/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-arangodb"
-version = "2.9.5"
+version = "2.9.6"
description = "Provider package apache-airflow-providers-arangodb for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -99,8 +99,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-arangodb/2.9.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.6"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.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/arangodb/src/airflow/providers/arangodb/__init__.py b/providers/arangodb/src/airflow/providers/arangodb/__init__.py
index 58e0e70ce406f..aee17c52959f4 100644
--- a/providers/arangodb/src/airflow/providers/arangodb/__init__.py
+++ b/providers/arangodb/src/airflow/providers/arangodb/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.9.5"
+__version__ = "2.9.6"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/celery/README.rst b/providers/celery/README.rst
index 649aa28cd2f46..7a5a5a5a8d80d 100644
--- a/providers/celery/README.rst
+++ b/providers/celery/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-celery``
-Release: ``3.23.0``
+Release: ``3.23.1``
`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
------------
@@ -88,4 +88,4 @@ Extra Dependencies
=================== ===================================================
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 476ef9ff091d5..e1de5e1801dc8 100644
--- a/providers/celery/docs/changelog.rst
+++ b/providers/celery/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+3.23.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Honor verbose logging for Celery workers (#69828)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.23.0
......
diff --git a/providers/celery/docs/index.rst b/providers/celery/docs/index.rst
index 7fc33c3b0b579..84abc5462c12f 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.23.0
+Release: 3.23.1
Provider package
----------------
@@ -138,5 +138,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.23.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-celery 3.23.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-celery 3.23.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-celery 3.23.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/celery/provider.yaml b/providers/celery/provider.yaml
index 2f94171331bd7..dfe7e2e4ed9e6 100644
--- a/providers/celery/provider.yaml
+++ b/providers/celery/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# 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.23.1
- 3.23.0
- 3.22.0
- 3.21.0
diff --git a/providers/celery/pyproject.toml b/providers/celery/pyproject.toml
index 015636c76df74..0bdae8b8b7780 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.23.0"
+version = "3.23.1"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -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-celery/3.23.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.23.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.23.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.23.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/celery/src/airflow/providers/celery/__init__.py b/providers/celery/src/airflow/providers/celery/__init__.py
index d7a32181c05f9..eec38c869b4c7 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.23.0"
+__version__ = "3.23.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/clickhousedb/docs/changelog.rst b/providers/clickhousedb/docs/changelog.rst
index a141758c080e3..970500fdf2e07 100644
--- a/providers/clickhousedb/docs/changelog.rst
+++ b/providers/clickhousedb/docs/changelog.rst
@@ -39,6 +39,7 @@ Misc
appropriate section above if needed. Do not delete the lines(!):
* ``Fix ClickHouse test_connection unit test failing with newer clickhouse-connect (#70114)``
* ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Prepare providers release 2026-07-22 (#70256)``
1.0.0
diff --git a/providers/clickhousedb/provider.yaml b/providers/clickhousedb/provider.yaml
index db67c896152f1..0555f1029eed1 100644
--- a/providers/clickhousedb/provider.yaml
+++ b/providers/clickhousedb/provider.yaml
@@ -23,7 +23,7 @@ description: |
state: ready
lifecycle: incubation
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# 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
diff --git a/providers/cncf/kubernetes/README.rst b/providers/cncf/kubernetes/README.rst
index a385989f285be..ef1d84749024b 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.20.0``
+Release: ``10.21.0``
`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
------------
@@ -65,4 +65,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 82fd133f0047d..8f8975bc91759 100644
--- a/providers/cncf/kubernetes/docs/changelog.rst
+++ b/providers/cncf/kubernetes/docs/changelog.rst
@@ -27,6 +27,44 @@
Changelog
---------
+10.21.0
+.......
+
+.. note::
+ ``airflow kubernetes cleanup-pods`` now takes ``--min-completed-minutes``, which defaults to
+ ``1``. Terminal pods are therefore no longer deleted immediately; pass
+ ``--min-completed-minutes 0`` to restore the previous behavior. The delay closes a race
+ where cleanup removed a pod before ``await_pod_completion`` had read its final state.
+
+Features
+~~~~~~~~
+
+* ``Add '--min-completed-minutes' to 'cleanup-pods' to prevent KubernetesPodOperator race condition (#70595)``
+* ``Add opt-in concurrent pod creation to KubernetesExecutor (#68480)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Prevent deferrable KubernetesPodOperator log parsing from blocking the triggerer event loop (#69661)``
+* ``Fix KubernetesPodOperator dry_run requiring live Kubernetes API client (#70234)``
+* ``Build KubernetesInstallKueueOperator manifest URL after rendering (#70335)``
+
+Misc
+~~~~
+
+* ``Mark KubernetesPodOperator and AgentOperator as durable capable (#70289)``
+* ``Validate KubernetesResourceBaseOperator yaml_conf after rendering (#70337)``
+
+Doc-only
+~~~~~~~~
+
+* ``Document Kubernetes RBAC permissions (#68716)``
+* ``Documenting effect if task state store cleanup for KubernetesPodOperator (#70722)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+
10.20.0
.......
diff --git a/providers/cncf/kubernetes/docs/index.rst b/providers/cncf/kubernetes/docs/index.rst
index 94a233f5a41e7..93ab9b7559c0d 100644
--- a/providers/cncf/kubernetes/docs/index.rst
+++ b/providers/cncf/kubernetes/docs/index.rst
@@ -89,7 +89,7 @@ apache-airflow-providers-cncf-kubernetes package
`Kubernetes `__
-Release: 10.20.0
+Release: 10.21.0
Provider package
----------------
@@ -129,5 +129,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.20.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-cncf-kubernetes 10.20.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-cncf-kubernetes 10.21.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-cncf-kubernetes 10.21.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/cncf/kubernetes/provider.yaml b/providers/cncf/kubernetes/provider.yaml
index a6ba5b42ede7d..cfecb10cba9b7 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: 1784746595
+source-date-epoch: 1785633505
# 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.21.0
- 10.20.0
- 10.19.0
- 10.18.0
diff --git a/providers/cncf/kubernetes/pyproject.toml b/providers/cncf/kubernetes/pyproject.toml
index f14071b620bdc..2bda75ab0ad1c 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.20.0"
+version = "10.21.0"
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.20.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.20.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.21.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.21.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/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/__init__.py
index d1cb053409944..2f2609b683ef2 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.20.0"
+__version__ = "10.21.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/cohere/README.rst b/providers/cohere/README.rst
index 10e8dbae321ac..9bb3c7c22a694 100644
--- a/providers/cohere/README.rst
+++ b/providers/cohere/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-cohere``
-Release: ``1.6.6``
+Release: ``1.6.7``
`Cohere `__
@@ -36,7 +36,7 @@ This is a provider package for ``cohere`` provider. All classes for this provide
are in ``airflow.providers.cohere`` 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/cohere/docs/changelog.rst b/providers/cohere/docs/changelog.rst
index 0aef8b653da1f..2a01b1ca614e3 100644
--- a/providers/cohere/docs/changelog.rst
+++ b/providers/cohere/docs/changelog.rst
@@ -20,6 +20,24 @@
Changelog
---------
+1.6.7
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix CohereEmbeddingOperator input_text normalization before rendering (#70325)``
+
+Doc-only
+~~~~~~~~
+
+* ``Add feature-comparison table and toolset links to common.ai provider docs (#69649)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Prepare providers release 2026-07-22 (#70256)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
1.6.6
.....
diff --git a/providers/cohere/docs/index.rst b/providers/cohere/docs/index.rst
index 092912d34ef20..e3b1570d93c43 100644
--- a/providers/cohere/docs/index.rst
+++ b/providers/cohere/docs/index.rst
@@ -88,7 +88,7 @@ apache-airflow-providers-cohere package
`Cohere `__
-Release: 1.6.6
+Release: 1.6.7
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-cohere 1.6.6 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-cohere 1.6.6 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-cohere 1.6.7 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-cohere 1.6.7 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/cohere/provider.yaml b/providers/cohere/provider.yaml
index 40b6cab29cf7e..97e057f6f695a 100644
--- a/providers/cohere/provider.yaml
+++ b/providers/cohere/provider.yaml
@@ -25,13 +25,14 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1785633505
# 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:
+ - 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
diff --git a/providers/cohere/pyproject.toml b/providers/cohere/pyproject.toml
index 6a1db15b58188..bd0f4597f5785 100644
--- a/providers/cohere/pyproject.toml
+++ b/providers/cohere/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-cohere"
-version = "1.6.6"
+version = "1.6.7"
description = "Provider package apache-airflow-providers-cohere for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -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-cohere/1.6.6"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.6/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.7"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cohere/1.6.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/cohere/src/airflow/providers/cohere/__init__.py b/providers/cohere/src/airflow/providers/cohere/__init__.py
index 7a8bc2b337822..0005792bbfa46 100644
--- a/providers/cohere/src/airflow/providers/cohere/__init__.py
+++ b/providers/cohere/src/airflow/providers/cohere/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.6.6"
+__version__ = "1.6.7"
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 03fac6a7d54a4..9d1488e3afeb3 100644
--- a/providers/common/ai/README.rst
+++ b/providers/common/ai/README.rst
@@ -69,13 +69,12 @@ You can install such cross-provider dependencies when installing from PyPI. For
.. code-block:: bash
- pip install apache-airflow-providers-common-ai[amazon]
+ pip install apache-airflow-providers-common-ai[common.sql]
============================================================================================================ ==============
Dependent package Extra
============================================================================================================ ==============
-`apache-airflow-providers-amazon `_ ``amazon``
`apache-airflow-providers-common-sql `_ ``common.sql``
`apache-airflow-providers-git `_ ``git``
============================================================================================================ ==============
@@ -97,14 +96,12 @@ Extra Dependencies
``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'``
``sql`` ``apache-airflow-providers-common-sql>=1.33.0``, ``sqlglot>=30.0.0``
-``aws`` ``apache-airflow-providers-amazon>=9.0.0``
``common.sql`` ``apache-airflow-providers-common-sql>=1.33.0``
``langchain`` ``langchain>=1.0.0``
``llamaindex`` ``dataclasses-json>=0.6.7``, ``llama-index-core>=0.13.0``, ``llama-index-embeddings-openai>=0.6.0``, ``llama-index-llms-openai>=0.6.0``
``pdf`` ``pypdf>=4.0.0``
``docx`` ``python-docx>=1.0.0``
``git`` ``apache-airflow-providers-git``
-``amazon`` ``apache-airflow-providers-amazon``
============== =======================================================================================================================================
The changelog for the provider package can be found in the
diff --git a/providers/common/ai/docs/changelog.rst b/providers/common/ai/docs/changelog.rst
index 527028d39ee5e..a39121f8ea6f6 100644
--- a/providers/common/ai/docs/changelog.rst
+++ b/providers/common/ai/docs/changelog.rst
@@ -36,13 +36,22 @@ Changelog
to 1.2.0 or newer; if you cannot, stay on ``common.ai`` 0.6.0. Installations that do not use
the ``skills`` extra are unaffected.
+.. note::
+ ``SQLToolset(allowed_tables=...)`` now fails closed: ``COPY`` in any form, and any function
+ sqlglot cannot type, are refused before the query runs. This closes a bypass where
+ ``pg_read_file()``, ``query_to_xml()`` and ``COPY ... FROM PROGRAM`` reached data and files
+ outside ``allowed_tables``. Project UDFs and a few common builtins such as
+ ``json_build_object`` are also not recognized; pass them in the new ``allowed_functions``
+ argument to permit them. The database role remains the real security boundary.
+
Features
~~~~~~~~
-* ``Add AWS services toolset for agents to access 1000+ APIs (#70087)``
* ``Add pydantic-ai capability matrix references doc to Common AI (#69887)``
* ``Support excluding files from 'common.ai' Agent Skills discovery (#69924)``
* ``Use task state store for 'common.ai' durable execution on Airflow 3.3+ (#68926)``
+* ``Support '.txt' files in 'LLMFileAnalysisOperator' (#70431)``
+* ``Support cloud URI globs in DocumentLoaderOperator (#70299)``
Bug Fixes
~~~~~~~~~
@@ -56,11 +65,17 @@ Bug Fixes
* ``Reject unsupported require_approval in LLM branch and schema compare operators (#70069)``
* ``Fix '@task.llm_branch' import failure on Task SDK-only workers (#70068)``
* ``Fix common.ai durable execution skipping Toolset-capability tools (#69881)``
+* ``Redact secrets from LLMRetryPolicy classification prompts (#70229)``
+* ``Validate common AI tool-call arguments to enable pydantic-ai retries (#70096)``
+* ``Validate template fields after rendering in common.ai operators (#70338)``
Misc
~~~~
* ``Add dataclasses-json floor to common.ai llamaindex extra (#69755)``
+* ``Add a Retry Policies category to the provider registry (#70499)``
+* ``Mark asserts under 'TYPE_CHECKING' in 'DocumentLoaderOperator' (#70378)``
+* ``Mark KubernetesPodOperator and AgentOperator as durable capable (#70289)``
Doc-only
~~~~~~~~
@@ -72,6 +87,7 @@ Doc-only
* ``Add feature-comparison table and toolset links to common.ai provider docs (#69649)``
* ``Add an Examples entry point to the common.ai provider docs (#69650)``
* ``Document when to use common.ai vs vendor-specific AI providers (#69551)``
+* ``Document the sql extra required for LLMSQLQueryOperator (#70564)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
@@ -79,7 +95,12 @@ Doc-only
* ``Add toolset as a provider module category (#70122)``
* ``[main] Upgrade important CI environment (#69694)``
* ``Guard code_mode example DAG on SQLToolset import (#69677)``
-
+ * ``Add AWS services toolset for agents to access 1000+ APIs (#70087)``
+ * ``Fix flaky secrets masking test in LLMRetryPolicy (#70823)``
+ * ``Revert AWS services toolset for common AI provider (#70695)``
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Mark common.ai provider as not ready for release (#70481)``
+ * ``Prepare providers release 2026-07-22 (#70256)``
0.6.0
.....
diff --git a/providers/common/ai/provider.yaml b/providers/common/ai/provider.yaml
index 62c9eeaa02573..1feaa6ed5c685 100644
--- a/providers/common/ai/provider.yaml
+++ b/providers/common/ai/provider.yaml
@@ -23,7 +23,7 @@ description: |
state: ready
lifecycle: incubation
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
build-system: hatchling
# note that those versions are maintained by release manager - do not update them manually
versions:
diff --git a/providers/common/compat/README.rst b/providers/common/compat/README.rst
index 86b06ffd43f53..4b74633c8e73d 100644
--- a/providers/common/compat/README.rst
+++ b/providers/common/compat/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-compat``
-Release: ``1.17.0``
+Release: ``1.18.0``
Common Compatibility Provider - providing compatibility code for previous Airflow versions
@@ -36,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
are in ``airflow.providers.common.compat`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -88,4 +88,4 @@ Extra Dependencies
=============== ========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/common/compat/docs/changelog.rst b/providers/common/compat/docs/changelog.rst
index d719cff6a2036..919c2b980ecfd 100644
--- a/providers/common/compat/docs/changelog.rst
+++ b/providers/common/compat/docs/changelog.rst
@@ -25,6 +25,18 @@
Changelog
---------
+1.18.0
+......
+
+Features
+~~~~~~~~
+
+* ``Gate audit log rows not tied to a Dag on a dedicated AccessView (#70759)``
+* ``Add IMPORT_ERRORS_ALL permission for import errors of files with no registered Dag (#69790)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.17.0
......
diff --git a/providers/common/compat/docs/index.rst b/providers/common/compat/docs/index.rst
index 784ef76ac2099..1f4a78a79c61d 100644
--- a/providers/common/compat/docs/index.rst
+++ b/providers/common/compat/docs/index.rst
@@ -62,7 +62,7 @@ apache-airflow-providers-common-compat package
Common Compatibility Provider - providing compatibility code for previous Airflow versions
-Release: 1.17.0
+Release: 1.18.0
Provider package
----------------
@@ -133,5 +133,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-compat 1.17.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-compat 1.17.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-compat 1.18.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-compat 1.18.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/compat/provider.yaml b/providers/common/compat/provider.yaml
index 3d2e2f0f2de5d..102a7f5559df4 100644
--- a/providers/common/compat/provider.yaml
+++ b/providers/common/compat/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784794681
+source-date-epoch: 1785633505
# 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:
+ - 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
diff --git a/providers/common/compat/pyproject.toml b/providers/common/compat/pyproject.toml
index 66094257fae9a..ded1b6fcbe447 100644
--- a/providers/common/compat/pyproject.toml
+++ b/providers/common/compat/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-common-compat"
-version = "1.17.0"
+version = "1.18.0"
description = "Provider package apache-airflow-providers-common-compat 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-common-compat/1.17.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.17.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.18.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.18.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/compat/src/airflow/providers/common/compat/__init__.py b/providers/common/compat/src/airflow/providers/common/compat/__init__.py
index 48d56931944b2..fa614ba20ea89 100644
--- a/providers/common/compat/src/airflow/providers/common/compat/__init__.py
+++ b/providers/common/compat/src/airflow/providers/common/compat/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.17.0"
+__version__ = "1.18.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/common/io/docs/.latest-doc-only-change.txt b/providers/common/io/docs/.latest-doc-only-change.txt
index 8978da3fe885b..bf162f41865dd 100644
--- a/providers/common/io/docs/.latest-doc-only-change.txt
+++ b/providers/common/io/docs/.latest-doc-only-change.txt
@@ -1 +1 @@
-62d451d623
+9a0d1d3334
diff --git a/providers/common/sql/README.rst b/providers/common/sql/README.rst
index 01deaa7cb085b..f04f36b720d66 100644
--- a/providers/common/sql/README.rst
+++ b/providers/common/sql/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-sql``
-Release: ``2.0.3``
+Release: ``2.1.0``
`Common SQL Provider `__
@@ -36,7 +36,7 @@ This is a provider package for ``common.sql`` provider. All classes for this pro
are in ``airflow.providers.common.sql`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -84,10 +84,10 @@ Dependent package
Optional dependencies
----------------------
-================== =======================================================================================================================================================================
+================== ================================================================================================================================================================================
Extra Dependencies
-================== =======================================================================================================================================================================
-``pandas`` ``pandas[sql-other]>=2.1.2; python_version <"3.13"``, ``pandas>=2.2.3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3; python_version >="3.14"``
+================== ================================================================================================================================================================================
+``pandas`` ``pandas[sql-other]>=2.1.2,<3; python_version <"3.13"``, ``pandas>=2.2.3,<3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3,<3; python_version >="3.14"``
``openlineage`` ``apache-airflow-providers-openlineage``
``polars`` ``polars>=1.26.0``
``sqlalchemy`` ``sqlalchemy>=1.4.54``
@@ -95,7 +95,7 @@ Extra Dependencies
``datafusion`` ``datafusion>=50.0.0,<52.0.0``
``pyiceberg-core`` ``pyiceberg-core>=0.8.0``
``apache.iceberg`` ``apache-airflow-providers-apache-iceberg``
-================== =======================================================================================================================================================================
+================== ================================================================================================================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/common/sql/docs/changelog.rst b/providers/common/sql/docs/changelog.rst
index a74d5977cf230..787ec8ec15501 100644
--- a/providers/common/sql/docs/changelog.rst
+++ b/providers/common/sql/docs/changelog.rst
@@ -25,6 +25,30 @@
Changelog
---------
+2.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add SQLBulkLoadOperator to Common SQL Provider (#69362)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix SQLColumnCheckOperator crash on non-numeric column bounds (#70895)``
+* ``Fix SQL check tolerance for negative expected values (#69736)``
+* ``Fix SQL value checks for negative expected values (#69893)``
+
+Misc
+~~~~
+
+* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+
2.0.3
.....
diff --git a/providers/common/sql/docs/index.rst b/providers/common/sql/docs/index.rst
index ec33b3329e532..ff00456d28e48 100644
--- a/providers/common/sql/docs/index.rst
+++ b/providers/common/sql/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-common-sql package
`Common SQL Provider `__
-Release: 2.0.3
+Release: 2.1.0
Provider package
----------------
@@ -160,5 +160,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-sql 2.0.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-sql 2.0.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-sql 2.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-sql 2.1.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/sql/provider.yaml b/providers/common/sql/provider.yaml
index 8593e2b86dd16..ff5c6caa17c77 100644
--- a/providers/common/sql/provider.yaml
+++ b/providers/common/sql/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# 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:
+ - 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
diff --git a/providers/common/sql/pyproject.toml b/providers/common/sql/pyproject.toml
index d0d4541d587dc..b018c3cca45d4 100644
--- a/providers/common/sql/pyproject.toml
+++ b/providers/common/sql/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-common-sql"
-version = "2.0.3"
+version = "2.1.0"
description = "Provider package apache-airflow-providers-common-sql for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -157,8 +157,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-sql/2.0.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.0.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.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/sql/src/airflow/providers/common/sql/__init__.py b/providers/common/sql/src/airflow/providers/common/sql/__init__.py
index 0863b9afde335..c842c3eafbcc5 100644
--- a/providers/common/sql/src/airflow/providers/common/sql/__init__.py
+++ b/providers/common/sql/src/airflow/providers/common/sql/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.0.3"
+__version__ = "2.1.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst
index 494cd6be7e4a1..712ed795418b1 100644
--- a/providers/databricks/README.rst
+++ b/providers/databricks/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-databricks``
-Release: ``7.18.0``
+Release: ``7.18.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 21683ca67e823..41f025336ef34 100644
--- a/providers/databricks/docs/changelog.rst
+++ b/providers/databricks/docs/changelog.rst
@@ -26,6 +26,28 @@
Changelog
---------
+7.18.1
+......
+
+Misc
+~~~~
+
+* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
+* ``Review and update constraint dependencies (#70652)``
+* ``Validate DatabricksSQLStatementsSensor statement fields after rendering (#70340)``
+* ``Validate DatabricksCopyIntoOperator template fields after rendering (#70339)``
+
+Doc-only
+~~~~~~~~
+
+* ``Document effect of state-store cleanup for operators with durable execution (#70721)``
+* ``Clarify Databricks retry_delay uses exponential backoff (#68622)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Restore Dag-parse-time validation for Databricks Repos operator arguments (#70551)``
+ * ``Validate Databricks Repos operators' template fields after rendering (#70341)``
+
7.18.0
......
diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst
index 55835fb43c061..75f80e9b4542a 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.18.0
+Release: 7.18.1
Provider package
----------------
@@ -168,5 +168,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.18.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-databricks 7.18.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.18.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.18.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml
index 0bb4d503b9f45..f2dc2d7a2dedc 100644
--- a/providers/databricks/provider.yaml
+++ b/providers/databricks/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1784746595
+source-date-epoch: 1785633505
# 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.18.1
- 7.18.0
- 7.17.0
- 7.16.1
diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml
index 74594af076d06..1c2a58f95ac24 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.18.0"
+version = "7.18.1"
description = "Provider package apache-airflow-providers-databricks for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -163,8 +163,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.18.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.18.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.18.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.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/databricks/src/airflow/providers/databricks/__init__.py b/providers/databricks/src/airflow/providers/databricks/__init__.py
index 7479bfecfc465..c67389528b8a6 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.18.0"
+__version__ = "7.18.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 d0a78df0f9d09..d79b192d5b581 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.2``
+Release: ``4.9.3``
`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
------------
@@ -91,4 +91,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 7ca16fffd4c51..6e24e6bb3581f 100644
--- a/providers/dbt/cloud/docs/changelog.rst
+++ b/providers/dbt/cloud/docs/changelog.rst
@@ -28,6 +28,26 @@
Changelog
---------
+4.9.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix DbtCloudRunJobOperator having false failures during deferred polling (#70581)``
+* ``Derive DbtCloudGetJobRunArtifactOperator default file name after rendering (#70336)``
+
+Doc-only
+~~~~~~~~
+
+* ``Document each provider's optional extras in its docs index (#69478)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Prepare providers release 2026-07-22 (#70256)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
4.9.2
.....
diff --git a/providers/dbt/cloud/docs/index.rst b/providers/dbt/cloud/docs/index.rst
index 7933a655b1765..213c70c50f313 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.2
+Release: 4.9.3
Provider package
----------------
@@ -155,5 +155,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.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-dbt-cloud 4.9.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 4.9.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 4.9.3 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/dbt/cloud/provider.yaml b/providers/dbt/cloud/provider.yaml
index 0d36f93e58ac3..35882f8902c7c 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: 1781642052
+source-date-epoch: 1785633505
# 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.3
- 4.9.2
- 4.9.1
- 4.9.0
diff --git a/providers/dbt/cloud/pyproject.toml b/providers/dbt/cloud/pyproject.toml
index 1eba60ccf0095..1c22e23624e21 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.2"
+version = "4.9.3"
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.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.9.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/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py b/providers/dbt/cloud/src/airflow/providers/dbt/cloud/__init__.py
index b7c2c96409fca..aee286cd652c9 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.2"
+__version__ = "4.9.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/docker/README.rst b/providers/docker/README.rst
index 03adff8b38ee5..7fefa5a1a4bed 100644
--- a/providers/docker/README.rst
+++ b/providers/docker/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-docker``
-Release: ``4.5.8``
+Release: ``4.5.9``
`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
------------
@@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================
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 d54f1edc8f576..7d143964e3609 100644
--- a/providers/docker/docs/changelog.rst
+++ b/providers/docker/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.5.9
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Handle DockerOperator mounts after rendering instead of in __init__ (#70342)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.5.8
.....
diff --git a/providers/docker/docs/index.rst b/providers/docker/docs/index.rst
index dca76e4e7113b..0b599350570bd 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.5.8
+Release: 4.5.9
Provider package
----------------
@@ -105,5 +105,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.5.8 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-docker 4.5.8 wheel package `_ (`asc `__, `sha512