Skip to content

Releases: kubernetes/ingress-nginx

GCE: 0.9.5

15 Jun 01:43
Compare
Choose a tag to compare

Image: gcr.io/google_containers/glbc:0.9.5

Major Changelog:

  • #863 Health check settings are migrated

NGINX: 0.9.0-beta.8

14 Jun 05:15
Compare
Choose a tag to compare
NGINX: 0.9.0-beta.8 Pre-release
Pre-release

Image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.8

Complete changelog here

GCE: 0.9.4

13 Jun 22:42
Compare
Choose a tag to compare

Image: gcr.io/google_containers/glbc:0.9.4

Major Changelog:

  • Rebase glbc on alpine:3.6
  • Set backend service description
  • Fix several out-of-bounds errors

NGINX: 0.9.0-beta.7

27 May 12:04
Compare
Choose a tag to compare
NGINX: 0.9.0-beta.7 Pre-release
Pre-release

Image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7

Complete changelog here

NGINX: 0.9.0-beta.6

25 May 01:38
Compare
Choose a tag to compare
NGINX: 0.9.0-beta.6 Pre-release
Pre-release

Image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6

Complete changelog here

GCE: 0.9.3

27 Apr 22:15
Compare
Choose a tag to compare

Image: gcr.io/google_containers/glbc:0.9.3

Major Changelog:

  • Bug fix: adding backends to existing backend-services #652
  • Bug fix: handling of secret-based SSL Certs #639
  • Add second LB healthcheck/proxy traffic source CIDR #574 #479
  • Support backside re-encryption (HTTPS) #519

Important Notes:

  • You now must specify the apiserver via flag. Ex: --apiserver-host=http://localhost:8080
  • Manually modified health check settings are replaced with defaults or readinessProbe settings.

NGINX: 0.9.0-beta.5

28 Apr 01:19
Compare
Choose a tag to compare
NGINX: 0.9.0-beta.5 Pre-release
Pre-release

Image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.5

Complete changelog here

NGINX: 0.9.0-beta.4

25 Apr 21:30
Compare
Choose a tag to compare
NGINX: 0.9.0-beta.4 Pre-release
Pre-release

Image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.4

New Features:

  • Add support for services of type ExternalName

Complete changelog here

NGINX: 0.9.0-beta.3

14 Mar 20:59
Compare
Choose a tag to compare
NGINX: 0.9.0-beta.3 Pre-release
Pre-release

Image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.3

New Features:

  • Custom log formats using log-format-upstream directive in the configuration configmap.
  • Force redirect to SSL using the annotation ingress.kubernetes.io/force-ssl-redirect
  • Prometheus metric for VTS status module (transparent, just enable vts stats)
  • Improved external authentication adding ingress.kubernetes.io/auth-signin annotation. Please check this example

Breaking changes:

  • ssl-dh-param configuration in configmap is now the name of a secret that contains the Diffie-Hellman key

Complete changelog here

GCE: 0.9.2

08 Mar 05:15
Compare
Choose a tag to compare

Image: gcr.io/google_containers/glbc:0.9.2

Major Changelog:

  • Fixes bug regarding firewalls for federated ingress. See #278
  • Bases docker image off Alpine linux. See #384 and kubernetes/kubernetes#40248
  • Beta feature: ability for the controller to utilize an existing certificate on GCP. See #291