This version drops support for kubernetes versions below 1.22.0.
Updates
- Update kong/kubernetes-ingress-controller to 2.7.0. More information can be found in the Changelog entry of the kong kubernetes Ingress controller.
This version drops support for kubernetes versions below 1.22.0.
PodSecurityPolicy for Kubernetes >= v1.25. (#352)Please upgrade to any v2.18.x version before upgrading to this release or above since the controller image contained in there migrates your setup to the Lease API.
Additionally the controller version included in this release deprecates some metric names and introduces others as a replacement. See this PR and the upstream docs for more details.
controller.service.externalTrafficPolicy and controller.service.internal.externalTrafficPolicy to only allow Local and Cluster. (#344)controller.service.loadBalancerSourceRanges & controller.service.internal.loadBalancerSourceRanges for configuring source IP address ranges which can access the ingress service.capa provider.capa provider.configmap.use-proxy-protocol by default for AWS. Hint: Before this was achieved by cluster-operator setting configmap.use-proxy-protocol in the cluster values.