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

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


    omit 7d09fcb34c Update RELEASE_NOTES.rst
     add 9fdbe7b96a Add support for ZoneInfo and generic UTC (#34683)
     add 1fdfa9af65 zoneinfo.ZoneInfo is not available on < Python 3.9 (#34804)
     add a4a0b5dd3d Check if the lower of provided values are sensitives in 
config endpoint (#34712)
     add 9cd8f4cbf0 Add explanation for Audit log users (#34814)
     add 3207ade571 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   (7d09fcb34c)
            \
             N -- N -- N   refs/heads/v2-7-test (3207ade571)

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                                  |  3 ++
 airflow/api_connexion/endpoints/config_endpoint.py |  2 +-
 airflow/configuration.py                           |  6 ++-
 airflow/serialization/serializers/timezone.py      | 58 +++++++++++++++++++---
 docs/apache-airflow/security/security_model.rst    |  4 +-
 setup.py                                           |  1 +
 .../endpoints/test_config_endpoint.py              | 19 +++++--
 .../serialization/serializers/test_serializers.py  | 18 ++++++-
 8 files changed, 94 insertions(+), 17 deletions(-)

Reply via email to