-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 deprecated field rolloutStrategy
#3596
Comments
Hi, @JorTurFer , I'd like to take this up. What I understood is we have to remove
There is no mention of rolloutStrategy anywhere else so we are safe to deprecate it through these. |
Thanks! Unfortunately we cannot do this yet as this is a breaking change and we have to wait for KEDA 3.X. |
oh! alright! seems like a rational approach ! thanks for the quick reply :) |
No problem and thanks for looking for contribution items! |
Honestly I think we can drop it :D it's change in crd which is v1alpha1. |
IMO, we should keep at least 1 version the old code with a warning to avoid breaking changes, giving some time (2-3 months) to update the manifest. Something like, |
I mean, I agree with removing the fields, but giving info to the users and time to update, we could improve the user experience. In the case of we notify it and they don't update their manifest, it's totally their fault. |
Absolutely, this is the way. |
Which is a good reminder to ask to re-review open comments on kedacore/governance#70 :) |
Based on our deprecation policies, I guess this should be removed in v2.10 |
@JorTurFer No, it needs a new API version to remove it as it's part of our CRD AFAIK |
true |
Proposal
In #3338 we introduced a new section that extends this.
We need to remove the deprecated
rolloutStrategy
Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: