Skip to content

Commit 0654bc8

Browse files
authored
doc: backport upgrading instructions (#2036)
add uprading intructions
1 parent fea13ac commit 0654bc8

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

UPGRADING.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [v4.3.x](https://github.com/cosmos/interchain-security/releases/tag/v4.3.0)
6+
7+
### Provider
8+
9+
Upgrading a provider from `v4.2.0` to `v4.3.0` requires state migrations that will be done automatically via the upgrade module.
10+
11+
### Consumer
12+
13+
***Note that consumer chains should not use this version of ICS***
14+
15+
## [v4.2.x](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0)
16+
17+
### Provider
18+
19+
Upgrading a provider from `v4.1.0` or `v4.1.0-lsm` to `v4.2.0` or `v4.2.0-lsm` requires state migrations, see relevant pull request [here](https://github.com/cosmos/interchain-security/pull/1809)
20+
for the corresponding migrators.
21+
22+
### Consumer
23+
24+
***Note that consumer chains should not use this version of ICS***
25+
526
## [v4.1.x](https://github.com/cosmos/interchain-security/releases/tag/v4.1.0-rc2) and [v4.1.x-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.1.0-lsm-rc2)
627

728
### Provider
@@ -80,7 +101,7 @@ Upgrading the provider from `v2.x.y` to `v3.3.0` will not require state migratio
80101

81102
## [v3.2.x](https://github.com/cosmos/interchain-security/tree/release/v3.2.x)
82103

83-
`v3.2.0` bumps IBC to `v7.3`. As a result, `legacy_ibc_testing` is no longer required and was removed, see https://github.com/cosmos/interchain-security/pull/1185. This means that when upgrading to `v3.2.0`, any customized tests relying on `legacy_ibc_testing` need to be updated.
104+
`v3.2.0` bumps IBC to `v7.3`. As a result, `legacy_ibc_testing` is not longer required and was removed, see https://github.com/cosmos/interchain-security/pull/1185. This means that when upgrading to `v3.2.0`, any customized tests relying on `legacy_ibc_testing` need to be updated.
84105

85106
### Consumer
86107

@@ -124,7 +145,7 @@ Legacy APIs of the `AppModule` interface have been removed from ccv modules. For
124145

125146
#### Imports
126147

127-
Imports for ics23 have been updated as the repository has been migrated from confio to cosmos.
148+
Imports for ics23 have been updated as the repository have been migrated from confio to cosmos.
128149

129150
```diff
130151
import (

0 commit comments

Comments
 (0)