-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport: 2271 (cometbft to 0.38.17), 2282 (sdk to 0.50.12-pio-1). (#…
…2283) * Bump github.com/cometbft/cometbft from 0.38.15 to 0.38.17 (#2271) * Bump github.com/cometbft/cometbft from 0.38.15 to 0.38.17 Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.15 to 0.38.17. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.17/CHANGELOG.md) - [Commits](cometbft/cometbft@v0.38.15...v0.38.17) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Updated Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Wedul <github@wedul.com> * Bump Cosmos SDK to v0.50.12-pio-1 (from v0.50.11-pio-1). (#2282) * Switch the SDK to a local version. * Switch to v0.50.12-pio-1 * Add changelog entry. * Tell the lint action to not verify the json stuff. The authors of that action recently enabled that verification by default, which is why the most recent PRs are failing the lint action. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
106b406
commit 25d911c
Showing
5 changed files
with
85 additions
and
65 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
.changelog/unreleased/dependencies/2271-github-com-cometbft-cometbft-0-38-17.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
* `github.com/cometbft/cometbft` bumped to v0.38.17 (from v0.38.15) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `github.com/golang/glog` bumped to v1.2.3 (from v1.2.2) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `github.com/prometheus/common` bumped to v0.62.0 (from v0.60.1) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `go.opentelemetry.io/otel` bumped to v1.32.0 (from v1.31.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `go.opentelemetry.io/otel/metric` bumped to v1.32.0 (from v1.31.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `go.opentelemetry.io/otel/trace` bumped to v1.32.0 (from v1.31.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `golang.org/x/crypto` bumped to v0.32.0 (from v0.31.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `golang.org/x/exp` bumped to v0.0.0-20240719175910-8a7402abbf56 (from v0.0.0-20240404231335-c0f41cb1a7a0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `golang.org/x/net` bumped to v0.34.0 (from v0.30.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `golang.org/x/oauth2` bumped to v0.24.0 (from v0.23.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `golang.org/x/sys` bumped to v0.29.0 (from v0.28.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `golang.org/x/term` bumped to v0.28.0 (from v0.27.0) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `google.golang.org/genproto/googleapis/api` bumped to v0.0.0-20241202173237-19429a94021a (from v0.0.0-20241015192408-796eee8c2d53) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `google.golang.org/genproto/googleapis/rpc` bumped to v0.0.0-20241202173237-19429a94021a (from v0.0.0-20241015192408-796eee8c2d53) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `google.golang.org/grpc` bumped to v1.70.0 (from v1.69.2) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). | ||
* `google.golang.org/protobuf` bumped to v1.36.4 (from v1.36.1) [PR 2271](https://github.com/provenance-io/provenance/pull/2271). |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/dependencies/2282-bump-sdk-to-0-50-12.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* `github.com/cosmos/cosmos-db` bumped to v1.1.1 (from v1.1.0) [PR 2282](https://github.com/provenance-io/provenance/pull/2282). | ||
* `github.com/cosmos/cosmos-sdk` bumped to v0.50.12-pio-1 of `github.com/provenance-io/cosmos-sdk` (from v0.50.11-pio-1 of `github.com/provenance-io/cosmos-sdk`) [PR 2282](https://github.com/provenance-io/provenance/pull/2282). | ||
* `github.com/cosmos/ledger-cosmos-go` bumped to v0.14.0 (from v0.13.3) [PR 2282](https://github.com/provenance-io/provenance/pull/2282). |
This file contains 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
This file contains 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
Oops, something went wrong.