From 54f7f09fe6c0d094134775f68e82d0a247d19b78 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Sun, 25 Feb 2024 09:55:01 +0000 Subject: [PATCH] Update changelogs to cover the bumping bbolt to v1.3.9 for both 3.4.31 and 3.5.13 Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 3 ++- CHANGELOG/CHANGELOG-3.5.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index bbdfc4e2ee51..481cdf79e2a1 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -14,7 +14,8 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17369). ### Dependencies -- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17368) +- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17368). +- Upgrade [bbolt to 1.3.9](https://github.com/etcd-io/etcd/pull/17484). ### Others - [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17422). diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 33bce5c85f3c..00482bdae17f 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -15,7 +15,8 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - [Support unix/unixs socket in client or peer URLs](https://github.com/etcd-io/etcd/pull/15940) ### Dependencies -- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362) +- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362). +- Upgrade [bbolt to v1.3.9](https://github.com/etcd-io/etcd/pull/17483). ### Others - [Make CGO_ENABLED configurable](https://github.com/etcd-io/etcd/pull/17421).