This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 96a6f57 Add TaskHandlersMovedRule in upgrade check command (#11265)
new d2ad37e Breeze start-airflow command wasn't able to initialize the db
in 1.10.x (#11207)
new 722b1a4 Adds --no-rbac-ui flag for Breeze airflow 1.10 installation
(#11315)
new 3c643c2 Better message when Building Image fails or gets cancelled.
(#11333)
new e620ff8 Bump cache version for kubernetes tests (#11355)
new 3898a5f Better diagnostics when there are problems with Kerberos
(#11353)
new 43e51e4 Use only-if-needed upgrade strategy for PRs (#11363)
new 932b565 Add pypirc initialization (#11386)
new dd3a404 Constraints and PIP packages can be installed from local
sources (#11382)
new a7e6f93 Push and schedule duplicates are not cancelled. (#11397)
new f726c38 Fixes automated upgrade to latest constraints. (#11399)
new 73fbd26 Fixes cancelling of too many workflows. (#11403)
new 972a45b Workarounds "unknown blob" issue by introducing retries
(#11411)
new dbc9ab9 Add capability of customising PyPI sources (#11385)
new 3edc89c Fixes SHA used for cancel-workflow-action (#11400)
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.dockerignore | 5 ++
.github/workflows/build-images-workflow-run.yml | 80 +++++++++++------
.github/workflows/ci.yml | 4 +-
.github/workflows/codeql-cancel.yml | 3 +-
.gitignore | 19 +++-
BREEZE.rst | 48 ++++++++--
Dockerfile | 32 +++++--
Dockerfile.ci | 5 +-
IMAGES.rst | 25 +++++-
breeze | 43 ++++++---
breeze-complete | 3 +-
docker-context-files/README.md | 31 +++++++
docs/production-deployment.rst | 106 +++++++++++++++++++++++
scripts/ci/docker-compose/base.yml | 2 +-
scripts/ci/libraries/_build_images.sh | 23 ++++-
scripts/ci/libraries/_initialization.sh | 25 ++++++
scripts/ci/libraries/_push_pull_remove_images.sh | 82 +++++++++++++++---
scripts/in_container/_in_container_utils.sh | 3 +
scripts/in_container/check_environment.sh | 9 +-
scripts/in_container/entrypoint_ci.sh | 11 +++
scripts/in_container/run_generate_constraints.sh | 2 +-
21 files changed, 471 insertions(+), 90 deletions(-)
create mode 100644 docker-context-files/README.md