Merge pull request #18219 from lhy1024/add-etcd-log

[3.5] CHANGELOG: support multiple values for allowed client and peer …
This commit is contained in:
James Blair 2024-06-26 12:16:19 +12:00 committed by GitHub
commit 21e5876f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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).