Merge pull request #14677 from ahrtr/3.4.22

changelog: update 3.4.22's release date
This commit is contained in:
Marek Siarkowicz 2022-11-07 09:50:15 +01:00 committed by GitHub
commit 5268db50ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
<hr>
## v3.4.22 (TBD)
## v3.4.22 (2022-11-02)
### etcd server
- Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14530)
@ -18,13 +18,11 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Package `clientv3`
- Fix [Add backoff before retry when watch stream returns unavailable](https://github.com/etcd-io/etcd/pull/14581).
<hr>
## v3.4.22 (TBD)
### etcd grpc-proxy
- Add [`etcd grpc-proxy start --listen-cipher-suites`](https://github.com/etcd-io/etcd/pull/14601) flag to support adding configurable cipher list.
<hr>
## v3.4.21 (2022-09-15)
### etcd server