From 9e8d25aee781be291e2d7cd2cb65f3fe47bf5739 Mon Sep 17 00:00:00 2001 From: Anurag De Date: Fri, 6 Dec 2024 12:57:55 +0530 Subject: [PATCH] Updated Changelog in v3.5.18 Signed-off-by: Anurag De --- CHANGELOG/CHANGELOG-3.4.md | 6 +++++- CHANGELOG/CHANGELOG-3.5.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 4ef77d0d45e..dd64e021bce 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -9,6 +9,10 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ### Package `clientv3` - Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18936) + +### Dependencies +- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19005) +-
## v3.4.35 (2024-11-12) @@ -19,7 +23,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Fix [close temp file(s) in case an error happens during defragmentation](https://github.com/etcd-io/etcd/pull/18855) ### Dependencies -- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19005). +- Compile binaries using [go 1.22.9](https://github.com/etcd-io/etcd/pull/18850).
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 9db28e82f50..954a3cdaff4 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -10,6 +10,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ## Dependencies - Bump [golang-jwt/jwt to 4.5.1 to address GO-2024-3250](https://github.com/etcd-io/etcd/pull/18899). +- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004).
@@ -22,7 +23,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [close temp file(s) in case an error happens during defragmentation](https://github.com/etcd-io/etcd/pull/18854) ### Dependencies -- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004). +- Compile binaries using [go 1.22.9](https://github.com/etcd-io/etcd/pull/18849).