You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates module, code, and docs to latest Gateway API release. Also removed the webhook-specific error message since the webhook is no longer necessary with the introduction of CEL. Validation error is still printed.
Copy file name to clipboardExpand all lines: conformance/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ update-nkg-manifest Update the NKG deployment manifest image names an
44
44
| PREFIX | conformance-test-runner | The prefix for the conformance test image |
45
45
| NKG_TAG | edge | The tag for the locally built NKG image |
46
46
| NKG_PREFIX | nginx-kubernetes-gateway | The prefix for the locally built NKG image |
47
-
| GW_API_VERSION | 0.7.1| Tag for the Gateway API version to check out. Set to `main` to get the latest version |
47
+
| GW_API_VERSION | 0.8.0| Tag for the Gateway API version to check out. Set to `main` to get the latest version |
48
48
| KIND_KUBE_CONFIG |~/.kube/kind/config | The location of the kubeconfig |
49
49
| GATEWAY_CLASS | nginx | The gateway class that should be used for the tests |
50
50
| SUPPORTED_FEATURES | HTTPRoute,HTTPRouteQueryParamMatching, HTTPRouteMethodMatching,HTTPRoutePortRedirect, HTTPRouteSchemeRedirect | The supported features that should be tested by the conformance tests. Ensure the list is comma separated with no spaces. |
0 commit comments