Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/cometbft/cometbft-db to v0.15.0 #311

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cometbft/cometbft-db v0.7.0 -> v0.15.0 age adoption passing confidence

Release Notes

cometbft/cometbft-db (github.com/cometbft/cometbft-db)

v0.15.0

Compare Source

September 9, 2024

This release bumps the Go version to 1.23.

BREAKING CHANGES
  • [go/runtime] Bump minimum Go version to v1.23
    (#​4039)

v0.14.1

Compare Source

v0.14.0

Compare Source

Aug 9, 2024

This release reinstates boltdb and cleveldb as deprecated backend types.
Please note that we discourage the use of them, as we plan to discontinue support in a future release.

DEPENDENCIES
  • reinstate BoltDB and ClevelDB as backend DBs
    (#​177)

v0.13.0

Compare Source

Aug 2, 2024

This release:

  • changes the contract of the Iterator Key() and Value() APIs. Namely, the caller is now responsible for creating a copy of their returned value if they want to modify it.
  • removes support for boltDB and clevelDB, which were marked as deprecated in release v0.12.0.
BREAKING CHANGES
  • removed deprecated boltdb and cleveldb (#​155)
FEATURES
  • Iterator Key and Value APIs now return an object that must be copied before
    use (#​168)

v0.12.0

Compare Source

Apr 10, 2024

This release deprecates boltdb and cleveldb. Also, Go MSRV is bumped to 1.22.

FEATURES
  • Deprecate boltdb and cleveldb. If you're using either of those, please reach
    out (#​153)

v0.11.0

Compare Source

Feb 7, 2024

This release adds support for explicit compaction. Please note that badger and
bolt do not support this.

BREAKING CHANGES
  • Expanded db interface to support compaction (#​111)
FEATURES
  • Add compaction support to the databases (#​111)

v0.10.0

Compare Source

Jan 26, 2024

This release adds experimental support for
pebble and drops remotedb. If you
experience any issues with pebble, please open an issue on Github.

Special thanks to @​faddat and @​baabeetaa for their contributions to this
release!

BREAKING CHANGES
FEATURES

v0.9.5

Compare Source

CHANGELOG

v0.9.4

Compare Source

CHANGELOG

v0.9.3

Compare Source

📖 CHANGELOG

v0.9.2

Compare Source

v0.9.1

Compare Source

December 4, 2023

This release is precisely the same code-wise as v0.9.0, except that it builds
the cometbft/cometbft-db-testing Docker image for both linux/amd64 and
linux/arm64 platforms.

v0.9.0

Compare Source

December 1, 2023

This release primarily updates some key dependencies, including adding support
for RocksDB v8. It also bumps the minimum Go version to v1.21 in order for
CometBFT to be able to use it in the E2E testing framework for the latest major
releases.

DEPENDENCIES
  • Use RocksDB v8, testing with v8.8.1
    (#​97)
GO VERSION
  • Bump minimum Go version to v1.21
    (#​98)

v0.8.0

Compare Source

Apr 26, 2023

This release bumps the supported version of RocksDB, which requires cometbft-db
RocksDB users to update their builds (and hence requires a "major" release, but
does not introduce any other breaking changes). Special thanks to @​yihuang for
this update!

While the minimum supported version of the Go compiler was bumped to 1.19, no
1.19-specific code changes were introduced and this should, therefore, still be
able to be compiled with earlier versions of Go. It is, however, recommended to
upgrade to the latest version(s) of Go ASAP.

COMPILER
  • Bump minimum Go version to 1.19
    (#​40)
DEPENDENCIES
  • Switch rocksdb binding from gorocksdb to grocksdb, bump librocksdb dependency
    to v7.10.2 (#​42)
  • Update to the latest version of golang.org/x/net
    (#​40)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 2, 2023 15:38
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 5ff39cc to d381c83 Compare November 8, 2023 11:02
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from d381c83 to d326a7e Compare November 21, 2023 14:20
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from d326a7e to 0154af0 Compare November 28, 2023 13:02
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.8.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.9.0 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 0154af0 to 8a8d412 Compare December 1, 2023 19:09
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.9.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.9.1 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 8a8d412 to e339643 Compare December 4, 2023 17:28
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from e339643 to f857a66 Compare December 19, 2023 12:21
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 2 times, most recently from 437f072 to ff62361 Compare January 3, 2024 15:13
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 2 times, most recently from 31de655 to e14b178 Compare January 15, 2024 11:17
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from e14b178 to e2d2002 Compare January 28, 2024 15:57
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.9.1 fix(deps): update module github.com/cometbft/cometbft-db to v0.10.0 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from e2d2002 to 882c546 Compare February 2, 2024 17:52
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.10.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.11.0 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 882c546 to 9e7184c Compare February 7, 2024 15:14
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 9e7184c to 1ee1dbc Compare February 29, 2024 12:28
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 2 times, most recently from bb2441e to d6ed3d9 Compare April 3, 2024 08:08
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 2 times, most recently from 581254b to 87357a0 Compare April 11, 2024 04:37
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.11.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.12.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 3 times, most recently from ac1a5ca to 18d801b Compare April 19, 2024 13:11
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 2 times, most recently from fccbf5b to 95f74f1 Compare April 24, 2024 12:56
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 95f74f1 to 2fa8729 Compare April 26, 2024 17:24
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 2fa8729 to 96211ba Compare May 8, 2024 10:42
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 96211ba to 38d2a07 Compare May 20, 2024 16:52
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch 2 times, most recently from 44b599e to c4aa394 Compare May 30, 2024 17:39
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.5 -> 1.23.1
github.com/spf13/cobra v1.8.0 -> v1.8.1
google.golang.org/protobuf v1.31.0 -> v1.33.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/dgraph-io/ristretto v0.1.1 -> v0.1.2-0.20240116140435-c67e07994f91
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/btree v1.1.2 -> v1.1.3
github.com/klauspost/compress v1.17.0 -> v1.17.9
go.etcd.io/bbolt v1.3.6 -> v1.3.11
golang.org/x/crypto v0.21.0 -> v0.26.0
golang.org/x/net v0.23.0 -> v0.28.0
golang.org/x/sync v0.6.0 -> v0.8.0
golang.org/x/sys v0.18.0 -> v0.24.0
golang.org/x/term v0.18.0 -> v0.23.0
golang.org/x/text v0.14.0 -> v0.17.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b -> v1.0.0-20201130134442-10cb98267c6c

@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from c4aa394 to e611f97 Compare June 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from e611f97 to ea9329b Compare July 14, 2024 10:06
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from ea9329b to 00ee352 Compare July 29, 2024 14:30
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.12.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.13.0 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 00ee352 to d93f92c Compare August 9, 2024 18:25
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.13.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.14.0 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from d93f92c to 3a70915 Compare September 9, 2024 13:57
@renovate renovate bot changed the title fix(deps): update module github.com/cometbft/cometbft-db to v0.14.0 fix(deps): update module github.com/cometbft/cometbft-db to v0.15.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-cometbft-cometbft-db-0.x branch from 3a70915 to 4c1caed Compare September 23, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting Review
Development

Successfully merging this pull request may close these issues.

1 participant