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 13:50:52 UTC

[airflow] branch v2-3-test updated (0595b4ba0c -> 30402a8957)

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 0595b4ba0c Add release note for 2.3.3
    omit f2783bc741 Update version to 2.3.3
    omit 408387e630 Fix selective checks to work for non-main-branch
     add bf01e2664d Fix selective checks to work for non-main-branch (#24769)
     add 08e5207ed9 Choose the right builder when pushing to ghcr.io registry for cache (#24780)
     add 07e8921898 Update version to 2.3.3
     add 30402a8957 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   (0595b4ba0c)
            \
             N -- N -- N   refs/heads/v2-3-test (30402a8957)

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:
 .github/workflows/ci.yml                           |   2 +
 .pre-commit-config.yaml                            |   6 +-
 RELEASE_NOTES.rst                                  |   8 -
 STATIC_CODE_CHECKS.rst                             |   2 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   2 +-
 .../src/airflow_breeze/utils/selective_checks.py   |   2 +
 dev/refresh_images.sh                              |   4 +-
 docs/apache-airflow-providers-amazon/index.rst     |   1 +
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output-static-checks.svg             | 216 ++++++++++-----------
 ...ty.py => pre_commit_check_2_1_compatibility.py} |   0
 .../system/providers/elasticsearch}/__init__.py    |   0
 .../elasticsearch}/example_elasticsearch_query.py  |  38 ++--
 13 files changed, 149 insertions(+), 134 deletions(-)
 rename scripts/ci/pre_commit/{pre_commit_check_2_2_compatibility.py => pre_commit_check_2_1_compatibility.py} (100%)
 copy {airflow/api_connexion => tests/system/providers/elasticsearch}/__init__.py (100%)
 copy {airflow/providers/elasticsearch/example_dags => tests/system/providers/elasticsearch}/example_elasticsearch_query.py (62%)