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

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


 discard 470b89fe12 Update Airflow version to 2.5.2
     new 3a7ab400e5 Avoid unneeded Connexion constructs (#29631)
     new a004df2dec Don't use importlib.metadata to get Version for speed 
(#29723)
     new c18727327a Replace blockquote + Note: with RST note in docs (#29709)
     new 9f8aa37f8a Update Airflow version to 2.5.2

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   (470b89fe12)
            \
             N -- N -- N   refs/heads/v2-5-test (9f8aa37f8a)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/__init__.py                                |  3 ++-
 airflow/operators/python.py                        |  5 ++--
 airflow/version.py                                 | 19 +++-----------
 airflow/www/extensions/init_views.py               | 30 ++++++++++++----------
 dev/README_RELEASE_AIRFLOW.md                      |  2 +-
 docs/apache-airflow/core-concepts/taskflow.rst     |  4 +--
 docs/apache-airflow/core-concepts/xcoms.rst        |  4 +--
 scripts/ci/pre_commit/common_precommit_utils.py    | 13 ++++++++++
 .../ci/pre_commit/pre_commit_update_versions.py    | 22 +++++++---------
 .../ci/pre_commit/pre_commit_version_heads_map.py  | 16 +++---------
 scripts/in_container/run_migration_reference.py    |  4 +--
 setup.cfg                                          |  2 ++
 setup.py                                           | 17 +++++-------
 13 files changed, 65 insertions(+), 76 deletions(-)

Reply via email to