You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/01/12 11:23:52 UTC

[airflow] branch v2-5-test updated (ba3d41672b -> 8e83745183)

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

ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ba3d41672b Add Changelog for 2.5.1
     add 8d4f085cf5 Only get changelog for core commits (#27900)
     add 1fcfa20dd6 Strip provider test details for mssql tests in CI (#27938)
     add 9036590f8a Make updating breeze deps via breeze easier. (#27958)
     add aa25d2e56f Make breeze SVG output more stable (#27960)
     add daa4beda95 better warning messages when running breeze in rosetta (#27874)
     add d741b9c868 Fix UnboundLocalError in breeze (#28126)
     add bdb09999fb Check if ghcr.io is reachable before network-bound breeze operations (#28137)
     add 5e0f948da5 Summarize all warnings from all builds (#28151)
     add 14d5322478 Don't check rosetta on i386 (#28169)
     add b72a2d70e0 Force higher parallelism for waiting for images in CI (#28209)
     add c5cf372e46 Improve caching for pre-commits in CI (#28240)
     add a37609eb76 Proper Python Host output from composite tasks in CI (#28254)
     add 8a9001e196 Make sure the key for k8s environment changes with requirements in CI (#28317)
     add dbe7592412 Selective checks for API did not match API test specification (#28319)
     add 719ac6a885 Remove postgres from K8S venv (#28323)
     add 0123529adc Fix output of error in K8s venv installation (#28322)
     add 68a735cdc5 Fix output buffering for `breeze testing test` (#28433)
     add 0dbed0ef8a Fix selective checks handling error tracebacks in CI (#28514)
     add 36224bb52d Fix redirection for selective chekcs for all workflows (#28518)
     add e8712a0063 Add VERBOSE equal to false for all just changed selective checks (#28519)
     add 4d02fa7a24 Re-enable `pymsql` on ARM as it now builds cleanly (#28530)
     add 10c77e2d32 Wait for asset compilation to finish before starting airflow in Breeze (#28575)
     add 0431abd6c4 Output of the "dev" asset compilation for breeze available in file (#28579)
     add 8e83745183 Allow to specify `pip` version via github URL in Docker/CI workflow (#28697)

No new revisions were added by this update.

Summary of changes:
 .github/actions/breeze/action.yml                  |   4 +
 .../actions/prepare_breeze_and_image/action.yml    |   5 +
 .github/workflows/build-images.yml                 |   3 +-
 .github/workflows/ci.yml                           |  64 ++++-
 .github/workflows/codeql-analysis.yml              |   3 +-
 .github/workflows/release_dockerhub_image.yml      |   4 +-
 Dockerfile                                         |  48 ++--
 Dockerfile.ci                                      |  70 ++++--
 airflow/providers/microsoft/mssql/provider.yaml    |   2 +-
 dev/airflow-github                                 |   5 +-
 dev/breeze/README.md                               |   2 +-
 dev/breeze/setup.cfg                               |   3 +-
 .../src/airflow_breeze/commands/ci_commands.py     |  12 +-
 .../airflow_breeze/commands/ci_image_commands.py   |   4 +
 .../airflow_breeze/commands/developer_commands.py  |   2 +-
 .../src/airflow_breeze/commands/main_command.py    |  18 +-
 .../commands/production_image_commands.py          |   4 +
 .../commands/release_management_commands.py        |   4 +
 .../src/airflow_breeze/commands/setup_commands.py  |  46 +---
 .../src/airflow_breeze/params/shell_params.py      |   4 +-
 .../src/airflow_breeze/utils/common_options.py     |   2 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  29 +++
 .../src/airflow_breeze/utils/github_actions.py     |   4 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |   8 +-
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |  13 +-
 dev/breeze/src/airflow_breeze/utils/recording.py   |   5 +-
 dev/breeze/src/airflow_breeze/utils/reinstall.py   |   5 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |  53 ++++-
 .../src/airflow_breeze/utils/selective_checks.py   |  39 ++--
 generated/provider_dependencies.json               |   2 +-
 images/breeze/output_build-docs.svg                | 260 ++++++++++-----------
 images/breeze/output_ci-image_pull.svg             | 152 ++++++------
 images/breeze/output_ci-image_verify.svg           |  96 ++++----
 images/breeze/output_ci_fix-ownership.svg          |  74 +++---
 images/breeze/output_ci_free-space.svg             |  68 +++---
 images/breeze/output_ci_get-workflow-info.svg      |  72 +++---
 images/breeze/output_ci_resource-check.svg         |  62 ++---
 images/breeze/output_ci_selective-check.svg        | 108 ++++-----
 images/breeze/output_cleanup.svg                   |  80 +++----
 images/breeze/output_compile-www-assets.svg        |  78 +++----
 images/breeze/output_exec.svg                      |  62 ++---
 images/breeze/output_k8s.svg                       | 146 ++++++------
 images/breeze/output_k8s_build-k8s-image.svg       | 132 +++++------
 images/breeze/output_k8s_configure-cluster.svg     | 152 ++++++------
 images/breeze/output_k8s_create-cluster.svg        | 156 ++++++-------
 images/breeze/output_k8s_delete-cluster.svg        |  96 ++++----
 images/breeze/output_k8s_deploy-airflow.svg        | 168 ++++++-------
 images/breeze/output_k8s_k9s.svg                   |  92 ++++----
 images/breeze/output_k8s_logs.svg                  |  96 ++++----
 images/breeze/output_k8s_run-complete-tests.svg    | 212 ++++++++---------
 images/breeze/output_k8s_setup-env.svg             |  74 +++---
 images/breeze/output_k8s_shell.svg                 | 108 ++++-----
 images/breeze/output_k8s_status.svg                | 100 ++++----
 images/breeze/output_k8s_tests.svg                 | 164 ++++++-------
 images/breeze/output_k8s_upload-k8s-image.svg      | 144 ++++++------
 images/breeze/output_prod-image_pull.svg           | 152 ++++++------
 images/breeze/output_prod-image_verify.svg         | 100 ++++----
 ...put_release-management_generate-constraints.svg | 156 ++++++-------
 ..._release-management_prepare-airflow-package.svg |  88 +++----
 ...e-management_prepare-provider-documentation.svg | 152 ++++++------
 ...elease-management_prepare-provider-packages.svg | 152 ++++++------
 ...tput_release-management_release-prod-images.svg | 124 +++++-----
 images/breeze/output_setup.svg                     |  82 +++----
 images/breeze/output_setup_autocomplete.svg        |  80 +++----
 images/breeze/output_setup_config.svg              | 108 ++++-----
 .../output_setup_regenerate-command-images.svg     | 136 +++++------
 images/breeze/output_setup_self-upgrade.svg        |  66 +++---
 images/breeze/output_setup_version.svg             |  62 ++---
 images/breeze/output_stop.svg                      |  74 +++---
 images/breeze/output_testing.svg                   |  74 +++---
 .../breeze/output_testing_docker-compose-tests.svg |  96 ++++----
 images/breeze/output_testing_helm-tests.svg        | 100 ++++----
 images/breeze/output_testing_tests.svg             | 212 ++++++++---------
 scripts/ci/docker-compose/local.yml                |   3 +
 scripts/ci/kubernetes/k8s_requirements.txt         |   3 +-
 .../ci/pre_commit/pre_commit_compile_www_assets.py |   8 +-
 .../pre_commit_compile_www_assets_dev.py           |  24 +-
 scripts/docker/common.sh                           |  12 +
 scripts/docker/entrypoint_ci.sh                    |  30 +++
 scripts/docker/install_additional_dependencies.sh  |   6 +-
 scripts/docker/install_airflow.sh                  |   9 +-
 ...install_airflow_dependencies_from_branch_tip.sh |   3 +-
 .../docker/install_from_docker_context_files.sh    |   8 +-
 scripts/docker/install_pip_version.sh              |  10 +-
 scripts/in_container/_in_container_utils.sh        |   7 +-
 scripts/in_container/bin/run_tmux                  |   1 -
 scripts/in_container/filter_out_warnings.py        |   2 +
 .../in_container/run_prepare_airflow_packages.sh   |   3 +-
 .../in_container/run_provider_yaml_files_check.py  |   2 +-
 89 files changed, 2883 insertions(+), 2681 deletions(-)