diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8375857856f61..3bd13966bb3fb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: airflow version: 1.8.0-dev -appVersion: 2.4.3 +appVersion: 2.5.0 description: The official Helm chart to deploy Apache Airflow, a platform to programmatically author, schedule, and monitor workflows home: https://airflow.apache.org/ @@ -46,25 +46,25 @@ 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.4.3/_images/dags.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/dags.png - title: Datasets View - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/datasets.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/datasets.png - title: Grid View - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/grid.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/grid.png - title: Graph View - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/graph.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/graph.png - title: Calendar View - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/calendar.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/calendar.png - title: Variable View - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/variable_hidden.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/variable_hidden.png - title: Gantt Chart - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/gantt.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/gantt.png - title: Task Duration - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/duration.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/duration.png - title: Code View - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/code.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/code.png - title: Task Instance Context Menu - url: https://airflow.apache.org/docs/apache-airflow/2.4.3/_images/context.png + url: https://airflow.apache.org/docs/apache-airflow/2.5.0/_images/context.png artifacthub.io/changes: | - description: Make cleanup job history configurable kind: added @@ -235,7 +235,7 @@ annotations: links: - name: '#23836' url: https://github.com/apache/airflow/pull/23836 - - description: 'Misc: Default Airflow version to 2.4.3' + - description: 'Misc: Default Airflow version to 2.5.0' kind: changed links: - name: '#26485' diff --git a/chart/newsfragments/27668.significant.rst b/chart/newsfragments/27668.significant.rst deleted file mode 100644 index 63e416ec4da30..0000000000000 --- a/chart/newsfragments/27668.significant.rst +++ /dev/null @@ -1,3 +0,0 @@ -Default Airflow image is updated to ``2.4.3`` - -The default Airflow image that is used with the Chart is now ``2.4.3``, previously it was ``2.4.1``. diff --git a/chart/newsfragments/28074.significant.rst b/chart/newsfragments/28074.significant.rst new file mode 100644 index 0000000000000..12d6d33129fb7 --- /dev/null +++ b/chart/newsfragments/28074.significant.rst @@ -0,0 +1,3 @@ +Default Airflow image is updated to ``2.5.0`` + +The default Airflow image that is used with the Chart is now ``2.5.0``, previously it was ``2.4.1``. diff --git a/chart/values.schema.json b/chart/values.schema.json index 1144d471ddae3..b9cb8fd1a5afa 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -77,13 +77,13 @@ "defaultAirflowTag": { "description": "Default airflow tag to deploy.", "type": "string", - "default": "2.4.3", + "default": "2.5.0", "x-docsSection": "Common" }, "airflowVersion": { "description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).", "type": "string", - "default": "2.4.3", + "default": "2.5.0", "x-docsSection": "Common" }, "securityContext": { diff --git a/chart/values.yaml b/chart/values.yaml index 98c647bd738ef..b05ddf4d58e21 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -49,10 +49,10 @@ airflowHome: /opt/airflow defaultAirflowRepository: apache/airflow # Default airflow tag to deploy -defaultAirflowTag: "2.4.3" +defaultAirflowTag: "2.5.0" # Airflow version (Used to make some decisions based on Airflow Version being deployed) -airflowVersion: "2.4.3" +airflowVersion: "2.5.0" # Images images: