From 22a41bab6c814cde050ac52ed204ec57fc44eeae Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:22:46 +0200 Subject: [PATCH] chore(deps): Bump github.com/cosmos/ibc-go/v8 from 8.3.2 to 8.4.0 (backport #3231) (#3233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): Bump github.com/cosmos/ibc-go/v8 from 8.3.2 to 8.4.0 (#3231) Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.3.2 to 8.4.0.
Release notes

Sourced from github.com/cosmos/ibc-go/v8's releases.

v8.4.0

We present here a summary of the most relevant changes, please see the v8.4.0 changelog for more details. Please note that this release, as indicated in our release versioning policy, is state machine breaking and requires a coordinated upgrade.

core/04-channel

apps/transfer


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.50.7 and ibc-go v8.4.0, please follow:

  1. The migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x.
  2. The migration from ibc-go v1 to v2.
  3. The migration from ibc-go v2 to v3.
  4. The migration from ibc-go v3 to v4.
  5. The migration from ibc-go v4 to v5.
  6. The migration from ibc-go v5 to v6.
  7. The migration from ibc-go v6 to v7.
  8. The migration from ibc-go v7 to v7.1.
  9. The migration from ibc-go v7.2 to v7.3.
  10. The migration from ibc-go v7 to v8.
  11. The migration from ibc-go v8 to v8.1.
Changelog

Sourced from github.com/cosmos/ibc-go/v8's changelog.

v8.4.0 - 2024-07-29

Improvements

Features

Bug Fixes

Commits

[![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.3.2&new-version=8.4.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) ---
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 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)
(cherry picked from commit e714d06d086c3e41cd8115ea73b140d4f713ec4c) * update changelogs --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MSalopek --- .changelog/v19.0.0/dependencies/3171-bump-ibc.md | 3 --- .changelog/v19.0.0/dependencies/3233-bump-ibc.md | 3 +++ .changelog/v19.0.0/state-breaking/3171-bump-ibc.md | 3 --- .changelog/v19.0.0/state-breaking/3233-bump-ibc.md | 3 +++ CHANGELOG.md | 12 ++++++------ go.mod | 2 +- go.sum | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changelog/v19.0.0/dependencies/3171-bump-ibc.md create mode 100644 .changelog/v19.0.0/dependencies/3233-bump-ibc.md delete mode 100644 .changelog/v19.0.0/state-breaking/3171-bump-ibc.md create mode 100644 .changelog/v19.0.0/state-breaking/3233-bump-ibc.md diff --git a/.changelog/v19.0.0/dependencies/3171-bump-ibc.md b/.changelog/v19.0.0/dependencies/3171-bump-ibc.md deleted file mode 100644 index af88d9905f7..00000000000 --- a/.changelog/v19.0.0/dependencies/3171-bump-ibc.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2) - ([\#3171](https://github.com/cosmos/gaia/pull/3171)) \ No newline at end of file diff --git a/.changelog/v19.0.0/dependencies/3233-bump-ibc.md b/.changelog/v19.0.0/dependencies/3233-bump-ibc.md new file mode 100644 index 00000000000..8d797ddfb9c --- /dev/null +++ b/.changelog/v19.0.0/dependencies/3233-bump-ibc.md @@ -0,0 +1,3 @@ +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) \ No newline at end of file diff --git a/.changelog/v19.0.0/state-breaking/3171-bump-ibc.md b/.changelog/v19.0.0/state-breaking/3171-bump-ibc.md deleted file mode 100644 index af88d9905f7..00000000000 --- a/.changelog/v19.0.0/state-breaking/3171-bump-ibc.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2) - ([\#3171](https://github.com/cosmos/gaia/pull/3171)) \ No newline at end of file diff --git a/.changelog/v19.0.0/state-breaking/3233-bump-ibc.md b/.changelog/v19.0.0/state-breaking/3233-bump-ibc.md new file mode 100644 index 00000000000..8d797ddfb9c --- /dev/null +++ b/.changelog/v19.0.0/state-breaking/3233-bump-ibc.md @@ -0,0 +1,3 @@ +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ce6449026..5ba644468db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,6 @@ - Bump [cometbft](https://github.com/cometbft/cometbft) to [v0.38.9](https://github.com/cometbft/cometbft/releases/tag/v0.38.9) ([\#3171](https://github.com/cosmos/gaia/pull/3171)) -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2) - ([\#3171](https://github.com/cosmos/gaia/pull/3171)) - Bump [ICS](https://github.com/cosmos/interchain-security) to [v5.1.0](https://github.com/cosmos/interchain-security/releases/tag/v5.1.0) ([\#3207](https://github.com/cosmos/gaia/pull/3207)) @@ -24,6 +21,9 @@ - Bump [ibc-rate-limiting](https://github.com/cosmos/ibc-apps/blob/main/modules/rate-limiting) to [v8](https://github.com/cosmos/ibc-apps/releases/tag/modules/rate-limiting/v8.0.0) ([\#3227](https://github.com/cosmos/gaia/pull/3227)) +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) ### IMPROVEMENTS @@ -35,9 +35,6 @@ - Bump [cometbft](https://github.com/cometbft/cometbft) to [v0.38.9](https://github.com/cometbft/cometbft/releases/tag/v0.38.9) ([\#3171](https://github.com/cosmos/gaia/pull/3171)) -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.3.2](https://github.com/cosmos/ibc-go/releases/tag/v8.3.2) - ([\#3171](https://github.com/cosmos/gaia/pull/3171)) - Bump [ICS](https://github.com/cosmos/interchain-security) to [v5.1.0](https://github.com/cosmos/interchain-security/releases/tag/v5.1.0) ([\#3207](https://github.com/cosmos/gaia/pull/3207)) @@ -50,6 +47,9 @@ - Bump [ibc-rate-limiting](https://github.com/cosmos/ibc-apps/blob/main/modules/rate-limiting) to [v8](https://github.com/cosmos/ibc-apps/releases/tag/modules/rate-limiting/v8.0.0) ([\#3227](https://github.com/cosmos/gaia/pull/3227)) +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.4.0](https://github.com/cosmos/ibc-go/releases/tag/v8.4.0) + ([\#3233](https://github.com/cosmos/gaia/pull/3233)) ## Previous Versions diff --git a/go.mod b/go.mod index 22dcd114236..988acd57e6d 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,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.0 - github.com/cosmos/ibc-go/v8 v8.3.2 + github.com/cosmos/ibc-go/v8 v8.4.0 github.com/cosmos/interchain-security/v5 v5.1.0 github.com/google/gofuzz v1.2.0 github.com/gorilla/mux v1.8.1 diff --git a/go.sum b/go.sum index 3a821e263a6..87708100939 100644 --- a/go.sum +++ b/go.sum @@ -435,8 +435,8 @@ github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0 h1:AQO9NIAP3RFqvBCj7I github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0/go.mod h1:/ZpKJSW/SKPkFS7jTqkPVn7kOHUUfRNzu+8aS7YOL8o= github.com/cosmos/ibc-go/modules/capability v1.0.0 h1:r/l++byFtn7jHYa09zlAdSeevo8ci1mVZNO9+V0xsLE= github.com/cosmos/ibc-go/modules/capability v1.0.0/go.mod h1:D81ZxzjZAe0ZO5ambnvn1qedsFQ8lOwtqicG6liLBco= -github.com/cosmos/ibc-go/v8 v8.3.2 h1:8X1oHHKt2Bh9hcExWS89rntLaCKZp2EjFTUSxKlPhGI= -github.com/cosmos/ibc-go/v8 v8.3.2/go.mod h1:WVVIsG39jGrF9Cjggjci6LzySyWGloz194sjTxiGNIE= +github.com/cosmos/ibc-go/v8 v8.4.0 h1:K2PfX0AZ+1XKZytHGEMuSjQXG/MZshPb83RSTQt2+cE= +github.com/cosmos/ibc-go/v8 v8.4.0/go.mod h1:zh6x1osR0hNvEcFrC/lhGD08sMfQmr9wHVvZ/mRWMCs= github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM= github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0= github.com/cosmos/interchain-security/v5 v5.1.0 h1:87y+7q0udGoLto3U3y5q6YTQ5ezDD/PlgJbNW7ba/Sc=