MINOR: Bump LATEST_PRODUCTION to 4.2-IV1#20977
Conversation
| LATEST_4_2 = V_4_2_1 | ||
|
|
||
| # 4.3.x version | ||
| V_4_3_0 = KafkaVersion("4.3.0") |
There was a problem hiding this comment.
Seems this is unused. We would only need to add this after we release AK 4.3.0, and only for trunk / 4.4.0-SNAPSHOT version.
| V_4_2_0 = KafkaVersion("4.2.0") | ||
| LATEST_4_2 = V_4_2_0 | ||
| V_4_2_1 = KafkaVersion("4.2.1") | ||
| LATEST_4_2 = V_4_2_1 |
There was a problem hiding this comment.
This seems not to be correct... We use LATEST_4_2 in system tests, but 4.2.1 is no release yet, so this might break system test trying to test 4.2.0 is they only specify LATEST_4_2 (what most system test do...)
And for trunk (in contrast to 4.2 branch), after 4.2.0 was release, we are going to use LATEST_4_2, and it must point to 4.2.0 not to unreleased 4.2.1 to work as expected, and not break system tests.
There was a problem hiding this comment.
Got it. Thanks for the review.
Bump latest production metadata version to 4.2-IV1 to enable share groups and streams groups by default. Reviewers: Matthias J. Sax <mjsax@apache.org>
|
@AndrewJSchofield Are you going to cherry-pick this to the 4.2 branch? |
Bump latest production metadata version to 4.2-IV1 to enable share groups and streams groups by default. Reviewers: Matthias J. Sax <mjsax@apache.org>
Bump latest production metadata version to 4.2-IV1 to enable share groups and streams groups by default. Reviewers: Matthias J. Sax <mjsax@apache.org>
Bump latest production metadata version to 4.2-IV1 to enable share
groups and streams groups by default.
Reviewers: Matthias J. Sax mjsax@apache.org