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/14 09:41:17 UTC

(airflow) branch python3.12 updated (2f69558b75 -> a845abbf18)

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 2f69558b75 python 3.12 support
     add 4ae096eaf3 Force Python 3.9+ version when building reproducible packages (#37401)
     add 54a400fcb6 Mark FAB provider as ready (#37362)
     add 705eb7f041 Use Python 3.9 (reproducibility) in relase branch PROD builds (#37411)
     add a845abbf18 Add 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   (2f69558b75)
            \
             N -- N -- N   refs/heads/python3.12 (a845abbf18)

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/actions/breeze/action.yml                  | 13 ++-
 .../actions/prepare_breeze_and_image/action.yml    |  5 ++
 .github/workflows/build-images.yml                 |  7 ++
 .github/workflows/ci.yml                           | 30 +++++++
 Dockerfile                                         | 31 ++++---
 Dockerfile.ci                                      | 39 ++++-----
 airflow/providers/fab/provider.yaml                |  3 +-
 dev/breeze/doc/01_installation.rst                 | 16 +++-
 ...management_generate-issue-content-providers.svg | 12 +--
 ...management_generate-issue-content-providers.txt |  2 +-
 ...e-management_prepare-provider-documentation.svg | 12 +--
 ...e-management_prepare-provider-documentation.txt |  2 +-
 ...elease-management_prepare-provider-packages.svg | 12 +--
 ...elease-management_prepare-provider-packages.txt |  2 +-
 ...release-management_verify-provider-packages.svg | 94 ++++++++++++----------
 ...release-management_verify-provider-packages.txt |  2 +-
 .../common_package_installation_options.py         |  8 ++
 .../commands/release_candidate_command.py          |  3 +
 .../commands/release_management_commands.py        | 11 ++-
 .../commands/release_management_commands_config.py |  1 +
 .../src/airflow_breeze/params/shell_params.py      |  2 +
 .../src/airflow_breeze/utils/kubernetes_utils.py   |  3 +-
 .../src/airflow_breeze/utils/python_versions.py    | 11 +++
 .../src/airflow_breeze/utils/reproducible.py       |  3 +
 generated/provider_dependencies.json               |  2 +-
 pyproject.toml                                     | 12 +--
 scripts/ci/install_breeze.sh                       | 10 ++-
 scripts/docker/entrypoint_ci.sh                    |  9 ---
 scripts/docker/install_airflow.sh                  | 31 ++++---
 .../in_container/install_airflow_and_providers.py  | 14 +++-
 30 files changed, 250 insertions(+), 152 deletions(-)