This is an automated email from the ASF dual-hosted git repository.
Miretpl pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new e408acd1002 [v3-3-test] Update Release Airflow Readme Helm Chart
section (#70047) (#70049)
e408acd1002 is described below
commit e408acd1002bc5577a3ced0e80211a2965f3a392
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 22:00:09 2026 +0200
[v3-3-test] Update Release Airflow Readme Helm Chart section (#70047)
(#70049)
(cherry picked from commit b628e46a2a855a5c75aeb7939ec99fc843286e2a)
Co-authored-by: Przemysław Mirowski
<[email protected]>
---
dev/README_RELEASE_AIRFLOW.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 7e6005e75bb..33881515df9 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -1631,10 +1631,13 @@ Update the values of `airflowVersion`,
`defaultAirflowTag` and `appVersion` in t
will use the latest released version. You'll need to update
`chart/values.yaml`, `chart/values.schema.json` and
`chart/Chart.yaml`.
-Add or adjust significant `chart/newsfragments` to express that the default
version of Airflow has changed.
+Add or adjust already existing significant `chart/newsfragments` to express
that the default version of Airflow
+has changed.
In `chart/Chart.yaml`, make sure the screenshot annotations are still all
valid URLs.
+Add `backport-to-chart/v1-2x-test` for automatic backport PR creation for Helm
Chart 1.2x release line. Manual backport is required when automatic one will
fail.
+
## Update airflow/config_templates/config.yml file
File `airflow/config_templates/config.yml` contains documentation on all
configuration options available in Airflow. The `version_added` fields must be
updated when a new Airflow version is released.