ingress-nginx-app release v3.2.0
This release contains security relevant changes. Please check your Ingress
resources for invalid annotations or paths before installing it.
Changed
- Values: Enable
controller.enableAnnotationValidations
by default. (#552)
NOTE: This change affects existing, new & updatedIngress
resources. Upstream is enabling this by default, too: https://github.com/kubernetes/ingress-nginx/issues/10186. - Values: Enable
controller.config.strict-validate-path-type
by default. (#553)
NOTE: This change affects new & updatedIngress
resources only. Upstream is enabling this by default, too: https://github.com/kubernetes/ingress-nginx/issues/10186.
See https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#strict-validate-path-type for further information.