Skip to content

Commit

Permalink
Update changelogs to cover the bumping bbolt to v1.3.9 for both 3.4.3…
Browse files Browse the repository at this point in the history
…1 and 3.5.13

Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Feb 25, 2024
1 parent 2e7ed80 commit 54f7f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 54f7f09

Please sign in to comment.