Skip to content

Commit

Permalink
chore(deps): Bump github.com/cometbft/cometbft-db from 0.14.1 to 1.0.4 (
Browse files Browse the repository at this point in the history
#3574)

Bumps [github.com/cometbft/cometbft-db](https://github.com/cometbft/cometbft-db) from 0.14.1 to 1.0.4.
<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>v1.0.4</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v1.0.4/CHANGELOG.md#v104">CHANGELOG</a></p>
<h2>v1.0.3</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v1.0.3/CHANGELOG.md#v103">CHANGELOG</a></p>
<h2>v1.0.2</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v1.0.2/CHANGELOG.md#v102">CHANGELOG</a></p>
<h2>v1.0.1</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v1.0.1/CHANGELOG.md#v101">CHANGELOG</a></p>
<h2>v1.0.0</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v1.0.0/CHANGELOG.md#v100">CHANGELOG</a></p>
<h2>v0.15.0</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v0.15.0/CHANGELOG.md#v0150">CHANGELOG</a></p>
<h2>v0.14.2</h2>
<p><a href="https://github.com/cometbft/cometbft-db/blob/v0.14.2/CHANGELOG.md#v0142">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>v1.0.4</h2>
<p><em>February 28, 2025</em></p>
<p>This release relaxes Go version constraints and fixes Docker builds.</p>
<h2>v1.0.3</h2>
<p><em>February 7, 2025</em></p>
<p>This release bumps the Go version to 1.23.6 and brings back arm64 Docker build
(without rocksdb).</p>
<h3>BUG FIXES</h3>
<ul>
<li><code>[docker]</code> Bring back <code>arm64</code> build target
(<a href="https://redirect.github.com/cometbft/cometbft-db/issues/234">#234</a>)</li>
</ul>
<h3>DEPENDENCIES</h3>
<ul>
<li><code>[deps]</code> Bump Go version to 1.23.6
(<a href="https://redirect.github.com/cometbft/cometbft-db/pull/236">#236</a>)</li>
</ul>
<h2>v1.0.2</h2>
<p><em>January 29, 2025</em></p>
<p>This release bumps the Go version to 1.23.5.</p>
<h2>v1.0.1</h2>
<p><em>September 23, 2024</em></p>
<p>This release reverts the addition of the <code>goleveldb</code> flag, which was deemed as
too disruptive to users.</p>
<h2>v1.0.0</h2>
<p><em>September 20, 2024</em></p>
<p>This release swaps the &quot;default&quot; DB from goleveldb to pebbledb. There's now a
<code>goleveldb</code> build flag that must be used when using goleveldb. If you're using
<code>pebbledb</code>, you don't need a build flag anymore.</p>
<h3>BREAKING</h3>
<ul>
<li>Add <code>goleveldb</code> build flag.
(<a href="https://redirect.github.com/cometbft/cometbft-db/pull/202">#202</a>)</li>
</ul>
<h2>v0.15.0</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cometbft/cometbft-db/commit/f5ed70fe0e068393bf5aa4fe84162b6ad57ce19e"><code>f5ed70f</code></a> build: v1.0.4 release (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/246">#246</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/e7c98e3053827afdcd7a3979148dbba86f17aab5"><code>e7c98e3</code></a> build(deps): bump go.etcd.io/bbolt from 1.3.11 to 1.4.0 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/241">#241</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/569db4636bbb0f6229e53e0713dedd554180b1e5"><code>569db46</code></a> chore: relax Go version constraint to 1.23 (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/245">#245</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/ca3ad461bc17bb65989535622f25eb331e0f6a53"><code>ca3ad46</code></a> ci: fix arm64 build (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/240">#240</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/095dac4fd759332e2307935b277a25e4df13183a"><code>095dac4</code></a> build: v1.0.3 release (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/237">#237</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/012cc83afb97a89e0bd4f0ef110536f722d58577"><code>012cc83</code></a> build(deps): bump Go version (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/236">#236</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/f9acb55458c2540cde2a1f66015e155cbd793aad"><code>f9acb55</code></a> fix(tools): bring back arm64 target (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/235">#235</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/2d98c2d7ed030c31a9674c85191cf51678f4ecfa"><code>2d98c2d</code></a> ci: allow changing Git ref name in docker (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/229">#229</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/5dc4ece9624c923512f1e71ff5c5c0dcda862341"><code>5dc4ece</code></a> ci: remove arm64 target for docker image (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/228">#228</a>)</li>
<li><a href="https://github.com/cometbft/cometbft-db/commit/8db2fb5f4a4074af0a219cde5fcf9bb8700931cd"><code>8db2fb5</code></a> ci: bump docker GH actions (<a href="https://redirect.github.com/cometbft/cometbft-db/issues/227">#227</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cometbft/cometbft-db/compare/v0.14.1...v1.0.4">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.14.1&new-version=1.0.4)](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>
  • Loading branch information
dependabot[bot] authored Mar 11, 2025
1 parent 44ae91b commit 70290bc
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 49 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
- Remove [ibc-go/modules/apps/29-fee](https://github.com/cosmos/ibc-go/tree/v8.5.3/modules/apps/29-fee) ([\#3553](https://github.com/cosmos/gaia/pull/3553))

### API-Breaking
- Bump [github.com/cometbft/cometbft-db](https://github.com/cometbft/cometbft-db) from 0.14.1 to 1.0.4 ([#3574](https://github.com/cosmos/gaia/pull/3574))

### Dependencies

- Bump [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0 ([#3546](https://github.com/cosmos/gaia/pull/3546))
- Bump [docker/metadata-action](https://github.com/docker/metadata-action) from 5.6.1 to 5.7.0 ([#3595](https://github.com/cosmos/gaia/pull/3595))
- Bump [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.3 ([#3547](https://github.com/cosmos/gaia/pull/3547))
Expand Down
31 changes: 15 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/CosmWasm/wasmd v0.55.0
github.com/CosmWasm/wasmvm/v2 v2.2.3
github.com/cometbft/cometbft v0.38.17
github.com/cometbft/cometbft-db v0.14.1
github.com/cometbft/cometbft-db v1.0.4
github.com/cosmos/cosmos-db v1.1.1
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.50.12
Expand Down Expand Up @@ -68,7 +68,7 @@ require (
github.com/99designs/keyring v1.2.2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
github.com/DataDog/zstd v1.5.5 // indirect
github.com/DataDog/zstd v1.5.6 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/aws/aws-sdk-go v1.44.224 // indirect
Expand All @@ -86,9 +86,9 @@ require (
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/cockroachdb/errors v1.11.3 // indirect
github.com/cockroachdb/fifo v0.0.0-20240616162244-4768e80dfb9a // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/pebble v1.1.2 // indirect
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
github.com/cockroachdb/pebble v1.1.4 // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
Expand All @@ -105,8 +105,8 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/desertbit/timer v1.0.1 // indirect
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgraph-io/badger/v4 v4.5.1 // indirect
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/cli v26.1.4+incompatible // indirect
github.com/docker/docker v27.1.1+incompatible // indirect
Expand All @@ -119,7 +119,7 @@ require (
github.com/fatih/color v1.17.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/getsentry/sentry-go v0.28.1 // indirect
github.com/getsentry/sentry-go v0.31.1 // indirect
github.com/go-kit/kit v0.13.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
Expand All @@ -128,12 +128,11 @@ require (
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.4 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/google/flatbuffers v25.1.24+incompatible // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/google/s2a-go v0.1.7 // indirect
Expand Down Expand Up @@ -167,12 +166,12 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/linxGnu/grocksdb v1.9.2 // indirect
github.com/linxGnu/grocksdb v1.9.8 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down Expand Up @@ -204,7 +203,7 @@ require (
github.com/prysmaticlabs/gohashtree v0.0.4-beta.0.20240624100937-73632381301b // indirect
github.com/prysmaticlabs/prysm/v5 v5.2.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/rs/cors v1.11.1 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/sagikazarmark/locafero v0.6.0 // indirect
Expand All @@ -227,7 +226,7 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zondax/hid v0.9.2 // indirect
github.com/zondax/ledger-go v0.14.3 // indirect
go.etcd.io/bbolt v1.4.0-alpha.1 // indirect
go.etcd.io/bbolt v1.4.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
Expand All @@ -237,7 +236,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.10.0 // indirect
Expand Down
Loading

0 comments on commit 70290bc

Please sign in to comment.