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