You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/09/02 19:52:31 UTC

[airflow] branch main updated (ecdd124617 -> e253cc77a8)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ecdd124617 feat: kubernetes 1.25 support (#26139)
     add e253cc77a8 Handle updating non-overlapping requirements (#26122)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 |   3 +-
 .github/workflows/ci.yml                           |   3 +-
 .../airflow_breeze/commands/ci_image_commands.py   |  23 ++
 .../commands/ci_image_commands_config.py           |   1 +
 .../commands/production_image_commands.py          |  23 ++
 .../commands/production_image_commands_config.py   |   1 +
 .../airflow_breeze/params/common_build_params.py   |   1 +
 .../src/airflow_breeze/utils/common_options.py     |   7 +
 images/breeze/output-commands-hash.txt             |   8 +-
 images/breeze/output_ci-image_build.svg            | 296 ++++++++--------
 images/breeze/output_prod-image_build.svg          | 380 +++++++++++----------
 11 files changed, 410 insertions(+), 336 deletions(-)