-
Notifications
You must be signed in to change notification settings - Fork 679
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
Bump Gateway API to v0.7.1 #5353
Bump Gateway API to v0.7.1 #5353
Conversation
Will update dependency tag/PR title as new rc/GA versions become available, looks like rc2 is coming soon |
rc2 image not out yet |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5353 +/- ##
=======================================
Coverage 78.18% 78.18%
=======================================
Files 138 138
Lines 18496 18496
=======================================
Hits 14462 14462
Misses 3757 3757
Partials 277 277
|
Re-running to see if the TLSRoute test failure was a flake Otherwise, we have the ObservedGeneration bump test failing and more redirect tests failing
|
2729a8f
to
14019e7
Compare
made some updates to the comment above, will have a PR to fix GW API tests coming shortly |
5f3d109
to
e4c6a18
Compare
.github/workflows/prbuild.yaml
Outdated
@@ -76,6 +76,8 @@ jobs: | |||
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin | |||
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH | |||
- name: generate | |||
env: |
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.
will undo changes here once we have another tagged patch release
New failing test: fails with error
another instance of port stripping. |
Another failing test, looks like it was added after my review, see: https://github.com/kubernetes-sigs/gateway-api/pull/1984/files#r1200873543 We implement method matching using the We'll need to add some explicit logic to get this right regardless of match order once the spec is updated with a precedence order |
e4c6a18
to
7619db3
Compare
rebased on #5390 to get the fixes from there |
9636a53
to
7f89cd0
Compare
683e9f1
to
d342f5a
Compare
looks like the webhook image isn't out yet for 0.7.1 |
Might have to undo #3458 to get The test passes if we undo the strip host port configuration and add back the virtualhost domain match for The reason we added this in the first place is you can't match on |
932c64f
to
beb66f0
Compare
rebased on #5437 |
Conformance is all passing, just got to fix whatever is up with e2e tests from #5437 |
beb66f0
to
e1347af
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 for all the work on this one @sunjayBhatia!
// Test adds multiple HTTP Listeners to the Gateway with | ||
// distinct ports. This is not supported in Contour until | ||
// multi-Listener support is added. | ||
// See: https://github.com/projectcontour/contour/issues/4960 | ||
tests.GatewayObservedGenerationBump.ShortName, |
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.
I've confirmed that this test will pass with #5160, will update that PR to remove it from the skipped tests
This PR still needs its own changelog file |
To ensure compatibility with upcoming release Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
to avoid controller-runtime panic when no log sink is set Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
panics due to warnings being logged in controller-runtime Also just curious to see what the warnings are Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
e1347af
to
685a968
Compare
To ensure compatibility with upcoming release
Fixes: #5336
Fixes: #5414