-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
gateway-api: upgrade from v0.5.1 to v0.6.0 and add GRPCRoute support #3268
gateway-api: upgrade from v0.5.1 to v0.6.0 and add GRPCRoute support #3268
Conversation
a6b7cd0
to
4491d90
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.
/lgtm
@abursavich Merged the other PR, do you mind doing a rebase 🙏🏻. Thank you ❤️ |
4491d90
to
13d978c
Compare
thanks, @njuettner. rebased. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abursavich, njuettner 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 |
/lgtm |
Description
This upgrades sigs.k8s.io/gateway-api from v0.5.1 to v0.6.0 and adds support for GRPCRoutes.
Note: Updating the
sigs.k8s.io/gateway-api
package also updates thek8s.io/api
package, which included a breaking change to thek8s.io/api/networking/v1.IngessStatus
type. I included this upgrade and its fix in a separate commit.Checklist