From a7f0d3b92338b8529b253539364cf2818bb543ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Mirowski?= <17602603+Miretpl@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:52:42 +0200 Subject: [PATCH] [v3-3-test] Update doc (#70047) (cherry picked from commit b628e46a2a855a5c75aeb7939ec99fc843286e2a) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Przemysław Mirowski <17602603+Miretpl@users.noreply.github.com> --- 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 7e6005e75bba0..33881515df933 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.