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


 discard 600da55c68 Update RELEASE_NOTES.rst
 discard 2208af9d0c Update version to 2.9.2
 discard da5260f2f5 Upgrade to FAB 4.5.0 (#39851)
 discard a761b81f0b Fix mocking in kerberos integration test (#40042)
 discard 4fd65ab0fc Fix `update-common-sql-api-stubs` pre-commit check (#38915)
 discard d281480cb3 Clean up Breeze output for Docker context (#38857)
 discard 21625dc981 Add "use self-hosted runners" to CI setup (#38779)
 discard 61b5b7d231 Replace to broad exceptions into the dev (#38489)
 discard f8fa6c4be5 Fix inconsistency of cache-directive vs. docker-cache 
(#38580)
 discard 0ef6d4f561 Add hatch_build.py to k8s test venv cache calculation 
(#39473)
 discard 7a6da92e5d Increase volume size for ARM instance (#39472)
 discard 3d260e63c9 add lost space to breeze help (#39458)
 discard 355d546911 Update uv and build dependencies. (#39808)
 discard 53a87a1870 Fix bug that makes `AirflowSecurityManagerV2` leave 
transactions in the `idle in transaction` state (#39935)
 discard e602c26ec3 Fix triggerer race condition in HA setting (#38666)
 discard eee41d7c31 Warn on mini scheduler failures instead of debug (#39760)
 discard 1a40234004 Remove colon from notes header to make headlines in UI 
consistent (#40001)
 discard 3209abcd2d Pass triggered or existing DAG Run logical date to 
DagStateTrigger (#39960)
 discard b312996ac5 Provide extra tip on labeling DynamicTaskMapping (#39977)
 discard c3016bca1c Update uv to 0.42 (#39561)
 discard 7981d53a47 Update uv to 0.1.41 (#39476)
 discard e039330072 Bump `ruff` to `0.4.3` (#39438)
 discard 54fedc42d5 Activate RUF006 rule to detect dangling asyncio tasks 
(#38947)
 discard 097404cdeb Fix alembic autogeneration and rename mismatching 
constraints (#39032)
 discard f986c05b37 Add the existing_nullable to the downgrade side of the 
migration (#39374)
 discard a95b7b0b9a Fix Mark Instance state buttons stay disabled if user lacks 
permission (#37451). (#38732)
 discard 303cd9c04a Improve visibility of links / variables / other configs in 
Configuration Reference (#39916)
 discard 9d1aaff234 Use SKIP LOCKED instead of NOWAIT in mini scheduler (#39745)
 discard d65770deb7 Remove DAG Run Add option from FAB view (#39881)
 discard ae9368c710 Change type definition for `provider_info_cache` decorator 
(#39750)
 discard d7bc39b80a Also limit concurrent uv downloads when building (#39852)
 discard 8024f9a2e6 Add max_consecutive_failed_dag_runs in API spec (#39830)
 discard 372b4ff071 Remove 'legacy' definition for `CronDataIntervalTimetable` 
(#39780)
 discard e3fb53f4db Limit concurrent downloads by UV (#39810)
 discard 1a115db457 Fix example_branch_operator failing in python 3.12 (#39783)
 discard 765c546df6 Better typing for BaseOperator `defer` (#39742)
 discard 29d759fdd4 More typing in TimeSensor and TimeSensorAsync (#39696)
 discard e8cc50d832 Reraise exception from strict dataset URI checks (#39719)
 discard fce69a82bb Update plugins.rst examples to use pyproject.toml over 
setup.py (#39665)
 discard 1483dc8ac8 Change dataset URI validation to raise warning instead of 
error in Airflow 2.9 (#39670)
 discard 59a7a734bd Fix #35946: Visible DAG RUN doesn't point to the same dag 
run id (#38365)
 discard 57cd899dd3 Doc fix: Remove misplaced backquotes in ``faq.rst`` (#39661)
 discard b61422689b Remove mysql/postgres from extras before determining the 
installation_command_flags (#39610)
 discard bf27334bef fix nit in pg set-up doc (#39628)
 discard a7f7dfc973 Docs: Update tracking-user-activity.rst (#39611)
 discard b3793410aa Fix stacklevel for _log_state helper (#39596)
     add 03b9d1eae9 Docs: Update tracking-user-activity.rst (#39611)
     add 4310789b91 fix nit in pg set-up doc (#39628)
     add a85df2551f Remove mysql/postgres from extras before determining the 
installation_command_flags (#39610)
     add d59ae480da Doc fix: Remove misplaced backquotes in ``faq.rst`` (#39661)
     add 9db34afdc2 Fix #35946: Visible DAG RUN doesn't point to the same dag 
run id (#38365)
     add 3232a1849d Change dataset URI validation to raise warning instead of 
error in Airflow 2.9 (#39670)
     add c49e2209a5 Update plugins.rst examples to use pyproject.toml over 
setup.py (#39665)
     add 6dd44dd002 Reraise exception from strict dataset URI checks (#39719)
     add aad65edd03 More typing in TimeSensor and TimeSensorAsync (#39696)
     add f0785b8b29 Better typing for BaseOperator `defer` (#39742)
     add bf89bede29 Fix example_branch_operator failing in python 3.12 (#39783)
     add f85cc3b24e Limit concurrent downloads by UV (#39810)
     add c9881e533c Remove 'legacy' definition for `CronDataIntervalTimetable` 
(#39780)
     add de3874de25 Add max_consecutive_failed_dag_runs in API spec (#39830)
     add 46e4fbab9d Also limit concurrent uv downloads when building (#39852)
     add 4fe47810c1 Change type definition for `provider_info_cache` decorator 
(#39750)
     add a4a6d7e5dc Remove DAG Run Add option from FAB view (#39881)
     add d638c6bb66 Use SKIP LOCKED instead of NOWAIT in mini scheduler (#39745)
     add 68556a7f50 Improve visibility of links / variables / other configs in 
Configuration Reference (#39916)
     add 9f06c3073f Fix Mark Instance state buttons stay disabled if user lacks 
permission (#37451). (#38732)
     add 7cb2c0f233 Add the existing_nullable to the downgrade side of the 
migration (#39374)
     add d14f2690cf Fix alembic autogeneration and rename mismatching 
constraints (#39032)
     add c1dd584f5c Activate RUF006 rule to detect dangling asyncio tasks 
(#38947)
     add 090ff902c3 Bump `ruff` to `0.4.3` (#39438)
     add 2826718224 Update uv to 0.1.41 (#39476)
     add 8790af4fcb Update uv to 0.42 (#39561)
     add 3437e4464d Provide extra tip on labeling DynamicTaskMapping (#39977)
     add c83bbb601c Pass triggered or existing DAG Run logical date to 
DagStateTrigger (#39960)
     add aebcb82bda Remove colon from notes header to make headlines in UI 
consistent (#40001)
     add 72710f89fe Warn on mini scheduler failures instead of debug (#39760)
     add 00925c86db Fix triggerer race condition in HA setting (#38666)
     add e540402c39 Fix bug that makes `AirflowSecurityManagerV2` leave 
transactions in the `idle in transaction` state (#39935)
     add 908a3c833a Update uv and build dependencies. (#39808)
     add beca95761c add lost space to breeze help (#39458)
     add 43dad6caf7 Increase volume size for ARM instance (#39472)
     add 748bf294e7 Add hatch_build.py to k8s test venv cache calculation 
(#39473)
     add f6964595ee Fix inconsistency of cache-directive vs. docker-cache 
(#38580)
     add 87f7500bde Replace to broad exceptions into the dev (#38489)
     add 294bcceaaa Add "use self-hosted runners" to CI setup (#38779)
     add 66e2b5d8de Clean up Breeze output for Docker context (#38857)
     add aa171d3197 Fix `update-common-sql-api-stubs` pre-commit check (#38915)
     add 62aad96a45 Fix mocking in kerberos integration test (#40042)
     add 77af06e390 Upgrade to FAB 4.5.0 (#39851)
     add 87dc56bdfc Update version to 2.9.2
     add ecc0eb9e71 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   (600da55c68)
            \
             N -- N -- N   refs/heads/v2-9-test (ecc0eb9e71)

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:
 airflow/models/taskinstance.py | 1 -
 1 file changed, 1 deletion(-)

Reply via email to