From 2899cbf68ff0c43444f07219f69595789ab33141 Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:57:27 -0700 Subject: [PATCH] Helm chart 1.12.0 has been released (#37349) --- .github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml | 3 ++- chart/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml index 140279906dcd..294c750c60ab 100644 --- a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml @@ -28,7 +28,8 @@ body: What Apache Airflow Helm Chart version are you using? multiple: false options: - - "1.11.0 (latest released)" + - "1.12.0 (latest released)" + - "1.11.0" - "1.10.0" - "1.9.0" - "1.8.0" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 54c5858bd964..02264edf4c38 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: airflow -version: 1.12.0 +version: 1.13.0-dev appVersion: 2.8.1 description: The official Helm chart to deploy Apache Airflow, a platform to programmatically author, schedule, and monitor workflows @@ -44,7 +44,7 @@ type: application annotations: artifacthub.io/links: | - name: Documentation - url: https://airflow.apache.org/docs/helm-chart/1.12.0/ + url: https://airflow.apache.org/docs/helm-chart/1.13.0/ artifacthub.io/screenshots: | - title: DAGs View url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/dags.png