You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/03/01 22:59:56 UTC

[airflow] branch main updated: Chart: move updating note about config removal (#21919)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3052268  Chart: move updating note about config removal (#21919)
3052268 is described below

commit 3052268f074a3bf1db8329361e451d950f7698a0
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Tue Mar 1 15:59:10 2022 -0700

    Chart: move updating note about config removal (#21919)
    
    This was accidentally placed in the 1.4.0 section, which is already
    released. Move it to the 1.5.0 section where it should be.
---
 chart/UPDATING.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/chart/UPDATING.rst b/chart/UPDATING.rst
index 9a241a1..46471f0 100644
--- a/chart/UPDATING.rst
+++ b/chart/UPDATING.rst
@@ -44,6 +44,12 @@ Default Airflow image is updated to ``2.2.4``
 
 The default Airflow image that is used with the Chart is now ``2.2.4``, previously it was ``2.2.3``.
 
+Removed ``config.api``
+""""""""""""""""""""""
+
+This section configured the authentication backend for the Airflow API but used the same values as the Airflow default setting, which made it unnecessary to
+declare the same again.
+
 Airflow Helm Chart 1.4.0
 ------------------------
 
@@ -59,12 +65,6 @@ The default Airflow image that is used with the Chart is now ``2.2.3``, previous
 
 The old parameter names will continue to work, however support for them will be removed in a future release so please update your values file.
 
-Removed ``config.api``
-""""""""""""""""""""""
-
-This section configured the authentication backend for the Airflow API but used the same values as the Airflow default setting, which made it unnecessary to
-declare the same again.
-
 Fixed precedence of ``nodeSelector``, ``affinity`` and ``tolerations`` params
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""