-
Notifications
You must be signed in to change notification settings - Fork 28
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
Bump kafka CRD version to 3.5.0 #925
Conversation
* With updates to Strimzi operator, anything below 3.4.0 does not work. Also bumping this because 1.2.z RHBQ 2.13 branch got bumped to 3.5.0 as Kafka seems to be pursuing aggressive update policy.
Why don't we use 3.6 in main as suggested here #923 ? I take it it's because of Ghost? You can only bump to 3.5 in 1.3.z |
Also, I'd expect tests to fail, that's why I suggested to do it in one PR, while this one can seem clearer, I suppose you tested it and tests pass. |
@michalvavrik this is not Quarkus/branch dependent, it's just that the Strimzi operator is pushing the version of kubernetes We can push all branches to 3.6.0, but this is what we tested RHBQ 2.13.8.SP3 with, and I didn't want the rest of branches being behind the oldest branch still supported |
I thought there is some client communicating with this Kafka, that's why I asked on compatibility. I understand from your answer it's not a problem.
I am trying to understand why not to use 3.6 against 999-SNAPSHOT / the latest released version. I think there is ask to be more conservative when bumping tested operators / images in non-feature releases, so I can understand why we would use 3.5 in 3.2 branch, but this PR target main branch. |
You know, if you wanted this fixed for main branch, you could just do review #923 |
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.
I won't pretend this PR is not completely fine. It's just that I though you could hit merge button here #923, but we can go this way. Thanks for the fix.
Just to address this with complete explanation - this is nothing on client side. It's just that the Strimzi operator which tests install is keeping on rolling out new API version for I agree we should bump it to 3.6.0 api version, but in all branches. We use the same Strimzi operator release stream for all supported product versions (I am not even sure there's a different operator upgrade stream for Strimzi, tbh).
Sorry, I didn't get to that yet - I was just running through the backlog of stuff left over to do from 2.13.8.SP3.CR1 - I didn't notice that it included the bump 😅 |
run tests |
@michalvavrik I think I'll actually go forwards with merging your MR and close this, thanks for letting me know! |
Closing as this was obsoleted by #923 |
got it, thanks |
Summary
Please check the relevant options
run tests
phrase in comment)Checklist: