From 881fd20b176ea7634fe94d7b90467a34b8a27cf7 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 6 Apr 2018 11:34:23 -0700 Subject: [PATCH] CHANGELOG-3.4: add "endpoint health" fix Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index d5f9c62a7..3e47c8927 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -141,6 +141,8 @@ See [security doc](https://github.com/coreos/etcd/blob/master/Documentation/op-g - Add [`defrag --cluster`](https://github.com/coreos/etcd/pull/9390) flag. - Add ["raft applied index" field to `endpoint status`](https://github.com/coreos/etcd/pull/9176). - Add ["errors" field to `endpoint status`](https://github.com/coreos/etcd/pull/9206). +- Add [`endpoint health --write-out` support](https://github.com/coreos/etcd/pull/9540). + - Previously, [`endpoint health --write-out json` did not work](https://github.com/coreos/etcd/issues/9532). ### Added: gRPC gateway