Skip to content
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

chore(deps): Bump cosmossdk.io/x/upgrade from 0.1.3 to 0.1.4 #3216

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps cosmossdk.io/x/upgrade from 0.1.3 to 0.1.4.

Commits
  • c64d101 chore: prepare v0.50.8 (#20910)
  • 6986270 fix(simulation): Fix all problems make test-sim-custom-genesis-fast for sim...
  • c51f58c fix(simulation): fix the problem of `validator set is empty after InitGenesis...
  • 1c16683 build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 (#20836)
  • ba5b444 build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 (#20805)
  • e4c342e feat: parse home flag earlier (backport #20771) (#20777)
  • 0e6db14 docs(x/group): orm codespace comment (backport #20749) (#20751)
  • 5d349c2 feat(client/v2): get keyring from context (backport #19646) (#20727)
  • 5db395b fix: nested multisig signatures using CLI (backport #20438) (#20692)
  • d6428f7 feat(client): Add flag & reading mnemonic from file (backport #20690) (#20712)
  • 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)

Bumps [cosmossdk.io/x/upgrade](https://github.com/cosmos/cosmos-sdk) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@x/upgrade/v0.1.3...x/upgrade/v0.1.4)

---
updated-dependencies:
- dependency-name: cosmossdk.io/x/upgrade
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from zmanian as a code owner July 22, 2024 07:29
@dependabot dependabot bot added A:automerge dependencies Pull requests that update a dependency file labels Jul 22, 2024
@dependabot dependabot bot requested review from crodriguezvega, jackzampolin and a team as code owners July 22, 2024 07:29
@mergify mergify bot merged commit 6b65bfd into main Jul 22, 2024
21 checks passed
@mergify mergify bot deleted the dependabot/go_modules/cosmossdk.io/x/upgrade-0.1.4 branch July 22, 2024 07:56
mergify bot pushed a commit that referenced this pull request Jul 22, 2024
Bumps [cosmossdk.io/x/upgrade](https://github.com/cosmos/cosmos-sdk) from 0.1.3 to 0.1.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c64d1010800d60677cc25e2fca5b3d8c37b683cc"><code>c64d101</code></a> chore: prepare v0.50.8 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20910">#20910</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/698627016d64dbf33bea01837364c5a6e55a1ee3"><code>6986270</code></a> fix(simulation): Fix all problems <code>make test-sim-custom-genesis-fast</code> for sim...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c51f58c7996d57e9421a8fd54048132bd72db24a"><code>c51f58c</code></a> fix(simulation): fix the problem of `validator set is empty after InitGenesis...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/1c16683b58ad950071f42ec2ce354fb9fb114481"><code>1c16683</code></a> build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20836">#20836</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ba5b444dd16f4b1f7f6e8951475086c2180e5cce"><code>ba5b444</code></a> build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20805">#20805</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/e4c342eb99f523dc9b51afd817630d8d76832d1c"><code>e4c342e</code></a> feat: parse home flag earlier (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20771">#20771</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20777">#20777</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/0e6db148349f480e0309641f883fc690270eb491"><code>0e6db14</code></a> docs(x/group): orm codespace comment (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20749">#20749</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20751">#20751</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/5d349c2661d6d4e9469584d73cb5e4bb6ad8d730"><code>5d349c2</code></a> feat(client/v2): get keyring from context (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/19646">#19646</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20727">#20727</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/5db395bcca7974b9d002e760f845ff7cee800559"><code>5db395b</code></a> fix: nested multisig signatures using CLI (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20438">#20438</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20692">#20692</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/d6428f73353e2cf82e502e8f56662490032b0dc1"><code>d6428f7</code></a> feat(client): Add flag &amp; reading mnemonic from file (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20690">#20690</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20712">#20712</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/x/upgrade/v0.1.3...x/upgrade/v0.1.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/x/upgrade&package-manager=go_modules&previous-version=0.1.3&new-version=0.1.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>

(cherry picked from commit 6b65bfd)
MSalopek pushed a commit that referenced this pull request Jul 22, 2024
…3222)

Bumps [cosmossdk.io/x/upgrade](https://github.com/cosmos/cosmos-sdk) from 0.1.3 to 0.1.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c64d1010800d60677cc25e2fca5b3d8c37b683cc"><code>c64d101</code></a> chore: prepare v0.50.8 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20910">#20910</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/698627016d64dbf33bea01837364c5a6e55a1ee3"><code>6986270</code></a> fix(simulation): Fix all problems <code>make test-sim-custom-genesis-fast</code> for sim...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c51f58c7996d57e9421a8fd54048132bd72db24a"><code>c51f58c</code></a> fix(simulation): fix the problem of `validator set is empty after InitGenesis...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/1c16683b58ad950071f42ec2ce354fb9fb114481"><code>1c16683</code></a> build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20836">#20836</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/ba5b444dd16f4b1f7f6e8951475086c2180e5cce"><code>ba5b444</code></a> build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20805">#20805</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/e4c342eb99f523dc9b51afd817630d8d76832d1c"><code>e4c342e</code></a> feat: parse home flag earlier (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20771">#20771</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20777">#20777</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/0e6db148349f480e0309641f883fc690270eb491"><code>0e6db14</code></a> docs(x/group): orm codespace comment (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20749">#20749</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20751">#20751</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/5d349c2661d6d4e9469584d73cb5e4bb6ad8d730"><code>5d349c2</code></a> feat(client/v2): get keyring from context (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/19646">#19646</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20727">#20727</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/5db395bcca7974b9d002e760f845ff7cee800559"><code>5db395b</code></a> fix: nested multisig signatures using CLI (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20438">#20438</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20692">#20692</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/d6428f73353e2cf82e502e8f56662490032b0dc1"><code>d6428f7</code></a> feat(client): Add flag &amp; reading mnemonic from file (backport <a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20690">#20690</a>) (<a href="https://redirect.github.com/cosmos/cosmos-sdk/issues/20712">#20712</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/x/upgrade/v0.1.3...x/upgrade/v0.1.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/x/upgrade&package-manager=go_modules&previous-version=0.1.3&new-version=0.1.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>

(cherry picked from commit 6b65bfd)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge A:backport/v21.x dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants