Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/.last_release_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-01-27
2026-02-10
12 changes: 6 additions & 6 deletions providers/amazon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-amazon``

Release: ``9.21.0``
Release: ``9.22.0``


Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
Expand All @@ -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 <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.21.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.22.0/>`_.

Installation
------------
Expand All @@ -57,8 +57,8 @@ PIP package Version required
``apache-airflow-providers-common-compat`` ``>=1.13.0``
``apache-airflow-providers-common-sql`` ``>=1.27.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.37.2``
``botocore`` ``>=1.37.2``
``boto3`` ``>=1.41.0``
``botocore`` ``>=1.41.0``
``inflection`` ``>=0.5.1``
``watchtower`` ``>=3.3.1,<4``
``jsonpath_ng`` ``>=1.5.3``
Expand Down Expand Up @@ -111,7 +111,7 @@ Optional dependencies
==================== ========================================================================================================================================
Extra Dependencies
==================== ========================================================================================================================================
``aiobotocore`` ``aiobotocore[boto3]>=2.21.1``
``aiobotocore`` ``aiobotocore[boto3]>=2.26.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'``
Expand All @@ -133,4 +133,4 @@ Extra Dependencies
==================== ========================================================================================================================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.21.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.22.0/changelog.html>`_.
31 changes: 31 additions & 0 deletions providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,37 @@
Changelog
---------

9.22.0
......

Features
~~~~~~~~

* ``Support custom KMS keys in S3CopyObjectOperator (#60597)``
* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)``
* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)``
* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)``
* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)``
* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)``
Comment thread
eladkal marked this conversation as resolved.
* ``Add cancel_on_kill support for EMR Serverless deferrable operator (#60440)``

Bug Fixes
~~~~~~~~~

* ``Update EKS hook auth API version to v1 and replace non-POSIX 'source' with '.' (#61441)``
* ``Fix hardcoded waiter logic in EmrCreateJobFlowOperator (#61195)``
* ``Fix 'host' in AWS auth manager (#61368)``

Misc
~~~~

* ``Deprecate 'is_authorized_backfill' in AWS auth manager (#61402)``
* ``Cleanup some dependencies (#60992)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add missing bundles entries to Amazon and Google provider.yaml (#61650)``

9.21.0
......

Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).


Release: 9.21.0
Release: 9.22.0

Provider package
----------------
Expand Down Expand Up @@ -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 <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-amazon 9.21.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.21.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.21.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.21.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.21.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.21.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.21.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.21.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.22.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.22.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.22.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.22.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.22.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.22.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.22.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.22.0-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).

state: ready
source-date-epoch: 1769460456
source-date-epoch: 1770750957
# 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.22.0
- 9.21.0
- 9.20.0
- 9.19.0
Expand Down
6 changes: 3 additions & 3 deletions providers/amazon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-amazon"
version = "9.21.0"
version = "9.22.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -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.21.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.21.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.22.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.22.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "9.21.0"
__version__ = "9.22.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
30 changes: 12 additions & 18 deletions providers/apache/cassandra/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-apache-cassandra``

Release: ``3.9.1``
Release: ``3.9.2``


`Apache Cassandra <https://cassandra.apache.org/>`__.
Expand All @@ -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 <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.2/>`_.

Installation
------------
Expand All @@ -50,12 +50,15 @@ The package supports the following python versions: 3.10,3.11,3.12,3.13
Requirements
------------

==================== ==================
PIP package Version required
==================== ==================
``apache-airflow`` ``>=2.11.0``
``cassandra-driver`` ``>=3.29.1``
==================== ==================
========================================== ==================================================================
PIP package Version required
========================================== ==================================================================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.8.0``
``cassandra-driver`` ``>=3.29.3; python_version >= "3.13"``
``cassandra-driver`` ``>=3.29.2; python_version >= "3.12" and python_version < "3.13"``
``cassandra-driver`` ``>=3.29.1; python_version < "3.12"``
========================================== ==================================================================

Cross provider package dependencies
-----------------------------------
Expand All @@ -76,14 +79,5 @@ Dependent package
`apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat``
================================================================================================================== =================

Optional dependencies
----------------------

================= ==========================================
Extra Dependencies
================= ==========================================
``common.compat`` ``apache-airflow-providers-common-compat``
================= ==========================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.2/changelog.html>`_.
13 changes: 13 additions & 0 deletions providers/apache/cassandra/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

3.9.2
.....

Misc
~~~~

* ``Cleanup Cassandra driver dependencies (#61724)``
* ``Update cassandra driver specification for various python versions (#61685)``
* ``Restrict setuptools 82.0.0 in cassandra provider (#61666)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

3.9.1
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/apache/cassandra/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ apache-airflow-providers-apache-cassandra package
`Apache Cassandra <https://cassandra.apache.org/>`__.


Release: 3.9.1
Release: 3.9.2

Provider package
----------------
Expand Down Expand Up @@ -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 <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-apache-cassandra 3.9.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-cassandra 3.9.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-cassandra 3.9.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-cassandra 3.9.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_cassandra-3.9.2-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
`Apache Cassandra <https://cassandra.apache.org/>`__.

state: ready
source-date-epoch: 1768334145
source-date-epoch: 1770751044
# 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.2
- 3.9.1
- 3.9.0
- 3.8.4
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/cassandra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-apache-cassandra"
version = "3.9.1"
version = "3.9.2"
description = "Provider package apache-airflow-providers-apache-cassandra for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -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.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.9.1"
__version__ = "3.9.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
7 changes: 4 additions & 3 deletions providers/apache/hive/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-apache-hive``

Release: ``9.2.4``
Release: ``9.2.5``


`Apache Hive <https://hive.apache.org/>`__
Expand All @@ -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 <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.4/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.5/>`_.

Installation
------------
Expand Down Expand Up @@ -100,9 +100,10 @@ Extra Dependencies
``mysql`` ``apache-airflow-providers-mysql``
``presto`` ``apache-airflow-providers-presto``
``samba`` ``apache-airflow-providers-samba``
``sqlalchemy`` ``sqlalchemy>=1.4.49``
``vertica`` ``apache-airflow-providers-vertica``
``GSSAPI`` ``winkerberos>=0.7.0; sys_platform == "win32"``, ``kerberos>=1.3.0; sys_platform != "win32"``
=================== =============================================================================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.4/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.5/changelog.html>`_.
11 changes: 11 additions & 0 deletions providers/apache/hive/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
Changelog
---------

9.2.5
.....

Misc
~~~~

* ``Cleanup some dependencies (#60992)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

9.2.4
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hive/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package
`Apache Hive <https://hive.apache.org/>`__


Release: 9.2.4
Release: 9.2.5

Provider package
----------------
Expand Down Expand Up @@ -144,5 +144,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-apache-hive 9.2.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.4.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.2.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.4-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.2.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.5.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.2.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.5-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
`Apache Hive <https://hive.apache.org/>`__

state: ready
source-date-epoch: 1769460615
source-date-epoch: 1770751061
# 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.2.5
- 9.2.4
- 9.2.3
- 9.2.2
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/hive/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-apache-hive"
version = "9.2.4"
version = "9.2.5"
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -142,8 +142,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.2.4"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.4/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.5"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "9.2.4"
__version__ = "9.2.5"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
Loading
Loading