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 2021/05/19 13:24:07 UTC

[airflow] branch master updated (e1cdad0 -> b709619)

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

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


    from e1cdad0  Improve Helm Chart Git-Sync documentation (#15937)
     add b709619  Updates branches and branch documentation after 2.1.0rc1 (#15528)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  13 ++-
 BREEZE.rst                                         |   8 +-
 CI.rst                                             |  12 +--
 CONTRIBUTING.rst                                   |  24 ++---
 IMAGES.rst                                         |  28 +++---
 .../git_sync_template.yaml                         |   2 +-
 breeze                                             |   8 +-
 chart/values.schema.json                           |   2 +-
 chart/values.yaml                                  |   2 +-
 codecov.yml                                        |   2 +
 dev/README_RELEASE_AIRFLOW.md                      |  25 +++++
 dev/retag_docker_images.py                         | 105 +++++++++++++++++++++
 docs/docker-stack/build.rst                        |  10 +-
 .../{github-v2-0-test.sh => github-v2-1-test.sh}   |   2 +-
 scripts/ci/constraints/ci_branch_constraints.sh    |   2 +
 scripts/ci/images/ci_build_dockerhub.sh            |   2 +-
 scripts/ci/libraries/_build_images.sh              |  11 ++-
 17 files changed, 202 insertions(+), 56 deletions(-)
 create mode 100755 dev/retag_docker_images.py
 rename docs/docker-stack/docker-examples/customizing/{github-v2-0-test.sh => github-v2-1-test.sh} (95%)