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 2022/06/01 12:52:30 UTC

[airflow] branch v2-3-stable updated (d1e2dc5bd1 -> 0bf5f495d4)

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

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


    from d1e2dc5bd1 Update version to 2.3.2 and add release notes
     add 012b88d96c Add better diagnostics capabilities for pre-commits run via CI image (#23980)
     add d2b766f8cc Ensure @contextmanager decorates generator func (#23103)
     add 871915c51a Only run separate per-platform build when preparing build cache (#24023)
     add 8ddd7ac474 Preparing buildx cache is allowed without --push-image flag (#24028)
     add 691247e4b2 Adds foldable CI group for command output (#24026)
     add 726a0efdeb Add foldable groups in CI outputs in commands that need it (#24035)
     add c45eb48bd5 Increase size of ARM build instance (#24036)
     add 34dc2ca406 Upgrade to pip 22.1.2 (#24043)
     add 6b3c1d0b16 Shaves-off about 3 minutes from usage of ARM instances on CI (#24052)
     add 1555e67d37 Re-add --force-build flag (#24061)
     add c9bba62098 Fix grid view for mapped tasks (#24059)
     add 0e67aeeef7 Run the `check_migration` loop at least once (#24068)
     add 0bf5f495d4 Update version to 2.3.2 and add release notes

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  44 +++---
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   4 +-
 IMAGES.rst                                         |   2 +-
 RELEASE_NOTES.rst                                  |   4 +-
 STATIC_CODE_CHECKS.rst                             |  52 ++++---
 airflow/cli/commands/task_command.py               |   4 +-
 airflow/models/taskinstance.py                     |   3 +-
 airflow/providers/google/cloud/hooks/gcs.py        |  19 ++-
 .../google/cloud/utils/credentials_provider.py     |   9 +-
 .../providers/google/common/hooks/base_google.py   |  10 +-
 airflow/providers/microsoft/psrp/hooks/psrp.py     |   4 +-
 airflow/utils/db.py                                |  12 +-
 airflow/utils/process_utils.py                     |   4 +-
 airflow/utils/session.py                           |   4 +-
 airflow/www/utils.py                               |   8 +-
 dev/TRACKING_BACKTRACKING_ISSUES.md                |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   | 112 +++++++-------
 .../configuration_and_maintenance_commands.py      |  12 +-
 .../airflow_breeze/commands/developer_commands.py  |   2 +-
 .../commands/production_image_commands.py          |  75 +++++----
 .../commands/release_management_commands.py        |  19 ++-
 .../src/airflow_breeze/params/build_ci_params.py   |   9 +-
 .../src/airflow_breeze/params/build_prod_params.py |   4 +-
 ...mmon_build_params.py => common_build_params.py} |   9 +-
 dev/breeze/src/airflow_breeze/utils/ci_group.py    |   2 +-
 .../src/airflow_breeze/utils/common_options.py     |   3 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  83 +++++++---
 dev/breeze/src/airflow_breeze/utils/image.py       |  14 +-
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   8 +-
 dev/breeze/src/airflow_breeze/utils/registry.py    |   4 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   | 122 ++++++---------
 dev/provider_packages/prepare_provider_packages.py |   4 +-
 dev/refresh_images.sh                              |   1 +
 docs/docker-stack/build-arg-ref.rst                |   2 +-
 images/breeze/output-build-image.svg               | 136 ++++++++---------
 images/breeze/output-build-prod-image.svg          | 170 ++++++++++-----------
 images/breeze/output-commands-hash.txt             |   1 -
 images/breeze/output-static-checks.svg             | 120 +++++++--------
 .../ci_start_arm_instance_and_connect_to_docker.sh |   4 +-
 scripts/ci/libraries/_initialization.sh            |   2 +-
 .../pre_commit_check_pre_commit_hooks.py           |   2 +-
 scripts/ci/pre_commit/pre_commit_flake8.py         |  28 ++--
 .../pre_commit/pre_commit_migration_reference.py   |  34 +++--
 scripts/ci/pre_commit/pre_commit_mypy.py           |  28 ++--
 scripts/ci/pre_commit/pre_commit_ui_lint.py        |  36 ++---
 scripts/ci/pre_commit/pre_commit_www_lint.py       |  35 ++---
 scripts/docker/common.sh                           |   2 +-
 tests/utils/test_db.py                             |   1 +
 49 files changed, 680 insertions(+), 593 deletions(-)
 rename dev/breeze/src/airflow_breeze/params/{_common_build_params.py => common_build_params.py} (96%)
 delete mode 100644 images/breeze/output-commands-hash.txt