This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 5049675b46 infra: add 1.11.0 to issue template (#16413)
5049675b46 is described below
commit 5049675b46d18bed257b17a9cb25a48df23e7b2a
Author: Aihua Xu <[email protected]>
AuthorDate: Mon May 18 23:56:14 2026 -0700
infra: add 1.11.0 to issue template (#16413)
---
.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 d2c9afb567..456bf6c285 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"