From 7fba2ab3d0f094b1d7c01ee8c05e9fddc14dbf37 Mon Sep 17 00:00:00 2001 From: Chun-Hung Tseng Date: Thu, 8 Aug 2024 21:35:24 +0200 Subject: [PATCH] Update release-3.4 and release-3.5 CHANGELOG with go version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reference: https://github.com/etcd-io/etcd/issues/18419 Signed-off-by: Chun-Hung Tseng Co-authored-by: Iván Valdés Castillo --- CHANGELOG/CHANGELOG-3.4.md | 2 +- CHANGELOG/CHANGELOG-3.5.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 6db91be08a3..8feb22b0c91 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -10,7 +10,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - [Print gRPC metadata in guaranteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18311). ### Dependencies -- Compile binaries using go [1.21.12](https://github.com/etcd-io/etcd/pull/18272). +- Compile binaries using go [1.21.13](https://github.com/etcd-io/etcd/pull/18422).
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 8f0f1f6a3b0..dea572130a3 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.16 (TBC) +### Dependencies +- Compile binaries using [go 1.21.13](https://github.com/etcd-io/etcd/pull/18421). +
## v3.5.15 (2024-07-19)