Skip to content

MINOR: Bump LATEST_PRODUCTION to 4.2-IV1#20977

Merged
AndrewJSchofield merged 3 commits into
apache:trunkfrom
AndrewJSchofield:MINOR-latest-production-mv
Nov 25, 2025
Merged

MINOR: Bump LATEST_PRODUCTION to 4.2-IV1#20977
AndrewJSchofield merged 3 commits into
apache:trunkfrom
AndrewJSchofield:MINOR-latest-production-mv

Conversation

@AndrewJSchofield

@AndrewJSchofield AndrewJSchofield commented Nov 24, 2025

Copy link
Copy Markdown
Member

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

@github-actions github-actions Bot added core Kafka Broker kraft small Small PRs labels Nov 24, 2025
Comment thread tests/kafkatest/version.py Outdated
LATEST_4_2 = V_4_2_1

# 4.3.x version
V_4_3_0 = KafkaVersion("4.3.0")

@mjsax mjsax Nov 25, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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.

Comment thread tests/kafkatest/version.py Outdated
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

@mjsax mjsax Nov 25, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Got it. Thanks for the review.

@AndrewJSchofield AndrewJSchofield changed the title MINOR: Bump LATEST_PRODUCTION for 4.2-IV1 MINOR: Bump LATEST_PRODUCTION to 4.2-IV1 Nov 25, 2025

@mjsax mjsax left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@AndrewJSchofield
AndrewJSchofield merged commit fb68ada into apache:trunk Nov 25, 2025
24 checks passed
@AndrewJSchofield
AndrewJSchofield deleted the MINOR-latest-production-mv branch November 25, 2025 16:55
AndrewJSchofield added a commit to AndrewJSchofield/kafka that referenced this pull request Nov 25, 2025
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>
@chia7712

Copy link
Copy Markdown
Member

@AndrewJSchofield Are you going to cherry-pick this to the 4.2 branch?

TaiJuWu pushed a commit to TaiJuWu/kafka that referenced this pull request Dec 3, 2025
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>
shashankhs11 pushed a commit to shashankhs11/kafka that referenced this pull request Dec 15, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Kafka Broker kraft small Small PRs tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants