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

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


    omit ccee9c5ec1 Update trigger url to fix test
    omit 9cddb22b64 Update RELEASE_NOTES.rst
    omit 9ae7f0a0fe Update version to 2.6.3
     new a01056f025 Update trigger url to fix test
     new 5c8fc82fb1 Use linear time regular expressions (#32303)
     new 47b16b4618 Update version to 2.6.3
     new a221c162ce 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   (ccee9c5ec1)
            \
             N -- N -- N   refs/heads/v2-6-test (a221c162ce)

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:
 STATIC_CODE_CHECKS.rst                             |   2 +
 .../api_connexion/endpoints/provider_endpoint.py   |   4 +-
 airflow/cli/commands/provider_command.py           |   4 +-
 airflow/cli/commands/user_command.py               |   4 +-
 airflow/config_templates/default_celery.py         |   7 +-
 airflow/configuration.py                           |  23 ++--
 airflow/decorators/base.py                         |   8 +-
 airflow/kubernetes/pod_generator.py                |   4 +-
 airflow/kubernetes/pod_generator_deprecated.py     |   5 +-
 airflow/models/dag.py                              |   8 +-
 airflow/models/dagrun.py                           |   4 +-
 airflow/security/utils.py                          |   5 +-
 airflow/serialization/serde.py                     |   8 +-
 airflow/utils/cli.py                               |   4 +-
 airflow/utils/db_cleanup.py                        |   5 +-
 airflow/utils/email.py                             |   5 +-
 airflow/utils/file.py                              |  13 +--
 airflow/utils/log/colored_log.py                   |   4 +-
 airflow/utils/log/logging_mixin.py                 |   5 +-
 airflow/utils/log/secrets_masker.py                |  10 +-
 airflow/utils/task_group.py                        |   9 +-
 airflow/www/fab_security/manager.py                |   8 +-
 airflow/www/views.py                               |  12 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   1 +
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output-commands.svg                  | 106 ++++++++---------
 images/breeze/output_setup.svg                     |  32 +++---
 images/breeze/output_shell.svg                     | 110 +++++++++---------
 images/breeze/output_start-airflow.svg             | 120 +++++++++----------
 images/breeze/output_static-checks.svg             | 128 ++++++++++-----------
 .../breeze/output_testing_docker-compose-tests.svg |  44 +++----
 kubernetes_tests/test_base.py                      |   6 +-
 tests/utils/log/test_secrets_masker.py             |   2 +-
 33 files changed, 360 insertions(+), 352 deletions(-)

Reply via email to