Skip to content

Commit

Permalink
build(deps): bump github.com/cosmos/ibc-go/v8 from 8.5.1 to 8.5.2 (#166)
Browse files Browse the repository at this point in the history
Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go)
from 8.5.1 to 8.5.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/ibc-go/releases">github.com/cosmos/ibc-go/v8's
releases</a>.</em></p>
<blockquote>
<h2>v8.5.2</h2>
<p>We present here a summary of the most relevant changes, please see
the <a
href="https://github.com/cosmos/ibc-go/blob/v8.5.2/CHANGELOG.md">v8.5.2
changelog</a> for more details.</p>
<h3>Testing</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/ibc-go/pull/7430">#7430</a>
Update the block proposer in test chains for each block.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>(core/03-connection) <a
href="https://redirect.github.com/cosmos/ibc-go/pull/7397">#7397</a>
Skip the genesis validation connectionID for localhost client.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/ibc-go/blob/v8.5.2/CHANGELOG.md">github.com/cosmos/ibc-go/v8's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/cosmos/ibc-go/releases/tag/v8.5.2">v8.5.2</a> -
2024-11-05</h2>
<h3>Testing</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/ibc-go/pull/7430">#7430</a>
Update the block proposer in test chains for each block.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>(core/03-connection) <a
href="https://redirect.github.com/cosmos/ibc-go/pull/7397">#7397</a>
Skip the genesis validation connectionID for localhost client.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmos/ibc-go/commit/6b84068b10d15f208ae1839ee5479f59fbf1c3df"><code>6b84068</code></a>
Updating changelog for v8.5.2 (<a
href="https://redirect.github.com/cosmos/ibc-go/issues/7536">#7536</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/a55c27113eb6742b138459cca61fbf6f3a05b291"><code>a55c271</code></a>
test: update block proposer in testing (backport <a
href="https://redirect.github.com/cosmos/ibc-go/issues/7430">#7430</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/7453">#7453</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/7df9ebd316e7175683861667b787519d450c40a6"><code>7df9ebd</code></a>
fix: avoid invalid identifier error when validate genesis (backport <a
href="https://redirect.github.com/cosmos/ibc-go/issues/7397">#7397</a>)
(#...</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/e0d73d4bd5fbe1428089c0adc3ce27c1953942a5"><code>e0d73d4</code></a>
Update CHANGELOG.md</li>
<li>See full diff in <a
href="https://github.com/cosmos/ibc-go/compare/v8.5.1...v8.5.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/ibc-go/v8&package-manager=go_modules&previous-version=8.5.1&new-version=8.5.2)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 316a099 commit f56fc42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2
github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0
github.com/cosmos/ibc-go/modules/capability v1.0.1
github.com/cosmos/ibc-go/v8 v8.5.1
github.com/cosmos/ibc-go/v8 v8.5.2
github.com/cosmos/ics23/go v0.11.0
github.com/cosmos/interchain-security/v6 v6.3.0
github.com/golang/mock v1.6.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ github.com/cosmos/ibc-go/modules/apps/callbacks v0.2.1-0.20231113120333-342c00b0
github.com/cosmos/ibc-go/modules/apps/callbacks v0.2.1-0.20231113120333-342c00b0f8bd/go.mod h1:JWfpWVKJKiKtd53/KbRoKfxWl8FsT2GPcNezTOk0o5Q=
github.com/cosmos/ibc-go/modules/capability v1.0.1 h1:ibwhrpJ3SftEEZRxCRkH0fQZ9svjthrX2+oXdZvzgGI=
github.com/cosmos/ibc-go/modules/capability v1.0.1/go.mod h1:rquyOV262nGJplkumH+/LeYs04P3eV8oB7ZM4Ygqk4E=
github.com/cosmos/ibc-go/v8 v8.5.1 h1:3JleEMKBjRKa3FeTKt4fjg22za/qygLBo7mDkoYTNBs=
github.com/cosmos/ibc-go/v8 v8.5.1/go.mod h1:P5hkAvq0Qbg0h18uLxDVA9q1kOJ0l36htMsskiNwXbo=
github.com/cosmos/ibc-go/v8 v8.5.2 h1:27s9oeD2AxLQF3e9BQsYt9doONyZ7FwZi/qkBv6Sdks=
github.com/cosmos/ibc-go/v8 v8.5.2/go.mod h1:P5hkAvq0Qbg0h18uLxDVA9q1kOJ0l36htMsskiNwXbo=
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU=
github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0=
github.com/cosmos/interchain-security/v6 v6.3.0 h1:AIsfxLUDtUGVfaqJ1WPwnYIOT5AxoSO58469iw9vNH4=
Expand Down

0 comments on commit f56fc42

Please sign in to comment.