Skip to content

NGINX Ingress Controller - v1.2.0 beta 0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rikatz rikatz released this 14 Apr 17:28
· 1867 commits to main since this release
db4aeea

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.0