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 aa2bcd2 Converts the specification of branch for pushes to be
flexible (#17065)
new 696352b Support secret backends/airflow.cfg for celery broker in
entrypoint_prod.sh (#17069)
new 08c8473 Fixes UI assets compilation from PROD image built from
sources (#17086)
new c6333db Avoid logging in to GitHub Container Registry when not in CI
(#17169)
new 4b40eff Do not fail-fast kubernetes tests (#17228)
new 55dccc7 Remove support for Airflow 1.10 cmds in entrypoint_prod.sh
(#17248)
new fedce03 Stop attempting to pull base python image when pulling commit
hash (#17231)
new 6387961 Do not use constraints when preparing venv for k8s tests on
CI (#17290)
new 3c7ea9c Uses current sources when running k8s tests (#17289)
new 029a709 Fix breeze kind-cluster deploy failing with ECONREFUSED
(#17293)
new 0582cce Fix typo in build_images (#17327)
new 9a09b29 Added print statements for clarity in provider yaml checks
(#17322)
new cc51e1f Adds compile_assets to INSTALL (#17377)
new ca67972 Moves SchedulerJob initialization to within daemon context
(#17157)
new 358a1cc Update best-practices.rst (#17357)
new f70ef6d Fix link (#17351)
new 7ba20f5 docs: fix inconsistencies in configuration docs (#17317)
new 67f04d2 Grammar and clarity pass on documentation (#17318)
new 3de7f82 Fix docs link for using SQLite as Metadata DB (#17308)
new e1a3acf More optimized lazy-loading of provider information (#17304)
new bb59cc5 Doc: Strip unnecessary arguments from MariaDB JIRA URL
(#17296)
new d415256 Fix typo in webserver.rst (#17288)
new 3d2a5cf Switches to "/" convention in ghcr.io images with
optimisations
The 22 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 | 4 +-
.github/workflows/build-images.yml | 20 ++-
.github/workflows/ci.yml | 164 +++++++--------------
BREEZE.rst | 4 +-
CI.rst | 51 ++++---
Dockerfile | 38 +++--
Dockerfile.ci | 54 +++----
IMAGES.rst | 30 ++--
INSTALL | 5 +
README.md | 4 +-
airflow/__init__.py | 6 +-
airflow/cli/commands/scheduler_command.py | 16 +-
airflow/config_templates/config.yml | 14 +-
airflow/config_templates/default_airflow.cfg | 14 +-
airflow/configuration.py | 2 +-
airflow/providers_manager.py | 62 ++++++--
breeze | 23 +--
breeze-complete | 2 +-
dev/retag_docker_images.py | 9 +-
docs/apache-airflow/best-practices.rst | 4 +-
docs/apache-airflow/concepts/scheduler.rst | 9 +-
docs/apache-airflow/index.rst | 2 +-
.../logging-monitoring/check-health.rst | 8 +-
docs/apache-airflow/logging-monitoring/errors.rst | 4 +-
docs/apache-airflow/logging-monitoring/metrics.rst | 6 +-
docs/apache-airflow/security/webserver.rst | 4 +-
docs/apache-airflow/start/docker.rst | 2 +-
docs/apache-airflow/start/index.rst | 2 +-
docs/apache-airflow/timezone.rst | 20 +--
docs/docker-stack/build-arg-ref.rst | 6 -
docs/docker-stack/entrypoint.rst | 9 +-
scripts/ci/images/ci_prepare_ci_image_on_ci.sh | 19 +--
scripts/ci/images/ci_prepare_prod_image_on_ci.sh | 29 +---
.../ci_push_legacy_ci_images.sh} | 13 +-
.../ci_push_legacy_prod_images.sh} | 13 +-
.../images/ci_wait_for_and_verify_all_ci_images.sh | 2 +
.../ci_wait_for_and_verify_all_prod_images.sh | 2 +
.../ci/images/ci_wait_for_and_verify_ci_image.sh | 27 ++--
.../ci/images/ci_wait_for_and_verify_prod_image.sh | 32 ++--
scripts/ci/kubernetes/ci_run_kubernetes_tests.sh | 16 +-
scripts/ci/libraries/_build_images.sh | 123 +++++++++-------
scripts/ci/libraries/_initialization.sh | 26 +---
scripts/ci/libraries/_kind.sh | 21 ++-
scripts/ci/libraries/_parallel.sh | 7 +-
scripts/ci/libraries/_push_pull_remove_images.sh | 127 ++++++++++------
scripts/ci/libraries/_script_init.sh | 2 +-
.../pre_commit_check_provider_yaml_files.py | 14 +-
scripts/ci/selective_ci_checks.sh | 10 +-
scripts/ci/tools/fix_ownership.sh | 14 +-
scripts/docker/compile_www_assets.sh | 9 +-
scripts/docker/install_additional_dependencies.sh | 5 +-
scripts/docker/install_airflow.sh | 4 +-
...nstall_airflow_dependencies_from_branch_tip.sh} | 11 +-
.../docker/install_from_docker_context_files.sh | 2 +-
scripts/in_container/prod/entrypoint_prod.sh | 19 ++-
55 files changed, 599 insertions(+), 546 deletions(-)
copy scripts/ci/{pre_commit/pre_commit_ci_build.sh =>
images/ci_push_legacy_ci_images.sh} (71%)
copy scripts/ci/{pre_commit/pre_commit_ci_build.sh =>
images/ci_push_legacy_prod_images.sh} (68%)
rename scripts/docker/{install_airflow_from_branch_tip.sh =>
install_airflow_dependencies_from_branch_tip.sh} (85%)