From 5b031105d39e579fd99118ff71a99a2c7d5569f2 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Tue, 4 Jun 2019 16:29:30 -0700 Subject: [PATCH] CHANGELOG: update from cherry pick of #9540 --- CHANGELOG-3.1.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index a51ca6e175f9..e0a49500682f 100644 --- a/CHANGELOG-3.1.md +++ b/CHANGELOG-3.1.md @@ -13,6 +13,11 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2. ### etcdctl - [Strip out insecure endpoints from DNS SRV records when using discovery](https://github.com/etcd-io/etcd/pull/10443) with etcdctl v2 +- Add [`etcdctl endpoint health --write-out` support](https://github.com/etcd-io/etcd/pull/9540). + - Previously, [`etcdctl endpoint health --write-out json` did not work](https://github.com/etcd-io/etcd/issues/9532). + - The command output is changed. Previously, if endpoint is unreachable, the command output is + " is unhealthy: failed to connect: ". The change unified the error message, all error types + will have the same output " is unhealthy: failed to commit proposal: ". ### Metrics, Monitoring