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

fokko 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 bbc0d9aad5 Infra: Add 1.7.0 to issue template (#11491)
bbc0d9aad5 is described below

commit bbc0d9aad515dc7c9c38e5f37b6d6fa521e7eab3
Author: Russell Spitzer <[email protected]>
AuthorDate: Fri Nov 8 13:34:56 2024 -0600

    Infra: Add 1.7.0 to issue template (#11491)
    
    * Infra: Add 1.7.0 to issue template
    
    * Update .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
    
    * Missing `)`
    
    Co-authored-by: Amogh Jahagirdar <[email protected]>
    
    ---------
    
    Co-authored-by: Fokko Driesprong <[email protected]>
    Co-authored-by: Amogh Jahagirdar <[email protected]>
---
 .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 a04263e8c9..79b492fff7 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.6.1 (latest release)"
+        - "1.7.0 (latest release)"
+        - "1.6.1"
         - "1.6.0"
         - "1.5.2"
         - "1.5.1"

Reply via email to