-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update upgrading v5.1.0 #2071
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,5 +1,39 @@ | ||||||
# Upgrading Replicated Security | ||||||
|
||||||
## [v5.1.x](https://github.com/cosmos/interchain-security/releases/tag/v5.1.0) | ||||||
|
||||||
### Provider | ||||||
|
||||||
***Note that providers using v5.0.0 cannot upgrade to v5.1.0 cleanly*** | ||||||
|
||||||
Providers using versions `v4.0.x`, `v4.1.x`, `v4.2.x`, `v4.3.x` and `v4.4.x` can upgrade to `v5.1.0`. | ||||||
|
||||||
Upgrading from `v4.x` to `v5.1.0` will upgrade the provider `consensus version` to 7. | ||||||
|
||||||
Upgrade code will be executed automatically during the upgrade procedure. | ||||||
|
||||||
### Consumer | ||||||
|
||||||
Upgrading the consumer from `v5.0.0` to `v5.1.0` will not require state migration. | ||||||
|
||||||
This guide provides instructions for upgrading to specific versions of Replicated Security. | ||||||
|
||||||
## [v5.0.0](https://github.com/cosmos/interchain-security/releases/tag/v5.0.0) | ||||||
|
||||||
### Provider | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid duplicate headings. There are multiple headings with the same content. - ### Provider
+ ### Provider (v5.0.0) Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||
|
||||||
***Note that providers should not be using this release*** | ||||||
|
||||||
v5.0.0 was a **consumer only release**. | ||||||
|
||||||
### Consumer | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid duplicate headings. There are multiple headings with the same content. - ### Consumer
+ ### Consumer (v5.0.0) Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||
|
||||||
Upgrading the consumer from `v4.x` to `v5.0.0` will require state migrations. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove trailing space. There is an unnecessary trailing space at the end of this line. - Upgrading the consumer from `v4.x` to `v5.0.0` will require state migrations.
+ Upgrading the consumer from `v4.x` to `v5.0.0` will require state migrations. Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||
|
||||||
Consumer versions `v4.0.x`, `v4.1.x`, `v4.2.x`, `v4.3.x` and `v4.4.x` can cleanly be upgraded to `v5.0.0`. | ||||||
|
||||||
Upgrade code will be executed automatically during the upgrade procedure. | ||||||
|
||||||
## [v4.4.x](https://github.com/cosmos/interchain-security/releases/tag/v4.4.0) | ||||||
|
||||||
### Provider | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing space.
There is an unnecessary trailing space at the end of this line.
Committable suggestion
Tools
Markdownlint