Skip to content

Commit dc06eca

Browse files
authored
docs: prepare v6.3.0 (#2367)
* update changelog * updating release notes * update upgrading instr.
1 parent ffdc22e commit dc06eca

File tree

8 files changed

+35
-987
lines changed

8 files changed

+35
-987
lines changed

.changelog/v6.3.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*October 18, 2024*

CHANGELOG.md

Lines changed: 14 additions & 959 deletions
Large diffs are not rendered by default.

RELEASE_NOTES.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
1-
<!--
2-
A release notes template that should be adapted for every release
3-
- release: <v*.*.*>
4-
- release branch: <v*.x>
5-
- the last release: <v-last>
6-
- the last release branch: <v-last.x>
7-
-->
1+
# Interchain Security v6.3.0 Release Notes
82

9-
# Interchain Security <v*.*.*> Release Notes
10-
11-
<!--
12-
Please indicate whether this release is relevant to consumers or providers.
13-
-->
14-
***Note this release is ONLY relevant to <consumers/providers>***
3+
***Note this release is ONLY relevant to providers.*** Consumer chains can safely use ICS [v6.2.0](https://github.com/cosmos/interchain-security/releases/tag/v6.2.0). Provider chains are recommended to use this release instead.
154

165
## 📝 Changelog
17-
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE **
18-
<!-- markdown-link-check-disable -->
196

20-
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/<v*.*.*>/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/<v-last>...<v*.*.*>) from last release.
7+
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v6.3.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v6.2.0...v6.3.0) from last release.
218

229
<!-- Add the following line for major or minor releases -->
23-
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/<v*.x>/UPGRADING.md) when migrating from `<v-last.x>` to `<v*.x>`.
10+
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v6.3.x/UPGRADING.md) when migrating from `v6.2.x` to `v6.3.x`.
2411

25-
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE **
26-
<!-- markdown-link-check-enable -->
2712
## 🚀 Highlights
2813

2914
<!-- Add any highlights of this release -->
3015

31-
## ❤️ Contributors
32-
<!-- markdown-link-check-disable -->
33-
* Informal Systems ([@informalinc](https://twitter.com/informalinc))
34-
<!-- markdown-link-check-enable -->
16+
This releases brings a series of bug fixes and improvements to the provider module.
17+
3518

36-
This list is non-exhaustive and ordered alphabetically.
37-
Thank you to everyone who contributed to this release!

UPGRADING.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Upgrading Replicated Security
1+
# Upgrading Interchain Security
22

3-
## Unreleased
3+
## v6.3.x
4+
5+
Upgrading from `v6.2.0` will not require state migration. To upgrade from lower versions, please check the sections below.
6+
7+
## v6.2.x
48

59
### Consumer
610

@@ -22,6 +26,13 @@ func InitializeConsumerId(ctx sdk.Context, consumerKeeper consumerkeeper.Keeper)
2226
}
2327
```
2428

29+
## [v6.1.x](https://github.com/cosmos/interchain-security/releases/tag/v6.1.0)
30+
31+
Upgrading from `v6.0.0` will not require state migration.
32+
33+
34+
## [v6.0.x](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0)
35+
2536
### Provider
2637

2738
Upgrading a provider from v5.1.x requires state migrations. The following migrators should be added to the upgrade handler of the provider chain:
@@ -378,4 +389,4 @@ Upgrading a provider from `v1.1.0-multiden` to `v2.0.0` will require state migra
378389

379390
### Consumer
380391

381-
Upgrading a consumer from `v1.2.0-multiden` to `v2.0.0` will NOT require state migrations.
392+
Upgrading a consumer from `v1.2.0-multiden` to `v2.0.0` will NOT require state migrations.

0 commit comments

Comments
 (0)