From 938c076e5843328a78e915fc901640967856909d Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Sat, 17 Jun 2023 13:17:17 +0300 Subject: [PATCH 1/2] Chart: Default airflow version to 2.6.2 --- chart/Chart.yaml | 22 +++++++++++----------- chart/newsfragments/30970.significant.rst | 4 ++-- chart/values.schema.json | 4 ++-- chart/values.yaml | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f212876396b83..710326e93b4a3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: airflow version: 1.10.0-dev -appVersion: 2.6.1 +appVersion: 2.6.2 description: The official Helm chart to deploy Apache Airflow, a platform to programmatically author, schedule, and monitor workflows home: https://airflow.apache.org/ @@ -47,25 +47,25 @@ annotations: url: https://airflow.apache.org/docs/helm-chart/1.8.0/ artifacthub.io/screenshots: | - title: DAGs View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/dags.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/dags.png - title: Datasets View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/datasets.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/datasets.png - title: Grid View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/grid.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/grid.png - title: Graph View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/graph.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/graph.png - title: Calendar View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/calendar.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/calendar.png - title: Variable View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/variable_hidden.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/variable_hidden.png - title: Gantt Chart - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/gantt.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/gantt.png - title: Task Duration - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/duration.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/duration.png - title: Code View - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/code.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/code.png - title: Task Instance Context Menu - url: https://airflow.apache.org/docs/apache-airflow/2.6.1/_images/context.png + url: https://airflow.apache.org/docs/apache-airflow/2.6.2/_images/context.png artifacthub.io/changes: | - description: Add support for ``hostAliases`` for Airflow webserver and scheduler kind: added diff --git a/chart/newsfragments/30970.significant.rst b/chart/newsfragments/30970.significant.rst index c3c59325426a5..8a5a6f3e0e7e2 100644 --- a/chart/newsfragments/30970.significant.rst +++ b/chart/newsfragments/30970.significant.rst @@ -1,3 +1,3 @@ -Default Airflow image is updated to ``2.6.1`` +Default Airflow image is updated to ``2.6.2`` -The default Airflow image that is used with the Chart is now ``2.6.1``, previously it was ``2.5.3``. +The default Airflow image that is used with the Chart is now ``2.6.2``, previously it was ``2.5.3``. diff --git a/chart/values.schema.json b/chart/values.schema.json index 5897f34639061..1f278c899259d 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -77,7 +77,7 @@ "defaultAirflowTag": { "description": "Default airflow tag to deploy.", "type": "string", - "default": "2.6.1", + "default": "2.6.2", "x-docsSection": "Common" }, "defaultAirflowDigest": { @@ -92,7 +92,7 @@ "airflowVersion": { "description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).", "type": "string", - "default": "2.6.1", + "default": "2.6.2", "x-docsSection": "Common" }, "securityContext": { diff --git a/chart/values.yaml b/chart/values.yaml index b574175c6486b..102e43a9c65bd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -54,13 +54,13 @@ airflowHome: /opt/airflow defaultAirflowRepository: apache/airflow # Default airflow tag to deploy -defaultAirflowTag: "2.6.1" +defaultAirflowTag: "2.6.2" # 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.6.1" +airflowVersion: "2.6.2" # Images images: From 8e326abf596b6e39d8c161421dac1c785e6cf0ab Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Sat, 17 Jun 2023 19:12:13 +0300 Subject: [PATCH 2/2] rename newsfragments file --- .../{30970.significant.rst => 31979.significant.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename chart/newsfragments/{30970.significant.rst => 31979.significant.rst} (100%) diff --git a/chart/newsfragments/30970.significant.rst b/chart/newsfragments/31979.significant.rst similarity index 100% rename from chart/newsfragments/30970.significant.rst rename to chart/newsfragments/31979.significant.rst