-
Notifications
You must be signed in to change notification settings - Fork 101
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
Removal of v1alpha5 apiversion #971
Comments
/triage accepted |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
/assign @kashifest |
Youre propably also going to hit kubernetes-sigs/cluster-api#10051 with this |
/cc @adilGhaffarDev |
Yes, let's keep the alpha APIs until we have a fix from CAPI side. We don't need e2e tests since this scenario is already tested in CAPI e2e. |
@adilGhaffarDev actually this issue is done, since we removed the API already, I forgot to update it, can you describe a bit more in detail whats the issue here since in the removal of API PR we agreed that it should not affect us #1525 (comment). Also from community side we dont have any issue reported yet on this so we can safely assume no one was using the v1a5 API? |
This issue is good to close since the API is removed already, if we see any further issues I suggest we create a separate issue for that. |
@kashifest: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Motivation
v1alpha5(v0.5.x) apiVersion have been EOL since September 2022 and the equivalent CAPI apiVersion v1alpha4(v0.4.x) has been EOL since April 2022. It is now a good time to plan to remove v1alpha5.
Proposal
We can follow the following timeline:
served
tofalse
for the apiVersion in all our CRDs.served
back totrue
on the CRD.Tasks
v1.5:
v1.6:
kubebuilder:unservedversion
v1.7:
Misc:
/kind cleanup
The text was updated successfully, but these errors were encountered: