This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch switch-building-airflow-packages-to-generic-image in repository https://gitbox.apache.org/repos/asf/airflow.git
omit fa7926438f Switch building airlfow packages to gneneric images instead of CI image add efecebde32 Separate building docs and spellcheck docs in CI (#35741) add 44efd73451 Remove provider_packages from bind volumes in Breeze (#35744) add 4d72bf1a89 Allow a wider range of watchtower versions (#35713) add 7e7ac10947 Fix cache_clear behaviour in all fixtures and tests (#35746) add 861d31d897 Indicate usage of the re2 regex engine in the .airflowignore documentation. (#35663) new 1947165883 Switch building airlfow packages to gneneric images instead of CI image This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (fa7926438f) \ N -- N -- N refs/heads/switch-building-airflow-packages-to-generic-image (1947165883) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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/ci.yml | 46 +++++++++++++++++++--- CI.rst | 2 + CI_DIAGRAMS.md | 8 ++-- airflow/providers/amazon/provider.yaml | 3 +- .../commands/release_candidate_command.py | 10 ++++- .../commands/release_management_commands.py | 11 +++++- .../commands/release_management_commands_config.py | 1 + .../airflow_breeze/utils/docker_command_utils.py | 1 - docs/apache-airflow/core-concepts/dags.rst | 4 ++ generated/provider_dependencies.json | 2 +- ..._release-management_prepare-airflow-package.svg | 40 ++++++++++++++----- ..._release-management_prepare-airflow-package.txt | 2 +- scripts/ci/docker-compose/local.yml | 3 -- tests/conftest.py | 9 ++++- .../executors/test_kubernetes_executor.py | 34 +++++++++------- .../providers/openlineage/extractors/test_bash.py | 4 ++ .../openlineage/extractors/test_python.py | 4 ++ tests/serialization/test_serde.py | 4 ++ tests/utils/log/test_secrets_masker.py | 6 ++- 19 files changed, 148 insertions(+), 46 deletions(-)