From e7f51cbd5f057ff509bc246b846523a6e808f7ce Mon Sep 17 00:00:00 2001 From: lhy1024 Date: Tue, 25 Jun 2024 20:49:56 +0800 Subject: [PATCH] [3.5] CHANGELOG: support multiple values for allowed client and peer TLS identities Signed-off-by: lhy1024 --- CHANGELOG/CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 478e08b3e90..b1273ccb922 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -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).