Skip to content

NGINX: 0.9.0-beta.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@aledbf aledbf released this 27 Nov 17:25
27c8630

Image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18

Breaking changes:

  • The NGINX ingress annotations contains a new prefix nginx.ingress.kubernetes.io. This change is behind a flag to avoid breaking running deployments.
    To avoid breaking a running NGINX ingress controller add the flag
    --annotations-prefix=ingress.kubernetes.io to the nginx ingress controller deployment.

There is one exception, the annotation kubernetes.io/ingress.class remains unchanged (this annotation is used in multiple ingress controllers)

New Features:

  • NGINX 1.13.7
  • Support for s390x
  • e2e tests

Complete changelog here