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

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


    omit a8e7e76e059 Update RELEASE_NOTES.rst
    omit 1158180cda6 Update version to 2.10.4
     add 4f9cf546098 [v2-10-test] Random doc typos (#44750) (#44758)
     add d8e93c2ee01 Prevent using trigger_rule="always" in a dynamic mapped 
task (#43810)
     add 9e3a976cfa2 [BACKPORT] Prevent using `trigger_rule=TriggerRule.ALWAYS` 
in a task-generated mapping within bare tasks (#44751) (#44769)
     add 34f9fd4b692 Update version to 2.10.4
     add 625677d827d 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   (a8e7e76e059)
            \
             N -- N -- N   refs/heads/sync_2-10-test (625677d827d)

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                                  |  2 ++
 airflow/decorators/base.py                         | 21 +++++++++++
 airflow/reproducible_build.yaml                    |  4 +--
 airflow/utils/task_group.py                        | 24 ++++++++++---
 contributing-docs/testing/unit_tests.rst           | 12 +++----
 .../dynamic-task-mapping.rst                       |  7 ++++
 newsfragments/44751.bugfix.rst                     |  1 +
 tests/decorators/test_mapped.py                    | 41 ++++++++++++++++++++++
 tests/decorators/test_task_group.py                | 26 +++++++++++++-
 9 files changed, 125 insertions(+), 13 deletions(-)
 create mode 100644 newsfragments/44751.bugfix.rst

Reply via email to