From 9b87477deddb5d69544a19b9db23dd95133048e9 Mon Sep 17 00:00:00 2001 From: D Tripp <38776199+thedtripp@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:30:12 +0000 Subject: [PATCH] changelog: udpate changelog to reflect go version 1.21.12 bump. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com> --- CHANGELOG/CHANGELOG-3.4.md | 3 +++ CHANGELOG/CHANGELOG-3.5.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index ffbeb638172..992da0f9a5e 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ## v3.4.34 (TBD) +### Dependencies +- Compile binaries using go [1.21.12](https://github.com/etcd-io/etcd/pull/18272). +
## v3.4.33 (2024-06-13) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index b1273ccb922..6852462d77f 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -11,7 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18160) ### Dependencies -- Compile binaries using [go 1.21.11](https://github.com/etcd-io/etcd/pull/18129). +- Compile binaries using [go 1.21.12](https://github.com/etcd-io/etcd/pull/18271). - [Fully address CVE-2023-45288 and fix govulncheck CI check](https://github.com/etcd-io/etcd/pull/18170) ## v3.5.14 (2024-05-29)