Skip to content

Commit c6313ce

Browse files
germanosinCopilot
andauthored
BE: fixes issue #1400 Added new metadata versions (#1434)
Co-authored-by: Copilot <[email protected]>
1 parent 109f7c0 commit c6313ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/src/main/java/io/kafbat/ui/util/MetadataVersion.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ public enum MetadataVersion {
2929
IBP_4_0_IV1(23, "4.0-IV1"),
3030
IBP_4_0_IV2(24, "4.0-IV2"),
3131
IBP_4_0_IV3(25, "4.0-IV3"),
32-
IBP_4_1_IV0(26, "4.1-IV0");
32+
IBP_4_1_IV0(26, "4.1-IV0"),
33+
IBP_4_1_IV1(27, "4.1-IV1"),
34+
IBP_4_2_IV0(28, "4.2-IV0"),
35+
IBP_4_2_IV1(29, "4.2-IV1");
3336

3437
private final int featureLevel;
3538
private final String release;

0 commit comments

Comments
 (0)