Skip to content

NGINX: 0.13.0

Compare
Choose a tag to compare
@aledbf aledbf released this 16 Apr 18:37
4bc943a

Image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.13.0

New Features:

  • NGINX 1.13.12
  • Support for gRPC:
    • The annotation nginx.ingress.kubernetes.io/grpc-backend: "true" enable this feature
    • If the gRPC service requires TLS nginx.ingress.kubernetes.io/secure-backends: "true"
  • Configurable load balancing with EWMA
  • Support for lua-resty-waf as alternative to ModSecurity. Check configuration guide
  • Support for session affinity when dynamic configuration is enabled.
  • Add NoAuthLocations and default it to "/.well-known/acme-challenge"

Complete changelog here