-
Notifications
You must be signed in to change notification settings - Fork 14
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
api: deprecate v1alpha1 #1044
api: deprecate v1alpha1 #1044
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
95e0904
to
2ce5c8a
Compare
2ce5c8a
to
80ffff2
Compare
use kube mechanism to make it really loud and obvious this API version is deprecated xref: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#version-deprecation Signed-off-by: Francesco Romani <[email protected]>
80ffff2
to
446414b
Compare
/cherry-pick release-4.17 |
@ffromani: once the present PR merges, I will cherry-pick it on top of release-4.17 in a new PR and assign it to you. 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-sigs/prow repository. |
@ffromani: #1044 failed to apply on top of branch "release-4.17":
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-sigs/prow repository. |
The API v1alpha1 was not only deprecated before GA, but never advertised. It's time to deprecate. Later we will stop servingf it in 4.18, and remove in 4.19/20.
This change can and should be backported back to 4.16 or perhaps even below
Key references: