Merge pull request #14854 from ahrtr/changelog_memberid_20221125

changelog: add items for both 3.4 and 3.5 changelog to cover the case of removing memberid from corrupt alarm
This commit is contained in:
Benjamin Wang 2022-11-25 17:01:18 +08:00 committed by GitHub
commit bad80dc2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Package `clientv3`
- Fix [Refreshing token on CommonName based authentication causes segmentation violation in client](https://github.com/etcd-io/etcd/pull/14792).
### etcd server
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14853).
<hr>

View File

@ -2,6 +2,14 @@
Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.4.md).
<hr>
## v3.5.7 (TBD)
### etcd server
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14852).
<hr>
## v3.5.6 (2022-11-21)