Skip to content

Commit

Permalink
docs: on upgrading from v4.0.x to v4.1.x or v4.1.x-lsm (#1761)
Browse files Browse the repository at this point in the history
* init commit

* docs: update UPGRADING.md

---------

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
insumity and MSalopek committed Apr 8, 2024
1 parent 15d2d21 commit 67565a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This guide provides instructions for upgrading to specific versions of Replicated Security.

## [v4.1.x](https://github.com/cosmos/interchain-security/releases/tag/v4.1.0-rc1) and [v4.1.x-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.1.0-lsm-rc1)

### Provider

Upgrading a provider from `v4.0.0` to `v4.1.0` or `v4.1.0-lsm` requires state migrations, see relevant pull request [here](https://github.com/cosmos/interchain-security/pull/1762),
as well as the corresponding migrators [here](https://github.com/cosmos/interchain-security/blob/release/v4.1.x/x/ccv/provider/migrations/migrator.go#L38) and [here](https://github.com/cosmos/interchain-security/blob/release/v4.1.x-lsm/x/ccv/provider/migrations/migrator.go#L38).

### Consumer

***Note that consumer chains can upgrade directly from `v4.0.0` to `v4.1.0`.***

## [v4.0.x](https://github.com/cosmos/interchain-security/tree/release/v4.0.x)

`v4.0.x` sets the minimum required version of Go to `1.21`, see https://github.com/cosmos/interchain-security/blob/release/v4.0.x/go.mod#L3.
Expand Down

0 comments on commit 67565a5

Please sign in to comment.