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

[airflow] branch main updated: Dev: Update Airflow versions in issue templates (#19521)

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 e3aa76e  Dev: Update Airflow versions in issue templates (#19521)
e3aa76e is described below

commit e3aa76e4f38a57b9ad79fbd1d4b48197d299c0cc
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Wed Nov 10 09:33:15 2021 -0700

    Dev: Update Airflow versions in issue templates (#19521)
---
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml           | 1 +
 .github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml | 5 ++++-
 .github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index abfbe3b..a95fbb9 100644
--- a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
@@ -25,6 +25,7 @@ body:
         discuss Airflow 1.10, open [Discussion](https://github.com/apache/airflow/discussions) instead!
       multiple: false
       options:
+        - "2.2.2rc1 (release candidate)"
         - "2.2.1 (latest released)"
         - "2.2.0"
         - "2.1.4"
diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
index 9eb70ad..b6e01a9 100644
--- a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
@@ -42,7 +42,10 @@ body:
         discuss Airflow 1.10, open [Discussion](https://github.com/apache/airflow/discussions) instead!
       multiple: false
       options:
-        - "2.1.4 (latest released)"
+        - "2.2.2rc1 (release candidate)"
+        - "2.2.1 (latest released)"
+        - "2.2.0"
+        - "2.1.4"
         - "2.1.3"
         - "2.1.2"
         - "2.1.1"
diff --git a/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
index 9986f85..65ee808 100644
--- a/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
@@ -109,6 +109,7 @@ body:
         discuss Airflow 1.10, open [Discussion](https://github.com/apache/airflow/discussions) instead!
       multiple: false
       options:
+        - "2.2.2rc1 (release candidate)"
         - "2.2.1 (latest released)"
         - "2.2.0"
         - "2.1.4"