v0.2.0
This release brings in minor enhancements, a few bug fixes and tons of documentation updates.
API Version: v1alpha1
API changes
Service APIs has been renamed to Gateway API.
#536.
GatewayClass
- The default status condition of GatewayClass resource is now
Admitted:false
instead ofInvalidParameters:Unknown
.
#471. GatewayClass.spec.parametersRef
now has an optionalnamespace
field to
refer to a namespace-scoped resource in addition to cluster-scoped resource.
#543.
Gateway
spec.listeners[].tls.mode
now defaults toTerminate
.
#518.- Empty
hostname
in a listener matches all request.
#525.
HTTPRoute
- New
set
property has been introduced forHTTPRequestHeader
Filter. Headers
specified underset
are overriden instead of added.
#475.
Misc
- Maximum limit for
forwardTo
has been increased from4
to16
for all
route types.
#493. - Various changes have been made in the Kubernetes and Go API to align with
upstream Kubernetes API conventions. Some of the fields have been changed to
pointers in the Go API for this reason.
#538.
Documentation
There are minor improvements to docs all around.
New guides, clarifications and various typos have been fixed.