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

rahulvats pushed a change to branch backport-01fa0ea-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from b05c51ba76c [v3-2-test] Respect enable_swagger_ui config in API server 
(#64376) (cherry picked from commit 01fa0ea24b8cb9a1e8c0b2f3013518f6407ca5a7)
     add 0a628087ffc [v3-2-test] Fix check_version_consistency script and 
README instructions (#64419) (#64420)
     add 45342568faf Fix spelling wordlist on v3-2-test (#64401)
     add ccf9f682a91 [v3-2-test] Add 4-day cooldown for uv dependency 
resolution (#64249) (#64417)
     add 62fc80e864b Update auto-generated files for static checks failures 
(#64424)
     add 0b8810a6479 [v3-2-test] Close German Translation Gaps 2026-03-28 
(#64373) (#64429)
     add fd7061cf06c [v3-2-test] Switch workflow test to v3-2-test (#64423) 
(#64428)
     add 9568391a081 [v3-2-test] Add 4-day cooldown for pnpm dependency 
resolution (#64337) (#64444)
     add 446de2d7e18 Merge branch 'v3-2-test' into backport-01fa0ea-v3-2-test

No new revisions were added by this update.

Summary of changes:
 .github/actions/breeze/action.yml                  |    2 +-
 .github/actions/install-prek/action.yml            |    4 +-
 .github/workflows/basic-tests.yml                  |    2 +-
 .github/workflows/ci-amd-arm.yml                   |    2 +-
 .github/workflows/ci-notification.yml              |    2 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 Dockerfile                                         |    2 +-
 Dockerfile.ci                                      |    6 +-
 README.md                                          |   16 +-
 airflow-core/pyproject.toml                        |    1 -
 .../auth/managers/simple/ui/package.json           |    1 +
 airflow-core/src/airflow/ui/package.json           |    1 +
 .../airflow/ui/public/i18n/locales/de/admin.json   |    3 +-
 .../airflow/ui/public/i18n/locales/de/common.json  |   30 +-
 dev/README_RELEASE_AIRFLOW.md                      |    5 +-
 dev/breeze/doc/ci/02_images.md                     |    4 +-
 dev/breeze/doc/images/output_ci-image_build.txt    |    2 +-
 dev/breeze/doc/images/output_ci_upgrade.txt        |    2 +-
 dev/breeze/doc/images/output_prod-image_build.txt  |    2 +-
 ...e-management_install-provider-distributions.txt |    2 +-
 ...se-management_verify-provider-distributions.txt |    2 +-
 dev/breeze/doc/images/output_shell.txt             |    2 +-
 dev/breeze/doc/images/output_start-airflow.txt     |    2 +-
 .../doc/images/output_testing_core-tests.txt       |    2 +-
 .../doc/images/output_testing_providers-tests.txt  |    2 +-
 .../doc/images/output_testing_system-tests.txt     |    2 +-
 dev/breeze/pyproject.toml                          |    5 +-
 .../commands/release_management_commands.py        |    6 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |    2 +-
 dev/breeze/uv.lock                                 |  190 +--
 .../react_plugin_template/package.json             |    1 +
 docs/spelling_wordlist.txt                         |    4 +
 generated/PYPI_README.md                           |   16 +-
 providers/alibaba/docs/index.rst                   |    9 +-
 providers/alibaba/pyproject.toml                   |    3 +-
 .../providers/common/ai/plugins/www/package.json   |    1 +
 .../providers/edge3/plugins/www/package.json       |    1 +
 .../fab/src/airflow/providers/fab/www/package.json |    1 +
 pyproject.toml                                     |    6 +-
 scripts/ci/prek/check_version_consistency.py       |  121 +-
 scripts/ci/prek/upgrade_important_versions.py      |   31 +-
 scripts/tools/setup_breeze                         |    2 +-
 uv.lock                                            | 1527 ++++++++++++--------
 43 files changed, 1192 insertions(+), 837 deletions(-)

Reply via email to