Merge pull request #14524 from dusk125/update-changelog

Update 3.4, 3.5, and 3.6 changelogs for adding configurable cipher list to gRPC proxy
This commit is contained in:
Benjamin Wang
2022-10-29 05:57:40 +08:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
<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.
## v3.4.21 (2022-09-15)
### etcd server

View File

@@ -18,6 +18,11 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
<hr>
## v3.5.6 (TBD)
### etcd grpc-proxy
- Add [`etcd grpc-proxy start --listen-cipher-suites`](https://github.com/etcd-io/etcd/pull/14500) flag to support adding configurable cipher list.
## v3.5.5 (2022-09-15)
### Deprecations