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 2022/08/06 18:52:55 UTC

[airflow] branch main updated: Turn Airflow versions into a free-form field for Helm/Providers (#25564)

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 a796d9377d Turn Airflow versions into a free-form field for Helm/Providers (#25564)
a796d9377d is described below

commit a796d9377dca1aaf30d2b6dbad65bf66c6fb18fb
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Aug 6 20:52:48 2022 +0200

    Turn Airflow versions into a free-form field for Helm/Providers (#25564)
    
    * Turn Airflow versions in free-form field for Helm/Providers
---
 .../airflow_helmchart_bug_report.yml               | 27 ++--------------------
 .../airflow_providers_bug_report.yml               | 27 ++--------------------
 dev/README_RELEASE_AIRFLOW.md                      |  2 +-
 3 files changed, 5 insertions(+), 51 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
index 27ce1cad56..2a700d8991 100644
--- a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml
@@ -38,33 +38,10 @@ body:
         - "main (development)"
     validations:
       required: true
-  - type: dropdown
+  - type: input
     attributes:
       label: Apache Airflow version
-      description: >
-        What Apache Airflow version are you using? Only Airflow 2 is supported for bugs. If you wish to
-        discuss Airflow 1.10, open a [discussion](https://github.com/apache/airflow/discussions) instead!
-      multiple: false
-      options:
-        - "2.3.3 (latest released)"
-        - "2.3.2"
-        - "2.3.1"
-        - "2.3.0"
-        - "2.2.5"
-        - "2.2.4"
-        - "2.2.3"
-        - "2.2.2"
-        - "2.2.1"
-        - "2.2.0"
-        - "2.1.4"
-        - "2.1.3"
-        - "2.1.2"
-        - "2.1.1"
-        - "2.1.0"
-        - "2.0.2"
-        - "2.0.1"
-        - "2.0.0"
-        - "main (development)"
+      description: What Apache Airflow version are you using? [Only Airflow 2 is supported](https://github.com/apache/airflow#version-life-cycle) for bugs.
     validations:
       required: true
   - type: input
diff --git a/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
index 20845ea0c7..65939ba81a 100644
--- a/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
@@ -106,33 +106,10 @@ body:
       label: Versions of Apache Airflow Providers
       description: What Apache Airflow Providers versions are you using?
       placeholder: You can use `pip freeze | grep apache-airflow-providers` (you can leave only relevant ones)
-  - type: dropdown
+  - type: input
     attributes:
       label: Apache Airflow version
-      description: >
-        What Apache Airflow version are you using? Only Airflow 2 is supported for bugs. If you wish to
-        discuss Airflow 1.10, open a [discussion](https://github.com/apache/airflow/discussions) instead!
-      multiple: false
-      options:
-        - "2.3.3 (latest released)"
-        - "2.3.2"
-        - "2.3.1"
-        - "2.3.0"
-        - "2.2.5"
-        - "2.2.4"
-        - "2.2.3"
-        - "2.2.2"
-        - "2.2.1"
-        - "2.2.0"
-        - "2.1.4"
-        - "2.1.3"
-        - "2.1.2"
-        - "2.1.1"
-        - "2.1.0"
-        - "2.0.2"
-        - "2.0.1"
-        - "2.0.0"
-        - "main (development)"
+      description: What Apache Airflow version are you using? [Only Airflow 2 is supported](https://github.com/apache/airflow#version-life-cycle) for bugs.
     validations:
       required: true
   - type: input
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 98aedbcfb3..c74cc3a8d8 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -1172,7 +1172,7 @@ This includes:
 - For major/minor release, Update version in `setup.py` and `docs/docker-stack/` to the next likely minor version release.
 - Update the `REVISION_HEADS_MAP` at airflow/utils/db.py to include the revision head of the release even if there are no migrations.
 - Sync `RELEASE_NOTES.rst` (including deleting relevant `newsfragments`) and `README.md` changes
-- Updating issue templates in `.github/ISSUE_TEMPLATE/` with the new version
+- Updating `airflow_bug_report.yml` issue template in `.github/ISSUE_TEMPLATE/` with the new version
 - Updating `Dockerfile` with the new version
 
 ## Update default Airflow version in the helm chart