You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/04/14 21:58:55 UTC

[airflow] branch main updated: Add `2.3.0b1` to issue template (#23024)

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

ephraimanierobi 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 6544347730 Add `2.3.0b1` to issue template (#23024)
6544347730 is described below

commit 65443477305ceb07d95c37907408f3f558c99a22
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Thu Apr 14 22:58:48 2022 +0100

    Add `2.3.0b1` to issue template (#23024)
---
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml           | 1 +
 .github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml | 1 +
 .github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/airflow_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_bug_report.yml
index 6c3297b6c7..6d54817c82 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 a [discussion](https://github.com/apache/airflow/discussions) instead!
       multiple: false
       options:
+        - "2.3.0b1 (pre-release)"
         - "2.2.5 (latest released)"
         - "2.2.4"
         - "2.2.3"
diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
index aa80372453..677d41068d 100644
--- a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
@@ -28,6 +28,7 @@ body:
         What Apache Airflow Helm Chart version are you using?
       multiple: false
       options:
+        - "2.3.0b1 (pre-release)"
         - "1.5.0 (latest released)"
         - "1.4.0"
         - "1.3.0"
diff --git a/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
index 6569120a58..ca1eb40fa7 100644
--- a/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
@@ -112,6 +112,7 @@ body:
         discuss Airflow 1.10, open a [discussion](https://github.com/apache/airflow/discussions) instead!
       multiple: false
       options:
+        - "2.3.0b1 (pre-release)"
         - "2.2.5 (latest released)"
         - "2.2.4"
         - "2.2.3"