You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/11/16 16:05:19 UTC

[airflow] branch main updated: Add Helm Chart 1.3.0 as an option in airflow_helmchart_bug_report.yml (#19621)

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

potiuk 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 0cf571c  Add Helm Chart 1.3.0 as an option in airflow_helmchart_bug_report.yml (#19621)
0cf571c is described below

commit 0cf571c5335788e597e8198e654e0156e4c1bad3
Author: PApostol <50...@users.noreply.github.com>
AuthorDate: Tue Nov 16 16:04:51 2021 +0000

    Add Helm Chart 1.3.0 as an option in airflow_helmchart_bug_report.yml (#19621)
---
 .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 b256707..6723e36 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.2.0 (latest released)"
+        - "1.3.0 (latest released)"
+        - "1.2.0"
         - "1.1.0"
         - "1.0.0"
         - "main (development)"