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

potiuk pushed a change to branch python3.12
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit ed1ee91eeb python 3.12 support
     add 7ea7abc75d Adjust graph node layout (#37207)
     add f8c0d8109d Release notes for helm chart 1.12.0 (#36917)
     add e24f0a975d Resolve handler close race condition at triggerer shutdown 
(#37206)
     add 14360ea824 Fix collapsed grid width, line up selected bar with gantt 
(#37205)
     add e9ad488162 Update artifacthubs changelog for chart 1.12.0 (#37208)
     add d8ce75cd53 remove info log from download_file (#37211)
     add d155ee8288 Update KubernetesPodOperator docs argument precedence  
(#37047)
     add 8ef1830dda ECS Executor doc fix (#37210)
     add 34e8b6fd21 Fix signature check into the `test_expected_thin_hooks` 
test (#37218)
     add 12ad7be3b3 Summarise publish-docs irrespective of 
--include-success-output (#37203)
     add 7883bcc85c Fix assignment of template field in `__init__` in 
`custom_job` (#36789)
     add e75522b063 fix: PythonVirtualenvOperator crashes if any 
python_callable function is defined in the same source as DAG (#37165)
     add daa2bceba1 Use `next_url` instead of `next` (#37225)
     add b39a2bfd9b Avoid log-groomer container failures when log persistence 
is enabled (#37222)
     add 6b49bb3a4f Fix metadata override for ComputeEngineSSHHook (#37192)
     add 568eadb259 python 3.12 support

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   (ed1ee91eeb)
            \
             N -- N -- N   refs/heads/python3.12 (568eadb259)

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:
 .pre-commit-config.yaml                            |   1 -
 Dockerfile                                         |   2 +-
 airflow/models/dagbag.py                           |  12 +-
 airflow/operators/python.py                        |  23 ++-
 airflow/providers/amazon/aws/hooks/s3.py           |  10 +-
 .../providers/fab/auth_manager/fab_auth_manager.py |   2 +-
 .../providers/google/cloud/hooks/compute_ssh.py    |   2 +-
 .../google/cloud/operators/vertex_ai/custom_job.py |  36 +++-
 airflow/utils/file.py                              |  12 ++
 airflow/utils/log/trigger_handler.py               |   8 +-
 airflow/utils/python_virtualenv_script.jinja2      |  19 +-
 airflow/www/static/js/components/Graph/Edge.tsx    |   6 +-
 airflow/www/static/js/dag/Main.tsx                 |   2 +-
 airflow/www/static/js/dag/details/Header.tsx       |   2 +-
 .../www/static/js/dag/details/graph/Node.test.tsx  |   1 +
 airflow/www/static/js/dag/details/graph/Node.tsx   |  79 ++++---
 airflow/www/static/js/dag/details/graph/index.tsx  |  14 ++
 airflow/www/static/js/dag/details/graph/utils.ts   |   8 +
 airflow/www/static/js/dag/details/index.tsx        |   2 +-
 airflow/www/static/js/dag/grid/dagRuns/index.tsx   |  12 +-
 airflow/www/static/js/dag/grid/index.tsx           |   3 +-
 airflow/www/static/js/dag/grid/renderTaskRows.tsx  |   2 +
 airflow/www/static/js/types/index.ts               |   1 +
 chart/Chart.yaml                                   | 229 ++++++++-------------
 chart/RELEASE_NOTES.rst                            |  88 ++++++++
 chart/newsfragments/34817.significant.rst          |   8 -
 chart/newsfragments/36907.significant.rst          |   3 -
 chart/reproducible_build.yaml                      |   4 +-
 .../commands/release_management_commands.py        |  22 +-
 .../executors/ecs-executor.rst                     |   7 -
 .../operators.rst                                  |   4 +-
 docs/spelling_wordlist.txt                         |   1 +
 scripts/docker/clean-logs.sh                       |   2 +-
 .../amazon/aws/hooks/test_hooks_signature.py       |   4 +-
 .../fab/auth_manager/test_fab_auth_manager.py      |   2 +-
 .../google/cloud/hooks/test_compute_ssh.py         |  40 ++++
 tests/www/views/test_anonymous_as_admin_role.py    |   5 +-
 tests/www/views/test_views_tasks.py                |   4 +-
 38 files changed, 437 insertions(+), 245 deletions(-)
 delete mode 100644 chart/newsfragments/34817.significant.rst
 delete mode 100644 chart/newsfragments/36907.significant.rst

Reply via email to