-
Notifications
You must be signed in to change notification settings - Fork 638
build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.11.0 #3786
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
Merged
melekes
merged 7 commits into
v0.38.x
from
dependabot/go_modules/v0.38.x/github.com/cometbft/cometbft-db-0.14.0
Aug 21, 2024
Merged
build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.11.0 #3786
melekes
merged 7 commits into
v0.38.x
from
dependabot/go_modules/v0.38.x/github.com/cometbft/cometbft-db-0.14.0
Aug 21, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5495a1b
to
4e9bef5
Compare
Bumps [github.com/cometbft/cometbft-db](https://github.com/cometbft/cometbft-db) from 0.7.0 to 0.14.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.14.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>
6e948c0
to
d3658f2
Compare
…cometbft/cometbft-db-0.14.0
…cometbft/cometbft-db-0.14.0
melekes
approved these changes
Aug 21, 2024
mergify bot
pushed a commit
that referenced
this pull request
Aug 21, 2024
#3786) Bumps [github.com/cometbft/cometbft-db](https://github.com/cometbft/cometbft-db) from 0.7.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft-db/releases">github.com/cometbft/cometbft-db's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <p>📖 <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0140">CHANGELOG</a></p> <h2>v0.13.0</h2> <p>📖 <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0130">CHANGELOG</a></p> <h2>v0.12.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0120">CHANGELOG</a></p> <h2>v0.11.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0110">CHANGELOG</a></p> <h2>v0.10.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0100">CHANGELOG</a></p> <h2>v0.9.4</h2> <p><a href="https://github.com/cometbft/cometbft-db/blob/v0.9.x/CHANGELOG.md#v094">CHANGELOG</a></p> <h2>v0.9.3</h2> <p>📖 <a href="https://github.com/cometbft/cometbft-db/blob/v0.9.x/CHANGELOG.md#v093">CHANGELOG</a></p> <h2>v0.9.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v090">CHANGELOG</a></p> <h2>v0.8.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v080">CHANGELOG</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md">github.com/cometbft/cometbft-db's changelog</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <p><em>Aug 9, 2024</em></p> <p>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.</p> <h3>DEPENDENCIES</h3> <ul> <li>reinstate BoltDB and ClevelDB as backend DBs (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/177">#177</a>)</li> </ul> <h2>v0.13.0</h2> <p><em>Aug 2, 2024</em></p> <p>This release:</p> <ul> <li>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.</li> <li>removes support for boltDB and clevelDB, which were marked as deprecated in release v0.12.0.</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>removed deprecated boltdb and cleveldb (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/155">#155</a>)</li> </ul> <h3>FEATURES</h3> <ul> <li>Iterator Key and Value APIs now return an object that must be copied before use (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/168">#168</a>)</li> </ul> <h2>v0.12.0</h2> <p><em>Apr 10, 2024</em></p> <p>This release deprecates boltdb and cleveldb. Also, Go MSRV is bumped to 1.22.</p> <h3>FEATURES</h3> <ul> <li>Deprecate boltdb and cleveldb. If you're using either of those, please reach out (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/153">#153</a>)</li> </ul> <h2>v0.11.0</h2> <p><em>Feb 7, 2024</em></p> <p>This release adds support for explicit compaction. Please note that badger and bolt do not support this.</p> <h3>BREAKING CHANGES</h3> <ul> <li>Expanded db interface to support compaction (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/111">#111</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cometbft/cometbft-db/commit/4d1c572491cee4a8e320f7169c78f7b496ae5ae9"><code>4d1c572</code></a> Release v0.14.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/178">#178</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/9db1a4497b2714eaa5ed0390cd2d6641b38a2472"><code>9db1a44</code></a> Reinstate BoltDB and ClevelDB as backend DBs (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/177">#177</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/a79d349c76690be5a41efe45f0d89c6948c89693"><code>a79d349</code></a> Update v0.13.0 Changelog (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/176">#176</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/4206c01301462934dc5365f45067009d6570acb7"><code>4206c01</code></a> build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/173">#173</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/fa53f970216bb5229f665fa7fb13500360a78d00"><code>fa53f97</code></a> build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.6.1 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/174">#174</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/66f1cd5d1f01b44d08a503ec9d26c51612c42e6c"><code>66f1cd5</code></a> build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/171">#171</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/73ce4932bd9f4b36fa60db6274aa0263fd1e669a"><code>73ce493</code></a> updated changelog for release v0.13.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/172">#172</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/8182c1c90b5a785236962395beee587faf1a931e"><code>8182c1c</code></a> Update cometbft-db Go version to 1.22.5 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/169">#169</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/8ff694289eec12e8e76d4e47af581ac025521575"><code>8ff6942</code></a> feat!: Iterator <code>Key()</code> and <code>Value()</code> no longer return a copy (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/168">#168</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/20b4a09e993902b5e90064bdf28724f86399c27f"><code>20b4a09</code></a> build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/167">#167</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cometbft/cometbft-db/compare/v0.7.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> (cherry picked from commit 4b3e839) # Conflicts: # go.mod # go.sum
mergify bot
added a commit
that referenced
this pull request
Aug 22, 2024
…0 (backport #3786) (#3816) Bumps [github.com/cometbft/cometbft-db](https://github.com/cometbft/cometbft-db) from 0.7.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft-db/releases">github.com/cometbft/cometbft-db's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <p>📖 <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0140">CHANGELOG</a></p> <h2>v0.13.0</h2> <p>📖 <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0130">CHANGELOG</a></p> <h2>v0.12.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0120">CHANGELOG</a></p> <h2>v0.11.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0110">CHANGELOG</a></p> <h2>v0.10.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v0100">CHANGELOG</a></p> <h2>v0.9.4</h2> <p><a href="https://github.com/cometbft/cometbft-db/blob/v0.9.x/CHANGELOG.md#v094">CHANGELOG</a></p> <h2>v0.9.3</h2> <p>📖 <a href="https://github.com/cometbft/cometbft-db/blob/v0.9.x/CHANGELOG.md#v093">CHANGELOG</a></p> <h2>v0.9.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v090">CHANGELOG</a></p> <h2>v0.8.0</h2> <p>:book: <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md#v080">CHANGELOG</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cometbft/cometbft-db/blob/main/CHANGELOG.md">github.com/cometbft/cometbft-db's changelog</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <p><em>Aug 9, 2024</em></p> <p>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.</p> <h3>DEPENDENCIES</h3> <ul> <li>reinstate BoltDB and ClevelDB as backend DBs (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/177">#177</a>)</li> </ul> <h2>v0.13.0</h2> <p><em>Aug 2, 2024</em></p> <p>This release:</p> <ul> <li>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.</li> <li>removes support for boltDB and clevelDB, which were marked as deprecated in release v0.12.0.</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>removed deprecated boltdb and cleveldb (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/155">#155</a>)</li> </ul> <h3>FEATURES</h3> <ul> <li>Iterator Key and Value APIs now return an object that must be copied before use (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/168">#168</a>)</li> </ul> <h2>v0.12.0</h2> <p><em>Apr 10, 2024</em></p> <p>This release deprecates boltdb and cleveldb. Also, Go MSRV is bumped to 1.22.</p> <h3>FEATURES</h3> <ul> <li>Deprecate boltdb and cleveldb. If you're using either of those, please reach out (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/153">#153</a>)</li> </ul> <h2>v0.11.0</h2> <p><em>Feb 7, 2024</em></p> <p>This release adds support for explicit compaction. Please note that badger and bolt do not support this.</p> <h3>BREAKING CHANGES</h3> <ul> <li>Expanded db interface to support compaction (<a href="https://redirect.github.com/cometbft/cometbft-db/pull/111">#111</a>)</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cometbft/cometbft-db/commit/4d1c572491cee4a8e320f7169c78f7b496ae5ae9"><code>4d1c572</code></a> Release v0.14.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/178">#178</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/9db1a4497b2714eaa5ed0390cd2d6641b38a2472"><code>9db1a44</code></a> Reinstate BoltDB and ClevelDB as backend DBs (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/177">#177</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/a79d349c76690be5a41efe45f0d89c6948c89693"><code>a79d349</code></a> Update v0.13.0 Changelog (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/176">#176</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/4206c01301462934dc5365f45067009d6570acb7"><code>4206c01</code></a> build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/173">#173</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/fa53f970216bb5229f665fa7fb13500360a78d00"><code>fa53f97</code></a> build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.6.1 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/174">#174</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/66f1cd5d1f01b44d08a503ec9d26c51612c42e6c"><code>66f1cd5</code></a> build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/171">#171</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/73ce4932bd9f4b36fa60db6274aa0263fd1e669a"><code>73ce493</code></a> updated changelog for release v0.13.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/172">#172</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/8182c1c90b5a785236962395beee587faf1a931e"><code>8182c1c</code></a> Update cometbft-db Go version to 1.22.5 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/169">#169</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/8ff694289eec12e8e76d4e47af581ac025521575"><code>8ff6942</code></a> feat!: Iterator <code>Key()</code> and <code>Value()</code> no longer return a copy (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/168">#168</a>)</li> <li><a href="https://github.com/cometbft/cometbft-db/commit/20b4a09e993902b5e90064bdf28724f86399c27f"><code>20b4a09</code></a> build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/167">#167</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cometbft/cometbft-db/compare/v0.7.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 83B0 achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details><hr>This is an automatic backport of pull request #3786 done by [Mergify](https://mergify.com).
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
backport-to-v0.38.x-experimental
Tell Mergify to backport the PR to v0.38.x-experimental
dependencies
Dependency updates
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/cometbft/cometbft-db from 0.7.0 to 0.14.0.
Release notes
Sourced from github.com/cometbft/cometbft-db's releases.
Changelog
Sourced from github.com/cometbft/cometbft-db's changelog.
... (truncated)
Commits
4d1c572
Release v0.14.0 (#178)9db1a44
Reinstate BoltDB and ClevelDB as backend DBs (#177)a79d349
Update v0.13.0 Changelog (#176)4206c01
build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#173)fa53f97
build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.6.1 (#174)66f1cd5
build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#171)73ce493
updated changelog for release v0.13.0 (#172)8182c1c
Update cometbft-db Go version to 1.22.5 (#169)8ff6942
feat!: IteratorKey()
andValue()
no longer return a copy (#168)20b4a09
build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#167)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)