Skip to content

Commit

Permalink
CHANGELOG: update from cherry pick of etcd-io#9540
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyih committed Jun 4, 2019
1 parent 2f7121b commit a8f32bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
"\<endpoint\> is unhealthy: failed to connect: \<error message\>". The change unified the error message, all error types
will have the same output "\<endpoint\> is unhealthy: failed to commit proposal: \<error message\>".

### Metrics, Monitoring

Expand Down

0 comments on commit a8f32bd

Please sign in to comment.