API versions: v1beta1, v1alpha2
This release includes a number of bug fixes and clarifications:
API Spec
- The spec has been clarified to state that the port specified in BackendRef
refers to the Service port number, not the target port, when a Service is
referenced. #1332 - The spec has been clarified to state that "Accepted" should be used instead of
"Attached" on HTTPRoute.
#1382
Webhook:
- The duplicate gateway-system namespace definitions have been removed.
#1387 - The webhook has been updated to watch v1beta1.
#1365
Conformance:
- The expected condition for a cross-namespace certificate reference that has
not been allowed by a ReferenceGrant has been changed from
"InvalidCertificateRef" to "RefNotPermitted" to more closely match the spec.
#1351 - A new test has been added to cover when a Gateway references a Secret that
does not exist
#1334