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 cc9abe8c0c infra: add 1.10.2 to issue template (#16404)
cc9abe8c0c is described below

commit cc9abe8c0c40a245cf05f6ed1131c0ac0b978b16
Author: Amogh Jahagirdar <[email protected]>
AuthorDate: Mon May 18 17:50:57 2026 -0600

    infra: add 1.10.2 to issue template (#16404)
---
 .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 2e50712843..d2c9afb567 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.1 (latest release)"
+        - "1.10.2 (latest release)"
+        - "1.10.1"
         - "1.10.0"
         - "1.9.2"
         - "1.9.1"

Reply via email to