Skip to content

Commit 3ce6444

Browse files
authored
Providers wave 2026-04-21 (#65614)
1 parent f74bcad commit 3ce6444

134 files changed

Lines changed: 656 additions & 278 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

providers/.last_release_date.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-04-08
1+
2026-04-21

providers/amazon/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
Package ``apache-airflow-providers-amazon``
2525

26-
Release: ``9.25.0``
26+
Release: ``9.26.0``
2727

2828

2929
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
@@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
3636
are in ``airflow.providers.amazon`` python package.
3737

3838
You can find package information and changelog for the provider
39-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.0/>`_.
39+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.0/>`_.
4040

4141
Installation
4242
------------
@@ -133,4 +133,4 @@ Extra Dependencies
133133
==================== ============================================================================================================================================================
134134

135135
The changelog for the provider package can be found in the
136-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.0/changelog.html>`_.
136+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.0/changelog.html>`_.

providers/amazon/docs/changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,34 @@
2626
Changelog
2727
---------
2828

29+
9.26.0
30+
......
31+
32+
Features
33+
~~~~~~~~
34+
35+
* ``Support AWS China region endpoints in RedshiftSQLHook OpenLineage identifier parsing (#65483)``
36+
* ``Update SecretsManagerBackend to support multi-team (#65395)``
37+
* ``Update SystemsManagerParameterStoreBackend to support multi-team (#65396)``
38+
* ``Correct AWS China SQS regex to use amazonaws.com.cn (#65299)``
39+
* ``Extend SQS QUEUE_REGEXP to match AWS China endpoints (#65173)``
40+
* ``Update 'AwsAuthManager' to support multi-team #65371 (#65393)``
41+
42+
Bug Fixes
43+
~~~~~~~~~
44+
45+
* ``Fix RedshiftSQLHook._get_conn_params connection mutation with IAM (#64991)``
46+
* ``Fix SQS CreateQueue type error by casting attributes to string (#65649)``
47+
48+
.. Below changes are excluded from the changelog. Move them to
49+
appropriate section above if needed. Do not delete the lines(!):
50+
* ``Fix flaky Stackdriver test timeout caused by leaked watchtower handler (#65488)``
51+
* ``[AWS System Tests] Use dynamic inference profiles in Bedrock system tests (#65185)``
52+
53+
54+
.. Review and move the new changes to one of the sections above:
55+
* ``Fix: Correct grammatical error in AWS IAM Identity Center documentation (#65603)``
56+
2957
9.25.0
3058
......
3159

providers/amazon/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ apache-airflow-providers-amazon package
8787
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
8888

8989

90-
Release: 9.25.0
90+
Release: 9.26.0
9191

9292
Provider package
9393
----------------
@@ -168,5 +168,5 @@ Downloading official packages
168168
You can download officially released packages and verify their checksums and signatures from the
169169
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
170170

171-
* `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>`__)
172-
* `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>`__)
171+
* `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>`__)
172+
* `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>`__)

providers/amazon/provider.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ description: |
2323
2424
state: ready
2525
lifecycle: production
26-
source-date-epoch: 1775591628
26+
source-date-epoch: 1776777112
2727
# Note that those versions are maintained by release manager - do not update them manually
2828
# with the exception of case where other provider in sources has >= new provider version.
2929
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
3030
# to be done in the same PR
3131
versions:
32+
- 9.26.0
3233
- 9.25.0
3334
- 9.24.0
3435
- 9.23.0

providers/amazon/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
2525

2626
[project]
2727
name = "apache-airflow-providers-amazon"
28-
version = "9.25.0"
28+
version = "9.26.0"
2929
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
3030
readme = "README.rst"
3131
license = "Apache-2.0"
@@ -217,8 +217,8 @@ apache-airflow-providers-common-sql = {workspace = true}
217217
apache-airflow-providers-standard = {workspace = true}
218218

219219
[project.urls]
220-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.0"
221-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.25.0/changelog.html"
220+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.0"
221+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.26.0/changelog.html"
222222
"Bug Tracker" = "https://github.com/apache/airflow/issues"
223223
"Source Code" = "https://github.com/apache/airflow"
224224
"Slack Chat" = "https://s.apache.org/airflow-slack"

providers/amazon/src/airflow/providers/amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
__all__ = ["__version__"]
3131

32-
__version__ = "9.25.0"
32+
__version__ = "9.26.0"
3333

3434
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
3535
"2.11.0"

providers/apache/kafka/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
Package ``apache-airflow-providers-apache-kafka``
2525

26-
Release: ``1.13.2``
26+
Release: ``1.13.3``
2727

2828

2929
`Apache Kafka <https://kafka.apache.org/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.kafka`` provider. All classes for this p
3636
are in ``airflow.providers.apache.kafka`` python package.
3737

3838
You can find package information and changelog for the provider
39-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.2/>`_.
39+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.3/>`_.
4040

4141
Installation
4242
------------
@@ -93,4 +93,4 @@ Extra Dependencies
9393
==================== ====================================================
9494

9595
The changelog for the provider package can be found in the
96-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.2/changelog.html>`_.
96+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.13.3/changelog.html>`_.

providers/apache/kafka/docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@
2727
Changelog
2828
---------
2929

30+
1.13.3
31+
......
32+
33+
Bug Fixes
34+
~~~~~~~~~
35+
36+
* ``Add cleanup to Kafka AwaitMessageTrigger for consumer management (#64612)``
37+
38+
.. Below changes are excluded from the changelog. Move them to
39+
appropriate section above if needed. Do not delete the lines(!):
40+
* ``Fix stale system test documentation links (#65071)``
41+
3042
1.13.2
3143
......
3244

providers/apache/kafka/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ apache-airflow-providers-apache-kafka package
8383
`Apache Kafka <https://kafka.apache.org/>`__
8484

8585

86-
Release: 1.13.2
86+
Release: 1.13.3
8787

8888
Provider package
8989
----------------
@@ -141,5 +141,5 @@ Downloading official packages
141141
You can download officially released packages and verify their checksums and signatures from the
142142
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
143143

144-
* `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>`__)
145-
* `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>`__)
144+
* `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>`__)
145+
* `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>`__)

0 commit comments

Comments
 (0)