This is an automated email from the ASF dual-hosted git repository.
eladkal 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 28f049ffbb Helm chart 1.10.0 has been released (#32184)
28f049ffbb is described below
commit 28f049ffbba8e8a73ec7567c3a41b8d84e1a14da
Author: Jed Cunningham <[email protected]>
AuthorDate: Tue Jun 27 09:23:18 2023 -0600
Helm chart 1.10.0 has been released (#32184)
---
.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml | 3 ++-
chart/Chart.yaml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
index 34c36d4568..548c8e0297 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.9.0 (latest released)"
+ - "1.10.0 (latest released)"
+ - "1.9.0"
- "1.8.0"
- "1.7.0"
- "1.6.0"
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 1d513f54d0..501a020437 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -19,7 +19,7 @@
---
apiVersion: v2
name: airflow
-version: 1.10.0-dev
+version: 1.11.0-dev
appVersion: 2.6.2
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows