From aff808ff0bde0b9f44741375bebe5fbc9d1c4598 Mon Sep 17 00:00:00 2001 From: Thomas Jungblut Date: Mon, 6 May 2024 08:37:14 +0200 Subject: [PATCH] Update changelog with quota to endpoint status response change from #17877 Signed-off-by: Thomas Jungblut --- CHANGELOG/CHANGELOG-3.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index 36df7a9b6..9725d54ae 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -75,6 +75,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - Decreased [`--snapshot-count` default value from 100,000 to 10,000](https://github.com/etcd-io/etcd/pull/15408) - Add [`etcd --tls-min-version --tls-max-version`](https://github.com/etcd-io/etcd/pull/15156) to enable support for TLS 1.3. - Add [`etcd --experimental-stop-grpc-service-on-defrag`](https://github.com/etcd-io/etcd/pull/16278) to enable client failover on defrag. +- Add [quota to endpoint status response](https://github.com/etcd-io/etcd/pull/17877) ### etcd grpc-proxy