-
Notifications
You must be signed in to change notification settings - Fork 594
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
chore: update deps for GW API v0.5.0 #2691
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shaneutt
added
the
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
label
Jul 14, 2022
shaneutt
force-pushed
the
shaneutt/gateway-api-v0.5.0
branch
from
July 14, 2022 17:19
0d55c4b
to
b0db95e
Compare
shaneutt
force-pushed
the
shaneutt/gateway-api-v0.5.0
branch
from
July 14, 2022 17:38
b0db95e
to
65313a3
Compare
pmalek
reviewed
Jul 14, 2022
shaneutt
force-pushed
the
shaneutt/gateway-api-v0.5.0
branch
from
July 14, 2022 18:55
00f24cc
to
55ad813
Compare
rainest
reviewed
Jul 14, 2022
pmalek
reviewed
Jul 14, 2022
rainest
reviewed
Jul 14, 2022
Co-authored-by: Patryk Małek <malekpatryk+github@gmail.com>
rainest
approved these changes
Jul 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This updates our Gateway API dependency to
v0.5.0
which includes the first release ofv1beta1
APIs:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.5.0
This also adds tests to ensure that the new CRs are working properly.
Which issue this PR fixes
Resolves #2595
Resolves #2570
PR Readiness Checklist:
CHANGELOG.md
release notes have been updated to reflect any significant changesNotes
The ability to use the beta versions instead of alpha is tested via the examples in
test/integration/examples_test.go
.This PR updates our dependencies and makes sure that our previous functionality continues to work, but in the future it is possible that v1beta1 will significantly diverge. We don't need to actually maintain support for the alpha APIs now that beta APIs are available. As such there are two follow-ups for this issue that will need to be completed for Gateway API - Milestone 3: