From 45b72bd334704458e53867f87bb6862a22d7f1bb Mon Sep 17 00:00:00 2001 From: ajantha-bhat Date: Thu, 22 Feb 2024 19:42:47 +0530 Subject: [PATCH] Infra: Add 1.5.0 to issue template --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 51efe443f5f5..f2ea3f8aab4c 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "1.4.3 (latest release)" + - "1.5.0 (latest release)" + - "1.4.3" - "1.4.2" - "1.4.1" - "1.4.0" @@ -38,14 +39,6 @@ body: - "1.2.0" - "1.1.0" - "1.0.0" - - "0.14.1" - - "0.14.0" - - "0.13.1" - - "0.13.0" - - "0.12.1" - - "0.12.0" - - "0.11.1" - - "0.11.0" - "main (development)" validations: required: false