Skip to content

Commit

Permalink
v0.9.5 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes authored Sep 10, 2024
1 parent 73c6f98 commit de31816
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.9.5/dependencies/191-goleveldb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- switched to `informalsystems/goleveldb` fork to fix a vulnerability imported
via dependencies ([\#191](https://github.com/cometbft/cometbft-db/pull/191))
3 changes: 3 additions & 0 deletions .changelog/v0.9.5/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*September 10, 2024*

This release bumps the Go version to 1.22 and updates dependencies.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## v0.9.5

*August 22, 2024*
*September 10, 2024*

This release updates the dependencies to the latest patch versions.
This release bumps the Go version to 1.22 and updates dependencies.

### DEPENDENCIES

- cometbft-db now depends on a fork of goleveldb to fix a vulnerability imported
- bumped go version to 1.22, updated depencency version to fix a
vulnerability ([\#200](https://github.com/cometbft/cometbft-db/pull/200))
- switched to `informalsystems/goleveldb` fork to fix a vulnerability imported
via dependencies ([\#191](https://github.com/cometbft/cometbft-db/pull/191))

## v0.9.4
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt update \
libleveldb-dev libleveldb1d

FROM build AS install
ARG ROCKSDB=9.2.1
ARG ROCKSDB=9.3.1

# Install Rocksdb
RUN \
Expand Down

0 comments on commit de31816

Please sign in to comment.