github kubernetes/ingress-nginx controller-v1.0.5
NGINX Ingress Controller - v1.0.5

latest releases: helm-chart-4.10.1, controller-v1.10.1, controller-v1.10.0...
2 years ago

Ingress NGINX v1.0.5 is HERE! Thanks for all the contributors for the new features and the bug fixes: @zryfish, @larivierec, @fblgit, @ctron and @rahil-p

Image:

  • k8s.gcr.io/ingress-nginx/controller:v1.0.5@sha256:55a1fcda5b7657c372515fe402c3e39ad93aa59f6e4378e82acd99912fe6028d

Possible Breaking Change
We now implement string sanitization in annotation values. This means that words like "location", "by_lua" and
others will drop the reconciliation of an Ingress object.

Users from mod_security and other features should be aware that some blocked values may be used by those features
and must be manually unblocked by the Ingress Administrator.

For more details please check https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#annotation-value-word-blocklist

Changes:

  • 7874 Add option to sanitize annotation inputs
  • 7854 Add brotli-min-length configuration option
  • 7800 Fix thread synchronization issue
  • 7711 Added AdmissionController metrics
  • 7614 Support cors-allow-origin with multiple origins
  • 7472 Support watch multiple namespaces matched witch namespace selector

Don't miss a new ingress-nginx release

NewReleases is sending notifications on new releases.