-
Notifications
You must be signed in to change notification settings - Fork 472
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
Disable v1alpha2 versions for GRPCRoute and ReferenceGrant #3361
Disable v1alpha2 versions for GRPCRoute and ReferenceGrant #3361
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: youngnick 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 |
Thanks @youngnick! I should also note that both versions that are being removed here were previously marked as deprecated with a warning that they "will be removed in a future release of the API". /lgtm (Will remove hold before RC2 release tomorrow) |
e35c3a9
to
2255b72
Compare
2255b72
to
f1d4fa4
Compare
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 @youngnick!
Signed-off-by: Nick Young <nick@isovalent.com>
f1d4fa4
to
7afdf23
Compare
/lgtm |
/retest |
/hold cancel |
/kind cleanup
/kind documentation
What this PR does / why we need it:
This PR disables serving of
v1alpha2
versions of both ReferenceGrant and GRPCRoute.This should not be a breaking change, as both GRPCRoute and ReferenceGrant have had their
Storage Version set to the
v1
orv1beta1
versions respectively for some time. This will just meanthat users can no longer use the
v1alpha2
in theirapiVersion
field when fetching or applying thoseobjects.