This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7dd39a5e96 Add wildcard possibility to `package-filter` parametere
(#23672)
new d3383f00bc Replace "absolute()" with "resolve()" in pathlib objects
(#23675)
new 19a7f3b959 Upgrade `pip` to latest released 22.1.0 version (#23665)
The 2 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:
Dockerfile | 40 +++++++++++-----------
Dockerfile.ci | 38 ++++++++++----------
IMAGES.rst | 2 +-
.../providers/amazon/aws/hooks/batch_waiters.py | 2 +-
dev/TRACKING_BACKTRACKING_ISSUES.md | 2 +-
dev/breeze/tests/test_cache.py | 2 +-
dev/breeze/tests/test_find_airflow_directory.py | 2 +-
docs/docker-stack/build-arg-ref.rst | 2 +-
scripts/ci/libraries/_initialization.sh | 2 +-
.../ci/pre_commit/pre_commit_breeze_cmd_line.py | 2 +-
.../pre_commit_check_order_dockerfile_extras.py | 4 +--
.../pre_commit_check_pre_commit_hooks.py | 4 +--
scripts/ci/pre_commit/pre_commit_flake8.py | 4 +--
.../pre_commit_inline_scripts_in_docker.py | 2 +-
scripts/ci/pre_commit/pre_commit_insert_extras.py | 4 +--
.../pre_commit/pre_commit_migration_reference.py | 4 +--
scripts/ci/pre_commit/pre_commit_mypy.py | 4 +--
scripts/ci/pre_commit/pre_commit_ui_lint.py | 4 +--
.../pre_commit_update_breeze_config_hash.py | 2 +-
scripts/ci/pre_commit/pre_commit_www_lint.py | 4 +--
scripts/docker/common.sh | 2 +-
scripts/docker/entrypoint_ci.sh | 2 +-
scripts/docker/entrypoint_prod.sh | 2 +-
scripts/docker/install_additional_dependencies.sh | 8 ++---
scripts/docker/install_airflow.sh | 14 ++++----
...install_airflow_dependencies_from_branch_tip.sh | 4 +--
.../docker/install_from_docker_context_files.sh | 8 ++---
scripts/docker/install_pipx_tools.sh | 2 +-
scripts/in_container/run_migration_reference.py | 2 +-
scripts/in_container/verify_providers.py | 4 +--
tests/dag_processing/test_manager.py | 2 +-
tests/executors/test_kubernetes_executor.py | 4 +--
tests/utils/test_db_cleanup.py | 2 +-
33 files changed, 92 insertions(+), 94 deletions(-)