-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove support for Kafka 3.5.0 and 3.5.1 #9526
Remove support for Kafka 3.5.0 and 3.5.1 #9526
Conversation
Signed-off-by: Jakub Scholz <[email protected]>
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, could you please update the upgrade/downgrade files after the removal of the Kafka versions? It should be enough to change 3.5.0
to 3.5.2
in:
BundleDowngrade.yaml
inimagesAfterOperations
BundleUpgrade.yaml
inoldestKafka
I will write some doc about updating all those fields, I guess that the current description is not really enough.
Signed-off-by: Jakub Scholz <[email protected]>
/azp run upgrade |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot :)
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
Type of change
Description
We currently support 5 different Kafka versions in the main branch. Given that the next release is expected to be after Kafka 3.7.0 release, we will likely remove all 3.5.x Kafka versions before it happens. This PR in the meantime removes the support for 3.5.0 and 3.5.1. It speeds up the builds but keeps 2 different minor versions supported. And if needed, we will still have Kafka 3.5.2 to provide continuity with 0.39. This was also discussed in https://cloud-native.slack.com/archives/C018247K8T0/p1703184182628109
Checklist