This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e34d24c3b2c Automatically refresh generated dependencies when needed
(#49848)
add ab2cd7dfa26 Simplify pre-release version handling when preparing
packages (#49829)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 2 +-
Dockerfile | 4 +-
Dockerfile.ci | 4 +-
airflow-core/src/airflow/__init__.py | 1 +
dev/PROVIDER_DISTRIBUTIONS_DETAILS.md | 4 +-
dev/README_RELEASE_PROVIDERS.md | 6 +-
dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
dev/breeze/doc/images/output_ci-image_build.svg | 150 ++++++------
dev/breeze/doc/images/output_ci-image_build.txt | 2 +-
dev/breeze/doc/images/output_prod-image_build.svg | 192 ++++++++-------
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
...anagement_prepare-airflow-ctl-distributions.svg | 30 ++-
...anagement_prepare-airflow-ctl-distributions.txt | 2 +-
...se-management_prepare-airflow-distributions.svg | 30 ++-
...se-management_prepare-airflow-distributions.txt | 2 +-
...e-management_prepare-provider-distributions.svg | 48 ++--
...e-management_prepare-provider-distributions.txt | 2 +-
...ut_release-management_prepare-python-client.svg | 44 ++--
...ut_release-management_prepare-python-client.txt | 2 +-
...e-management_prepare-task-sdk-distributions.svg | 30 ++-
...e-management_prepare-task-sdk-distributions.txt | 2 +-
.../airflow_breeze/commands/ci_image_commands.py | 15 +-
.../commands/ci_image_commands_config.py | 2 +-
.../src/airflow_breeze/commands/common_options.py | 35 ++-
.../commands/production_image_commands.py | 8 +-
.../commands/production_image_commands_config.py | 2 +-
.../commands/release_candidate_command.py | 2 +-
.../commands/release_management_commands.py | 263 +++++----------------
.../commands/release_management_commands_config.py | 11 +-
.../src/airflow_breeze/params/build_ci_params.py | 2 +-
.../airflow_breeze/params/common_build_params.py | 8 +-
.../src/airflow_breeze/params/shell_params.py | 4 +-
.../prepare_providers/provider_distributions.py | 106 +--------
.../airflow_breeze/utils/debug_pyproject_toml.py | 29 +--
dev/breeze/src/airflow_breeze/utils/packages.py | 260 +++++++++++++++++---
.../src/airflow_breeze/utils/version_utils.py | 28 ---
dev/breeze/tests/test_packages.py | 158 +++++++++++++
dev/breeze/tests/test_provider_dependencies.py | 4 +-
scripts/ci/docker-compose/devcontainer.env | 2 +-
.../run_prepare_airflow_distributions.py | 2 +-
40 files changed, 810 insertions(+), 692 deletions(-)
copy helm-tests/tests/helm_tests/airflow_aux/test_chart_quality.py =>
dev/breeze/src/airflow_breeze/utils/debug_pyproject_toml.py (54%)