From ed0730c02ecba397af31910879642cae32e60ab3 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Tue, 6 Sep 2022 05:19:45 +0800 Subject: [PATCH] update changelog for 3.4, 3.5 and 3.6 for the potential data loss in one-node cluster Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 9 +++++++++ CHANGELOG/CHANGELOG-3.5.md | 1 + CHANGELOG/CHANGELOG-3.6.md | 1 + 3 files changed, 11 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index a5f478f3a..d2f68408b 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -4,6 +4,13 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
+## v3.4.21 (TBD) + +### etcd server +- Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14423) + +
+ ## v3.4.20 (2022-08-06) ### Package `clientv3` @@ -22,6 +29,8 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Fix [Grant lease with negative ID can possibly cause db out of sync](https://github.com/etcd-io/etcd/pull/14239) - Fix [non mutating requests pass through quotaKVServer when NOSPACE](https://github.com/etcd-io/etcd/pull/14254) +
+ ## v3.4.19 (2022-07-12) See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.18...v3.4.19) and [v3.4 upgrade guide](https://etcd.io/docs/latest/upgrades/upgrade_3_4/) for any breaking changes. diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 825d6c682..235acdbc5 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -20,6 +20,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [Restrict the max size of each WAL entry to the remaining size of the WAL file](https://github.com/etcd-io/etcd/pull/14127). - Fix [Protect rangePermCache with a RW lock correctly](https://github.com/etcd-io/etcd/pull/14227) - Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14272) +- Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14424) ### Other - [Bump golang.org/x/crypto to latest version](https://github.com/etcd-io/etcd/pull/13996) to address [CVE-2022-27191](https://github.com/advisories/GHSA-8c26-wmh5-6g9v). diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index 7367557fc..1f8a1455a 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -77,6 +77,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - Fix [Defrag unsets backend options](https://github.com/etcd-io/etcd/pull/13679). - Fix [Restrict the max size of each WAL entry to the remaining size of the WAL file](https://github.com/etcd-io/etcd/pull/14122). - Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14272) +- Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14400) ### etcd grpc-proxy