Merge pull request #17948 from tjungblu/cl_bbupg

Update changelog with bbolt bumps
This commit is contained in:
Benjamin Wang 2024-05-06 17:07:11 +01:00 committed by GitHub
commit 8cb46a25fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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).
<hr>
## v3.4.32 (2024-04-25)

View File

@ -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).
<hr>