From 0c590b178a3501304f0d2be1d8edeec4a292e4d2 Mon Sep 17 00:00:00 2001 From: Aihua Xu Date: Mon, 18 May 2026 23:01:50 -0700 Subject: [PATCH] infra: add 1.11.0 to issue template --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index d2c9afb5676b..456bf6c28553 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -34,7 +34,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "1.10.2 (latest release)" + - "1.11.0 (latest release)" + - "1.10.2" - "1.10.1" - "1.10.0" - "1.9.2"