-
Notifications
You must be signed in to change notification settings - Fork 680
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: update to v0.4.3, add validating webhook #4489
Conversation
f2651bc
to
cc4aeb5
Compare
@@ -63,28 +63,6 @@ func testInvalidForwardTo(namespace string) { | |||
}, | |||
}, | |||
}, | |||
|
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.
This route rule without a port in the backend ref is now rejected by the webhook, so dropping it to allow the test to pass.
Codecov Report
@@ Coverage Diff @@
## main #4489 +/- ##
=======================================
Coverage 76.77% 76.77%
=======================================
Files 139 139
Lines 12728 12728
=======================================
Hits 9772 9772
Misses 2702 2702
Partials 254 254 |
cc4aeb5
to
5255e0f
Compare
Thinking we should hold this one until there is a release-tagged image for the webhook, otherwise we're using a
We could add some scriptery to replace |
When Rob cuts a 0.4.3 Gateway API release, we will get a versioned webhook, so I agree we should hold until then. |
Updates the version of Gateway API to v0.4.3 and adds the validating webhook from that version to Contour's example YAML files and E2E tests. Closes projectcontour#3807. Signed-off-by: Steve Kriss <krisss@vmware.com>
This is now updated for Gateway API v0.4.3 |
…#4489) Updates the version of Gateway API to v0.4.3 and adds the validating webhook from that version to Contour's example YAML files and E2E tests. Closes projectcontour#3807. Signed-off-by: Steve Kriss <krisss@vmware.com>
Updates the version of Gateway API to v0.4.3 and adds the validating webhook from that version to Contour's example YAML files and E2E tests. Closes #3807. Signed-off-by: Steve Kriss <krisss@vmware.com>
Updates the version of Gateway API to
v0.4.3 and adds the validating webhook
from that version to Contour's example
YAML files and E2E tests.
Closes #3807.
Signed-off-by: Steve Kriss krisss@vmware.com