From 1c455d4993a3ab412b68f49868901c20e5f4c162 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Wed, 10 May 2023 19:23:12 +0800 Subject: [PATCH] changelog: add items to cover the fix that LeaseTimeToLive API may return keys to clients which have no read permission on the keys Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 4 ++++ CHANGELOG/CHANGELOG-3.5.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index cb95d49a5..283bc37e2 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -6,6 +6,10 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ## v3.4.26 (tbd) +### etcd server +- Fix [LeaseTimeToLive API may return keys to clients which have no read permission on the keys](https://github.com/etcd-io/etcd/pull/15814). + + ### Dependencies - Compile binaries using [go 1.19.9](https://github.com/etcd-io/etcd/pull/15823) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 9299e872d..1b9d3d410 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ## v3.5.9 (tbd) +### etcd server +- Fix [LeaseTimeToLive API may return keys to clients which have no read permission on the keys](https://github.com/etcd-io/etcd/pull/15815). + ### Dependencies - Compile binaries using [go 1.19.9](https://github.com/etcd-io/etcd/pull/15822).