Skip to content

v0.10.3

Latest
Compare
Choose a tag to compare
@subashd subashd released this 01 Aug 11:50

Citrix xDS Adaptor v0.10.3

What’s new

Support for go-control-plane v0.10.3

The current release of the Citrix xDS-adaptor is compatible with xDS servers based on go-control-plane:v0.10.3

Support for Istio v1.14

The current release of the Citrix xDS-adaptor is compatible with Istio v1.14 onwards. This version of Citrix xDS-Adaptor is also backward compatible with Istio v1.10 onwards.

Support for traffic shifting for TCP clusters

Earlier versions of Citrix xDS-Adaptor support Traffic Shifting for HTTP based clusters. With the current release, this support is now also extended for TCP based clusters.

Provision to NOT create SSL vserver by default on port 443

Traditionally, when a listener resource on port 443 is received from xDS server, Citrix xDS-Adaptor creates a SSL type vserver for port 443. This behaviour is true even if the protocol type is mentioned TCP in the Gateway CRD. With the current release, an environment variable DEFAULT_SSL_LISTENER_ON_443 is provided that can modify the behaviour. If DEFAULT_SSL_LISTENER_ON_443 is set to true(default mode), then SSL type vserver will always be created for listener 0.0.0.0:443 irrespective of the absence of tlsContext. If DEFAULT_SSL_LISTENER_ON_443 is set to false, then the provided protocol type will be used to create vserver.