From ac7f4e356161a9cd4af762db576b0d25505b5b1e Mon Sep 17 00:00:00 2001 From: Anurag De Date: Sat, 7 Dec 2024 00:56:40 +0530 Subject: [PATCH 1/2] Update changelog for both 3.4 and 3.5 to cover the go version bumping Signed-off-by: Anurag De --- CHANGELOG/CHANGELOG-3.4.md | 3 +++ CHANGELOG/CHANGELOG-3.5.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index c9f72b04414..6619cc2805d 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -9,6 +9,9 @@ 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) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index c5b57f57bb2..36cbd20b21e 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -11,6 +11,9 @@ Previous change logs can be found at [CHANGELOG-3.4](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/18937) +## Dependencies +- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004). + ### etcd grpc-proxy - Add [`tls min/max version to grpc proxy`](https://github.com/etcd-io/etcd/pull/18829) to support setting TLS min and max version. From 0d90af4ad7e3e95069c7ec80a544a269abbfdbb3 Mon Sep 17 00:00:00 2001 From: Anurag De Date: Sat, 7 Dec 2024 09:51:59 +0530 Subject: [PATCH 2/2] Update changelog for both 3.4 and 3.5 to cover the go version bumping Signed-off-by: Anurag De --- CHANGELOG/CHANGELOG-3.5.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 36cbd20b21e..a20c53a7e24 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -11,14 +11,13 @@ Previous change logs can be found at [CHANGELOG-3.4](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/18937) -## Dependencies -- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004). ### etcd grpc-proxy - Add [`tls min/max version to grpc proxy`](https://github.com/etcd-io/etcd/pull/18829) to support setting TLS min and max version. ## 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).