This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-b71135b-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 42df2ffb2ff [v3-3-test] Update upload-artifact gh action (#69256)
(cherry picked from commit b71135bdbb3d9a8355d6815ab371829b9ad47734)
omit a039c5f368f [v3-3-test] [AIP-94] Mark config CLI commands as migrated
to airflowctl (#68958) (#69258)
omit fc2feaaa287 [v3-3-test] Mark providers commands for airflowctl(#68525)
(#69232)
omit cb49e750491 [v3-3-test] Add new Committers to CODEOWNERS (#69215)
(#69219)
omit 4ec3ca401fa Update SQLAlchemy documentation links from 1.4 to 2.0
(#69200) (#69203)
omit 261fc1c9661 [v3-3-test] Fix drifting data intervals for monthly/yearly
schedules with catchup disabled (#69143) (#69189)
add fc7faf2bfd7 update release notes for 3.3.0rc1
add 3ba9ddbcdba [v3-3-test] Fix drifting data intervals for monthly/yearly
schedules with catchup disabled (#69143) (#69189)
add 76893fb14ac Update SQLAlchemy documentation links from 1.4 to 2.0
(#69200) (#69203)
add 84590c18331 [v3-3-test] Add new Committers to CODEOWNERS (#69215)
(#69219)
add 7ebb7dc0c2b [v3-3-test] Mark providers commands for airflowctl(#68525)
(#69232)
add e9eda507cc8 [v3-3-test] [AIP-94] Mark config CLI commands as migrated
to airflowctl (#68958) (#69258)
add e3418895b40 [v3-3-test] Fix retry policy overrides not persisted to
task instance history (#69235) (#69241)
add 7fe134e787d [v3-3-test] Fix deadline callback data persistence
(#69073) (#69259)
add 767cee3c466 [v3-3-test] Clarify when last_automated_data_interval is
None in timetable docs (#68461) (#69227)
add 1742cf9dd0c [v3-3-test] Update upload-artifact gh action (#69256)
(cherry picked from commit b71135bdbb3d9a8355d6815ab371829b9ad47734)
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 (42df2ffb2ff)
\
N -- N -- N refs/heads/backport-b71135b-v3-3-test (1742cf9dd0c)
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:
RELEASE_NOTES.rst | 135 +++++++++++----------
airflow-core/docs/howto/timetable.rst | 9 ++
.../execution_api/routes/task_instances.py | 7 ++
airflow-core/src/airflow/models/deadline.py | 29 +++--
airflow-core/src/airflow/timetables/base.py | 3 +
.../versions/head/test_task_instances.py | 48 ++++++++
airflow-core/tests/unit/models/test_deadline.py | 65 +++++++++-
docs/spelling_wordlist.txt | 1 +
reproducible_build.yaml | 4 +-
9 files changed, 219 insertions(+), 82 deletions(-)