Skip to content

Commit ef0055b

Browse files
docs: update stable release policy and add missing releases (cosmos#5606)
* docs: update stable release policy and add missing releases * Apply suggestions from code review Co-authored-by: Susannah Evans <[email protected]> * add comment about dropping support to pre v1.0 releases --------- Co-authored-by: Susannah Evans <[email protected]>
1 parent d5949b1 commit ef0055b

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

RELEASES.md

+27-7
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,36 @@ A release should not be finalized until the development team and the external co
5858

5959
The beginning of a new major release series is marked by the release of a new major version. A major release series is comprised of all minor and patch releases made under the same major version number. The series continues to receive bug fixes (released as minor or patch releases) until it reaches end of life. The date when a major release series reaches end of life is determined by one of the two following methods:
6060

61-
- If the next major release is made within the first 6 months, then the end of life date of the major release series is 1 year after its initial release.
62-
- If the next major release is made 6 months after the initial release, then the end of life date of the major release series is 6 months after the release date of the next major release.
61+
- If the next major release is made within the first 6 months, then the end of life date of the major release series is 18 months after its initial release.
62+
- If the next major release is made 6 months after the initial release, then the end of life date of the major release series is 12 months after the release date of the next major release.
6363

6464
For example, if the current major release series is v1 and was released on January 1st, 2022, then v1 will be supported at least until January 1st, 2023. If v2 is published on August 1st 2022, then v1's end of life will be March 1st, 2023.
6565

6666
Only the following major release series have a stable release status. All missing minor release versions have been discontinued.
6767

68+
We reserve the right to drop support for releases if they are deemed unused (for example, because the Cosmos SDK version they depend on is not used or has been deprecated). Likewise, we also reserve the right to drop support for pre v1.0 versions of modules if we deem them unnecessary to maintain (we are only looking to give support for stable major releases).
69+
6870
### ibc-go
6971

7072
|Release|End of Life Date|
7173
|-------|----------------|
72-
|`v7.2.x`|March 17, 2024|
73-
|`v7.3.x`|March 17, 2024|
74-
|`v8.0.x`|November 10, 2024|
74+
|`v7.2.x`|September 17, 2024|
75+
|`v7.3.x`|September 17, 2024|
76+
|`v8.0.x`|May 10, 2025|
7577

7678
### Callbacks middleware
7779

7880
|Release|End of Life Date|
7981
|-------|----------------|
80-
|`v0.1.x-ibc-go-v7.3.x`|March 17, 2024|
82+
|`v0.1.x+ibc-go-v7.3.x`|September 17, 2024|
83+
|`v0.1.x+ibc-go-v8.0.x`|May 10, 2025|
84+
85+
### `08-wasm` light client proxy module
86+
87+
|Release|End of Life Date|
88+
|-------|----------------|
89+
|`v0.1.0+ibc-go-v7.3.x-wasmvm-v1.5.x`|September 17, 2024|
90+
|`v0.2.x+ibc-go-v8.0.x-wasmvm-v1.5.x`|May 10, 2025|
8191

8292
### What pull requests will be included in stable patch-releases?
8393

@@ -121,7 +131,17 @@ Versions of Golang, ibc-go, Cosmos SDK and CometBFT used by callbacks middleware
121131

122132
| Go | callbacks | ibc-go | Cosmos SDK | Tendermint/CometBFT |
123133
|----|-----------|--------|------------|---------------------|
124-
| 1.19 | v0.1.0-ibc-go-v7.3 | v7.3.0 | v0.47.4 | v0.37.2 |
134+
| 1.19 | v0.1.0+ibc-go-v7.3 | v7.3.0 | v0.47.4 | v0.37.2 |
135+
| 1.21 | v0.2.0+ibc-go-v8.0 | v8.0.0 | v0.50.1 | v0.38.0 |
136+
137+
### `08-wasm` light client proxy module
138+
139+
Versions of Golang, ibc-go, Cosmos SDK and CometBFT used by `08-wasm` module in the currently active releases:
140+
141+
| Go | callbacks | ibc-go | Cosmos SDK | Tendermint/CometBFT |
142+
|----|-----------|--------|------------|---------------------|
143+
| 1.19 | v0.1.0+ibc-go-v7.3-wasmvm-v1.5 | v7.3.0 | v0.47.6 | v0.37.2 |
144+
| 1.21 | v0.1.0+ibc-go-v8.0-wasmvm-v1.5 | v8.0.0 | v0.50.1 | v0.38.0 |
125145

126146
## Graphics
127147

0 commit comments

Comments
 (0)