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 2024/02/06 14:37:13 UTC

(airflow) branch python3.12 updated (62d023a96c -> 998ce62fc1)

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

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


    omit 62d023a96c python 3.12 support
     add ceab8c175f Affixing exit summary to publish-docs command (#37172)
     add 7f44d9bc1d Type Check for retries: Add tests (#37183)
     add 57400fb1db Update version of statsd image automatically in canary run (#37189)
     add 2a8452d059 Update ruff to v0.2.1 (#37188)
     add 3e27b4ffad bump: kind 0.21.0 (#37159)
     add af30e1b619 feature: S3ToRedshiftOperator templating aws_conn_id (#37195)
     add 998ce62fc1 python 3.12 support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (62d023a96c)
            \
             N -- N -- N   refs/heads/python3.12 (998ce62fc1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  7 ++
 .pre-commit-config.yaml                            | 14 +++-
 airflow/models/baseoperator.py                     |  2 +-
 .../amazon/aws/transfers/s3_to_redshift.py         |  1 +
 contributing-docs/08_static_code_checks.rst        |  2 +
 .../doc/images/output_k8s_configure-cluster.svg    |  6 +-
 .../doc/images/output_k8s_configure-cluster.txt    |  2 +-
 .../doc/images/output_k8s_create-cluster.svg       |  6 +-
 .../doc/images/output_k8s_create-cluster.txt       |  2 +-
 .../doc/images/output_k8s_delete-cluster.svg       |  4 +-
 .../doc/images/output_k8s_delete-cluster.txt       |  2 +-
 .../doc/images/output_k8s_deploy-airflow.svg       |  6 +-
 .../doc/images/output_k8s_deploy-airflow.txt       |  2 +-
 dev/breeze/doc/images/output_k8s_k9s.svg           |  4 +-
 dev/breeze/doc/images/output_k8s_k9s.txt           |  2 +-
 dev/breeze/doc/images/output_k8s_logs.svg          |  4 +-
 dev/breeze/doc/images/output_k8s_logs.txt          |  2 +-
 .../doc/images/output_k8s_run-complete-tests.svg   |  6 +-
 .../doc/images/output_k8s_run-complete-tests.txt   |  2 +-
 dev/breeze/doc/images/output_k8s_shell.svg         |  4 +-
 dev/breeze/doc/images/output_k8s_shell.txt         |  2 +-
 dev/breeze/doc/images/output_k8s_status.svg        |  4 +-
 dev/breeze/doc/images/output_k8s_status.txt        |  2 +-
 dev/breeze/doc/images/output_k8s_tests.svg         |  6 +-
 dev/breeze/doc/images/output_k8s_tests.txt         |  2 +-
 .../doc/images/output_k8s_upload-k8s-image.svg     |  6 +-
 .../doc/images/output_k8s_upload-k8s-image.txt     |  2 +-
 dev/breeze/doc/images/output_static-checks.svg     | 86 +++++++++++-----------
 dev/breeze/doc/images/output_static-checks.txt     |  2 +-
 .../commands/release_management_commands.py        | 50 +++++++++----
 dev/breeze/src/airflow_breeze/global_constants.py  |  4 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |  1 +
 .../src/airflow_breeze/utils/docs_publisher.py     |  4 +-
 docs/conf.py                                       |  2 +-
 pyproject.toml                                     | 16 ++--
 .../pre_commit_update_chart_dependencies.py        | 80 ++++++++++++++++++++
 tests/models/test_baseoperator.py                  | 18 ++++-
 .../amazon/aws/transfers/test_s3_to_redshift.py    |  1 +
 tests/www/views/test_views_rendered.py             |  2 +-
 39 files changed, 257 insertions(+), 113 deletions(-)
 create mode 100755 scripts/ci/pre_commit/pre_commit_update_chart_dependencies.py