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 @@
2025-12-09
2025-12-30
6 changes: 3 additions & 3 deletions providers/alibaba/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-alibaba``

Release: ``3.3.1``
Release: ``3.3.2``


Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
Expand All @@ -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 <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.2/>`_.

Installation
------------
Expand Down Expand Up @@ -81,4 +81,4 @@ Dependent package
================================================================================================================== =================

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

3.3.2
.....

Misc
~~~~

* ``Remove top-level SDK reference in Core (#59817)``

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

3.3.1
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/alibaba/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).


Release: 3.3.1
Release: 3.3.2

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

* `The apache-airflow-providers-alibaba 3.3.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).

state: ready
source-date-epoch: 1765298629
source-date-epoch: 1767122744
# 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.5
Expand Down
6 changes: 3 additions & 3 deletions providers/alibaba/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-alibaba"
version = "3.3.1"
version = "3.3.2"
description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -101,8 +101,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 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.18.1``
Release: ``9.19.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.18.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.19.0/>`_.

Installation
------------
Expand Down Expand Up @@ -132,4 +132,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.18.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.19.0/changelog.html>`_.
28 changes: 28 additions & 0 deletions providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,34 @@
Changelog
---------

9.19.0
......

Features
~~~~~~~~

* ``Check team boundaries in variables (#58905)``

Misc
~~~~

* ``Upgrade fallback instance type to ml.m6i.xlarge (#59827)``
* ``Remove top-level SDK reference in Core (#59817)``

Doc-only
~~~~~~~~

* ``Remove redundant InvokeModel calls (#59527)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``TaskInstance unused method cleanup (#59835)``
* ``Remove global from logging_config (#59763)``
* ``Split serde logic from SerializedDAG (#59596)``
* ``Add sqs hook tests (#59586)``
* ``Fix various Airflow 2 import issues revealed by previous fixes (#59341)``
* ``A few more missing compat imports in example dags (#59283)``

9.18.1
......

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.18.1
Release: 9.19.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.18.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.18.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.18.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.19.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.19.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.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: 1765298720
source-date-epoch: 1767123045
# 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.19.0
- 9.18.1
- 9.18.0
- 9.17.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.18.1"
version = "9.19.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -215,8 +215,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.18.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.18.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.19.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.19.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.18.1"
__version__ = "9.19.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
6 changes: 3 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.1``
Release: ``9.2.2``


`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.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.2/>`_.

Installation
------------
Expand Down Expand Up @@ -106,4 +106,4 @@ Extra Dependencies
=================== =============================================================================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.2/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.2
.....

Bug Fixes
~~~~~~~~~

* ``Fix apache hive server2 hook for sqlalchemy URL (#59878)``

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

9.2.1
.....

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.1
Release: 9.2.2

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.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.2.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-hive 9.2.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.2-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: 1765298778
source-date-epoch: 1767123195
# 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.2
- 9.2.1
- 9.2.0
- 9.1.4
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.1"
version = "9.2.2"
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -141,8 +141,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.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.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__ = "9.2.1"
__version__ = "9.2.2"

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

Package ``apache-airflow-providers-apache-kafka``

Release: ``1.11.1``
Release: ``1.11.2``


`Apache Kafka <https://kafka.apache.org/>`__
Expand All @@ -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 <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.11.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.11.2/>`_.

Installation
------------
Expand All @@ -54,7 +54,7 @@ Requirements
PIP package Version required
========================================== ==================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.10.1``
``apache-airflow-providers-common-compat`` ``>=1.11.0``
``asgiref`` ``>=2.3.0``
``confluent-kafka`` ``>=2.6.0``
========================================== ==================
Expand Down Expand Up @@ -91,4 +91,4 @@ Extra Dependencies
==================== ====================================================

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

1.11.2
......

Misc
~~~~

* ``Extract shared "module_loading" distribution (#59139)``

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

Expand Down
Loading
Loading