Add release notes for 1.1.0 and 1.1.1 to readme
This commit is contained in:
parent
2c46b03362
commit
ac71071e7b
|
|
@ -19,6 +19,7 @@ there is a big chance that it won't work as expected.
|
|||
|
||||
| Kubernetes Version | CA Version |
|
||||
|--------|--------|
|
||||
| 1.9.X | 1.1.X |
|
||||
| 1.8.X | 1.0.X |
|
||||
| 1.7.X | 0.6.X |
|
||||
| 1.6.X | 0.5.X, 0.6.X<sup>*</sup> |
|
||||
|
|
@ -29,6 +30,14 @@ there is a big chance that it won't work as expected.
|
|||
|
||||
# Notable changes
|
||||
|
||||
CA version 1.1.1:
|
||||
* Fixes around metrics in the multi-master configuration.
|
||||
* Fixes for unready nodes issues when quota is overrun.
|
||||
|
||||
CA version 1.1.0:
|
||||
* Added [Azure support](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/README.md).
|
||||
* Added support for pod priorities. More details [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-does-cluster-autoscaler-work-with-pod-priority-and-preemption).
|
||||
|
||||
CA version 1.0.3:
|
||||
* Adds support for safe-to-evict annotation on pod. Pods with this annotation
|
||||
can be evicted even if they don't meet other requirements for it.
|
||||
|
|
@ -112,4 +121,4 @@ Right now it is possible to run Cluster Autoscaler on:
|
|||
* GCE https://kubernetes.io/docs/concepts/cluster-administration/cluster-management/
|
||||
* GKE https://cloud.google.com/container-engine/docs/cluster-autoscaler
|
||||
* AWS https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/aws/README.md
|
||||
* Azure https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/README.md
|
||||
* Azure https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/README.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue