Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 2.09 KB

Changelog

1.1.1

Image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.1.1

Major Changes:

  • #213 Fix for controller error when an ingress has multiple secrets backed by the same certificate.

1.1.0

Image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.1.0

New Features:

  • #146 Add alpha support of HTTP2 services.
  • #195 Add support of multiple certificates.

Major Changes:

  • #189 Build binaries with Go 1.10.1 (previously 1.9).
  • #199 Only update instance group named ports with ports targeted by the syncing ingress - not all ingresses.

Known Issues:

  • #213 Controller may orphan certificates if two secrets with the same certificate are referenced from the same ingress.

1.0.1

Image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.0.1

Major Changes:

  • #187 Fix sync of multi-cluster ingress objects.

1.0.0

Image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.0.0

New Features:

  • #148 Add rate limiting of GCP API calls, configurable through flags.
  • #121 Add HTTP endpoint enabling users to change the verbosity level at runtime.

Major Changes:

  • #133 Emit event when TLS cert cannot be found.
  • #123 Only sync backend services and health checks for services targeted by the syncing ingress - not all ingresses.
  • #122 Firewall now opens up the entire nodeport range to GCP health checkers and proxies.
  • #106 Only sync front-end loadbalancer resources of the syncing ingress - not all ingresses.