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 <benjamin.ahrtr@gmail.com>
This commit is contained in:
Benjamin Wang 2024-02-25 09:55:01 +00:00
parent 05aa9796df
commit 2e3f2b53b2
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -21,7 +21,8 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- `--permit-without-stream`
### 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).