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 60d435386d1 Add Helm chart 1.22.0 to bug report version dropdown 
(#67992)
60d435386d1 is described below

commit 60d435386d1a5bdc204e446efa432ec7cd134163
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Jun 5 02:56:12 2026 +0200

    Add Helm chart 1.22.0 to bug report version dropdown (#67992)
---
 .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml 
b/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
index 74b8cba20d3..60c117f437d 100644
--- a/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
@@ -228,7 +228,8 @@ body:
       multiple: false
       options:
         - "Not Applicable"
-        - "1.21.0 (latest released)"
+        - "1.22.0 (latest released)"
+        - "1.21.0"
         - "1.20.0"
         - "1.19.0"
         - "1.18.0"

Reply via email to