[Gateway API 1.2.0] Upgrade Gateway API to 1.2.0-rc2#4270
Merged
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
186b7fa to
abdaefd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4270 +/- ##
==========================================
+ Coverage 65.98% 66.02% +0.03%
==========================================
Files 197 197
Lines 23972 23996 +24
==========================================
+ Hits 15819 15844 +25
Misses 7026 7026
+ Partials 1127 1126 -1 ☔ View full report in Codecov by Sentry. |
1b20f32 to
84b4bd4
Compare
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
bda6dfe to
9d6b609
Compare
arkodg
reviewed
Sep 25, 2024
arkodg
reviewed
Sep 25, 2024
arkodg
reviewed
Sep 25, 2024
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
zhaohuabing
commented
Sep 26, 2024
zirain
reviewed
Sep 27, 2024
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
zhaohuabing
commented
Sep 29, 2024
| for _, crd := range crds { | ||
| if crd.Name == "backendtlspolicies.gateway.networking.k8s.io" { | ||
| if crd.Name == "backendtlspolicies.gateway.networking.k8s.io" || | ||
| crd.Name == "grpcroutes.gateway.networking.k8s.io" { |
Member
Author
There was a problem hiding this comment.
https://gateway-api.sigs.k8s.io/guides/?h=upgrade#v11-upgrade-notes
GRPCRoute graduated to GA, and the v1alpha2 was removed.
arkodg
approved these changes
Oct 1, 2024
zirain
approved these changes
Oct 1, 2024
This file contains hidden or 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
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.
implement: #4269
GatewayInfrastructure has been disabled and tracked with the issue: #4330