Merge pull request #455 from bskiba/rn

Fix release notes for 1.0.2
This commit is contained in:
Marcin Wielgus 2017-11-07 11:50:57 +01:00 committed by GitHub
commit 6fff06f1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ there is a big chance that it won't work as expected.
# Notable changes
CA Version 1.0.2:
* Fixes issues with autoscaling node groups using GPU on GKE (https://github.com/kubernetes/kubernetes/issues/54959, https://github.com/kubernetes/autoscaler/pull/401) and AWS (https://github.com/kubernetes/autoscaler/issues/321).
* Fixes issues with scaling node groups using GPU from 0 to 1 on GKE (https://github.com/kubernetes/autoscaler/pull/401) and AWS (https://github.com/kubernetes/autoscaler/issues/321).
* Fixes a bug where goroutines performing API calls were leaking when using dynamic config on AWS (https://github.com/kubernetes/autoscaler/issues/252).
* Node Autoprovisioning support for GKE (the implementation was included in 1.0.0, but this release includes some bugfixes and introduces metrics and events).