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

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


    from 0dee402a70 The dev0 suffix should only be applied in main (#38727)
     new dccfe1acc9 bump uv to 0.1.28 (#38690)
     new 2190a0f58d Rename UV_REQUEST_TIMEOUT to UV_HTTP_TIMEOUT and make it 
more usable (#38739)
     new 487117802d Make UV_HTTP_TIMEOUT default value bigger in WSL2 
environment (#38742)
     new 4f0c15ca32 Unhide CI instructions when dependencies need regeneration 
(#38748)
     new 37b54bf118 Switch to `pip` for all PROD images built in the release 
branches (#38749)

The 5 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/additional-prod-image-tests.yml  |   2 +
 .github/workflows/build-images.yml                 |   2 +-
 .github/workflows/ci.yml                           |   2 +-
 .github/workflows/prod-image-extra-checks.yml      |  10 +-
 Dockerfile                                         |   7 +-
 Dockerfile.ci                                      |   8 +-
 dev/breeze/doc/images/output-commands.svg          |  96 +++++++------
 dev/breeze/doc/images/output_ci-image_build.svg    |   2 +-
 dev/breeze/doc/images/output_ci-image_build.txt    |   2 +-
 dev/breeze/doc/images/output_prod-image_build.svg  |   2 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |   2 +-
 dev/breeze/doc/images/output_shell.svg             | 160 +++++++++++----------
 dev/breeze/doc/images/output_shell.txt             |   2 +-
 dev/breeze/doc/images/output_start-airflow.svg     | 130 +++++++++--------
 dev/breeze/doc/images/output_start-airflow.txt     |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |   8 +-
 .../commands/ci_image_commands_config.py           |   2 +-
 .../src/airflow_breeze/commands/common_options.py  |   9 +-
 .../airflow_breeze/commands/developer_commands.py  |  16 ++-
 .../commands/developer_commands_config.py          |   6 +
 .../src/airflow_breeze/commands/main_command.py    |   4 +
 .../commands/production_image_commands.py          |   8 +-
 .../commands/production_image_commands_config.py   |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   3 +
 .../src/airflow_breeze/params/build_ci_params.py   |   5 +-
 .../src/airflow_breeze/params/build_prod_params.py |   5 +-
 .../airflow_breeze/params/common_build_params.py   |   3 +-
 .../src/airflow_breeze/params/shell_params.py      |   2 +
 .../src/airflow_breeze/utils/md5_build_check.py    |   5 +-
 dev/breeze/src/airflow_breeze/utils/platforms.py   |  63 ++++++++
 dev/breeze/src/airflow_breeze/utils/uv_utils.py    |  43 ++++++
 docs/docker-stack/build-arg-ref.rst                |   2 +-
 hatch_build.py                                     |   2 +-
 .../pre_commit_update_providers_dependencies.py    |   2 +
 34 files changed, 412 insertions(+), 207 deletions(-)
 create mode 100644 dev/breeze/src/airflow_breeze/utils/uv_utils.py

Reply via email to