From a54b08016ae03155ac3fb3cf40bfa09165867e5a Mon Sep 17 00:00:00 2001 From: Thomas Jungblut Date: Mon, 6 May 2024 16:49:37 +0200 Subject: [PATCH] Update changelog with bbolt bumps Signed-off-by: Thomas Jungblut --- CHANGELOG/CHANGELOG-3.4.md | 3 +++ CHANGELOG/CHANGELOG-3.5.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 0bd82330f..8d5a80571 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 grpc-proxy - Fix [Memberlist results not updated when proxy node down](https://github.com/etcd-io/etcd/pull/17896). +### Dependencies +- Upgrade [bbolt to 1.3.10](https://github.com/etcd-io/etcd/pull/17945). +
## v3.4.32 (2024-04-25) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 9a39f4de9..55db19df3 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -19,6 +19,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### Dependencies - Compile binaries using [go 1.21.9](https://github.com/etcd-io/etcd/pull/17708). +- Upgrade [bbolt to v1.3.10](https://github.com/etcd-io/etcd/pull/17943).