Release 1.2.0

This release notes document describes the enhancements and changes, fixed and known issues that exist for release 1.2.0.

NetScaler Kubernetes Gateway Controller release 1.2.0

What’s new

Support for cross-namespace routing

You can now enable cross-namespace routing by configuring the allowedRoutes field within each listener definition of your Gateway resource. The allowedRoutes field provides granular control over which namespaces are permitted to attach routes to a specific listener, allowing for flexible and secure multitenant or multi-team deployments.

For more information, see Namespace filters.

Support for RequestRedirect and RequestMirror filters

NetScaler Kubernetes Gateway Controller now supports the following filters:

  • RequestRedirect - Issues HTTP 3xx redirect responses and redirects users to different URLs, enforce HTTPS, or manage moved content gracefully.
  • RequestMirror - Sends a copy of the request to different backend services, which is highly beneficial for traffic shadowing. This filter allows testing of new service versions, performing analytics, or debugging issues without affecting the client’s response. The response from the mirrored backend is ignored.

For more information, see RequestRedirect and RequestMirror.

Release 1.2.0