Skip to content

Release 1.18.5

Choose a tag to compare

@sreejithgs sreejithgs released this 01 Oct 12:30
· 392 commits to master since this release

Version 1.18.5

What's New

HTTP callout using rewrite and responder CRD

An HTTP callout allows Citrix ADCs to generate and send an HTTP or HTTPS request to an external server as part of the policy evaluation and take the appropriate action based on the response obtained from the external server. Now, you can use the rewrite and responder CRD to initiate HTTP callout requests from a Citrix ADC.
For more information, see the HTTP callout documentation.

Kubernetes version 1.22 support

Citrix ingress controller now supports Kubernetes version 1.22. With Kubernetes version 1.22, support for some of the older API versions are removed. For detailed information on the changes, see the Kubernetes documentation.
Citrix ingress controller deployment YAMLs and Helm charts are updated in this release to support these changes.

Enhancements

Earlier, for WAF CRD spec.application_type attribute can be of type string or array. Now, only type array is supported. If WAF CRD is used, make sure that this attribute is used with the attribute type as array. The WAF policy will fail if the spec.application_type attribute is used as string and not changed to array.