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/04/26 21:42:48 UTC

[airflow] branch main updated (1d875a4599 -> 1e87f51d16)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 1d875a4599 Handle undefined data interval in grid runs (#23265)
     add 1e87f51d16 Unify context parameter names for Production image building (#23267)

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 +-
 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 +-
 docs/docker-stack/build-arg-ref.rst                | 151 ++++++++++-----------
 docs/docker-stack/build.rst                        |   4 +-
 docs/docker-stack/changelog.rst                    |   5 +
 .../restricted/restricted_environments.sh          |   2 +-
 images/breeze/output-build-image.svg               |   2 +-
 images/breeze/output-build-prod-image.svg          |  12 +-
 scripts/ci/images/ci_run_prod_image_test.sh        |  56 --------
 scripts/ci/libraries/_initialization.sh            |  20 +--
 setup.cfg                                          |   2 +-
 27 files changed, 286 insertions(+), 280 deletions(-)
 delete mode 100755 scripts/ci/images/ci_run_prod_image_test.sh