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-04-08
2026-04-21
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.25.0``
Release: ``9.26.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.25.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.0/>`_.

Installation
------------
Expand Down Expand Up @@ -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.25.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.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.26.0
......

Features
~~~~~~~~

* ``Support AWS China region endpoints in RedshiftSQLHook OpenLineage identifier parsing (#65483)``
* ``Update SecretsManagerBackend to support multi-team (#65395)``
* ``Update SystemsManagerParameterStoreBackend to support multi-team (#65396)``
* ``Correct AWS China SQS regex to use amazonaws.com.cn (#65299)``
* ``Extend SQS QUEUE_REGEXP to match AWS China endpoints (#65173)``
* ``Update 'AwsAuthManager' to support multi-team #65371 (#65393)``

Bug Fixes
~~~~~~~~~

* ``Fix RedshiftSQLHook._get_conn_params connection mutation with IAM (#64991)``
* ``Fix SQS CreateQueue type error by casting attributes to string (#65649)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix flaky Stackdriver test timeout caused by leaked watchtower handler (#65488)``
* ``[AWS System Tests] Use dynamic inference profiles in Bedrock system tests (#65185)``


.. Review and move the new changes to one of the sections above:
* ``Fix: Correct grammatical error in AWS IAM Identity Center documentation (#65603)``

9.25.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.25.0
Release: 9.26.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.25.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.25.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.25.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.25.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.25.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.25.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.25.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.25.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.26.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.26.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.26.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.26.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.26.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.26.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.26.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.26.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 @@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
source-date-epoch: 1775591628
source-date-epoch: 1776777112
# 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.26.0
- 9.25.0
- 9.24.0
- 9.23.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.25.0"
version = "9.26.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.25.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.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.25.0"
__version__ = "9.26.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/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.13.2``
Release: ``1.13.3``


`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.13.2/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.3/>`_.

Installation
------------
Expand Down Expand Up @@ -93,4 +93,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.13.2/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.3/changelog.html>`_.
12 changes: 12 additions & 0 deletions providers/apache/kafka/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

1.13.3
......

Bug Fixes
~~~~~~~~~

* ``Add cleanup to Kafka AwaitMessageTrigger for consumer management (#64612)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix stale system test documentation links (#65071)``
1.13.2
......

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


Release: 1.13.2
Release: 1.13.3

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

* `The apache-airflow-providers-apache-kafka 1.13.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-kafka 1.13.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.2-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-kafka 1.13.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.3.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-kafka 1.13.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.13.3-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/apache/kafka/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ name: Apache Kafka

state: ready
lifecycle: production
source-date-epoch: 1775591721
source-date-epoch: 1776777205
description: |
`Apache Kafka <https://kafka.apache.org/>`__
# 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.13.3
- 1.13.2
- 1.13.1
- 1.13.0
Expand Down
6 changes: 3 additions & 3 deletions providers/apache/kafka/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-kafka"
version = "1.13.2"
version = "1.13.3"
description = "Provider package apache-airflow-providers-apache-kafka for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -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.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.2/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.3"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.13.2"
__version__ = "1.13.3"

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/celery/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-celery``

Release: ``3.18.0``
Release: ``3.19.0``


`Celery <https://docs.celeryq.dev/en/stable/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``celery`` provider. All classes for this provide
are in ``airflow.providers.celery`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.18.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.19.0/>`_.

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

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

3.19.0
......

Features
~~~~~~~~

* ``Add SSL_MUTUAL_TLS config option to Celery provider for one-way TLS support (#64767)``

Misc
~~~~

* ``Widen BaseExecutor method signatures to accept WorkloadKey (#65392)``
* ``Move ExecutorCallback execution into a supervised process (#62645)``

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

Expand Down
6 changes: 3 additions & 3 deletions providers/celery/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apache-airflow-providers-celery package
`Celery <https://docs.celeryq.dev/en/stable/>`__


Release: 3.18.0
Release: 3.19.0

Provider package
----------------
Expand Down Expand Up @@ -122,5 +122,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-celery 3.18.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.18.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.18.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.18.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.18.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.18.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.18.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.18.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-celery 3.19.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.19.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.19.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.19.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.19.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.19.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.19.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.19.0-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/celery/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
source-date-epoch: 1775591849
source-date-epoch: 1776778162
# 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.19.0
- 3.18.0
- 3.17.2
- 3.17.1
Expand Down
6 changes: 3 additions & 3 deletions providers/celery/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-celery"
version = "3.18.0"
version = "3.19.0"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.18.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.18.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.19.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.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__ = "3.18.0"
__version__ = "3.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/cncf/kubernetes/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-cncf-kubernetes``

Release: ``10.16.0``
Release: ``10.16.1``


`Kubernetes <https://kubernetes.io/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``cncf.kubernetes`` provider. All classes for thi
are in ``airflow.providers.cncf.kubernetes`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.16.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.16.1/>`_.

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

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

10.16.1
.......

Bug Fixes
~~~~~~~~~

* ``Treat registry 5xx errors as transient during KubernetesPodOperator pod startup (#65490)``
* ``Fix KubernetesPodOperator to forward pod log levels to Airflow task logs (#64829)``
* ``Catch TypeError for non-datetime since_time in _write_logs (#65232)``
* ``Do not cache kubeconfig for exec based auth in AsyncKubernetesHook (#65212)``
* ``Consider XCOM sidecar container during pod cleanup (#64962)``
* ``Handle unknown pod phase in KubernetesPodOperator (#65202)``
* ``Allow string conversion to datetime for since_time in KPO logs (#65498)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix stale system test documentation links (#65071)``

10.16.0
.......

Expand Down
Loading
Loading