Skip to content

Commit b886bbc

Browse files
authored
Merge pull request #14443 from ahrtr/changelog_auth_restart_20220909
Updated changelog to cover the two issues
2 parents 92d8d7f + 01f2de6 commit b886bbc

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-3.4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
99
### etcd server
1010
- Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14423)
1111
- Fix [Panic due to nil log object](https://github.com/etcd-io/etcd/pull/14420)
12+
- Fix [authentication data not loaded on member startup](https://github.com/etcd-io/etcd/pull/14410)
13+
14+
### etcdctl v3
15+
16+
- Fix [etcdctl move-leader may fail for multiple endpoints](https://github.com/etcd-io/etcd/pull/14441)
1217

1318
<hr>
1419

CHANGELOG/CHANGELOG-3.5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
2323
- Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14272)
2424
- Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14424)
2525
- Fix [etcd fails to start after performing alarm list operation and then power off/on](https://github.com/etcd-io/etcd/pull/14429)
26+
- Fix [authentication data not loaded on member startup](https://github.com/etcd-io/etcd/pull/14409)
27+
28+
### etcdctl v3
29+
30+
- Fix [etcdctl move-leader may fail for multiple endpoints](https://github.com/etcd-io/etcd/pull/14434)
31+
2632

2733
### Other
2834
- [Bump golang.org/x/crypto to latest version](https://github.com/etcd-io/etcd/pull/13996) to address [CVE-2022-27191](https://github.com/advisories/GHSA-8c26-wmh5-6g9v).

CHANGELOG/CHANGELOG-3.6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).
3131
- [Always print the raft_term in decimal](https://github.com/etcd-io/etcd/pull/13711) when displaying member list in json.
3232
- [Add one more field `storageVersion`](https://github.com/etcd-io/etcd/pull/13773) into the response of command `etcdctl endpoint status`.
3333
- Add [`--max-txn-ops`](https://github.com/etcd-io/etcd/pull/14340) flag to make-mirror command.
34+
- Fix [etcdctl move-leader may fail for multiple endpoints](https://github.com/etcd-io/etcd/pull/14445)
3435

3536
### etcdutl v3
3637

@@ -80,6 +81,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).
8081
- Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14272)
8182
- Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14400)
8283
- Fix [etcd fails to start after performing alarm list operation and then power off/on](https://github.com/etcd-io/etcd/pull/14419)
84+
- Fix [authentication data not loaded on member startup](https://github.com/etcd-io/etcd/pull/14358)
8385

8486
### etcd grpc-proxy
8587

0 commit comments

Comments
 (0)