From d0f5f1ba20ad01770c05840a7884a0ea46019ff0 Mon Sep 17 00:00:00 2001 From: Hitoshi Mitake Date: Sat, 29 Oct 2022 14:13:42 +0900 Subject: [PATCH] update changelogs of 3.4 and 3.5 for backporting PR 14574 and 14647 Signed-off-by: Hitoshi Mitake --- CHANGELOG/CHANGELOG-3.4.md | 1 + CHANGELOG/CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 95b9d9c50..24f53cfbc 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -10,6 +10,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14530) - Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14548) - Fix [avoid closing a watch with ID 0 incorrectly](https://github.com/etcd-io/etcd/pull/14562) +- Fix [auth: fix data consistency issue caused by recovery from snapshot](https://github.com/etcd-io/etcd/pull/14649) ### Package `netutil` - Fix [netutil: add url comparison without resolver to URLStringsEqual](https://github.com/etcd-io/etcd/pull/14577) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index a24c44a28..651b874c1 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -9,6 +9,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### etcd server - Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14547) - Fix [avoid closing a watch with ID 0 incorrectly](https://github.com/etcd-io/etcd/pull/14563) +- Fix [auth: fix data consistency issue caused by recovery from snapshot](https://github.com/etcd-io/etcd/pull/14648) ### Package `netutil` - Fix [netutil: add url comparison without resolver to URLStringsEqual](https://github.com/etcd-io/etcd/pull/14573)