This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 577f6c1b698d24252066361257eee051739beb9b Author: Jed Cunningham <[email protected]> AuthorDate: Thu Mar 6 11:39:16 2025 -0700 Bump celery provider version to 3.11.0 --- providers/celery/README.rst | 6 ++--- providers/celery/docs/changelog.rst | 29 ++++++++++++++++++++++ providers/celery/docs/commits.rst | 22 ++++++++++++++++ providers/celery/docs/index.rst | 6 ++--- providers/celery/provider.yaml | 3 ++- providers/celery/pyproject.toml | 6 ++--- .../src/airflow/providers/celery/__init__.py | 2 +- .../airflow/providers/celery/get_provider_info.py | 3 ++- 8 files changed, 65 insertions(+), 12 deletions(-) diff --git a/providers/celery/README.rst b/providers/celery/README.rst index 364721a1476..c40bf69ab9d 100644 --- a/providers/celery/README.rst +++ b/providers/celery/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-celery`` -Release: ``3.10.2`` +Release: ``3.11.0`` `Celery <https://docs.celeryq.dev/en/stable/>`__ @@ -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.2/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.11.0/>`_. Installation ------------ @@ -79,4 +79,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.2/changelog.html>`_. +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-celery/3.11.0/changelog.html>`_. diff --git a/providers/celery/docs/changelog.rst b/providers/celery/docs/changelog.rst index e7d19bd7714..39c4cad5d73 100644 --- a/providers/celery/docs/changelog.rst +++ b/providers/celery/docs/changelog.rst @@ -27,6 +27,35 @@ Changelog --------- +3.11.0 +...... + +Features +~~~~~~~~ + +* ``Disable ORM access from Tasks, DAG processing and Triggers (#47320)`` +* ``Implement stale dag bundle cleanup (#46503)`` +* ``Render structured logs in the new UI rather than showing raw JSON (#46827)`` + +Bug Fixes +~~~~~~~~~ + +* ``Avoid scheduler crash with passing executor_config with CeleryExecutor (#47375)`` +* ``bugfix: cannot import name 'workloads' for Airflow v2 (#47152)`` + +Misc +~~~~ + +* ``Move execution_api_server_url config to the core section (#46969)`` +* ``Upgrade flit to 3.11.0 (#46938)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Move tests_common package to devel-common project (#47281)`` + * ``Improve documentation for updating provider dependencies (#47203)`` + * ``Add legacy namespace packages to airflow.providers (#47064)`` + * ``Remove extra whitespace in provider readme template (#46975)`` + 3.10.2 ...... diff --git a/providers/celery/docs/commits.rst b/providers/celery/docs/commits.rst index f2a11a1815b..0378912950f 100644 --- a/providers/celery/docs/commits.rst +++ b/providers/celery/docs/commits.rst @@ -34,6 +34,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.11.0 +...... + +Latest change: 2025-03-06 + +================================================================================================== =========== =================================================================================== +Commit Committed Subject +================================================================================================== =========== =================================================================================== +`c440959723 <https://github.com/apache/airflow/commit/c4409597235c3d9858964718a3f6d93ae23f1d80>`__ 2025-03-06 ``Disable ORM access from Tasks, DAG processing and Triggers (#47320)`` +`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)`` +`73627fd661 <https://github.com/apache/airflow/commit/73627fd661380568d296e74a93045184f451a7ad>`__ 2025-03-05 ``Avoid scheduler crash with passing executor_config with CeleryExecutor (#47375)`` +`10da1a02f3 <https://github.com/apache/airflow/commit/10da1a02f30713e1a29a34f881334b25f498f017>`__ 2025-02-28 ``Implement stale dag bundle cleanup (#46503)`` +`1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)`` +`9a95da58e7 <https://github.com/apache/airflow/commit/9a95da58e766c9525d9de37e33d6a52ab50a448d>`__ 2025-02-27 ``bugfix: cannot import name 'workloads' for Airflow v2 (#47152)`` +`aa61371a07 <https://github.com/apache/airflow/commit/aa61371a071c92214bcc1bd29842fc8d4b0e33a2>`__ 2025-02-27 ``Render structured logs in the new UI rather than showing raw JSON (#46827)`` +`c6c4f95ed9 <https://github.com/apache/airflow/commit/c6c4f95ed9e3220133815b9126c135e805637022>`__ 2025-02-25 ``Add legacy namespace packages to airflow.providers (#47064)`` +`dbf8bb4092 <https://github.com/apache/airflow/commit/dbf8bb409223687c7d2ad10649a92d02c24bb3b4>`__ 2025-02-24 ``Remove extra whitespace in provider readme template (#46975)`` +`2d267ddcad <https://github.com/apache/airflow/commit/2d267ddcad4c48b50cbf12f4ff68f2ec9c8f017a>`__ 2025-02-21 ``Move execution_api_server_url config to the core section (#46969)`` +`b28c336e8b <https://github.com/apache/airflow/commit/b28c336e8b7aa1d69c0f9520b182b1b661377337>`__ 2025-02-21 ``Upgrade flit to 3.11.0 (#46938)`` +================================================================================================== =========== =================================================================================== + 3.10.2 ...... @@ -42,6 +63,7 @@ Latest change: 2025-02-21 ================================================================================================== =========== ========================================================================================= Commit Committed Subject ================================================================================================== =========== ========================================================================================= +`0653ffe78e <https://github.com/apache/airflow/commit/0653ffe78e4a0acaf70801a5ceef8dbabdac8b15>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (fixed) (#46962)`` `5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)`` `319cf3051b <https://github.com/apache/airflow/commit/319cf3051b76cf776975a376e7835c29052a86b9>`__ 2025-02-19 ``Remove 2.8 version check from CeleryExecutor CLI (#46910)`` `c33299d432 <https://github.com/apache/airflow/commit/c33299d432510347dac71d3eabfada2bd8fe2075>`__ 2025-02-18 ``Fixing log typos in Local & Celery Executors (#46866)`` diff --git a/providers/celery/docs/index.rst b/providers/celery/docs/index.rst index f1ccbcc90f5..293ab1fedd7 100644 --- a/providers/celery/docs/index.rst +++ b/providers/celery/docs/index.rst @@ -67,7 +67,7 @@ apache-airflow-providers-celery package `Celery <https://docs.celeryq.dev/en/stable/>`__ -Release: 3.10.2 +Release: 3.11.0 Provider package ---------------- @@ -121,5 +121,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.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-celery 3.10.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.10.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-celery 3.11.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.11.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.11.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.11.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-celery 3.11.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.11.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.11.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.11.0-py3-none-any.whl.sha512>`__) diff --git a/providers/celery/provider.yaml b/providers/celery/provider.yaml index 7d44bf2989c..d5bf6f68741 100644 --- a/providers/celery/provider.yaml +++ b/providers/celery/provider.yaml @@ -22,9 +22,10 @@ description: | `Celery <https://docs.celeryq.dev/en/stable/>`__ state: ready -source-date-epoch: 1741121844 +source-date-epoch: 1741286319 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.11.0 - 3.10.2 - 3.10.0 - 3.9.0 diff --git a/providers/celery/pyproject.toml b/providers/celery/pyproject.toml index aa07e0d5b37..0c788723ca7 100644 --- a/providers/celery/pyproject.toml +++ b/providers/celery/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-celery" -version = "3.10.2" +version = "3.11.0" description = "Provider package apache-airflow-providers-celery for Apache Airflow" readme = "README.rst" authors = [ @@ -93,8 +93,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.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.10.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.11.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.11.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" diff --git a/providers/celery/src/airflow/providers/celery/__init__.py b/providers/celery/src/airflow/providers/celery/__init__.py index ab0dc53fed0..9ae74ed8e5d 100644 --- a/providers/celery/src/airflow/providers/celery/__init__.py +++ b/providers/celery/src/airflow/providers/celery/__init__.py @@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version __all__ = ["__version__"] -__version__ = "3.10.2" +__version__ = "3.11.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/celery/src/airflow/providers/celery/get_provider_info.py b/providers/celery/src/airflow/providers/celery/get_provider_info.py index 625cf867f10..75e4019d610 100644 --- a/providers/celery/src/airflow/providers/celery/get_provider_info.py +++ b/providers/celery/src/airflow/providers/celery/get_provider_info.py @@ -27,8 +27,9 @@ def get_provider_info(): "name": "Celery", "description": "`Celery <https://docs.celeryq.dev/en/stable/>`__\n", "state": "ready", - "source-date-epoch": 1741121844, + "source-date-epoch": 1741286319, "versions": [ + "3.11.0", "3.10.2", "3.10.0", "3.9.0",
