This is an automated email from the ASF dual-hosted git repository.

kaxilnaik 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 ffd3cbd  Add helm chart 1.2.0 to chart bug issue template (#18609)
ffd3cbd is described below

commit ffd3cbd839c5d4cd940d89ef182e149baa8a360a
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Sep 29 09:32:20 2021 -0600

    Add helm chart 1.2.0 to chart bug issue template (#18609)
---
 .github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml 
b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
index 8e82fef..9eb70ad 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.1.0 (latest released)"
+        - "1.2.0 (latest released)"
+        - "1.1.0"
         - "1.0.0"
         - "main (development)"
     validations:

Reply via email to