Skip to content

NGINX Ingress Controller - v1.2.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rikatz rikatz released this 17 Apr 20:28
· 1860 commits to main since this release
ef0ec5f

Images:

  • k8s.gcr.io/ingress-nginx/controller:v1.2.0-beta.1@sha256:7059739637c30865f74cae403fffa55c2cb6d9779cd15654480dd0e4f850d536
  • k8s.gcr.io/ingress-nginx/controller-chroot:v1.2.0-beta.1@sha256:5344d8367295be743703f19eea137e7a3253efc2d0ec8aee131b85d3258f9780

This new release contains the following changes that needs attention:

  • A new deep inspector for objects. Now every time an object gets to be reconciled/added, it will pass entirely through a validation (this may leed to some CPU increase)
  • The NGINX process now can be chrooted/jailed inside the ingress container, for security reasons. This option is disabled by default, and will be enable in future releases. This new option requires the SYS_CHROOT capability to be added to the Pod

What's Changed

New Contributors

Full Changelog: controller-v1.1.3...controller-v1.2.0-beta.1