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/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.10.3``
Release: ``3.10.4b1``


`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.10.3/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.4b1/>`_.

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-celery/3.10.3/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.4b1/changelog.html>`_.
12 changes: 12 additions & 0 deletions providers/celery/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
Changelog
---------

3.10.4b1
........

Bug Fixes
~~~~~~~~~

* ``Scheduler shouldn't crash when 'executor_config' is passed for executors using task SDK (#47548)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove links to x/twitter.com (#47801)``

3.10.3
......

Expand Down
15 changes: 14 additions & 1 deletion providers/celery/docs/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,27 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.10.4b1
........

Latest change: 2025-03-15

================================================================================================== =========== ====================================================================================================
Commit Committed Subject
================================================================================================== =========== ====================================================================================================
`935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
`e35cf2febb <https://github.com/apache/airflow/commit/e35cf2febb3b2814544cd44d7f331c80c3ed7e99>`__ 2025-03-09 ``Scheduler shouldn't crash when 'executor_config' is passed for executors using task SDK (#47548)``
================================================================================================== =========== ====================================================================================================

3.10.3
......

Latest change: 2025-03-07
Latest change: 2025-03-09

================================================================================================== =========== ===================================================================================
Commit Committed Subject
================================================================================================== =========== ===================================================================================
`492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
`092cc57f02 <https://github.com/apache/airflow/commit/092cc57f0257c55bfa4e7db9aa91d9c2525bca41>`__ 2025-03-07 ``Get rid of google-re2 as dependency (#47493)``
`58c6a49565 <https://github.com/apache/airflow/commit/58c6a4956512fb35bebc645fbeed2ff79cdbe6ee>`__ 2025-03-07 ``Remove the old 'task run' commands and LocalTaskJob (#47453)``
`c440959723 <https://github.com/apache/airflow/commit/c4409597235c3d9858964718a3f6d93ae23f1d80>`__ 2025-03-06 ``Disable ORM access from Tasks, DAG processing and Triggers (#47320)``
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.10.3
Release: 3.10.4b1

Provider package
----------------
Expand Down Expand Up @@ -120,5 +120,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.10.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.3.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.10.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.3-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-celery 3.10.4b1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.4b1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.4b1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.4b1.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.10.4b1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.4b1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.4b1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.4b1-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 @@ -22,9 +22,10 @@ description: |
`Celery <https://docs.celeryq.dev/en/stable/>`__

state: ready
source-date-epoch: 1741508520
source-date-epoch: 1742480263
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.10.4b1
- 3.10.3
- 3.10.2
- 3.10.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.10.3"
version = "3.10.4b1"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -92,8 +92,8 @@ apache-airflow-providers-fab = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.3"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.3/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.4b1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.4b1/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.10.3"
__version__ = "3.10.4b1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ def get_provider_info():
"name": "Celery",
"description": "`Celery <https://docs.celeryq.dev/en/stable/>`__\n",
"state": "ready",
"source-date-epoch": 1741508520,
"source-date-epoch": 1742480263,
"versions": [
"3.10.4b1",
"3.10.3",
"3.10.2",
"3.10.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.3.1``
Release: ``10.4.0b1``


`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.3.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0b1/>`_.

Installation
------------
Expand All @@ -62,4 +62,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-cncf-kubernetes/10.3.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0b1/changelog.html>`_.
24 changes: 24 additions & 0 deletions providers/cncf/kubernetes/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,30 @@ Changelog
---------


10.4.0b1
........

Features
~~~~~~~~

* ``cncf.kubernetes: make the base container status check polling interval configurable (#47774)``

Bug Fixes
~~~~~~~~~

* ``Switch to non-interactive mode where stdin is disabled (#47568)``
* ``Retry k8s API requests in 'KubernetesPodTrigger' (#47187)``

Misc
~~~~

* ``AIP-72: Handle Custom XCom Backend on Task SDK (#47339)``
* ``Remove extra method for async hook getting (#47313)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove links to x/twitter.com (#47801)``

10.3.1
......

Expand Down
19 changes: 18 additions & 1 deletion providers/cncf/kubernetes/docs/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,31 @@ For high-level changelog, see :doc:`package information including changelog <ind



10.4.0b1
........

Latest change: 2025-03-17

================================================================================================== =========== ================================================================================================
Commit Committed Subject
================================================================================================== =========== ================================================================================================
`91b0f610ab <https://github.com/apache/airflow/commit/91b0f610ab109f39e27a5a00d9f6d5bf590b47ff>`__ 2025-03-17 ``AIP-72: Handle Custom XCom Backend on Task SDK (#47339)``
`007be76f73 <https://github.com/apache/airflow/commit/007be76f7341d3671de95f6b0607c1dfb72fb778>`__ 2025-03-16 ``Remove extra method for async hook getting (#47313)``
`966ea18112 <https://github.com/apache/airflow/commit/966ea18112987d72fa449abd814c37cf07ed1444>`__ 2025-03-16 ``cncf.kubernetes: make the base container status check polling interval configurable (#47774)``
`935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
`6994f1f76b <https://github.com/apache/airflow/commit/6994f1f76b6db6f7d50c5990fe02081226a7f2a0>`__ 2025-03-12 ``Switch to non-interactive mode where stdin is disabled (#47568)``
`1b643a4f65 <https://github.com/apache/airflow/commit/1b643a4f653b2eefcd27444ad7dd4159cdda04a9>`__ 2025-03-11 `` Retry k8s API requests in 'KubernetesPodTrigger' (#47187)``
================================================================================================== =========== ================================================================================================

10.3.1
......

Latest change: 2025-03-07
Latest change: 2025-03-09

================================================================================================== =========== ==================================================================================
Commit Committed Subject
================================================================================================== =========== ==================================================================================
`492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
`092cc57f02 <https://github.com/apache/airflow/commit/092cc57f0257c55bfa4e7db9aa91d9c2525bca41>`__ 2025-03-07 ``Get rid of google-re2 as dependency (#47493)``
`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
`1447705482 <https://github.com/apache/airflow/commit/144770548242295dc69d5ea7b7e11a748c246262>`__ 2025-03-01 ``Fix codespell issues detected by new codespell (#47259)``
Expand Down
2 changes: 1 addition & 1 deletion providers/cncf/kubernetes/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package
`Kubernetes <https://kubernetes.io/>`__


Release: 10.3.1
Release: 10.4.0b1

Provider package
----------------
Expand Down
3 changes: 2 additions & 1 deletion providers/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Kubernetes <https://kubernetes.io/>`__

state: ready
source-date-epoch: 1741508564
source-date-epoch: 1742480644
# note that those versions are maintained by release manager - do not update them manually
versions:
- 10.4.0b1
- 10.3.1
- 10.3.0
- 10.1.0
Expand Down
6 changes: 3 additions & 3 deletions providers/cncf/kubernetes/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-cncf-kubernetes"
version = "10.3.1"
version = "10.4.0b1"
description = "Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -97,8 +97,8 @@ apache-airflow-providers-fab = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.3.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.3.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0b1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/10.4.0b1/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__ = "10.3.1"
__version__ = "10.4.0b1"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.9.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ def get_provider_info():
"name": "Kubernetes",
"description": "`Kubernetes <https://kubernetes.io/>`__\n",
"state": "ready",
"source-date-epoch": 1741508564,
"source-date-epoch": 1742480644,
"versions": [
"10.4.0b1",
"10.3.1",
"10.3.0",
"10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions providers/common/compat/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-common-compat``

Release: ``1.5.1``
Release: ``1.6.0b1``


``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
are in ``airflow.providers.common.compat`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.6.0b1/>`_.

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

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

1.6.0b1
.......

Features
~~~~~~~~

* ``feat: Add helper for any provider version check (#47909)``
* ``feat: Add helper for OpenLineage version check (#47897)``
* ``AIP-84 Add Auth for DAG Versioning (#47553)``
* ``AIP-84 Add Auth for backfill (#47482)``
* ``AIP 84 - Add auth for asset alias (#47241)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Remove links to x/twitter.com (#47801)``

1.5.1
.....

Expand Down
19 changes: 18 additions & 1 deletion providers/common/compat/docs/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,31 @@ For high-level changelog, see :doc:`package information including changelog <ind



1.6.0b1
.......

Latest change: 2025-03-20

================================================================================================== =========== ============================================================
Commit Committed Subject
================================================================================================== =========== ============================================================
`4174bc7d39 <https://github.com/apache/airflow/commit/4174bc7d39fb336c329d887878ac327d4e283f6d>`__ 2025-03-20 ``feat: Add helper for any provider version check (#47909)``
`a993db24f7 <https://github.com/apache/airflow/commit/a993db24f790784a0b43b8a33c28565ed0412d82>`__ 2025-03-18 ``feat: Add helper for OpenLineage version check (#47897)``
`935d2831fe <https://github.com/apache/airflow/commit/935d2831fe8fd509b618a738bf00e0c34e186e11>`__ 2025-03-15 ``Remove links to x/twitter.com (#47801)``
`d5ea56ae4b <https://github.com/apache/airflow/commit/d5ea56ae4be04ebccb12d13fa2cb2be994cf51ac>`__ 2025-03-14 ``AIP-84 Add Auth for DAG Versioning (#47553)``
`46759a355d <https://github.com/apache/airflow/commit/46759a355d603167535591745c70037d691c866a>`__ 2025-03-13 ``AIP-84 Add Auth for backfill (#47482)``
`1e2660b3fc <https://github.com/apache/airflow/commit/1e2660b3fcab69ae52577e59d1c1bebe95a3f548>`__ 2025-03-10 ``AIP 84 - Add auth for asset alias (#47241)``
================================================================================================== =========== ============================================================

1.5.1
.....

Latest change: 2025-03-07
Latest change: 2025-03-09

================================================================================================== =========== =====================================================================
Commit Committed Subject
================================================================================================== =========== =====================================================================
`492ecfe5c0 <https://github.com/apache/airflow/commit/492ecfe5c03102bfb710108038ebd5fc50cb55b5>`__ 2025-03-09 ``Prepare docs for Mar 1st wave of providers (#47545)``
`8cc9f1fca9 <https://github.com/apache/airflow/commit/8cc9f1fca9343768e9aa7bb4c802e7d2fc109719>`__ 2025-03-07 ``Relocate airflow.auth to airflow.api_fastapi.auth (#47492)``
`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)``
`1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)``
Expand Down
Loading