Skip to content

Commit 25412f9

Browse files
authored
Merge pull request #10789 from jingyih/update_changelog_from_9540
CHANGELOG: update from cherry picks of #9540
2 parents ea45cd6 + ceb963e commit 25412f9

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-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\>". This change unified the error message, all error types
20+
now have the same output "\<endpoint\> is unhealthy: failed to commit proposal: \<error message\>".
1621

1722
### Metrics, Monitoring
1823

CHANGELOG-3.2.md

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

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

1823
### Metrics, Monitoring
1924

CHANGELOG-3.3.md

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ The minimum recommended etcd versions to run in **production** are 3.1.11+, 3.2.
99
<hr>
1010

1111

12+
## [v3.3.14](https://github.com/etcd-io/etcd/releases/tag/v3.3.14) (2019-TBD)
13+
14+
### etcdctl
15+
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\>". This change unified the error message, all error types
20+
now have the same output "\<endpoint\> is unhealthy: failed to commit proposal: \<error message\>".
21+
22+
23+
<hr>
24+
25+
1226
## [v3.3.13](https://github.com/etcd-io/etcd/releases/tag/v3.3.13) (2019-05-02)
1327

1428
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).**

0 commit comments

Comments
 (0)