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/04/04 14:37:42 UTC

[airflow] branch main updated: Chart: Default to Airflow 2.2.5 (#22724)

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 46cf931d8e Chart: Default to Airflow 2.2.5 (#22724)
46cf931d8e is described below

commit 46cf931d8ec6ec6a6392c2f768cc2ce9f2b53d89
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Mon Apr 4 15:37:31 2022 +0100

    Chart: Default to Airflow 2.2.5 (#22724)
---
 chart/Chart.yaml         | 20 ++++++++++----------
 chart/UPDATING.rst       |  7 +++++++
 chart/values.schema.json |  4 ++--
 chart/values.yaml        |  4 ++--
 4 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index e7fac69669..af0ac5f227 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.6.0-dev
-appVersion: 2.2.4
+appVersion: 2.2.5
 description: The official Helm chart to deploy Apache Airflow, a platform to
   programmatically author, schedule, and monitor workflows
 home: https://airflow.apache.org/
@@ -47,20 +47,20 @@ annotations:
       url: https://airflow.apache.org/docs/helm-chart/1.6.0/
   artifacthub.io/screenshots: |
     - title: DAGs View
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/dags.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/dags.png
     - title: Tree View
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/tree.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/tree.png
     - title: Graph View
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/graph.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/graph.png
     - title: Calendar View
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/calendar.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/calendar.png
     - title: Variable View
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/variable_hidden.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/variable_hidden.png
     - title: Gantt Chart
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/gantt.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/gantt.png
     - title: Task Duration
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/duration.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/duration.png
     - title: Code View
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/code.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/code.png
     - title: Task Instance Context Menu
-      url: https://airflow.apache.org/docs/apache-airflow/2.2.4/_images/context.png
+      url: https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/context.png
diff --git a/chart/UPDATING.rst b/chart/UPDATING.rst
index 46471f0c4b..1a73c1f0ec 100644
--- a/chart/UPDATING.rst
+++ b/chart/UPDATING.rst
@@ -35,6 +35,13 @@ assists users migrating to a new version.
 
 Run ``helm repo update`` before upgrading the chart to the latest version.
 
+Airflow Helm Chart 1.6.0
+------------------------
+
+Default Airflow image is updated to ``2.2.5``
+"""""""""""""""""""""""""""""""""""""""""""""
+
+The default Airflow image that is used with the Chart is now ``2.2.5``, previously it was ``2.2.4``.
 
 Airflow Helm Chart 1.5.0
 ------------------------
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 1e2d2d9347..dc9c978cc0 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -67,13 +67,13 @@
         "defaultAirflowTag": {
             "description": "Default airflow tag to deploy.",
             "type": "string",
-            "default": "2.2.4",
+            "default": "2.2.5",
             "x-docsSection": "Common"
         },
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
             "type": "string",
-            "default": "2.2.4",
+            "default": "2.2.5",
             "x-docsSection": "Common"
         },
         "securityContext": {
diff --git a/chart/values.yaml b/chart/values.yaml
index 346a916fed..10532b52c9 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -46,10 +46,10 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default airflow tag to deploy
-defaultAirflowTag: "2.2.4"
+defaultAirflowTag: "2.2.5"
 
 # Airflow version (Used to make some decisions based on Airflow Version being deployed)
-airflowVersion: "2.2.4"
+airflowVersion: "2.2.5"
 
 # Images
 images: