-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update docs for cutting release (#1790)
* update changelog * update release notes * updated upgrading instructions
- Loading branch information
Showing
6 changed files
with
34 additions
and
47 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
<!-- | ||
*March 27, 2024* | ||
--> | ||
*April 17, 2024* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,17 @@ | ||
<!-- | ||
A release notes template that should be adapted for every release | ||
- release: <v*.*.*> | ||
- release branch: <v*.x> | ||
- the last release: <v-last> | ||
- the last release branch: <v-last.x> | ||
--> | ||
|
||
# Replicated Security <v*.*.*> Release Notes | ||
# Replicated Security v4.1.0 Release Notes | ||
|
||
<!-- | ||
Please indicate whether this release is relevant to consumers or providers. | ||
--> | ||
❗ ***Note this release is ONLY relevant to <consumers/providers>*** | ||
❗ ***Note this release is ONLY relevant to providers*** | ||
|
||
## 📝 Changelog | ||
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** | ||
<!-- markdown-link-check-disable --> | ||
|
||
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/release/<v-last>...<v*.*.*>) from last release. | ||
Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v4.1.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v4.0.0...v4.1.0) from last release. | ||
|
||
<!-- Add the following line for major releases --> | ||
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>`. | ||
Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v4.1.x/UPGRADING.md) when migrating from `v4.0.x` to `v4.1.x`. | ||
|
||
** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** | ||
<!-- markdown-link-check-enable --> | ||
## 🚀 Highlights | ||
|
||
<!-- Add any highlights of this release --> | ||
|
||
## ❤️ Contributors | ||
<!-- markdown-link-check-disable --> | ||
* Informal Systems ([@informalinc](https://twitter.com/informalinc)) | ||
<!-- markdown-link-check-enable --> | ||
|
||
This list is non-exhaustive and ordered alphabetically. | ||
Thank you to everyone who contributed to this release! | ||
This release introduces epochs that reduce the costs of relaying IBC packets for ICS. | ||
In addition it introduces queries to retrieve the send timestamp of the oldest unconfirmed VSCPacket by chain id and | ||
for current values of all provider parameters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters