8000 build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.11.0 (backport #3786) by mergify[bot] · Pull Request #3816 · cometbft/cometbft · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): Bump github.com/cometbft/cometbft-db from 0.7.0 to 0.11.0 (backport #3786) #3816

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
merged 7 commits into from
Aug 22, 2024

Conversation

mergify[bot]
Copy link
Contributor
@mergify mergify bot commented Aug 21, 2024

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.

v0.14.0

📖 CHANGELOG

v0.13.0

📖 CHANGELOG

v0.12.0

📖 CHANGELOG

v0.11.0

📖 CHANGELOG

v0.10.0

📖 CHANGELOG

v0.9.4

CHANGELOG

v0.9.3

📖 CHANGELOG

v0.9.0

📖 CHANGELOG

v0.8.0

📖 CHANGELOG

Changelog

Sourced from github.com/cometbft/cometbft-db's changelog.

v0.14.0

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

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

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

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)

... (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!: Iterator Key() and Value() no longer return a copy (#168)
  • 20b4a09 build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#167)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

This is an automatic backport of pull request #3786 done by [Mergify](https://mergify.com).

#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
8000
</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 />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cometbft/cometbft-db&package-manager=go_modules&previous-version=0.7.0&new-version=0.14.0)](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 mergify bot requested a review from a team as a code owner August 21, 2024 06:43
@mergify mergify bot added the conflicts label Aug 21, 2024
Copy link
Contributor Author
mergify bot commented Aug 21, 2024

Cherry-pick of 4b3e839 has failed:

On branch mergify/bp/v0.38.x-experimental/pr-3786
Your branch is up to date with 'origin/v0.38.x-experimental'.

You are currently cherry-picking commit 4b3e83978.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   scripts/metricsgen/metricsgen.go
	modified:   test/e2e/docker/Dockerfile

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod
	both modified:   go.sum

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@mergify mergify bot merged commit 3ecb6bc into v0.38.x-experimental Aug 22, 2024
16 checks passed
@mergify mergify bot deleted the mergify/bp/v0.38.x-experimental/pr-3786 branch August 22, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0