You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/07/15 04:40:30 UTC

[airflow] branch main updated: Chart: Update the default Airflow version to ``2.1.2`` (#17013)

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

potiuk 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 c164c5c  Chart: Update the default Airflow version to ``2.1.2`` (#17013)
c164c5c is described below

commit c164c5cfaad1a75fb3c3c3f14102e92be682d585
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Jul 15 05:40:15 2021 +0100

    Chart: Update the default Airflow version to ``2.1.2`` (#17013)
    
    Updates default Airflow version to 2.1.2 as it has been released.
---
 chart/Chart.yaml         | 2 +-
 chart/UPDATING.md        | 4 ++--
 chart/values.schema.json | 4 ++--
 chart/values.yaml        | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 120994c..3126a8b 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.1.0-rc1
-appVersion: 2.1.1
+appVersion: 2.1.2
 description: Helm chart to deploy Apache Airflow, a platform to
   programmatically author, schedule, and monitor workflows
 home: https://airflow.apache.org/
diff --git a/chart/UPDATING.md b/chart/UPDATING.md
index f05494c..235c4cc 100644
--- a/chart/UPDATING.md
+++ b/chart/UPDATING.md
@@ -48,9 +48,9 @@ https://developers.google.com/style/inclusive-documentation
 
 -->
 
-### Default Airflow version is updated to ``2.1.1``
+### Default Airflow version is updated to ``2.1.2``
 
-The default Airflow version that is installed with the Chart is now ``2.1.1``, previously it was ``2.0.2``.
+The default Airflow version that is installed with the Chart is now ``2.1.2``, previously it was ``2.0.2``.
 
 ### Helm 2 no longer supported
 
diff --git a/chart/values.schema.json b/chart/values.schema.json
index e629a76..9bab7e5 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -60,13 +60,13 @@
         "defaultAirflowTag": {
             "description": "Default airflow tag to deploy.",
             "type": "string",
-            "default": "2.1.1",
+            "default": "2.1.2",
             "x-docsSection": "Common"
         },
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
             "type": "string",
-            "default": "2.1.1",
+            "default": "2.1.2",
             "x-docsSection": "Common"
         },
         "nodeSelector": {
diff --git a/chart/values.yaml b/chart/values.yaml
index cb133e6..359b6c5 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -37,10 +37,10 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default airflow tag to deploy
-defaultAirflowTag: "2.1.1"
+defaultAirflowTag: "2.1.2"
 
 # Airflow version (Used to make some decisions based on Airflow Version being deployed)
-airflowVersion: "2.1.1"
+airflowVersion: "2.1.2"
 
 # Images
 images: