Added
- Add support for
DNSEndpointCRs. See README for further information.
DNSEndpoint CRs. See README for further information.kube-system as namespace.This release contains a breaking change introduced by a change to the spec.controller value of the IngressClass installed by this Helm chart.
Before upgrading to this version, you’ll need to manually delete the IngressClass managed by this Helm chart.
kubectl delete ingressclass <class name, "kong" by default>
More information in the upstream “Upgrade considerations” documentation.
node.cloudprovider.kubernetes.io/uninitialized.coredns to upstream version 1.8.7.v0.51.0 to fix CVE-2022-0778 in OpenSSL and CVE-2022-23308 in libxml2. It also upgrades Alpine to 3.14.4 and nginx to 1.19.10. (#294)--ingress-class to use configuration value controller.ingressClassResource.name. This enables backwards compatibility with kubernetes.io/ingress.class annotations on Ingresses. (#292)ingressClassByName to enable or disable processing IngressClass per name (additionally as per spec.controller) (Default: false). (#292)v1.1.3 to fix CVE-2022-0778 in OpenSSL and CVE-2022-23308 in libxml2. It also upgrades Alpine to 3.14.4 and nginx to 1.19.10. (#292)affinity and topologySpreadConstraints to make sure pods are spread evenly across zones.