[3.5] CHANGELOG: support multiple values for allowed client and peer TLS identities

Signed-off-by: lhy1024 <admin@liudos.us>
This commit is contained in:
lhy1024 2024-06-25 20:49:56 +08:00
parent a897676d54
commit e7f51cbd5f

View File

@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- Fix [add prometheus metric registration for metric `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/18174).
- Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18160)
### Dependencies
- Compile binaries using [go 1.21.11](https://github.com/etcd-io/etcd/pull/18129).