Connectivity
Changed
- Update controller container image to
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) - Added team ownership to default labels. (#294)
Added
- Controller flag
--ingress-class to use configuration value controller.ingressClassResource.name. This enables backwards compatibility with kubernetes.io/ingress.class annotations on Ingresses. (#292) - Configuration value
ingressClassByName to enable or disable processing IngressClass per name (additionally as per spec.controller) (Default: false). (#292)
Changed
- Added team ownership to default labels.
- Update controller container image to
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)
Added
- Added team ownership to default labels.
- Default
affinity and topologySpreadConstraints to make sure pods are spread evenly across zones.
Added
- Add VerticalPodAutoscaler CR.
Fixes
- Pin user and group ID to 1000 in CRD install helm hook job
Added
- First release featuring upstream version 1.21.4.
Added
- Added
maxSurge parameter to values for the controller deployment strategy.
Fixes
- Handle empty
image.registry in CRD install job
Added
- CRD update job via helm hooks
Updates
- Align with upstream chart version 2.7.0
- Update kong/kubernetes-ingress-controller to 2.2.1
Fixes
- Disable Secrets creation validation in ValidatingWebhookConfiguration. This fixes deployments with
ingressController.admissionWebhook.enabled in values.
Updates