From b730b3a3ebdb50eca170cb5b7008bc013cc198c2 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Wed, 6 Mar 2024 13:29:01 +0000 Subject: [PATCH] changelog: add 3.4 and 3.5 note about go 1.21.8 Signed-off-by: Lan Liang --- CHANGELOG/CHANGELOG-3.4.md | 1 + CHANGELOG/CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 481cdf79e..8135ee10a 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -16,6 +16,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ### Dependencies - Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17368). - Upgrade [bbolt to 1.3.9](https://github.com/etcd-io/etcd/pull/17484). +- Compile binaries using [go 1.21.8](https://github.com/etcd-io/etcd/pull/17538). ### Others - [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17422). diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 5118cc71b..97908a52b 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -23,6 +23,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### Dependencies - Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362). - Upgrade [bbolt to v1.3.9](https://github.com/etcd-io/etcd/pull/17483). +- Compile binaries using [go 1.21.8](https://github.com/etcd-io/etcd/pull/17537). ### Others - [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17421).