Skip to content

NGINX Ingress Controller - v1.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rikatz rikatz released this 29 Jul 19:14
6663c7a

THIS IS A BREAKING CHANGE

This release only supports Kubernetes versions >= v1.19. The support for Ingress Object in networking.k8s.io/v1beta is being dropped and manifests should now use networking.k8s.io/v1.

Image:

  • k8s.gcr.io/ingress-nginx/controller:v1.0.0-beta.1@sha256:f058f3fdc940095957695829745956c6acddcaef839907360965e27fd3348e2e

New Features:

  • [#7156] Drops support for Ingress Object v1beta1

Changes:

  • #7341 Fix IngressClass logic for newer releases (#7341)
  • #7355 Downgrade Lua modules for s390x (#7355)
  • #7319 Lower webhook timeout for digital ocean (#7319)
  • #7161 fix: allow scope/tcp/udp configmap namespace to altered (#7161)
  • #7331 Fix forwarding of auth-response-headers to gRPC backends (#7331)
  • #7332 controller: ignore non-service backends (#7332)
  • #7314 Add configuration to disable external name service feature
  • #7313 Add file containing stable release
  • #7311 Handle named (non-numeric) ports correctly
  • #7308 Updated v1beta1 to v1 as its deprecated
  • #7298 Speed up admission hook by eliminating deep copy of Ingresses in CheckIngress
  • #7242 Retry to download maxmind DB if it fails
  • #7228 Discover mounted geoip db files
  • #7208 ingress/tcp: add additional error logging on failed
  • #7190 chart: using Helm builtin capabilities check
  • #7146 Use ENV expansion for namespace in args
  • #7107 Fix MaxWorkerOpenFiles calculation on high cores nodes
  • #7076 Rewrite clean-nginx-conf.sh in Go to speed up admission webhook
  • #7031 Remove mercurial from build
  • #6990 Use listen to ensure the port is free
  • #6944 Update proper default value for HTTP2MaxConcurrentStreams in Docs
  • #6940 Fix definition order of modsecurity directives