github kubernetes-sigs/gateway-api v0.2.0

latest releases: v1.1.0, v1.1.0-rc2, v1.1.0-rc1...
3 years ago

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 of InvalidParameters:Unknown.
    #471.
  • GatewayClass.spec.parametersRef now has an optional namespace field to
    refer to a namespace-scoped resource in addition to cluster-scoped resource.
    #543.

Gateway

  • spec.listeners[].tls.mode now defaults to Terminate.
    #518.
  • Empty hostname in a listener matches all request.
    #525.

HTTPRoute

  • New set property has been introduced for HTTPRequestHeader Filter. Headers
    specified under set are overriden instead of added.
    #475.

Misc

  • Maximum limit for forwardTo has been increased from 4 to 16 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.

Don't miss a new gateway-api release

NewReleases is sending notifications on new releases.