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

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


    omit fbc7498528 Add release notes
    omit 7b53a3b440 Update version to 2.5.0
     add b4ee96d310 Mask audit log extra field (#27923)
     add 6dc4c1ca23 Add allow list for imports during deserialization (#27887)
     add d97bf74413 Update version to 2.5.0
     add 4488aeaadf Add release notes

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   (fbc7498528)
            \
             N -- N -- N   refs/heads/v2-5-test (4488aeaadf)

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                            |  1 +
 airflow/config_templates/config.yml          |  9 +++++++++
 airflow/config_templates/default_airflow.cfg |  5 +++++
 airflow/config_templates/default_test.cfg    |  2 ++
 airflow/utils/json.py                        | 24 +++++++++++++++++++++---
 airflow/www/decorators.py                    |  3 ++-
 tests/utils/test_json.py                     | 16 ++++++++++++++++
 7 files changed, 56 insertions(+), 4 deletions(-)

Reply via email to