Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start changelog file #205

Merged
merged 1 commit into from
Apr 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

### 1.1.0
**Image:** `k8s.gcr.io/ingress-gce-glbc-amd64:v1.1.0`

*New Features:*
- [#146](https://github.com/kubernetes/ingress-gce/pull/146) Add alpha support of HTTP2 services.
- [#195](https://github.com/kubernetes/ingress-gce/pull/195) Add support of multiple certificates.

*Major Changes:*
- [#189](https://github.com/kubernetes/ingress-gce/pull/189) Build binaries with Go 1.10.1 (previously 1.9).
- [#199](https://github.com/kubernetes/ingress-gce/pull/199) Only update instance group named ports with ports targeted by the syncing ingress - not all ingresses.

### 1.0.1

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

*Major Changes:*
- [#187](https://github.com/kubernetes/ingress-gce/pull/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](https://github.com/kubernetes/ingress-gce/pull/148) Add rate limiting of GCP API calls, configurable through flags.
- [#121](https://github.com/kubernetes/ingress-gce/pull/121) Add HTTP endpoint enabling users to change the verbosity level at runtime.

*Major Changes:*
- [#133](https://github.com/kubernetes/ingress-gce/pull/133) Emit event when TLS cert cannot be found.
- [#123](https://github.com/kubernetes/ingress-gce/pull/123) Only sync backend services and health checks for services targeted by the syncing ingress - not all ingresses.
- [#122](https://github.com/kubernetes/ingress-gce/pull/122) Firewall now opens up the entire nodeport range to GCP health checkers and proxies.
- [#106](https://github.com/kubernetes/ingress-gce/pull/106) Only sync front-end loadbalancer resources of the syncing ingress - not all ingresses.