From 8fd423332efd02dfde62a794fd4b7442cbeb59c5 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Wed, 12 Jul 2023 17:02:09 +0100 Subject: [PATCH] Changelog: add items to cover the fix of bumping go to 1.19.11 Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 5 +++++ CHANGELOG/CHANGELOG-3.5.md | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 604927b1ce4..10768c5adce 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -2,6 +2,11 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.3.md). +## v3.4.28 (tbd) + +### Dependencies +- Compile binaries using [go 1.19.11](https://github.com/etcd-io/etcd/pull/16228). +
## v3.4.27 (2023-07-11) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index d20def4bbf8..5d2bb3a0978 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -16,15 +16,16 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### etcdctl v3 - Add [optional --bump-revision and --mark-compacted flag to etcdctl snapshot restore operation](https://github.com/etcd-io/etcd/pull/16165). -### Dependencies -- Compile binaries using [go 1.19.10](https://github.com/etcd-io/etcd/pull/16033). - ### etcd grpc-proxy - Fix [Memberlist results not updated when proxy node down](https://github.com/etcd-io/etcd/pull/15907). ### Package `clientv3` - Fix [Multiple endpoints with same prefix got mixed up](https://github.com/etcd-io/etcd/pull/15939) - Fix [Unexpected blocking when barrier waits on a nonexistent key](https://github.com/etcd-io/etcd/pull/16188) + +### Dependencies +- Compile binaries using [go 1.19.11](https://github.com/etcd-io/etcd/pull/16227). +
## v3.5.9 (2023-05-11)