From 05a0e361aab40412d62c60e525a9ef12f57fc550 Mon Sep 17 00:00:00 2001 From: yoyinzyc Date: Mon, 3 Feb 2020 13:21:35 -0800 Subject: [PATCH] CHANGELOG-3.5: add for #11574 --- CHANGELOG-3.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 576c07a19..5843e9a1e 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -95,7 +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). - +- Use [ServerName as the authority](https://github.com/etcd-io/etcd/pull/11574) after bumping to grpc v1.26.0. Remove workaround in [#11184](https://github.com/etcd-io/etcd/pull/11184). ### etcdctl v3 - Fix [`etcdctl member add`](https://github.com/etcd-io/etcd/pull/11194) command to prevent potential timeout.