diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 2261237fe8327..153381a524401 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-03-24
+2026-04-07
diff --git a/providers/airbyte/README.rst b/providers/airbyte/README.rst
index f3b02aca44508..0c9ef06691cc1 100644
--- a/providers/airbyte/README.rst
+++ b/providers/airbyte/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-airbyte``
-Release: ``5.4.0``
+Release: ``5.4.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
------------
@@ -79,4 +79,4 @@ Dependent package
================================================================================================================== =================
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 bc3b078ec4c27..622493ace1f9a 100644
--- a/providers/airbyte/docs/changelog.rst
+++ b/providers/airbyte/docs/changelog.rst
@@ -27,6 +27,17 @@ Changelog
---------
+5.4.1
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
5.4.0
.....
diff --git a/providers/airbyte/docs/index.rst b/providers/airbyte/docs/index.rst
index bc95fe0e1a6a3..2080c8160c22f 100644
--- a/providers/airbyte/docs/index.rst
+++ b/providers/airbyte/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte `__
-Release: 5.4.0
+Release: 5.4.1
Provider package
----------------
@@ -130,5 +130,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 5.4.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-airbyte 5.4.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 5.4.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 5.4.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/airbyte/provider.yaml b/providers/airbyte/provider.yaml
index c12e15e064bb1..82b5778f4ca19 100644
--- a/providers/airbyte/provider.yaml
+++ b/providers/airbyte/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298099
+source-date-epoch: 1775591506
# 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:
+ - 5.4.1
- 5.4.0
- 5.3.3
- 5.3.2
diff --git a/providers/airbyte/pyproject.toml b/providers/airbyte/pyproject.toml
index 812f548c44432..bd613bf7dafe1 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 = "5.4.0"
+version = "5.4.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/5.4.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.4.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.4.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.4.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 1a202d9985b5b..c8d18ceaa336c 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__ = "5.4.0"
+__version__ = "5.4.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 af1d885c6b9a3..1d4b6bfe7c8e1 100644
--- a/providers/alibaba/README.rst
+++ b/providers/alibaba/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-alibaba``
-Release: ``3.3.6``
+Release: ``3.3.7``
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
------------
@@ -50,16 +50,17 @@ The package supports the following python versions: 3.10,3.11,3.12,3.13,3.14
Requirements
------------
-========================================== ==================
+========================================== ========================================
PIP package Version required
-========================================== ==================
+========================================== ========================================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.13.0``
-``oss2`` ``>=2.14.0``
+``alibabacloud-oss-v2`` ``>=1.2.0``
``alibabacloud_adb20211201`` ``>=1.0.0``
``alibabacloud_tea_openapi`` ``>=0.3.7``
-``pyodps`` ``>=0.12.2.2``
-========================================== ==================
+``pyodps`` ``>=0.12.2.2; python_version < "3.13"``
+``pyodps`` ``>=0.12.5.1; python_version >= "3.13"``
+========================================== ========================================
Cross provider package dependencies
-----------------------------------
@@ -81,4 +82,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/alibaba/docs/changelog.rst b/providers/alibaba/docs/changelog.rst
index 6a5ed288792b7..6e088a506cfad 100644
--- a/providers/alibaba/docs/changelog.rst
+++ b/providers/alibaba/docs/changelog.rst
@@ -26,6 +26,20 @@
Changelog
---------
+3.3.7
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+* ``Replace 'oss2' with 'alibabacloud-oss-v2' (#64361)``
+* ``Bump pyodps for python>=3.13 (#64210)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add 4-day cooldown for uv dependency resolution (#64249)``
+
3.3.6
.....
diff --git a/providers/alibaba/docs/index.rst b/providers/alibaba/docs/index.rst
index 474e795dab143..b01df6423a1d7 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.6
+Release: 3.3.7
Provider package
----------------
@@ -134,5 +134,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-alibaba 3.3.6 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-alibaba 3.3.6 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.3.7 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.3.7 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/alibaba/provider.yaml b/providers/alibaba/provider.yaml
index f5bed7b7429b0..46d43d4a62095 100644
--- a/providers/alibaba/provider.yaml
+++ b/providers/alibaba/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298167
+source-date-epoch: 1775591532
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
diff --git a/providers/alibaba/pyproject.toml b/providers/alibaba/pyproject.toml
index 8bec1f952d75f..c63f4ee3745e7 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.6"
+version = "3.3.7"
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.6"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.6/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.7"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.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/alibaba/src/airflow/providers/alibaba/__init__.py b/providers/alibaba/src/airflow/providers/alibaba/__init__.py
index 4c06dceb522ac..d32951d60397f 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.6"
+__version__ = "3.3.7"
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 11103430a0ef1..b2e0d7d183025 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.24.0``
+Release: ``9.25.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.13.0``
+``apache-airflow-providers-common-compat`` ``>=1.14.3``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.41.0``
@@ -63,6 +63,7 @@ PIP package Version required
``watchtower`` ``>=3.3.1,<4``
``jsonpath_ng`` ``>=1.5.3``
``redshift_connector`` ``>=2.1.3``
+``redshift_connector`` ``>=2.1.13; python_version >= "3.14"``
``asgiref`` ``>=2.3.0; python_version < "3.14"``
``asgiref`` ``>=3.11.1; python_version >= "3.14"``
``PyAthena`` ``>=3.10.0``
@@ -110,7 +111,7 @@ Optional dependencies
==================== ============================================================================================================================================================
Extra Dependencies
==================== ============================================================================================================================================================
-``aiobotocore`` ``aiobotocore[boto3]>=2.26.0``
+``aiobotocore`` ``aiobotocore>=3.0.0``
``cncf.kubernetes`` ``apache-airflow-providers-cncf-kubernetes>=7.2.0``
``s3fs`` ``s3fs>=2023.10.0``
``python3-saml`` ``python3-saml>=1.16.0; python_version < '3.13'``, ``xmlsec>=1.3.14; python_version < '3.13'``, ``lxml>=6.0.0; python_version < '3.13'``
@@ -132,4 +133,4 @@ Extra Dependencies
==================== ============================================================================================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst
index 5a7f725feaef9..a50dea4685069 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,40 @@
Changelog
---------
+9.25.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add OpenLineage parent and transport info injection to 'EmrServerlessStartJobOperator' (#64807)``
+* ``Add 'EksPodTrigger' (#64187)``
+* ``Add SageMakerConditionOperator and SageMakerFailOperator (#64545)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix AwsBaseWaiterTrigger losing error details on deferred task failure (#64085)``
+* ``Fix assume_role_with_web_identity not using botocore config for STS calls (#64216)``
+
+Misc
+~~~~
+
+* ``Improve debuggability of SQS, Lambda, EC2, and RDS hooks (#64661)``
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+* ``Bump the min aibotocore version to 3.0.0 (#64631)``
+* ``Remove the lxml workaround (#64554)``
+* ``Add debug logging and fix exception handling in DynamoDB hook (#64629)``
+* ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
+* ``Remove obsolete boto3 extra from aiobotocore dependency (#64330)``
+* ``Replace AWS keys with placeholder text in documentation and code examples (#63577)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Revert "fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable mode (#63086)" (#64340)``
+ * ``fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable mode (#63086)``
+ * ``Compat sdk conf follow-up for multiple providers (#64161)``
+
9.24.0
......
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index f97d8883da137..0b8bcfba67f6a 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -87,7 +87,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 9.24.0
+Release: 9.25.0
Provider package
----------------
@@ -111,7 +111,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.13.0``
+``apache-airflow-providers-common-compat`` ``>=1.14.3``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.41.0``
@@ -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-amazon 9.24.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.24.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.25.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.25.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index fa59480e5c471..2dc4a94a42faf 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298274
+source-date-epoch: 1775591628
# 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.25.0
- 9.24.0
- 9.23.0
- 9.22.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index 1bfdaef9ebe40..579e015a3f627 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.24.0"
+version = "9.25.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.13.0", # use next version
+ "apache-airflow-providers-common-compat>=1.14.3",
"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
@@ -217,8 +217,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.24.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.24.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.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 6fe0646f1912d..3aff3c7801842 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.24.0"
+__version__ = "9.25.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/cassandra/README.rst b/providers/apache/cassandra/README.rst
index 7e70e9de1afbe..20415a3e3e250 100644
--- a/providers/apache/cassandra/README.rst
+++ b/providers/apache/cassandra/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-cassandra``
-Release: ``3.9.3``
+Release: ``3.9.4``
`Apache Cassandra `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.cassandra`` provider. All classes for th
are in ``airflow.providers.apache.cassandra`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -80,4 +80,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/cassandra/docs/changelog.rst b/providers/apache/cassandra/docs/changelog.rst
index a2cfaf75e5f39..f020e29443a9e 100644
--- a/providers/apache/cassandra/docs/changelog.rst
+++ b/providers/apache/cassandra/docs/changelog.rst
@@ -26,6 +26,17 @@
Changelog
---------
+3.9.4
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.9.3
.....
diff --git a/providers/apache/cassandra/docs/index.rst b/providers/apache/cassandra/docs/index.rst
index 0827731918fb5..add665b7acc6e 100644
--- a/providers/apache/cassandra/docs/index.rst
+++ b/providers/apache/cassandra/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-cassandra package
`Apache Cassandra `__.
-Release: 3.9.3
+Release: 3.9.4
Provider package
----------------
@@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-cassandra 3.9.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-cassandra 3.9.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-cassandra 3.9.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-cassandra 3.9.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/cassandra/provider.yaml b/providers/apache/cassandra/provider.yaml
index 2567553f833e2..b1aecd4ad6ac5 100644
--- a/providers/apache/cassandra/provider.yaml
+++ b/providers/apache/cassandra/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298312
+source-date-epoch: 1775591642
# 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.9.4
- 3.9.3
- 3.9.2
- 3.9.1
diff --git a/providers/apache/cassandra/pyproject.toml b/providers/apache/cassandra/pyproject.toml
index 195016ea3cec3..a3314d5fce8da 100644
--- a/providers/apache/cassandra/pyproject.toml
+++ b/providers/apache/cassandra/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-cassandra"
-version = "3.9.3"
+version = "3.9.4"
description = "Provider package apache-airflow-providers-apache-cassandra 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-apache-cassandra/3.9.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.4/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py b/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py
index 2557d61134024..650e4a2386571 100644
--- a/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py
+++ b/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.9.3"
+__version__ = "3.9.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/drill/README.rst b/providers/apache/drill/README.rst
index 3a98698a4d637..393a18d8c7987 100644
--- a/providers/apache/drill/README.rst
+++ b/providers/apache/drill/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-drill``
-Release: ``3.3.1``
+Release: ``3.3.2``
`Apache Drill `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.drill`` provider. All classes for this p
are in ``airflow.providers.apache.drill`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -79,4 +79,4 @@ Dependent package
============================================================================================================ ==============
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/drill/docs/changelog.rst b/providers/apache/drill/docs/changelog.rst
index 82a0ac1760ac8..7113e22ae2924 100644
--- a/providers/apache/drill/docs/changelog.rst
+++ b/providers/apache/drill/docs/changelog.rst
@@ -26,6 +26,17 @@
Changelog
---------
+3.3.2
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.3.1
.....
diff --git a/providers/apache/drill/docs/index.rst b/providers/apache/drill/docs/index.rst
index 928ab2683722b..6150d9b75461c 100644
--- a/providers/apache/drill/docs/index.rst
+++ b/providers/apache/drill/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-drill package
`Apache Drill `__.
-Release: 3.3.1
+Release: 3.3.2
Provider package
----------------
@@ -130,5 +130,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-drill 3.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-drill 3.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-drill 3.3.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-drill 3.3.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/drill/provider.yaml b/providers/apache/drill/provider.yaml
index cf3168ae89077..365fb76f1048d 100644
--- a/providers/apache/drill/provider.yaml
+++ b/providers/apache/drill/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298329
+source-date-epoch: 1775591653
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
diff --git a/providers/apache/drill/pyproject.toml b/providers/apache/drill/pyproject.toml
index fa37d712cdce5..d223bccfd7893 100644
--- a/providers/apache/drill/pyproject.toml
+++ b/providers/apache/drill/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-drill"
-version = "3.3.1"
+version = "3.3.2"
description = "Provider package apache-airflow-providers-apache-drill 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-drill/3.3.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.3.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.3.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-drill/3.3.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/drill/src/airflow/providers/apache/drill/__init__.py b/providers/apache/drill/src/airflow/providers/apache/drill/__init__.py
index 2018388730f4f..99e873d761511 100644
--- a/providers/apache/drill/src/airflow/providers/apache/drill/__init__.py
+++ b/providers/apache/drill/src/airflow/providers/apache/drill/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.3.1"
+__version__ = "3.3.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/druid/README.rst b/providers/apache/druid/README.rst
index a89371203880b..dc845105939e3 100644
--- a/providers/apache/druid/README.rst
+++ b/providers/apache/druid/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-druid``
-Release: ``4.5.1``
+Release: ``4.5.2``
`Apache Druid `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.druid`` provider. All classes for this p
are in ``airflow.providers.apache.druid`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -90,4 +90,4 @@ Extra Dependencies
=============== ========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/druid/docs/changelog.rst b/providers/apache/druid/docs/changelog.rst
index 5a62c0b4e9292..c31ee1ea701e8 100644
--- a/providers/apache/druid/docs/changelog.rst
+++ b/providers/apache/druid/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+4.5.2
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.5.1
.....
diff --git a/providers/apache/druid/docs/index.rst b/providers/apache/druid/docs/index.rst
index 6970ac304b034..539166d885a91 100644
--- a/providers/apache/druid/docs/index.rst
+++ b/providers/apache/druid/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-druid package
`Apache Druid `__.
-Release: 4.5.1
+Release: 4.5.2
Provider package
----------------
@@ -132,5 +132,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-druid 4.5.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-druid 4.5.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-druid 4.5.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-druid 4.5.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/druid/provider.yaml b/providers/apache/druid/provider.yaml
index 55e8764cb1fdb..3af222d4b1ba5 100644
--- a/providers/apache/druid/provider.yaml
+++ b/providers/apache/druid/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298342
+source-date-epoch: 1775591663
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.5.2
- 4.5.1
- 4.5.0
- 4.4.2
diff --git a/providers/apache/druid/pyproject.toml b/providers/apache/druid/pyproject.toml
index 63c770d1aeb52..b186ae47bcfe0 100644
--- a/providers/apache/druid/pyproject.toml
+++ b/providers/apache/druid/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-druid"
-version = "4.5.1"
+version = "4.5.2"
description = "Provider package apache-airflow-providers-apache-druid for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.5.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.5.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.5.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.5.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/druid/src/airflow/providers/apache/druid/__init__.py b/providers/apache/druid/src/airflow/providers/apache/druid/__init__.py
index 40b2dd86c9d86..c70e51aed99e1 100644
--- a/providers/apache/druid/src/airflow/providers/apache/druid/__init__.py
+++ b/providers/apache/druid/src/airflow/providers/apache/druid/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.5.1"
+__version__ = "4.5.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst
index d2e52e59946e5..07067d56a1b2f 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.11.4``
+Release: ``4.11.5``
`Hadoop Distributed File System (HDFS) `__
@@ -37,7 +37,7 @@ This is a provider package for ``apache.hdfs`` provider. All classes for this pr
are in ``airflow.providers.apache.hdfs`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -85,4 +85,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/hdfs/docs/changelog.rst b/providers/apache/hdfs/docs/changelog.rst
index fefea44e30606..75405ed0eed80 100644
--- a/providers/apache/hdfs/docs/changelog.rst
+++ b/providers/apache/hdfs/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+4.11.5
+......
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+* ``Fix advertising some of the missing provider capabilities via provider info (#64127)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.11.4
......
diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst
index 7cd10598b7bbb..81807de3505c2 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.11.4
+Release: 4.11.5
Provider package
----------------
@@ -124,5 +124,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-hdfs 4.11.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hdfs 4.11.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.11.5 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.11.5 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml
index 63a602aa1b805..1f9cc0e6d9f48 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: 1774298372
+source-date-epoch: 1775591680
# 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.11.5
- 4.11.4
- 4.11.3
- 4.11.2
diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml
index 3101d616e9226..5d407e00ace9d 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.11.4"
+version = "4.11.5"
description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -105,8 +105,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.11.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.5"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.11.5/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
index 6a527853b40e8..c8c087ebcf78d 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.11.4"
+__version__ = "4.11.5"
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 11966a5f0da76..41e3d0ff20422 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.4.1``
+Release: ``9.4.2``
`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
------------
@@ -107,4 +107,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 7099b5f1b1983..460f84a4a8409 100644
--- a/providers/apache/hive/docs/changelog.rst
+++ b/providers/apache/hive/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+9.4.2
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
9.4.1
.....
diff --git a/providers/apache/hive/docs/index.rst b/providers/apache/hive/docs/index.rst
index b8280fb3ae79e..7557efe665fe8 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.4.1
+Release: 9.4.2
Provider package
----------------
@@ -145,5 +145,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.4.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 9.4.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 9.4.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 9.4.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hive/provider.yaml b/providers/apache/hive/provider.yaml
index 84dcd4e8b7082..0bb4498ebafaa 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: 1774298386
+source-date-epoch: 1775591691
# 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.4.2
- 9.4.1
- 9.4.0
- 9.3.0
diff --git a/providers/apache/hive/pyproject.toml b/providers/apache/hive/pyproject.toml
index 3ad8cb7a93791..be07e0a32acaf 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.4.1"
+version = "9.4.2"
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -144,8 +144,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.4.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.4.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.4.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.4.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py b/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
index f5671f3e49270..ec6789a4afe11 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.4.1"
+__version__ = "9.4.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/iceberg/README.rst b/providers/apache/iceberg/README.rst
index 96984e1f29e7c..3814bb2f0c2fa 100644
--- a/providers/apache/iceberg/README.rst
+++ b/providers/apache/iceberg/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-iceberg``
-Release: ``2.0.1``
+Release: ``2.0.2``
`Iceberg `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.iceberg`` provider. All classes for this
are in ``airflow.providers.apache.iceberg`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -78,4 +78,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/iceberg/docs/changelog.rst b/providers/apache/iceberg/docs/changelog.rst
index c3d3d16dd9fea..b18ba160d7db0 100644
--- a/providers/apache/iceberg/docs/changelog.rst
+++ b/providers/apache/iceberg/docs/changelog.rst
@@ -26,6 +26,17 @@
Changelog
---------
+2.0.2
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.0.1
.....
diff --git a/providers/apache/iceberg/docs/index.rst b/providers/apache/iceberg/docs/index.rst
index 289cf375018be..f98184d8e7bef 100644
--- a/providers/apache/iceberg/docs/index.rst
+++ b/providers/apache/iceberg/docs/index.rst
@@ -73,7 +73,7 @@ apache-airflow-providers-apache-iceberg package
`Iceberg `__
-Release: 2.0.1
+Release: 2.0.2
Provider package
----------------
@@ -126,5 +126,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-iceberg 2.0.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-iceberg 2.0.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-iceberg 2.0.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-iceberg 2.0.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/iceberg/provider.yaml b/providers/apache/iceberg/provider.yaml
index 8ba84038777a1..2cff85b65dd29 100644
--- a/providers/apache/iceberg/provider.yaml
+++ b/providers/apache/iceberg/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298402
+source-date-epoch: 1775591708
# 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.0.2
- 2.0.1
- 2.0.0
- 1.4.1
diff --git a/providers/apache/iceberg/pyproject.toml b/providers/apache/iceberg/pyproject.toml
index a9e496feba58a..5e158b92eef54 100644
--- a/providers/apache/iceberg/pyproject.toml
+++ b/providers/apache/iceberg/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-iceberg"
-version = "2.0.1"
+version = "2.0.2"
description = "Provider package apache-airflow-providers-apache-iceberg 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-apache-iceberg/2.0.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.0.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.0.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-iceberg/2.0.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/iceberg/src/airflow/providers/apache/iceberg/__init__.py b/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py
index 7324e33c66f75..eb7f2bea204d5 100644
--- a/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py
+++ b/providers/apache/iceberg/src/airflow/providers/apache/iceberg/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.0.1"
+__version__ = "2.0.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/impala/README.rst b/providers/apache/impala/README.rst
index cd174351eff8f..01e532c280371 100644
--- a/providers/apache/impala/README.rst
+++ b/providers/apache/impala/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-impala``
-Release: ``1.9.1``
+Release: ``1.9.2``
`Apache Impala `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.impala`` provider. All classes for this
are in ``airflow.providers.apache.impala`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -90,4 +90,4 @@ Extra Dependencies
============== ======================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/impala/docs/changelog.rst b/providers/apache/impala/docs/changelog.rst
index eb4a4228af838..a9dcc527ef4b3 100644
--- a/providers/apache/impala/docs/changelog.rst
+++ b/providers/apache/impala/docs/changelog.rst
@@ -26,6 +26,17 @@
Changelog
---------
+1.9.2
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.9.1
.....
diff --git a/providers/apache/impala/docs/index.rst b/providers/apache/impala/docs/index.rst
index d53c801981eb0..815ed24d18977 100644
--- a/providers/apache/impala/docs/index.rst
+++ b/providers/apache/impala/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-apache-impala package
`Apache Impala `__.
-Release: 1.9.1
+Release: 1.9.2
Provider package
----------------
@@ -139,5 +139,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-impala 1.9.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-impala 1.9.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-impala 1.9.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-impala 1.9.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/impala/provider.yaml b/providers/apache/impala/provider.yaml
index 7dd8636f8730a..b04a0adbdf758 100644
--- a/providers/apache/impala/provider.yaml
+++ b/providers/apache/impala/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298417
+source-date-epoch: 1775591713
# 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.9.2
- 1.9.1
- 1.9.0
- 1.8.1
diff --git a/providers/apache/impala/pyproject.toml b/providers/apache/impala/pyproject.toml
index 7234622d33d08..00dfdf8c27f66 100644
--- a/providers/apache/impala/pyproject.toml
+++ b/providers/apache/impala/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-impala"
-version = "1.9.1"
+version = "1.9.2"
description = "Provider package apache-airflow-providers-apache-impala for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -114,8 +114,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-impala/1.9.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.9.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.9.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-impala/1.9.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/impala/src/airflow/providers/apache/impala/__init__.py b/providers/apache/impala/src/airflow/providers/apache/impala/__init__.py
index 57658e09bf0b5..bbcc2fdbe8c3e 100644
--- a/providers/apache/impala/src/airflow/providers/apache/impala/__init__.py
+++ b/providers/apache/impala/src/airflow/providers/apache/impala/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.9.1"
+__version__ = "1.9.2"
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 2937d42210973..08fa80a9a9712 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.13.1``
+Release: ``1.13.2``
`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 afc87f4221381..68ff7b74d15e6 100644
--- a/providers/apache/kafka/docs/changelog.rst
+++ b/providers/apache/kafka/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+1.13.2
+......
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.13.1
......
diff --git a/providers/apache/kafka/docs/index.rst b/providers/apache/kafka/docs/index.rst
index 708cb8a02b7b4..2a3296b0a8c79 100644
--- a/providers/apache/kafka/docs/index.rst
+++ b/providers/apache/kafka/docs/index.rst
@@ -83,7 +83,7 @@ apache-airflow-providers-apache-kafka package
`Apache Kafka `__
-Release: 1.13.1
+Release: 1.13.2
Provider package
----------------
@@ -141,5 +141,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.13.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-kafka 1.13.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kafka 1.13.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kafka 1.13.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/kafka/provider.yaml b/providers/apache/kafka/provider.yaml
index fb682f73ba02d..aa102950e2917 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: 1774298448
+source-date-epoch: 1775591721
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.13.2
- 1.13.1
- 1.13.0
- 1.12.0
diff --git a/providers/apache/kafka/pyproject.toml b/providers/apache/kafka/pyproject.toml
index cfbb870eaa1e0..7f1adff1bb2cb 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.13.1"
+version = "1.13.2"
description = "Provider package apache-airflow-providers-apache-kafka 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-kafka/1.13.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.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/kafka/src/airflow/providers/apache/kafka/__init__.py b/providers/apache/kafka/src/airflow/providers/apache/kafka/__init__.py
index 1a4d956dc207e..b7599c61a1f23 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.13.1"
+__version__ = "1.13.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/kylin/README.rst b/providers/apache/kylin/README.rst
index 35839b1590286..548625c4645a2 100644
--- a/providers/apache/kylin/README.rst
+++ b/providers/apache/kylin/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-kylin``
-Release: ``3.10.3``
+Release: ``3.10.4``
`Apache Kylin `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.kylin`` provider. All classes for this p
are in ``airflow.providers.apache.kylin`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -78,4 +78,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/kylin/docs/changelog.rst b/providers/apache/kylin/docs/changelog.rst
index cb725ba1663be..24e2ce025b0ff 100644
--- a/providers/apache/kylin/docs/changelog.rst
+++ b/providers/apache/kylin/docs/changelog.rst
@@ -29,6 +29,17 @@
Changelog
---------
+3.10.4
+......
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
3.10.3
......
diff --git a/providers/apache/kylin/docs/index.rst b/providers/apache/kylin/docs/index.rst
index e619421031ebc..1862d29dc1052 100644
--- a/providers/apache/kylin/docs/index.rst
+++ b/providers/apache/kylin/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-apache-kylin package
`Apache Kylin `__
-Release: 3.10.3
+Release: 3.10.4
Provider package
----------------
@@ -130,5 +130,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-kylin 3.10.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-kylin 3.10.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kylin 3.10.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kylin 3.10.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/kylin/provider.yaml b/providers/apache/kylin/provider.yaml
index fa7a110482c05..ba5e9d2e77312 100644
--- a/providers/apache/kylin/provider.yaml
+++ b/providers/apache/kylin/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298459
+source-date-epoch: 1775591727
# 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.10.4
- 3.10.3
- 3.10.2
- 3.10.1
diff --git a/providers/apache/kylin/pyproject.toml b/providers/apache/kylin/pyproject.toml
index 0cfa7e9e38c3a..5d88ec096230a 100644
--- a/providers/apache/kylin/pyproject.toml
+++ b/providers/apache/kylin/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-kylin"
-version = "3.10.3"
+version = "3.10.4"
description = "Provider package apache-airflow-providers-apache-kylin 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-apache-kylin/3.10.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.4/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py b/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py
index 2aa8a5110c760..fe1634013dac8 100644
--- a/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py
+++ b/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.10.3"
+__version__ = "3.10.4"
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 056a82c983b86..8acf141c4d3f1 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.4``
+Release: ``4.5.5``
`Apache Livy `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.livy`` provider. All classes for this pr
are in ``airflow.providers.apache.livy`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -80,4 +80,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/livy/docs/changelog.rst b/providers/apache/livy/docs/changelog.rst
index ba5dcbdab8584..89c9bee0b0a69 100644
--- a/providers/apache/livy/docs/changelog.rst
+++ b/providers/apache/livy/docs/changelog.rst
@@ -28,6 +28,17 @@
Changelog
---------
+4.5.5
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.5.4
.....
diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst
index 7ba5c962f44e9..94ed0c72e439d 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.4
+Release: 4.5.5
Provider package
----------------
@@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-livy 4.5.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 4.5.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.5.5 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.5.5 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml
index 1844bbaddfba8..7435d67265d08 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: 1774298473
+source-date-epoch: 1775591733
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml
index 5d8cf5bc33beb..44971a2ad772b 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.4"
+version = "4.5.5"
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.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.5"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.5.5/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
index 52a98a7a783a1..506d0f395da05 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.4"
+__version__ = "4.5.5"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/pig/README.rst b/providers/apache/pig/README.rst
index 480d78738f97b..73407b309c041 100644
--- a/providers/apache/pig/README.rst
+++ b/providers/apache/pig/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-pig``
-Release: ``4.8.3``
+Release: ``4.8.4``
`Apache Pig `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.pig`` provider. All classes for this pro
are in ``airflow.providers.apache.pig`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -77,4 +77,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/pig/docs/changelog.rst b/providers/apache/pig/docs/changelog.rst
index 2beb4a535f06c..773b54f841c93 100644
--- a/providers/apache/pig/docs/changelog.rst
+++ b/providers/apache/pig/docs/changelog.rst
@@ -29,6 +29,17 @@
Changelog
---------
+4.8.4
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.8.3
.....
diff --git a/providers/apache/pig/docs/index.rst b/providers/apache/pig/docs/index.rst
index 3a3a2bbc1858a..39d2f65eb29a5 100644
--- a/providers/apache/pig/docs/index.rst
+++ b/providers/apache/pig/docs/index.rst
@@ -75,7 +75,7 @@ apache-airflow-providers-apache-pig package
`Apache Pig `__
-Release: 4.8.3
+Release: 4.8.4
Provider package
----------------
@@ -127,5 +127,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-pig 4.8.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-pig 4.8.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pig 4.8.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pig 4.8.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/pig/provider.yaml b/providers/apache/pig/provider.yaml
index 2992c6009b476..fda1239b73825 100644
--- a/providers/apache/pig/provider.yaml
+++ b/providers/apache/pig/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298489
+source-date-epoch: 1775591739
# 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.8.4
- 4.8.3
- 4.8.2
- 4.8.1
diff --git a/providers/apache/pig/pyproject.toml b/providers/apache/pig/pyproject.toml
index 1d543a930d05a..ad8b88ac1bb6a 100644
--- a/providers/apache/pig/pyproject.toml
+++ b/providers/apache/pig/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-pig"
-version = "4.8.3"
+version = "4.8.4"
description = "Provider package apache-airflow-providers-apache-pig for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.4/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py b/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py
index 959403b01f003..03231be4547f3 100644
--- a/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py
+++ b/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.8.3"
+__version__ = "4.8.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/pinot/README.rst b/providers/apache/pinot/README.rst
index dc5c30611c887..53b4cce5f33c2 100644
--- a/providers/apache/pinot/README.rst
+++ b/providers/apache/pinot/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-pinot``
-Release: ``4.10.1``
+Release: ``4.10.2``
`Apache Pinot `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.pinot`` provider. All classes for this p
are in ``airflow.providers.apache.pinot`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -80,4 +80,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/pinot/docs/changelog.rst b/providers/apache/pinot/docs/changelog.rst
index 85e3a8e68b893..e467743794c58 100644
--- a/providers/apache/pinot/docs/changelog.rst
+++ b/providers/apache/pinot/docs/changelog.rst
@@ -29,6 +29,17 @@
Changelog
---------
+4.10.2
+......
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.10.1
......
diff --git a/providers/apache/pinot/docs/index.rst b/providers/apache/pinot/docs/index.rst
index 3b363c066e091..fa7235187eac7 100644
--- a/providers/apache/pinot/docs/index.rst
+++ b/providers/apache/pinot/docs/index.rst
@@ -70,7 +70,7 @@ apache-airflow-providers-apache-pinot package
`Apache Pinot `__
-Release: 4.10.1
+Release: 4.10.2
Provider package
----------------
@@ -125,5 +125,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-pinot 4.10.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-pinot 4.10.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pinot 4.10.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pinot 4.10.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/pinot/provider.yaml b/providers/apache/pinot/provider.yaml
index 3c50bf17032c3..acc0a87ec2417 100644
--- a/providers/apache/pinot/provider.yaml
+++ b/providers/apache/pinot/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1774298497
+source-date-epoch: 1775591745
# 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.10.2
- 4.10.1
- 4.10.0
- 4.9.2
diff --git a/providers/apache/pinot/pyproject.toml b/providers/apache/pinot/pyproject.toml
index 57123e0bda142..4d844cd81a108 100644
--- a/providers/apache/pinot/pyproject.toml
+++ b/providers/apache/pinot/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-pinot"
-version = "4.10.1"
+version = "4.10.2"
description = "Provider package apache-airflow-providers-apache-pinot 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-pinot/4.10.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.10.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.10.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pinot/4.10.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/pinot/src/airflow/providers/apache/pinot/__init__.py b/providers/apache/pinot/src/airflow/providers/apache/pinot/__init__.py
index 6acb85dac29be..340c3ab45066d 100644
--- a/providers/apache/pinot/src/airflow/providers/apache/pinot/__init__.py
+++ b/providers/apache/pinot/src/airflow/providers/apache/pinot/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.10.1"
+__version__ = "4.10.2"
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 465c6851d0eb0..562370cc3b44e 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.0.0``
+Release: ``6.0.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
------------
@@ -91,4 +91,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 a63473230a5f8..a1b4b139367ea 100644
--- a/providers/apache/spark/docs/changelog.rst
+++ b/providers/apache/spark/docs/changelog.rst
@@ -29,6 +29,18 @@
Changelog
---------
+6.0.1
+.....
+
+Misc
+~~~~
+
+* ``Add post_submit_commands to SparkSubmitHook for sidecar lifecycle management (#64391)``
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. 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/apache/spark/docs/index.rst b/providers/apache/spark/docs/index.rst
index 75dd706f5ae8a..90edff72e243f 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.0.0
+Release: 6.0.1
Provider package
----------------
@@ -132,5 +132,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-spark 6.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-spark 6.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 6.0.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-spark 6.0.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/spark/provider.yaml b/providers/apache/spark/provider.yaml
index 15bfe3b7ee2d2..eeaa8cc13e219 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: 1774298523
+source-date-epoch: 1775591754
# 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.6.0
- 5.5.1
diff --git a/providers/apache/spark/pyproject.toml b/providers/apache/spark/pyproject.toml
index 118a49823cb32..c579b249b8c46 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.0.0"
+version = "6.0.1"
description = "Provider package apache-airflow-providers-apache-spark for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -116,8 +116,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.0.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.0.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/6.0.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-spark/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/apache/spark/src/airflow/providers/apache/spark/__init__.py b/providers/apache/spark/src/airflow/providers/apache/spark/__init__.py
index 5031fd67e8c94..b914a2892b15f 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.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/apache/tinkerpop/README.rst b/providers/apache/tinkerpop/README.rst
index 4cd60891c7350..e41c68fb2449e 100644
--- a/providers/apache/tinkerpop/README.rst
+++ b/providers/apache/tinkerpop/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-tinkerpop``
-Release: ``1.1.2``
+Release: ``1.1.3``
`Apache TinkerPop `__.
@@ -38,7 +38,7 @@ This is a provider package for ``apache.tinkerpop`` provider. All classes for th
are in ``airflow.providers.apache.tinkerpop`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -80,4 +80,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/tinkerpop/docs/changelog.rst b/providers/apache/tinkerpop/docs/changelog.rst
index 19bf74b46df13..0839926a36c03 100644
--- a/providers/apache/tinkerpop/docs/changelog.rst
+++ b/providers/apache/tinkerpop/docs/changelog.rst
@@ -18,6 +18,17 @@
``apache-airflow-providers-apache-tinkerpop``
+1.1.3
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.1.2
.....
diff --git a/providers/apache/tinkerpop/docs/index.rst b/providers/apache/tinkerpop/docs/index.rst
index 2218619665d03..7e86ba085c37f 100644
--- a/providers/apache/tinkerpop/docs/index.rst
+++ b/providers/apache/tinkerpop/docs/index.rst
@@ -78,7 +78,7 @@ Apache TinkerPop is a graph computing framework for both graph databases (OLTP)
systems (OLAP) and Gremlin is its graph traversal language.
-Release: 1.1.2
+Release: 1.1.3
Provider package
----------------
@@ -131,5 +131,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-tinkerpop 1.1.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-tinkerpop 1.1.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-tinkerpop 1.1.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-tinkerpop 1.1.3 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/tinkerpop/provider.yaml b/providers/apache/tinkerpop/provider.yaml
index b98dfeb73fed4..6c07b97b88a29 100644
--- a/providers/apache/tinkerpop/provider.yaml
+++ b/providers/apache/tinkerpop/provider.yaml
@@ -23,9 +23,10 @@ description: |
systems (OLAP) and Gremlin is its graph traversal language.
state: ready
lifecycle: production
-source-date-epoch: 1774298539
+source-date-epoch: 1775591763
# note that these versions are maintained by the release manager - do not update them manually
versions:
+ - 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
diff --git a/providers/apache/tinkerpop/pyproject.toml b/providers/apache/tinkerpop/pyproject.toml
index 96dc56f46f838..a13cdd6950c29 100644
--- a/providers/apache/tinkerpop/pyproject.toml
+++ b/providers/apache/tinkerpop/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-tinkerpop"
-version = "1.1.2"
+version = "1.1.3"
description = "Provider package apache-airflow-providers-apache-tinkerpop 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-apache-tinkerpop/1.1.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.3"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.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/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py b/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
index 842b2339068c8..ddfdf8b0013f0 100644
--- a/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
+++ b/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.1.2"
+__version__ = "1.1.3"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apprise/README.rst b/providers/apprise/README.rst
index 1517fd5bc2664..e22b7d71335eb 100644
--- a/providers/apprise/README.rst
+++ b/providers/apprise/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apprise``
-Release: ``2.3.2``
+Release: ``2.3.3``
`Apprise `__
@@ -36,7 +36,7 @@ This is a provider package for ``apprise`` provider. All classes for this provid
are in ``airflow.providers.apprise`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -78,4 +78,4 @@ Dependent package
================================================================================================================== =================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apprise/docs/changelog.rst b/providers/apprise/docs/changelog.rst
index 9b77076bbb8e1..a829353b88aaf 100644
--- a/providers/apprise/docs/changelog.rst
+++ b/providers/apprise/docs/changelog.rst
@@ -27,6 +27,17 @@
Changelog
---------
+2.3.3
+.....
+
+Misc
+~~~~
+
+* ``Load hook metadata from YAML without importing Hook class (#63826)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.3.2
.....
diff --git a/providers/apprise/docs/index.rst b/providers/apprise/docs/index.rst
index 1e94f3052e1ca..68f6555a7b5a2 100644
--- a/providers/apprise/docs/index.rst
+++ b/providers/apprise/docs/index.rst
@@ -64,7 +64,7 @@ apache-airflow-providers-apprise package
`Apprise `__
-Release: 2.3.2
+Release: 2.3.3
Provider package
----------------
@@ -117,5 +117,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-apprise 2.3.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apprise 2.3.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apprise 2.3.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apprise 2.3.3 wheel package `_ (`asc