This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch prepare-providers-release-2026-04-07
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 1aaf2d93b1f Apply suggestions from code review
omit be7ddf4ddcb Prepare providers release 2026-04-07
add 1f0709c8961 Docs: Add gh pr create example to provider release
instructions (#64865)
add 15faf7eadfa Airflow 3.2.0 has been released (#64839)
add 93552c2bcb5 Bugfix/skip commit checks on automated ci upgrades (#64856)
add c68d1027048 Add workers.celery.hpa (#64734)
add d487a120ece Prepare providers release 2026-04-07
add e67c7fd884d Apply suggestions from code review
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 (1aaf2d93b1f)
\
N -- N -- N refs/heads/prepare-providers-release-2026-04-07
(e67c7fd884d)
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:
Dockerfile | 2 +-
README.md | 26 +-
RELEASE_NOTES.rst | 649 +++++++++++++++++++++
.../docs/installation/supported-versions.rst | 2 +-
chart/newsfragments/64734.significant.rst | 1 +
chart/templates/NOTES.txt | 40 ++
chart/templates/workers/worker-deployment.yaml | 4 +-
chart/values.schema.json | 60 +-
chart/values.yaml | 22 +
dev/README_RELEASE_PROVIDERS.md | 17 +
.../src/airflow_breeze/commands/ci_commands.py | 18 +-
dev/breeze/src/airflow_breeze/global_constants.py | 6 +
docs/spelling_wordlist.txt | 3 +
generated/PYPI_README.md | 24 +-
.../tests/helm_tests/airflow_core/test_worker.py | 146 +++--
.../helm_tests/airflow_core/test_worker_sets.py | 159 ++++-
helm-tests/tests/helm_tests/other/test_hpa.py | 140 +++--
providers/amazon/README.rst | 2 +-
providers/openlineage/README.rst | 2 +-
reproducible_build.yaml | 4 +-
scripts/ci/prek/supported_versions.py | 2 +-
21 files changed, 1176 insertions(+), 153 deletions(-)
create mode 100644 chart/newsfragments/64734.significant.rst