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

potiuk pushed a change to branch 
dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 71f64cd5292 Bump the core-ui-package-updates group across 1 directory 
with 87 updates
     add 917ae56018d Upgrade to latest released build dependencies (#62613)
     add 7479afe548d Speed up 2.11 prod image builds with parallel per-python 
builds (#62636)
     add 6c0021a6373 Bump the core-ui-package-updates group across 1 directory 
with 87 updates

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   (71f64cd5292)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow/www/v2-11-test/core-ui-package-updates-50ad2c7a2d
 (6c0021a6373)

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/actions/install-prek/action.yml            |   2 +-
 .github/workflows/release_dockerhub_image.yml      | 237 +++++-------
 .../workflows/release_single_dockerhub_image.yml   | 237 ++++++++++++
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   4 +-
 dev/breeze/README.md                               |   2 +-
 dev/breeze/doc/09_release_management_tasks.rst     |  18 +
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 dev/breeze/doc/images/output_prod-image_verify.svg |  62 ++--
 dev/breeze/doc/images/output_prod-image_verify.txt |   2 +-
 .../doc/images/output_release-management.svg       |  74 ++--
 .../doc/images/output_release-management.txt       |   2 +-
 ...output_release-management_merge-prod-images.svg | 162 ++++++++
 ...output_release-management_merge-prod-images.txt |   1 +
 ...tput_release-management_release-prod-images.svg |  54 ++-
 ...tput_release-management_release-prod-images.txt |   2 +-
 .../output_setup_check-all-params-in-groups.svg    |  28 +-
 .../output_setup_check-all-params-in-groups.txt    |   2 +-
 .../output_setup_regenerate-command-images.svg     |  30 +-
 .../output_setup_regenerate-command-images.txt     |   2 +-
 dev/breeze/pyproject.toml                          |   5 +-
 .../commands/production_image_commands.py          |  36 +-
 .../commands/production_image_commands_config.py   |   1 +
 .../commands/release_management_commands.py        | 409 ++++++++++++++-------
 .../commands/release_management_commands_config.py |  21 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |  23 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  54 +++
 .../src/airflow_breeze/utils/selective_checks.py   |  10 +
 hatch_build.py                                     |   4 +-
 pyproject.toml                                     |   3 -
 scripts/ci/airflow_version_check.py                | 116 ++++++
 scripts/ci/install_breeze.sh                       |   4 +-
 32 files changed, 1166 insertions(+), 449 deletions(-)
 create mode 100644 .github/workflows/release_single_dockerhub_image.yml
 create mode 100644 
dev/breeze/doc/images/output_release-management_merge-prod-images.svg
 create mode 100644 
dev/breeze/doc/images/output_release-management_merge-prod-images.txt
 create mode 100755 scripts/ci/airflow_version_check.py

Reply via email to