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

utkarsharma 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 6af8662df5 Chart: Default airflow version to 2.9.3 (#40816)
6af8662df5 is described below

commit 6af8662df5f1d5aa5a5a22e9ef30bc2fcc05dc56
Author: Utkarsh Sharma <[email protected]>
AuthorDate: Tue Jul 16 21:36:15 2024 +0530

    Chart: Default airflow version to 2.9.3 (#40816)
    
    * Chart: Default airflow version to 2.9.3
    
    * Add newsfragments
---
 chart/Chart.yaml                          | 22 +++++++++++-----------
 chart/newsfragments/40816.significant.rst |  3 +++
 chart/values.schema.json                  |  4 ++--
 chart/values.yaml                         |  4 ++--
 4 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 2ec4a84448..6b533b785d 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.15.0-dev
-appVersion: 2.9.2
+appVersion: 2.9.3
 description: The official Helm chart to deploy Apache Airflow, a platform to
   programmatically author, schedule, and monitor workflows
 home: https://airflow.apache.org/
@@ -47,23 +47,23 @@ annotations:
       url: https://airflow.apache.org/docs/helm-chart/1.15.0/
   artifacthub.io/screenshots: |
     - title: DAGs View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/dags.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/dags.png
     - title: Datasets View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/datasets.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/datasets.png
     - title: Grid View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/grid.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/grid.png
     - title: Graph View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/graph.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/graph.png
     - title: Calendar View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/calendar.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/calendar.png
     - title: Variable View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/variable_hidden.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/variable_hidden.png
     - title: Gantt Chart
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/gantt.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/gantt.png
     - title: Task Duration
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/duration.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/duration.png
     - title: Code View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.2/_images/code.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/code.png
   artifacthub.io/changes: |
     - description: Enable MySQL KEDA support for triggerer
       kind: added
@@ -136,7 +136,7 @@ annotations:
       links:
       - name: '#39115'
         url: https://github.com/apache/airflow/pull/39115
-    - description: 'Misc: Default Airflow version to 2.9.2'
+    - description: 'Misc: Default Airflow version to 2.9.3'
       kind: changed
       links:
       - name: '#40160'
diff --git a/chart/newsfragments/40816.significant.rst 
b/chart/newsfragments/40816.significant.rst
new file mode 100644
index 0000000000..36da57ad6d
--- /dev/null
+++ b/chart/newsfragments/40816.significant.rst
@@ -0,0 +1,3 @@
+Default Airflow image is updated to ``2.9.3``
+
+The default Airflow image that is used with the Chart is now ``2.9.3``, 
previously it was ``2.9.2``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index dc787fc726..de298ec062 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -78,7 +78,7 @@
         "defaultAirflowTag": {
             "description": "Default airflow tag to deploy.",
             "type": "string",
-            "default": "2.9.2",
+            "default": "2.9.3",
             "x-docsSection": "Common"
         },
         "defaultAirflowDigest": {
@@ -93,7 +93,7 @@
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based 
on Airflow Version being deployed).",
             "type": "string",
-            "default": "2.9.2",
+            "default": "2.9.3",
             "x-docsSection": "Common"
         },
         "securityContext": {
diff --git a/chart/values.yaml b/chart/values.yaml
index 5fdfc63a9a..4fe4f05756 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -68,13 +68,13 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default airflow tag to deploy
-defaultAirflowTag: "2.9.2"
+defaultAirflowTag: "2.9.3"
 
 # Default airflow digest. If specified, it takes precedence over tag
 defaultAirflowDigest: ~
 
 # Airflow version (Used to make some decisions based on Airflow Version being 
deployed)
-airflowVersion: "2.9.2"
+airflowVersion: "2.9.3"
 
 # Images
 images:

Reply via email to