From ceb963e0087906bc1f33da19a79e3a35bf9dc6de 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 +++++ CHANGELOG-3.2.md | 5 +++++ CHANGELOG-3.3.md | 14 ++++++++++++++ 3 files changed, 24 insertions(+) diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index a51ca6e175f..8cbb04f1d57 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: \". This change unified the error message, all error types + now have the same output "\ is unhealthy: failed to commit proposal: \". ### Metrics, Monitoring diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index 2eaf3648783..7f806d212a4 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -14,6 +14,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: \". This change unified the error message, all error types + now have the same output "\ is unhealthy: failed to commit proposal: \". ### Metrics, Monitoring diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 8d940b23c25..1e5a1c845d7 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -9,6 +9,20 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2.
+## [v3.3.14](https://github.com/etcd-io/etcd/releases/tag/v3.3.14) (2019-TBD) + +### etcdctl + +- 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: \". This change unified the error message, all error types + now have the same output "\ is unhealthy: failed to commit proposal: \". + + +
+ + ## [v3.3.13](https://github.com/etcd-io/etcd/releases/tag/v3.3.13) (2019-05-02) See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.12...v3.3.13) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes. **Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md).**