Skip to content

Commit 5b03110

Browse files
committed
CHANGELOG: update from cherry pick of etcd-io#9540
1 parent 2f7121b commit 5b03110

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG-3.1.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2.
1313
### etcdctl
1414

1515
- [Strip out insecure endpoints from DNS SRV records when using discovery](https://github.com/etcd-io/etcd/pull/10443) with etcdctl v2
16+
- Add [`etcdctl endpoint health --write-out` support](https://github.com/etcd-io/etcd/pull/9540).
17+
- Previously, [`etcdctl endpoint health --write-out json` did not work](https://github.com/etcd-io/etcd/issues/9532).
18+
- The command output is changed. Previously, if endpoint is unreachable, the command output is
19+
"<endpoint> is unhealthy: failed to connect: <error message>". The change unified the error message, all error types
20+
will have the same output "<endpoint> is unhealthy: failed to commit proposal: <error message>".
1621

1722
### Metrics, Monitoring
1823

0 commit comments

Comments
 (0)