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

ephraimanierobi pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 3b227a1d2d Update uv and build dependencies. (#39808)
    omit 3a3f8c06a6 Update RELEASE_NOTES.rst
    omit 411bc25df7 Update version to 2.9.2
    omit 4fedbb1e59 Fix bug that makes `AirflowSecurityManagerV2` leave 
transactions in the `idle in transaction` state (#39935)
    omit f9075512c5 Fix triggerer race condition in HA setting (#38666)
    omit a11c0cde04 Warn on mini scheduler failures instead of debug (#39760)
    omit 036577cce7 Remove colon from notes header to make headlines in UI 
consistent (#40001)
    omit 133f5e4738 Pass triggered or existing DAG Run logical date to 
DagStateTrigger (#39960)
    omit bc992f5c07 Provide extra tip on labeling DynamicTaskMapping (#39977)
    omit 367c67883b Update uv to 0.42 (#39561)
    omit 44e6cc5160 Update uv to 0.1.41 (#39476)
    omit 756a4bd5ed Bump `ruff` to `0.4.3` (#39438)
    omit 03bbb042ba Activate RUF006 rule to detect dangling asyncio tasks 
(#38947)
    omit 1f2bb57038 Fix alembic autogeneration and rename mismatching 
constraints (#39032)
    omit 66322be9ab Add the existing_nullable to the downgrade side of the 
migration (#39374)
    omit 670b255cba Fix Mark Instance state buttons stay disabled if user lacks 
permission (#37451). (#38732)
    omit ebb74b28de Improve visibility of links / variables / other configs in 
Configuration Reference (#39916)
    omit e4baada284 Use SKIP LOCKED instead of NOWAIT in mini scheduler (#39745)
    omit 7a0fb85008 Remove DAG Run Add option from FAB view (#39881)
    omit 45e18a3f72 Change type definition for `provider_info_cache` decorator 
(#39750)
    omit 7e23854c1c Also limit concurrent uv downloads when building (#39852)
    omit 5e7cd0eb26 Add max_consecutive_failed_dag_runs in API spec (#39830)
    omit 762e1a84c1 Remove 'legacy' definition for `CronDataIntervalTimetable` 
(#39780)
    omit bca0e5e387 Limit concurrent downloads by UV (#39810)
    omit e968e04863 Fix example_branch_operator failing in python 3.12 (#39783)
    omit 967d66af52 Better typing for BaseOperator `defer` (#39742)
    omit 1b26fb7882 Fetch served logs also when task attempt is up for retry 
and no remote logs available (#39496)
     add 46265d0aa8 Better typing for BaseOperator `defer` (#39742)
     add 2f5c9cff9f Fix example_branch_operator failing in python 3.12 (#39783)
     add db6a615d7c Limit concurrent downloads by UV (#39810)
     add e163bf6248 Remove 'legacy' definition for `CronDataIntervalTimetable` 
(#39780)
     add 5b9c815a21 Add max_consecutive_failed_dag_runs in API spec (#39830)
     add 6e8e09e1a0 Also limit concurrent uv downloads when building (#39852)
     add 94fec750a5 Change type definition for `provider_info_cache` decorator 
(#39750)
     add db265b6736 Remove DAG Run Add option from FAB view (#39881)
     add 2aa5fab560 Use SKIP LOCKED instead of NOWAIT in mini scheduler (#39745)
     add 2b718f35e3 Improve visibility of links / variables / other configs in 
Configuration Reference (#39916)
     add 62c7453e3a Fix Mark Instance state buttons stay disabled if user lacks 
permission (#37451). (#38732)
     add 4b52ed1134 Add the existing_nullable to the downgrade side of the 
migration (#39374)
     add 7cabccfcad Fix alembic autogeneration and rename mismatching 
constraints (#39032)
     add 0dced9caf2 Activate RUF006 rule to detect dangling asyncio tasks 
(#38947)
     add f31629f036 Bump `ruff` to `0.4.3` (#39438)
     add 5f45af9d16 Update uv to 0.1.41 (#39476)
     add 14a12a3c71 Update uv to 0.42 (#39561)
     add fae97ed091 Provide extra tip on labeling DynamicTaskMapping (#39977)
     add 582aa31f6e Pass triggered or existing DAG Run logical date to 
DagStateTrigger (#39960)
     add ab87aafde2 Remove colon from notes header to make headlines in UI 
consistent (#40001)
     add 533b3e6b52 Warn on mini scheduler failures instead of debug (#39760)
     add 8fb4cf86d9 Fix triggerer race condition in HA setting (#38666)
     add ee55899f09 Fix bug that makes `AirflowSecurityManagerV2` leave 
transactions in the `idle in transaction` state (#39935)
     add cc37a519f0 Update version to 2.9.2
     add 1cec9691e6 Update RELEASE_NOTES.rst
     add 194a14efe3 Update uv and build dependencies. (#39808)
     add 7e995d17bc add lost space to breeze help (#39458)
     add a35187bfe5 Increase volume size for ARM instance (#39472)
     add c8370ecccf Add hatch_build.py to k8s test venv cache calculation 
(#39473)

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   (3b227a1d2d)
            \
             N -- N -- N   refs/heads/v2-9-test (c8370ecccf)

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/k8s-tests.yml                    |  2 +-
 airflow/utils/log/file_task_handler.py             |  8 ++----
 .../airflow_breeze/commands/developer_commands.py  |  2 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   | 30 ++++++++++++++--------
 .../ci_start_arm_instance_and_connect_to_docker.sh |  1 +
 tests/utils/test_log_handlers.py                   | 24 +++++------------
 6 files changed, 32 insertions(+), 35 deletions(-)

Reply via email to