This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 051d4a1 Update changelog with Python 3.9 support.
new 8c336c1 Fix permissions for CodeQL workflows (#16660)
new 00e8072 Remove upstart from docs (#16672)
new a1e9d43 Add preparation of images as part of RC preparation process
(#16674)
new 91b59e9 Add --executor option to breeze kind-cluster deploy command
(#15661)
new bc49f1f Use different executors for Helm Chart tests in CI (#15791)
new 11e73c5 Change default airflow version in Dockerfile (#16714)
new 0c24da0 Adding missing word to welcome message (#16726)
new fa813c2 Fix timing out tests for public GitHub Runners. (#16750)
new 811f516 Breeze should work with new docker-compose fallback (#16743)
new 061ab9b Switches to ghcr.io container registry (#16775)
new cf497c0 Removes coverage from kubernetes tests (#16794)
new 03a23e0 Remove legacy GitHub Packages (#16776)
new b7493b6 Fix Airflow releasing guide (#16924)
new 7c1ce3a Avoid verification of images multiple times (#16928)
new 7607ad7 Remove cache for kubernetes tests (#16927)
new 425f85b Switch Breeze/CI to ghcr.io excusively (#16780)
new 079acb1 Pulls latest images to build images in "Build Image" flow
(#16948)
new 4781a59 Fixed parsing issue of _docker.env file for docker-compose v2
(#16950)
new e3ef80d Fixes passing variables via docker --env-file command (#16959)
new f5c64aa Fixes typo in the name of file for Breeze docker compose env
(#16971)
new e10acaa Move CI-integration images to ghcr.io (#16797)
new c450b66 Errors out instead of trying to workaround buggy
docker-compose v2 (#16989)
new 54d2ae9 Fix release guide when copying artifacts (#17001)
new 5ca1a2e Drop support for Airflow 1.10 in entrypoint_prod.sh and
improve MSSQL compatibility (#17011)
new 672959c Fix bug and small improvements in
scripts/tools/list-integrations.py (#17004)
new 4047c78 Dev: Bump stale action to v4 (#17025)
new 61dc4ca Fixes "development" and "rc" cross dependencies between
providers (#17023)
new 5c7505f Updated clean-logs.sh (#16978)
new 91007ef Fixes detection of version 2 of docker-compose (#17062)
The 29 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:
.github/workflows/build-images.yml | 15 +-
.github/workflows/ci.yml | 258 +++++++-------
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/stale.yml | 2 +-
BREEZE.rst | 210 +++---------
CI.rst | 374 +++++++--------------
CONTRIBUTING.rst | 8 +-
CONTRIBUTORS_QUICK_START.rst | 2 -
Dockerfile | 2 +-
IMAGES.rst | 220 ++----------
MANIFEST.in | 1 -
README.md | 41 +++
TESTING.rst | 4 -
breeze | 251 +++++---------
breeze-complete | 22 +-
dev/README_RELEASE_AIRFLOW.md | 33 +-
dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md | 5 +-
dev/provider_packages/prepare_provider_packages.py | 21 +-
dev/retag_docker_images.py | 65 +---
docs/apache-airflow/howto/index.rst | 1 -
docs/apache-airflow/howto/run-with-upstart.rst | 44 ---
docs/docker-stack/entrypoint.rst | 26 +-
images/CI.png | Bin 243004 -> 0 bytes
images/ci/CI.png | Bin 243004 -> 0 bytes
images/ci/pull_request_ci_flow.md5 | 2 +-
images/ci/pull_request_ci_flow.mermaid | 110 +++---
images/ci/pull_request_ci_flow.png | Bin 148327 -> 193138 bytes
images/ci/push_ci_flow.md5 | 2 +-
images/ci/push_ci_flow.mermaid | 106 +++---
images/ci/push_ci_flow.png | Bin 160006 -> 200079 bytes
images/ci/scheduled_ci_flow.md5 | 2 +-
images/ci/scheduled_ci_flow.mermaid | 115 +++----
images/ci/scheduled_ci_flow.png | Bin 197719 -> 171813 bytes
kubernetes_tests/test_kubernetes_pod_operator.py | 4 +-
.../test_kubernetes_pod_operator_backcompat.py | 5 +-
scripts/ci/docker-compose/base.yml | 2 +-
scripts/ci/docker-compose/integration-kerberos.yml | 2 +-
scripts/ci/docker-compose/integration-openldap.yml | 2 +-
scripts/ci/docker-compose/integration-trino.yml | 2 +-
scripts/ci/docker-compose/local-prod.yml | 37 --
.../ci/dockerfiles/apache-rat/build_and_push.sh | 11 +-
scripts/ci/dockerfiles/bats/build_and_push.sh | 11 +-
.../dockerfiles/krb5-kdc-server/build_and_push.sh | 11 +-
scripts/ci/dockerfiles/stress/build_and_push.sh | 12 +-
scripts/ci/dockerfiles/trino/Dockerfile | 2 +-
scripts/ci/dockerfiles/trino/build_and_push.sh | 13 +-
scripts/ci/images/ci_prepare_ci_image_on_ci.sh | 12 +-
scripts/ci/images/ci_prepare_prod_image_on_ci.sh | 15 +-
scripts/ci/images/ci_push_ci_images.sh | 2 +-
scripts/ci/images/ci_push_production_images.sh | 2 +-
.../ci/images/ci_wait_for_and_verify_ci_image.sh | 22 +-
.../ci/images/ci_wait_for_and_verify_prod_image.sh | 17 +-
scripts/ci/kubernetes/ci_run_kubernetes_tests.sh | 9 +-
...tup_cluster_and_deploy_airflow_to_kubernetes.sh | 1 +
..._cluster_and_run_kubernetes_tests_single_job.sh | 1 +
...lusters_and_run_kubernetes_tests_in_parallel.sh | 1 -
scripts/ci/libraries/_build_images.sh | 153 +++------
scripts/ci/libraries/_initialization.sh | 41 +--
scripts/ci/libraries/_kind.sh | 46 ++-
scripts/ci/libraries/_push_pull_remove_images.sh | 243 ++++---------
scripts/ci/static_checks/bats_tests.sh | 7 +-
scripts/ci/static_checks/check_license.sh | 2 +-
.../build_dockerhub.sh} | 22 +-
scripts/ci/tools/ci_clear_tmp.sh | 34 --
.../{ci_fix_ownership.sh => fix_ownership.sh} | 0
.../{ci_free_space_on_ci.sh => free_space.sh} | 0
scripts/ci/tools/prepare_prod_docker_images.sh | 2 +-
scripts/in_container/airflow_ci.cfg | 1 +
scripts/in_container/prod/clean-logs.sh | 8 +-
scripts/in_container/prod/entrypoint_prod.sh | 34 +-
scripts/in_container/run_clear_tmp.sh | 21 --
scripts/in_container/run_tmux_welcome.sh | 2 +-
scripts/tools/list-integrations.py | 12 +-
scripts/upstart/README | 33 --
scripts/upstart/airflow-flower.conf | 34 --
scripts/upstart/airflow-scheduler.conf | 38 ---
scripts/upstart/airflow-webserver.conf | 34 --
scripts/upstart/airflow-worker.conf | 34 --
tests/kubernetes/pod.yaml | 2 +-
tests/kubernetes/test_pod_generator.py | 4 +-
80 files changed, 960 insertions(+), 1991 deletions(-)
delete mode 100644 docs/apache-airflow/howto/run-with-upstart.rst
delete mode 100644 images/CI.png
delete mode 100644 images/ci/CI.png
delete mode 100644 scripts/ci/docker-compose/local-prod.yml
rename scripts/ci/{images/ci_build_dockerhub.sh => tools/build_dockerhub.sh}
(76%)
delete mode 100755 scripts/ci/tools/ci_clear_tmp.sh
rename scripts/ci/tools/{ci_fix_ownership.sh => fix_ownership.sh} (100%)
rename scripts/ci/tools/{ci_free_space_on_ci.sh => free_space.sh} (100%)
delete mode 100755 scripts/in_container/run_clear_tmp.sh
delete mode 100644 scripts/upstart/README
delete mode 100644 scripts/upstart/airflow-flower.conf
delete mode 100644 scripts/upstart/airflow-scheduler.conf
delete mode 100644 scripts/upstart/airflow-webserver.conf
delete mode 100644 scripts/upstart/airflow-worker.conf