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 b3a4cc2fddc58344f299153580546c87f2597c7e Author: Jed Cunningham <[email protected]> AuthorDate: Thu Feb 27 11:30:06 2025 -0700 Bump version of celery provider to 3.11.0 --- providers/celery/README.rst | 6 +++--- providers/celery/docs/changelog.rst | 24 ++++++++++++++++++++++ providers/celery/docs/commits.rst | 17 +++++++++++++++ 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, 55 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..cd858c4eeff 100644 --- a/providers/celery/docs/changelog.rst +++ b/providers/celery/docs/changelog.rst @@ -27,6 +27,30 @@ Changelog --------- +3.11.0 +...... + +Features +~~~~~~~~ + +* ``Render structured logs in the new UI rather than showing raw JSON (#46827)`` + +Bug Fixes +~~~~~~~~~ + +* ``bugfix: cannot import name 'workloads' for Airflow v2 (#47152)`` + +Misc +~~~~ + +* ``Add legacy namespace packages to airflow.providers (#47064)`` +* ``Move execution_api_server_url config to the core section (#46969)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Remove extra whitespace in provider readme template (#46975)`` + * ``Upgrade flit to 3.11.0 (#46938)`` + 3.10.2 ...... diff --git a/providers/celery/docs/commits.rst b/providers/celery/docs/commits.rst index f2a11a1815b..435394d39b2 100644 --- a/providers/celery/docs/commits.rst +++ b/providers/celery/docs/commits.rst @@ -34,6 +34,22 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.11.0 +...... + +Latest change: 2025-02-27 + +================================================================================================== =========== ============================================================================== +Commit Committed Subject +================================================================================================== =========== ============================================================================== +`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 +58,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 6d394c3e909..8f39ba36098 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: 1739958996 +source-date-epoch: 1740680717 # 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 4917e8b0836..87d7d224c62 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 = [ @@ -72,8 +72,8 @@ dependencies = [ ] [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 ce1bdc297c2..e2ae249d1a5 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": 1739958996, + "source-date-epoch": 1740680717, "versions": [ + "3.11.0", "3.10.2", "3.10.0", "3.9.0",
