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

Package ``apache-airflow-providers-airbyte``

Release: ``5.2.2``
Release: ``5.2.3``

Release Date: ``|PypiReleaseDate|``

Expand All @@ -37,7 +37,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 <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.2/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.3/>`_.

Installation
------------
Expand All @@ -60,4 +60,4 @@ PIP package Version required
================== ==================

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


5.2.3
.....

Misc
~~~~

* ``Improve debug logging in Airbyte provider (#51503)``

Doc-only
~~~~~~~~

* ``Improve connection docs (#53942)``

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

5.2.2
.....

Expand Down
2 changes: 1 addition & 1 deletion providers/airbyte/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte <https://airbyte.com/>`__


Release: 5.2.2
Release: 5.2.3

Release Date: ``|PypiReleaseDate|``

Expand Down
3 changes: 2 additions & 1 deletion providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
`Airbyte <https://airbyte.com/>`__

state: ready
source-date-epoch: 1753688457
source-date-epoch: 1754502662
# 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.2.3
- 5.2.2
- 5.2.1
- 5.2.0
Expand Down
6 changes: 3 additions & 3 deletions providers/airbyte/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-airbyte"
version = "5.2.2"
version = "5.2.3"
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -96,8 +96,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.2.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.2/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.3"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.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__ = "5.2.2"
__version__ = "5.2.3"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.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.11.0``
Release: ``9.12.0``

Release Date: ``|PypiReleaseDate|``

Expand All @@ -37,7 +37,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.11.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.12.0/>`_.

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

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

9.12.0
......

Features
~~~~~~~~

* ``Add MwaaTaskSensor to Amazon Provider Package (#51719)``
* ``Support executor_config on Lambda Executor (#53994)``

Bug Fixes
~~~~~~~~~

* ``Fix AWS Lambda executor error handling for DLQ vs task failures (#53990)``

Misc
~~~~

* ``Set minimum version for common.messaging to 1.0.3 (#54160)``
* ``Use timezone from new TaskSDK public API where possible (#53949)``
* ``Use timezone from new TaskSDK public API where possible (second part) (#53986)``
* ``Refactor bundle view_url to not instantiate bundle on server components (#52876)``

Doc-only
~~~~~~~~

* ``Add missing PR number in amazon changelog (#53880)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``SageMaker Unified Studios System Tests Update (#54038)``
* ``Do not run export operations in 'example_dynamodb_to_s3' (#54158)``
* ``Add system test for Lambda executor Dead Letter Queue (DLQ) processing (#54042)``
* ``Fix 'importskip' statements in tests (#54135)``
* ``Increase timeout to delete tables in 'example_s3_to_dynamodb' (#54096)``

9.11.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.11.0
Release: 9.12.0

Release Date: ``|PypiReleaseDate|``

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.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.11.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.11.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.12.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.12.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.12.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.12.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.12.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.12.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.12.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.12.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: 1753688567
source-date-epoch: 1754502801
# 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.12.0
- 9.11.0
- 9.10.0
- 9.9.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.11.0"
version = "9.12.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -206,8 +206,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.11.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.11.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.12.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.12.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.11.0"
__version__ = "9.12.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.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.10.1``
Release: ``1.10.2``

Release Date: ``|PypiReleaseDate|``

Expand All @@ -37,7 +37,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.10.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.2/>`_.

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

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.2/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.10.2
......

Misc
~~~~

* ``Set minimum version for common.messaging to 1.0.3 (#54160)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix 'importskip' statements in tests (#54135)``

1.10.1
......

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.10.1
Release: 1.10.2

Release Date: ``|PypiReleaseDate|``

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

* `The apache-airflow-providers-apache-kafka 1.10.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-kafka 1.10.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-kafka 1.10.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-kafka 1.10.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_kafka-1.10.2-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 @@ -20,14 +20,15 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka

state: ready
source-date-epoch: 1753688868
source-date-epoch: 1754503001
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.10.2
- 1.10.1
- 1.10.0
- 1.9.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.10.1"
version = "1.10.2"
description = "Provider package apache-airflow-providers-apache-kafka for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -108,8 +108,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.10.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.10.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kafka/1.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "1.10.1"
__version__ = "1.10.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion providers/apache/livy/docs/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6adb2dbae47341eb61dbc62dbc56176d9aa83fd9
bcc64a255e488e74db034e9b7e46a002b1c0f8cd
8 changes: 4 additions & 4 deletions providers/apache/tinkerpop/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-apache-tinkerpop``

Release: ``1.0.2``
Release: ``1.0.3``

Release Date: ``|PypiReleaseDate|``

Expand All @@ -39,7 +39,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 <https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.2/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.0.3/>`_.

Installation
------------
Expand All @@ -57,8 +57,8 @@ Requirements
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
``gremlinpython`` ``>=3.7.0``
``gremlinpython`` ``>=3.7.3``
================== ==================

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


1.0.3
.....

Misc
~~~~

* ``Bump gremlinpython to 3.7.3 (#54109)``

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

1.0.2
.....

Expand Down
4 changes: 2 additions & 2 deletions providers/apache/tinkerpop/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
Release: 1.0.3

Release Date: ``|PypiReleaseDate|``

Expand All @@ -104,5 +104,5 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
``gremlinpython`` ``>=3.7.0``
``gremlinpython`` ``>=3.7.3``
================== ==================
Loading
Loading