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-06-16
2026-06-26
1 change: 1 addition & 0 deletions providers/apache/spark/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Changelog
Features
~~~~~~~~

* ``Add a standard toggle for resumability to ResumableJobMixin (#68623)``
* ``Add crash recovery ability to SparkSubmitOperator against Kubernetes (#68067)``
* ``Crash recovery for YARN cluster mode in SparkSubmitOperator built on AIP-103 (#67473)``

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.20.0``
Release: ``3.21.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.20.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.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.20.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.0/changelog.html>`_.
16 changes: 16 additions & 0 deletions providers/celery/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@
Changelog
---------

3.21.0
......

Features
~~~~~~~~

* ``Add Celery worker mp_start_method config to curb Python 3.14 memory (#69015)``

Misc
~~~~

* ``Cache Celery apps when publishing workloads (#67127)``

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

3.20.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.20.0
Release: 3.21.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.20.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.20.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.20.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.20.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.20.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.20.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.20.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.20.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-celery 3.21.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.21.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.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: 1779137313
source-date-epoch: 1782481463
# 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.21.0
- 3.20.0
- 3.19.0
- 3.18.0
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.20.0"
version = "3.21.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.20.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.20.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.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.20.0"
__version__ = "3.21.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
3 changes: 3 additions & 0 deletions providers/cncf/kubernetes/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Changelog
Bug Fixes
~~~~~~~~~

* ``Make cncf.kubernetes model deserialization picklable in-cluster (#68848)``
* ``Run 'await_pod_start' before 'await_init_containers_completion' to prevent hanging when streaming init-container logs (#68450)``
* ``Kubernetes Pod Operator - handle pod preemption before container creation (#68328)``

Expand All @@ -41,10 +42,12 @@ Misc

* ``Make pod patching logic explicitly reflect when a pod is retained (#68507)``
* ``Fix mypy errors for task_instance access in provider triggers (#68685)``
* ``Remove leftovers from #45184 clear_not_launched_queued_tasks removal (#68698)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``[main] Upgrade important CI environment (#68322)``
* ``[main] Upgrade important CI environment (#68560)``
* ``Add regression test for KPO awaiting pod start before init-container logs (#68503)``

10.18.0
Expand Down
6 changes: 3 additions & 3 deletions providers/fab/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-fab``

Release: ``3.7.0``
Release: ``3.7.1``


`Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
are in ``airflow.providers.fab`` python package.

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

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

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

3.7.1
.....

.. note::
The ``get_cli_user`` method added to the FAB auth manager in 3.7.0 has been removed
together with the revert of the airflowctl CLI client integration in Airflow core.
If you relied on ``airflowctl`` CLI authentication through the FAB auth manager,
provide an API token via the ``AIRFLOW_CLI_TOKEN`` environment variable instead.

Misc
~~~~

* ``Revert airflowctl dependency from airflow-core (#68856)``

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

3.7.0
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/fab/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ apache-airflow-providers-fab package
`Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__


Release: 3.7.0
Release: 3.7.1

Provider package
----------------
Expand Down Expand Up @@ -154,5 +154,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-fab 3.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-fab 3.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-fab 3.7.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-fab 3.7.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-3.7.1-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/fab/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ description: |
state: ready
lifecycle: production

source-date-epoch: 1781642052
source-date-epoch: 1782465951
build-system: hatchling

# 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.7.1
- 3.7.0
- 3.6.5
- 3.6.4
Expand Down
6 changes: 3 additions & 3 deletions providers/fab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build-backend = "hatchling.build"

[project]
name = "apache-airflow-providers-fab"
version = "3.7.0"
version = "3.7.1"
description = "Provider package apache-airflow-providers-fab for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -153,8 +153,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-fab/3.7.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.1/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
2 changes: 1 addition & 1 deletion providers/fab/src/airflow/providers/fab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.7.0"
__version__ = "3.7.1"

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

Package ``apache-airflow-providers-google``

Release: ``22.2.0``
Release: ``22.2.1``


Google services including:
Expand All @@ -43,7 +43,7 @@ This is a provider package for ``google`` provider. All classes for this provide
are in ``airflow.providers.google`` python package.

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

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

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

22.2.1
......

Bug Fixes
~~~~~~~~~

* ``Fix GKE provider 401 on kubernetes client 36.x (#69032)``

Misc
~~~~

* ``Deprecate implicit legacy SQL default in BigQuery operators (#67113)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix flaky CloudSQL custom-universe trigger test on loaded runners (#68981)``

22.2.0
......

Expand Down
6 changes: 3 additions & 3 deletions providers/google/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Google services including:
- `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite)


Release: 22.2.0
Release: 22.2.1

Provider package
----------------
Expand Down Expand Up @@ -238,5 +238,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-google 22.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-google 22.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-google 22.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-google 22.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-22.2.1-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ description: |

state: ready
lifecycle: production
source-date-epoch: 1781642052
source-date-epoch: 1782481463
# 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:
- 22.2.1
- 22.2.0
- 22.1.0
- 22.0.0
Expand Down
6 changes: 3 additions & 3 deletions providers/google/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-google"
version = "22.2.0"
version = "22.2.1"
description = "Provider package apache-airflow-providers-google for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -276,8 +276,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-google/22.2.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.1/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__ = "22.2.0"
__version__ = "22.2.1"

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

Package ``apache-airflow-providers-keycloak``

Release: ``0.8.0``
Release: ``0.8.1``


``Keycloak Provider``
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``keycloak`` provider. All classes for this provi
are in ``airflow.providers.keycloak`` python package.

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

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

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-keycloak/0.8.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-keycloak/0.8.1/changelog.html>`_.
Loading
Loading