From dfc34284f3bd70ac63991508ec6b9b3a8e36a3a6 Mon Sep 17 00:00:00 2001 From: Lavish pal Date: Thu, 16 May 2024 21:55:25 +0530 Subject: [PATCH] changelog add 3.4 and 3.5 go 1.21.10 Signed-off-by: Lavish pal --- CHANGELOG/CHANGELOG-3.4.md | 1 + CHANGELOG/CHANGELOG-3.5.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 8d5a8057187..e8eaababdc6 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 [Memberlist results not updated when proxy node down](https://github.com/etcd-io/etcd/pull/17896). ### Dependencies +- Compile binaries using go [1.21.10](https://github.com/etcd-io/etcd/pull/17981). - Upgrade [bbolt to 1.3.10](https://github.com/etcd-io/etcd/pull/17945).
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index c6cdcfe884c..bf53404cc62 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -22,7 +22,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [initialization for mu in client context](https://github.com/etcd-io/etcd/pull/17699). ### Dependencies -- Compile binaries using [go 1.21.9](https://github.com/etcd-io/etcd/pull/17708). +- Compile binaries using [go 1.21.10](https://github.com/etcd-io/etcd/pull/17980). - Upgrade [bbolt to v1.3.10](https://github.com/etcd-io/etcd/pull/17943).