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

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


 discard 330ee09a06 Update default branches for 2-3
 discard 34f7e7e312 Add Release note for Airflow 2.3.0 (#23260)
    omit eafd6e5b27 Update version to Airflow 2.3.0
     add 1e87f51d16 Unify context parameter names for Production image building 
(#23267)
     add aee40f82cc Fix left-over function in breeze-legacy (#23276)
     add ad133c3751 Update version to Airflow 2.3.0
     add e74c1705da Add Release note for Airflow 2.3.0
     add c0227fe293 Update default branches for 2-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   (330ee09a06)
            \
             N -- N -- N   refs/heads/v2-3-stable (c0227fe293)

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/build-images.yml                 |   6 +-
 .github/workflows/ci.yml                           |  36 ++---
 .pre-commit-config.yaml                            |  40 +++---
 Dockerfile                                         |  19 +--
 Dockerfile.ci                                      |   6 +-
 IMAGES.rst                                         |   4 +-
 README.md                                          |   2 +-
 breeze-legacy                                      |   1 -
 dev/README_RELEASE_AIRFLOW.md                      |  59 +++++++-
 dev/REFRESHING_CI_CACHE.md                         |  24 +---
 .../build_image/prod/build_prod_image.py           |  20 +--
 .../build_image/prod/build_prod_params.py          |  18 +--
 .../src/airflow_breeze/commands/ci_image_tools.py  |   2 +-
 .../src/airflow_breeze/commands/common_options.py  |   2 +-
 .../commands/production_image_tools.py             |  22 +--
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../airflow_breeze/utils/docker_command_utils.py   |   2 +-
 dev/prepare_prod_docker_images.sh                  |  19 ++-
 dev/refresh_images.sh                              |  29 +++-
 docker-context-files/.README.md                    |   2 +-
 .../installation/supported-versions.rst            |   2 +-
 docs/docker-stack/README.md                        |   6 +-
 docs/docker-stack/build-arg-ref.rst                | 151 ++++++++++-----------
 docs/docker-stack/build.rst                        |   4 +-
 docs/docker-stack/changelog.rst                    |   5 +
 .../extending/add-apt-packages/Dockerfile          |   2 +-
 .../add-build-essential-extend/Dockerfile          |   2 +-
 .../extending/add-providers/Dockerfile             |   2 +-
 .../extending/add-pypi-packages/Dockerfile         |   2 +-
 .../extending/custom-providers/Dockerfile          |   2 +-
 .../extending/embedding-dags/Dockerfile            |   2 +-
 .../extending/writable-directory/Dockerfile        |   2 +-
 .../restricted/restricted_environments.sh          |   2 +-
 docs/docker-stack/entrypoint.rst                   |  14 +-
 images/breeze/output-build-docs.svg                |  76 ++++++-----
 images/breeze/output-build-image.svg               |  48 ++++---
 images/breeze/output-build-prod-image.svg          |  68 ++++++----
 images/breeze/output-cleanup.svg                   |  17 ++-
 images/breeze/output-commands.svg                  |  77 +++++++----
 images/breeze/output-config.svg                    |  14 +-
 images/breeze/output-self-upgrade.svg              |  10 +-
 images/breeze/output-setup-autocomplete.svg        |   2 +-
 images/breeze/output-shell.svg                     |  31 +++--
 images/breeze/output-start-airflow.svg             |  32 +++--
 images/breeze/output-static-checks.svg             |  61 +++++----
 images/breeze/output-version.svg                   |   2 +-
 scripts/ci/images/ci_run_prod_image_test.sh        |  56 --------
 scripts/ci/libraries/_initialization.sh            |  20 +--
 .../ci/pre_commit/pre_commit_supported_versions.py |   2 +-
 setup.cfg                                          |   2 +-
 50 files changed, 563 insertions(+), 468 deletions(-)
 delete mode 100755 scripts/ci/images/ci_run_prod_image_test.sh

Reply via email to