Skip to content

Commit

Permalink
deps!: use fixed ics v5.1.1. (backport #3237) (#3238)
Browse files Browse the repository at this point in the history
* deps!: use fixed ics v5.1.1. (#3237)

(cherry picked from commit 090f23c)

* update footers

---------

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
mergify[bot] and MSalopek authored Jul 29, 2024
1 parent 213be88 commit d102fe9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .changelog/v19.0.0/dependencies/3207-bump-ics.md

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/v19.0.0/dependencies/3237-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1)
([\#3237](https://github.com/cosmos/gaia/pull/3237))
3 changes: 0 additions & 3 deletions .changelog/v19.0.0/state-breaking/3207-bump-ics.md

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/v19.0.0/state-breaking/3237-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1)
([\#3237](https://github.com/cosmos/gaia/pull/3237))
2 changes: 1 addition & 1 deletion .changelog/v19.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*July 23nd, 2024*
*July 29th, 2024*
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

## v19.0.0

*July 23nd, 2024*
*July 29th, 2024*

### DEPENDENCIES

- 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 [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))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.50.8-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8-lsm)
([\#3207](https://github.com/cosmos/gaia/pull/3207))
Expand All @@ -27,6 +24,9 @@
- 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))
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1)
([\#3237](https://github.com/cosmos/gaia/pull/3237))

### IMPROVEMENTS

Expand All @@ -38,9 +38,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 [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))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.50.8-lsm](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8-lsm)
([\#3207](https://github.com/cosmos/gaia/pull/3207))
Expand All @@ -56,6 +53,9 @@
- 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))
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v5.1.1](https://github.com/cosmos/interchain-security/releases/tag/v5.1.1)
([\#3237](https://github.com/cosmos/gaia/pull/3237))

## Previous Versions

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
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.4.0
github.com/cosmos/interchain-security/v5 v5.1.0
github.com/cosmos/interchain-security/v5 v5.1.1
github.com/google/gofuzz v1.2.0
github.com/gorilla/mux v1.8.1
github.com/ory/dockertest/v3 v3.10.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZD
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=
github.com/cosmos/interchain-security/v5 v5.1.0/go.mod h1:vmeTcTxFCl1eV0o6xpl/IRT7Basz0szVVGzbppnInMg=
github.com/cosmos/interchain-security/v5 v5.1.1 h1:xmRRMeE4xoc+JAZUh0XzXFYWaGBtzFFj5SETuOgnEnY=
github.com/cosmos/interchain-security/v5 v5.1.1/go.mod h1:vmeTcTxFCl1eV0o6xpl/IRT7Basz0szVVGzbppnInMg=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA=
github.com/cosmos/ledger-cosmos-go v0.13.3 h1:7ehuBGuyIytsXbd4MP43mLeoN2LTOEnk5nvue4rK+yM=
Expand Down

0 comments on commit d102fe9

Please sign in to comment.