You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2023/04/12 19:14:18 UTC

[iceberg] branch master updated: Update issue template for 1.2.1 release (#7331)

This is an automated email from the ASF dual-hosted git repository.

dweeks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e4a6ff0cd Update issue template for 1.2.1 release (#7331)
6e4a6ff0cd is described below

commit 6e4a6ff0cd552c15a647485861efd641b1114862
Author: Daniel Weeks <dw...@apache.org>
AuthorDate: Wed Apr 12 12:14:12 2023 -0700

    Update issue template for 1.2.1 release (#7331)
---
 .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 5a978a2a83..30c88e9900 100644
--- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml
@@ -9,7 +9,8 @@ body:
       description: What Apache Iceberg version are you using?
       multiple: false
       options:
-        - "1.2.0 (latest release)"
+        - "1.2.1 (latest release)"
+        - "1.2.0"
         - "1.1.0"
         - "1.0.0"
         - "0.14.1"