From 88e2043923c96224e144d64f859a523ee6f1badb Mon Sep 17 00:00:00 2001 From: arjunmalhotra1 Date: Thu, 16 Nov 2023 09:07:47 -0600 Subject: [PATCH] Update 3.4 & 3.5 changelog. Signed-off-by: arjunmalhotra1 --- CHANGELOG/CHANGELOG-3.4.md | 2 +- CHANGELOG/CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 8b84c5afa..2226ee578 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -11,7 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Fix [Reset auth token when failing to authenticate due to auth being disabled](https://github.com/etcd-io/etcd/pull/16240) ### Dependencies -- Compile binaries using [go 1.20.10](https://github.com/etcd-io/etcd/pull/16744). +- Compile binaries using [go 1.20.11](https://github.com/etcd-io/etcd/pull/16916).
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 1d353ac89..badbcf8ef 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -6,6 +6,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ## v3.5.11 (tbd) ### Dependencies +- Compile binaries using [go 1.20.11](https://github.com/etcd-io/etcd/pull/16915) - Fix [CVE-2023-47108](https://github.com/advisories/GHSA-8pgv-569h-w5rw) by [bumping go.opentelemetry.io/otel to 1.20.0 and go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to 0.46.0](https://github.com/etcd-io/etcd/pull/16946).