You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/01 16:05:29 UTC

[airflow] branch v2-3-test updated (c7f625bbd3 -> 6a58b29c19)

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

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


    omit c7f625bbd3 Add release note for 2.3.3
    omit dc8f4e41b2 Update version to 2.3.3
    omit ec1189ca18 Choose the right builder when pushing to ghcr.io registry for cache (#24780)
    omit 7843df019a Fix selective checks to work for non-main-branch (#24769)
     add 7861441d18 Fix selective checks to work for non-main-branch (#24769)
     add 65b2c33403 Choose the right builder when pushing to ghcr.io registry for cache (#24780)
     add 4c4869b531 Update version to 2.3.3
     add 6a58b29c19 Add release note for 2.3.3

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   (c7f625bbd3)
            \
             N -- N -- N   refs/heads/v2-3-test (6a58b29c19)

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:
 STATIC_CODE_CHECKS.rst                             |  2 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |  2 +-
 tests/system/providers/elasticsearch/__init__.py   | 16 ------
 .../elasticsearch/example_elasticsearch_query.py   | 66 ----------------------
 4 files changed, 2 insertions(+), 84 deletions(-)
 delete mode 100644 tests/system/providers/elasticsearch/__init__.py
 delete mode 100644 tests/system/providers/elasticsearch/example_elasticsearch_query.py