This is an automated email from the ASF dual-hosted git repository.

utkarsharma pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 3b8b2f5e2cd Update RELEASE_NOTES.rst
 discard 0d57115b3c5 Update Airflow version to 3.0.0
 discard 8c112db8587 Update default branches for 3-0
     add d4373f6cc50 python_named_parameters should be python_named_params 
(#46299)
     add cfa8e68e1fb Only update docs inventory cache from a single docs build 
matrix job (#46310)
     add 984c61d2871 Swap CeleryExecutor over to use TaskSDK for execution. 
(#46265)
     add da95af72420 Fix branch used for constraints in k8s env creation 
(#46318)
     add 087adf4a6ae Update default branches for 3-0
     add 1bd74adfcec Update Airflow version to 3.0.0
     add 099b98ba8f1 Update RELEASE_NOTES.rst

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3b8b2f5e2cd)
            \
             N -- N -- N   refs/heads/v3-0-test (099b98ba8f1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-image-checks.yml              |   4 +-
 airflow/executors/base_executor.py                 |  45 ++++++--
 airflow/executors/workloads.py                     |   4 +-
 airflow/jobs/scheduler_job_runner.py               |   4 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |   4 +-
 .../operators/run_now.rst                          |   2 +-
 .../howto/docker-compose/docker-compose.yaml       |  20 ++++
 generated/provider_dependencies.json               |   2 +-
 providers/celery/README.rst                        |   8 +-
 providers/celery/pyproject.toml                    |   4 +-
 .../airflow/providers/celery/cli/celery_command.py |   5 +
 .../providers/celery/executors/celery_executor.py  |  48 ++++++--
 .../celery/executors/celery_executor_utils.py      |  88 ++++++++++----
 .../celery/executors/celery_kubernetes_executor.py |   4 +-
 .../providers/celery/executors/default_celery.py   |  15 ++-
 .../airflow/providers/celery/get_provider_info.py  |   2 +-
 .../celery/executors/test_celery_executor.py       |  18 +--
 .../amazon/aws/executors/batch/batch_executor.py   |   4 +-
 .../providers/amazon/aws/executors/ecs/utils.py    |   3 +-
 .../executors/kubernetes_executor_utils.py         |   2 +-
 .../aws/executors/batch/test_batch_executor.py     |  16 +--
 .../src/airflow/sdk/execution_time/supervisor.py   |  52 ++++-----
 task_sdk/src/airflow/sdk/log.py                    |  53 ++++++---
 .../integration/executors/test_celery_executor.py  | 126 ++++++++++-----------
 24 files changed, 339 insertions(+), 194 deletions(-)

Reply via email to