From 63502df4daf3d4d4d3e1579cc6e24bc30f567027 Mon Sep 17 00:00:00 2001 From: ArkaSaha30 Date: Sat, 25 May 2024 13:58:32 +0530 Subject: [PATCH] CHANGELOG: add support AllowedCN and AllowedHostname Signed-off-by: ArkaSaha30 --- 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 bf53404cc62..050ed7c6f0a 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -13,6 +13,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Update [the compaction log when bootstrap](https://github.com/etcd-io/etcd/pull/17830). - Fix [Revision decreasing after panic during compaction](https://github.com/etcd-io/etcd/pull/17865) - Add [`etcd --experimental-stop-grpc-service-on-defrag`](https://github.com/etcd-io/etcd/pull/17914) to enable client failover on defrag. +- Add [support for `AllowedCN` and `AllowedHostname` through config file](https://github.com/etcd-io/etcd/pull/18063) ### etcdutl v3 - Add [`--initial-memory-map-size` to `snapshot restore` to avoid memory allocation issues](https://github.com/etcd-io/etcd/pull/17977)