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

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


    from c1d6c2ee46 Fix typo (copy&paste victim) introduced in twine fix 
(#37428)
     new 1a96407cd2 Revoking audit_log permission from all users except admin 
(#37501)
     new 89272d5d37 Replace usage of `datetime.utcnow` and 
`datetime.utcfromtimestamp` in dev (#37473)
     new 056abac4f2 Combine coverage databases to include output from 
multiprocessing (#37485)
     new cdb42956eb Bring back installing airflow with constraints 
(--use-airflow-version) (#37487)
     new 6fc75fb243 Update slack channel names following new naming schemes 
(#37495)
     new 7c28ba76e0 Replace other Python 3.11 and 3.12 deprecations (#37478)
     new 82f2fad2f1 Update to newer version of pre-commit and build tools 
(#37494)
     new 92fdddb79b Distribute CI/PROD regular builds among multiple workers 
(#37503)
     new 9be4f3e647 bump: kind 0.22.0 (#37499)
     new 250b0af460 Fixing an edge case of breeze publish-docs summary (#37506)
     new 48d79b933f Fallback to locally installed k9s on ARM architecture 
(#37371)
     new 1c3d6c42f1 Handle two types of k9s execution and add better 
diagnostics (#37510)
     new aa3050f14a Validate is it possible to build wheel from sdist 
distribution (#37476)

The 13 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/ISSUE_TEMPLATE/airflow_bug_report.yml      |   2 +-
 .../ISSUE_TEMPLATE/airflow_doc_issue_report.yml    |   2 +-
 .../airflow_helmchart_bug_report.yml               |   2 +-
 .../airflow_providers_bug_report.yml               |   2 +-
 .github/ISSUE_TEMPLATE/feature_request.yml         |   2 +-
 .github/actions/build-ci-images/action.yml         |  18 +-
 .github/actions/build-prod-images/action.yml       |  17 +-
 .github/workflows/build-images.yml                 |  31 ++--
 .github/workflows/ci.yml                           | 119 +++++++-------
 .github/workflows/codeql-analysis.yml              |   4 +-
 .github/workflows/recheck-old-bug-report.yml       |   2 +-
 .github/workflows/stale.yml                        |   2 +-
 .pre-commit-config.yaml                            |   4 +-
 .../auth/managers/fab/security_manager/override.py |   4 +-
 airflow/cli/commands/info_command.py               |   2 +-
 airflow/exceptions.py                              |   3 +-
 airflow/models/expandinput.py                      |   3 +-
 contributing-docs/02_how_to_communicate.rst        |   8 +-
 contributing-docs/16_contribution_workflow.rst     |   2 +-
 contributing-docs/README.rst                       |   4 +-
 dev/WHAT_GOES_INTO_THE_NEXT_RELEASE.md             |   2 +-
 .../doc/images/output_k8s_configure-cluster.svg    |   4 +-
 .../doc/images/output_k8s_configure-cluster.txt    |   2 +-
 .../doc/images/output_k8s_create-cluster.svg       |   4 +-
 .../doc/images/output_k8s_create-cluster.txt       |   2 +-
 .../doc/images/output_k8s_delete-cluster.svg       |   2 +-
 .../doc/images/output_k8s_delete-cluster.txt       |   2 +-
 .../doc/images/output_k8s_deploy-airflow.svg       |   4 +-
 .../doc/images/output_k8s_deploy-airflow.txt       |   2 +-
 dev/breeze/doc/images/output_k8s_k9s.svg           |  36 ++--
 dev/breeze/doc/images/output_k8s_k9s.txt           |   2 +-
 dev/breeze/doc/images/output_k8s_logs.svg          |   2 +-
 dev/breeze/doc/images/output_k8s_logs.txt          |   2 +-
 .../doc/images/output_k8s_run-complete-tests.svg   |   4 +-
 .../doc/images/output_k8s_run-complete-tests.txt   |   2 +-
 dev/breeze/doc/images/output_k8s_shell.svg         |   2 +-
 dev/breeze/doc/images/output_k8s_shell.txt         |   2 +-
 dev/breeze/doc/images/output_k8s_status.svg        |   2 +-
 dev/breeze/doc/images/output_k8s_status.txt        |   2 +-
 dev/breeze/doc/images/output_k8s_tests.svg         |   4 +-
 dev/breeze/doc/images/output_k8s_tests.txt         |   2 +-
 .../doc/images/output_k8s_upload-k8s-image.svg     |   4 +-
 .../doc/images/output_k8s_upload-k8s-image.txt     |   2 +-
 .../airflow_breeze/commands/developer_commands.py  |   2 +
 .../airflow_breeze/commands/kubernetes_commands.py |  86 +++++++---
 .../commands/kubernetes_commands_config.py         |   1 +
 .../commands/release_management_commands.py        | 183 ++++++++++++++++++---
 dev/breeze/src/airflow_breeze/global_constants.py  |   4 +-
 dev/breeze/src/airflow_breeze/utils/github.py      |   4 +-
 dev/breeze/src/airflow_breeze/utils/parallel.py    |   4 +-
 docs/apache-airflow/installation/index.rst         |  21 ++-
 docs/apache-airflow/security/security_model.rst    |  12 +-
 newsfragments/37501.significant.rst                |   9 +
 pyproject.toml                                     |  11 +-
 scripts/cov/cov_runner.py                          |  12 +-
 .../in_container/install_airflow_and_providers.py  |   2 +-
 .../in_container/update_quarantined_test_status.py |   4 +-
 57 files changed, 458 insertions(+), 222 deletions(-)
 create mode 100644 newsfragments/37501.significant.rst

Reply via email to