CHANGELOG-3.5: update from 11564

This commit is contained in:
EDDYCJY 2020-02-19 16:00:07 +08:00
parent 3898452b54
commit b3b75c8f56

View File

@ -95,6 +95,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Fix ["kube-apiserver: failover on multi-member etcd cluster fails certificate check on DNS mismatch" (kubernetes#83028)](https://github.com/kubernetes/kubernetes/issues/83028).
- Fix [IPv6 endpoint parsing in client](https://github.com/etcd-io/etcd/pull/11211).
- Fix ["1.16: etcd client does not parse IPv6 addresses correctly when members are joining" (kubernetes#83550)](https://github.com/kubernetes/kubernetes/issues/83550).
- Fix [errors caused by grpc changing balancer/resolver API](https://github.com/etcd-io/etcd/pull/11564). This change is compatible with grpc> = 1.27.0 and is no longer compatible with grpc < 1.27.0.
### etcdctl v3