Skip to content

Release 1.28.2

Choose a tag to compare

@sreejithgs sreejithgs released this 07 Dec 10:46
· 243 commits to master since this release

Version 1.28.2

Enhancements

Deploying Citrix ingress controller with minimal privileges

  • A new environment variable SCOPE is introduced. You can set the value of the SCOPE environment variable as local or cluster. When you set this variable as local, Citrix ingress controller is deployed with a Role binding that has limited privileges. You can use this option when you want to deploy Citrix ingress controller with minimal privileges for a particular namespace with Role binding. By default, the value of SCOPE is set as cluster and Citrix ingress controller is deployed with the ClusterRole binding. For more information, see deploy Citrix ingress controller for a namespace.

OpenShift Operator version update

  • Citrix ingress controller OpenShift Operator version is now updated to 1.28.2.

Fixed issues

  • When Citrix IPAM controller is already configured and Citrix ingress controller is provided with NS_VIP and NS_SVC_LB_DNS_REC, DNS records were getting created spuriously even for virtual IP addresses assigned using NS_VIP. This behavior was occurring for services of type LoadBalancer. Now, DNS address records are added on Citrix ADC only for the IP addresses assigned by Citrix IPAM controller.

Known issues

  • RBAC Role does not support kind: IngressClass.