From e3bade81e762d71dd3e90392480e6a376d743871 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 5 Sep 2024 20:57:49 -0700 Subject: [PATCH] CHANGELOG: add note regarding updating to go 1.22.7 Signed-off-by: Ivan Valdes --- CHANGELOG/CHANGELOG-3.4.md | 3 +-- CHANGELOG/CHANGELOG-3.5.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 50a3027156f..8c2ba898b66 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -14,10 +14,9 @@ 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.13](https://github.com/etcd-io/etcd/pull/18422). +- Compile binaries using [go 1.22.7](https://github.com/etcd-io/etcd/pull/18549). - Upgrade [bbolt to 1.3.11](https://github.com/etcd-io/etcd/pull/18488). -
## v3.4.33 (2024-06-13) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 53e1c0b3e34..a60cf2720d7 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -11,10 +11,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - [Keep the tombstone during compaction if it happens to be the compaction revision](https://github.com/etcd-io/etcd/pull/18474) ### Dependencies -- Compile binaries using [go 1.21.13](https://github.com/etcd-io/etcd/pull/18421). +- Compile binaries using [go 1.22.7](https://github.com/etcd-io/etcd/pull/18550). - Upgrade [bbolt to v1.3.11](https://github.com/etcd-io/etcd/pull/18489). -
## v3.5.15 (2024-07-19)