This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 6105375d47 Infra: Add 1.4.2 as latest release to issue template (#9001)
6105375d47 is described below
commit 6105375d47f9d8b80dcbba72302e70b3f370642c
Author: Amogh Jahagirdar <[email protected]>
AuthorDate: Tue Nov 7 23:00:44 2023 -0800
Infra: Add 1.4.2 as latest release to issue template (#9001)
---
.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 4d553117e6..0e41cfb7c9 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.4.1 (latest release)"
+ - "1.4.2 (latest release)"
+ - "1.4.1"
- "1.4.0"
- "1.3.1"
- "1.3.0"