Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body:
description: What Apache Iceberg version are you using?
multiple: false
options:
- "1.4.3 (latest release)"
- "1.5.0 (latest release)"
- "1.4.3"
- "1.4.2"
- "1.4.1"
- "1.4.0"
Expand All @@ -38,14 +39,6 @@ body:
- "1.2.0"
- "1.1.0"
- "1.0.0"
- "0.14.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed some older versions from issue template as we ask users to reproduce in the latest version anyway if the version is too old!

- "0.14.0"
- "0.13.1"
- "0.13.0"
- "0.12.1"
- "0.12.0"
- "0.11.1"
- "0.11.0"
- "main (development)"
validations:
required: false
Expand Down