From ce77e24f0ff7431613a488fb981b98d69335937a Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Thu, 7 Sep 2023 19:49:01 +0100 Subject: [PATCH 1/2] Chart: Default airflow version to 2.7.1 --- chart/Chart.yaml | 20 ++++++++++---------- chart/newsfragments/32517.significant.rst | 4 ++-- chart/values.schema.json | 4 ++-- chart/values.yaml | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b4ea66f7faa36..b9e9eda06a4b6 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: airflow version: 1.11.0-dev -appVersion: 2.7.0 +appVersion: 2.7.1 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.8.0/ artifacthub.io/screenshots: | - title: DAGs View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/dags.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/dags.png - title: Datasets View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/datasets.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/datasets.png - title: Grid View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/grid.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/grid.png - title: Graph View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/graph.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/graph.png - title: Calendar View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/calendar.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/calendar.png - title: Variable View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/variable_hidden.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/variable_hidden.png - title: Gantt Chart - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/gantt.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/gantt.png - title: Task Duration - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/duration.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/duration.png - title: Code View - url: https://airflow.apache.org/docs/apache-airflow/2.7.0/_images/code.png + url: https://airflow.apache.org/docs/apache-airflow/2.7.1/_images/code.png artifacthub.io/changes: | - description: Add support for container security context kind: added diff --git a/chart/newsfragments/32517.significant.rst b/chart/newsfragments/32517.significant.rst index 21839d987785f..82713b26ceecd 100644 --- a/chart/newsfragments/32517.significant.rst +++ b/chart/newsfragments/32517.significant.rst @@ -1,3 +1,3 @@ -Default Airflow image is updated to ``2.7.0`` +Default Airflow image is updated to ``2.7.1`` -The default Airflow image that is used with the Chart is now ``2.7.0``, previously it was ``2.6.2``. +The default Airflow image that is used with the Chart is now ``2.7.1``, previously it was ``2.6.2``. diff --git a/chart/values.schema.json b/chart/values.schema.json index 9eb264dd2fef7..38804f481cf96 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.7.0", + "default": "2.7.1", "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.7.0", + "default": "2.7.1", "x-docsSection": "Common" }, "securityContext": { diff --git a/chart/values.yaml b/chart/values.yaml index 02af61c3f9b09..4716e0f68a971 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.7.0" +defaultAirflowTag: "2.7.1" # 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.7.0" +airflowVersion: "2.7.1" # Images images: From fe4f5d31ff740009babff13a479a703d7947a8da Mon Sep 17 00:00:00 2001 From: Jed Cunningham Date: Thu, 7 Sep 2023 16:20:32 -0600 Subject: [PATCH 2/2] Move newsfrag --- .../{32517.significant.rst => 34186.significant.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename chart/newsfragments/{32517.significant.rst => 34186.significant.rst} (100%) diff --git a/chart/newsfragments/32517.significant.rst b/chart/newsfragments/34186.significant.rst similarity index 100% rename from chart/newsfragments/32517.significant.rst rename to chart/newsfragments/34186.significant.rst