diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index eb3d576a45a6..fc634a991cdf 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/ ### etcd server - Fix [nil pointer panicking due to using the wrong log library](https://github.com/etcd-io/etcd/pull/17270) +### Dependencies +- Compile binaries using go [1.20.13](https://github.com/etcd-io/etcd/pull/17276). +
## v3.4.29 (2024-01-09) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 0dba39a9878f..c7e7f7f07fee 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -16,7 +16,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [url redirects while checking peer urls during new member addition](https://github.com/etcd-io/etcd/pull/16986) ### Dependencies -- Compile binaries using [go 1.20.12](https://github.com/etcd-io/etcd/pull/17077) +- Compile binaries using [go 1.20.13](https://github.com/etcd-io/etcd/pull/17275) - 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).