Skip to content

NGINX Ingress Controller - v1.1.0 - We did quite a mess :)

Compare
Choose a tag to compare
@rikatz rikatz released this 23 Nov 23:20
· 1661 commits to main since this release
843a16a

Ingress NGINX v1.1.0 is HERE! Thanks to @strongjz for adding the new feature and fixing a breaking change we introduced in the last release 🤦

Image:

  • k8s.gcr.io/ingress-nginx/controller:v1.1.0@sha256:f766669fdcf3dc26347ed273a55e754b427eb4411ee075a53f30718b4499076a

This release makes the annotation annotation-value-word-blocklist backwards compatible by being an empty list instead of prescribed defaults.
Effectively reverting 7874 but keeping the functionality of annotation-value-word-blocklist

See Issue 7939 for more discussion

Admins should still consider putting a reasonable block list in place, more information on why can be found here and how in our documentation here

Changes:

  • 7963 Change sanitization message from error to warning (#7963)
  • 7942 update default block list,docs, tests (#7942)
  • 7948 applied allowPrivilegeEscalation=false (#7948)
  • 7941 update build for darwin arm64 (#7941)