-
Notifications
You must be signed in to change notification settings - Fork 514
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
build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.8.0 #777
build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.8.0 #777
Conversation
5aef462
to
7f7e385
Compare
The reason for this failure, afaict, is that the This isn't an urgent update, and users can choose to override the dependency, so we can always punt this update to a later stage when Debian Bookworm's released. Alternatively, in the meantime we could either:
Punting is, of course, the easiest short-term option. Option (2) is the best, most sustainable option (especially since it allows us more control over our E2E node's dependencies), but it's also the most expensive in terms of time/effort. |
What about using the bookworm version in the meantime? |
If you look at the list of official Go images here, you'll see there are none that're based on Bookworm yet. So we'd have to build our own custom base image anyways. |
Thanks, @thanethomson |
Look like Bookworm will be released in first quarter of June , There's a Docker image already for Bookworm , even if it's not official, could we use it for E2E tests ? Or for option #2, are we able to come up with a solution in less than a month ? If so, may be a good route, otherwise just wait it to be released (but a month might be too long) |
e56ffde
to
ca5680d
Compare
5818929
to
3f7c609
Compare
9856ee8
to
9c8dbcf
Compare
9c8dbcf
to
098796c
Compare
098796c
to
5801fc0
Compare
@dependabot rebase |
5801fc0
to
fa20c46
Compare
@dependabot rebase |
fa20c46
to
7bce1b3
Compare
Attempting to build this with the My only intuition here is that, looking at the grocksdb releases, you have to use the libraries for RocksDB v7.10.2, which aren't actually included in Debian Bookworm (Bookworm only offers v7.8.3). One option here is to base our E2E image on Manually building RocksDB into our E2E image isn't an option here because it takes a very long time to build. |
@dependabot rebase |
Bumps [github.com/cometbft/cometbft-db](https://github.com/cometbft/cometbft-db) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/cometbft/cometbft-db/releases) - [Changelog](https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md) - [Commits](cometbft/cometbft-db@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft-db dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
7bce1b3
to
16f2500
Compare
…ft/cometbft-db-0.8.0
Superseded by #1725. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/cometbft/cometbft-db from 0.7.0 to 0.8.0.
Release notes
Sourced from github.com/cometbft/cometbft-db's releases.
Changelog
Sourced from github.com/cometbft/cometbft-db's changelog.
Commits
1b1d8ed
Release v0.8.0 (#55)cea6dcf
build(deps): bump actions/stale from 7 to 8 (#52)3a99e92
use grocksdb to support latest version of rocksdb (#42)317cc9f
Create SECURITY.md (#53)7de880c
build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#47)056a2af
ci: Build Docker image during test (#50)a9928b2
build(deps): bump actions/setup-go from 3 to 4 (#48)816127f
Set up CodeQL0584510
lint tests (#39)caecaa2
build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#41)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)