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

potiuk pushed a change to branch use-uv-for-prod-image
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 8773cb8d8c Switch from --user to venv for PROD image and enable uv
     add 87a249a02f fix: Pass proxies config when using ClientSecretCredential 
in AzureDataLakeStorageV2Hook (#37103)
     add d470674912 Immediately fail the task in case of worker pod having a 
fatal container state (#37670)
     add f484cbe1d7 docs: Write to secrets store is not supported by design 
(#37814)
     add e904f679c0 Format improvements, URL fixes in contrib docs (#37820)
     add 9848954e78 feat: Add OpenLineage metrics for event_size and extraction 
time (#37797)
     add 4a048161b1 Increase tooltip size of dag grid view (#37782) (#37805)
     add 653c8be8a3 Fix docs of `BranchDayOfWeekOperator` (#37813)
     add 11f732c7d0 Add a bit more PT rules (#37827)
     add 785776a0d7 Fix images in breeze docs (#37832)
     add 6ec7386a49 Add section about local settings configuration (#37829)
     add a7691b787b Simplify some docs around airflow_local_settings (#37835)
     add e1f60bfb94 Update to latest uv version (#37841)
     add 402e7983a8 Merge branch 'main' into use-uv-for-prod-image

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |   2 +-
 airflow/operators/weekday.py                       |   2 +-
 .../executors/kubernetes_executor_utils.py         |  28 +++
 airflow/providers/cncf/kubernetes/kube_config.py   |   6 +
 airflow/providers/cncf/kubernetes/provider.yaml    |  10 ++
 .../providers/microsoft/azure/hooks/data_lake.py   |  12 +-
 airflow/providers/openlineage/plugins/adapter.py   |  29 +++-
 airflow/providers/openlineage/plugins/listener.py  |  46 +++--
 airflow/www/static/js/dag/grid/dagRuns/Bar.tsx     |   1 +
 contributing-docs/02_how_to_communicate.rst        |  11 +-
 contributing-docs/03_contributors_quick_start.rst  |  75 ++------
 contributing-docs/04_how_to_contribute.rst         |   2 +-
 contributing-docs/05_pull_requests.rst             |   2 +-
 contributing-docs/06_development_environments.rst  |  10 +-
 contributing-docs/07_local_virtualenv.rst          |  10 +-
 contributing-docs/08_static_code_checks.rst        |   6 +-
 .../12_airflow_dependencies_and_extras.rst         |   2 +-
 contributing-docs/15_architecture_diagrams.rst     |   2 +-
 contributing-docs/16_contribution_workflow.rst     |   4 +-
 contributing-docs/quick-start-ide/README.rst       |   8 +-
 .../contributors_quick_start_codespaces.rst        |   2 +-
 .../contributors_quick_start_gitpod.rst            |   2 +-
 .../contributors_quick_start_pycharm.rst           |   2 +-
 .../contributors_quick_start_vscode.rst            |   2 +-
 dev/breeze/doc/01_installation.rst                 |   9 +-
 dev/breeze/doc/03_developer_tasks.rst              |  33 ++--
 dev/breeze/doc/04_troubleshooting.rst              |   2 +-
 dev/breeze/doc/10_advanced_breeze_topics.rst       |   3 +-
 .../breeze/doc}/images/database_view.png           | Bin
 .../breeze/doc}/images/disk_space_osx.png          | Bin
 .../breeze/doc}/images/docker_socket.png           | Bin
 .../breeze/doc}/images/docker_wsl_integration.png  | Bin
 .../breeze/doc}/images/pycharm_debug_breeze.png    | Bin
 .../core-extensions/secrets-backends.rst           |  18 ++
 .../cluster-policies.rst                           |   8 +
 .../dag-serialization.rst                          |   3 +
 .../administration-and-deployment/kubernetes.rst   |   5 +
 .../advanced-logging-configuration.rst             |  12 +-
 docs/apache-airflow/faq.rst                        |   7 +
 docs/apache-airflow/howto/customize-ui.rst         |  24 ++-
 docs/apache-airflow/howto/export-more-env-vars.rst |  18 +-
 docs/apache-airflow/howto/set-config.rst           |  28 +++
 docs/apache-airflow/howto/set-up-database.rst      |   6 +-
 pyproject.toml                                     |  22 +--
 .../executors/test_kubernetes_executor.py          | 189 ++++++++++++++++++++-
 .../providers/cncf/kubernetes/triggers/test_pod.py |   3 +-
 .../microsoft/azure/hooks/test_data_lake.py        |  39 +++++
 .../azure/transfers/test_local_to_adls.py          |   7 +-
 .../transfers/test_copy_into_snowflake.py          |   4 +-
 tests/system/providers/papermill/conftest.py       |   3 +-
 50 files changed, 526 insertions(+), 193 deletions(-)
 rename {contributing-docs => dev/breeze/doc}/images/database_view.png (100%)
 rename {contributing-docs => dev/breeze/doc}/images/disk_space_osx.png (100%)
 rename {contributing-docs => dev/breeze/doc}/images/docker_socket.png (100%)
 rename {contributing-docs => dev/breeze/doc}/images/docker_wsl_integration.png 
(100%)
 rename {contributing-docs => dev/breeze/doc}/images/pycharm_debug_breeze.png 
(100%)

Reply via email to