From 79c6ce7558842b64fb55f757aa4903d00a8dff03 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Wed, 25 Sep 2024 14:52:40 +0200 Subject: [PATCH] docs: bring v6.1.0 changelog to main (#2304) * bring v6.1.0 changelog to main * replace v6.0.0 with v6.1.0 in releases docs --- .../bug-fixes/2282-duplicate-events.md | 0 .../bug-fixes/2288-rewards-stride.md | 0 .../state-breaking/2288-rewards-stride.md | 0 .changelog/v6.1.0/summary.md | 1 + CHANGELOG.md | 16 ++++++++++++++++ FEATURES.md | 2 +- RELEASES.md | 6 +++--- 7 files changed, 21 insertions(+), 4 deletions(-) rename .changelog/{unreleased => v6.1.0}/bug-fixes/2282-duplicate-events.md (100%) rename .changelog/{unreleased => v6.1.0}/bug-fixes/2288-rewards-stride.md (100%) rename .changelog/{unreleased => v6.1.0}/state-breaking/2288-rewards-stride.md (100%) create mode 100644 .changelog/v6.1.0/summary.md diff --git a/.changelog/unreleased/bug-fixes/2282-duplicate-events.md b/.changelog/v6.1.0/bug-fixes/2282-duplicate-events.md similarity index 100% rename from .changelog/unreleased/bug-fixes/2282-duplicate-events.md rename to .changelog/v6.1.0/bug-fixes/2282-duplicate-events.md diff --git a/.changelog/unreleased/bug-fixes/2288-rewards-stride.md b/.changelog/v6.1.0/bug-fixes/2288-rewards-stride.md similarity index 100% rename from .changelog/unreleased/bug-fixes/2288-rewards-stride.md rename to .changelog/v6.1.0/bug-fixes/2288-rewards-stride.md diff --git a/.changelog/unreleased/state-breaking/2288-rewards-stride.md b/.changelog/v6.1.0/state-breaking/2288-rewards-stride.md similarity index 100% rename from .changelog/unreleased/state-breaking/2288-rewards-stride.md rename to .changelog/v6.1.0/state-breaking/2288-rewards-stride.md diff --git a/.changelog/v6.1.0/summary.md b/.changelog/v6.1.0/summary.md new file mode 100644 index 0000000000..7531841dbf --- /dev/null +++ b/.changelog/v6.1.0/summary.md @@ -0,0 +1 @@ +*September 20, 2024* diff --git a/CHANGELOG.md b/CHANGELOG.md index 962c77638c..f606aa3eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## v6.1.0 + +*September 20, 2024* + +### BUG FIXES + +- Remove duplicate event emission on cached context. + ([\#2282](https://github.com/cosmos/interchain-security/pull/2282)) +- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed. + ([\#2288](https://github.com/cosmos/interchain-security/pull/2288)) + +### STATE BREAKING + +- `[x/provider]` Add patch to enable ICS rewards from Stride to be distributed. + ([\#2288](https://github.com/cosmos/interchain-security/pull/2288)) + ## v6.0.0 *September 12, 2024* diff --git a/FEATURES.md b/FEATURES.md index 22caee7c6f..fd60e03c14 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -2,7 +2,7 @@ The following table indicates the major ICS features available in the [currently active releases](./RELEASES.md#version-matrix): -| Feature | `v4.0.0` | `v4.3.1` | `v4.3.1-lsm` | `v4.4.0` | `v5.0.0` | `v5.2.0` | `v6.0.0` | +| Feature | `v4.0.0` | `v4.3.1` | `v4.3.1-lsm` | `v4.4.0` | `v5.0.0` | `v5.2.0` | `v6.1.0` | |---------|---------:|---------:|-------------:|---------:|---------:|---------:|----------:| | [Channel initialization: new chains](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#channel-initialization-new-chains) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | [Validator set update](https://github.com/cosmos/ibc/blob/main/spec/app/ics-028-cross-chain-validation/overview_and_basic_concepts.md#validator-set-update) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | diff --git a/RELEASES.md b/RELEASES.md index 75a4d53b82..d729e88f51 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -63,7 +63,7 @@ All missing minor release versions have been discontinued. | `v4.4.x` | January 24, 2025 | | `v5.0.x` | May 9, 2025 | | `v5.2.x` | May 9, 2025 | -| `v6.0.x` | Sep 13, 2025 | +| `v6.1.x` | Sep 13, 2025 | **Note**: Gaia versions on SDK 0.47 (i.e., `v15.0.x` -- `v18.1.x`) use a fork of Cosmos SDK (i.e., `v0.47.x-ics-lsm`) that contains the Liquid Staking Module (LSM). This means that these versions of Gaia require a fork of ICS. @@ -82,7 +82,7 @@ Versions of Golang, IBC, Cosmos SDK and CometBFT used by ICS in the currently ac | [v4.4.0](https://github.com/cosmos/interchain-security/releases/tag/v4.4.0) | 1.21 | v7.6.0 | v0.47.12 | v0.37.6 | | | [v5.0.0](https://github.com/cosmos/interchain-security/releases/tag/v5.0.0) | 1.21 | v8.1.0 | v0.50.4 | v0.38.5 | | | [v5.2.0](https://github.com/cosmos/interchain-security/releases/tag/v5.2.0) | 1.22 | v8.3.2 | v0.50.8 | v0.38.9 | | -| [v6.0.0](https://github.com/cosmos/interchain-security/releases/tag/v6.0.0) | 1.22 | v8.5.0 | v0.50.9 | v0.38.11 | | +| [v6.1.0](https://github.com/cosmos/interchain-security/releases/tag/v6.1.0) | 1.22 | v8.5.0 | v0.50.9 | v0.38.11 | | **Note:** For a list of major ICS features available in the currently active releases, see [FEATURES.md](./FEATURES.md). @@ -92,7 +92,7 @@ A MAJOR version of ICS will always be backwards compatible with the previous MAJ The following table indicates the compatibility of currently active releases: -| Consumer | Provider | `v4.3.1-lsm` | `v5.2.0` | `v6.0.0` | +| Consumer | Provider | `v4.3.1-lsm` | `v5.2.0` | `v6.1.0` | | -------- | -------- | ------------ | -------- | -------- | | `v4.0.0` | | ✅ | ✅ | ✅ | | `v4.3.1` | | ✅ | ✅ | ✅ |