Skip to content
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

post v2.4.2, v3.3.1, v4.1.1 and v5.0.1 release chores #2627

Merged
merged 8 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v5.0.x", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-b": ["release-v5.0.x", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-a": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"],
"chain-b": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"],
"entrypoint": ["TestClientTestSuite"],
"test": [
"TestClientUpdateProposal_Succeeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v5.0.x", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-b": ["release-v5.0.x", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-a": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"],
"chain-b": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"],
"entrypoint": ["TestConnectionTestSuite"],
"test": [
"TestMaxExpectedTimePerBlockParam"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v5.0.x", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-b": ["release-v5.0.x", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-a": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"],
"chain-b": ["release-v5.0.x", "v4.1.1", "v3.3.1", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-b": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-a": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"],
"chain-b": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"],
"entrypoint": ["TestClientTestSuite"],
"test": [
"TestClientUpdateProposal_Succeeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-b": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-a": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"],
"chain-b": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"],
"entrypoint": ["TestConnectionTestSuite"],
"test": [
"TestMaxExpectedTimePerBlockParam"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-b": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"],
"chain-a": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"],
"chain-b": ["release-v6.0.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
24 changes: 0 additions & 24 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,6 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v2.1.x branch
conditions:
- base=main
- label=backport-to-v2.1.x
actions:
backport:
branches:
- release/v2.1.x
- name: backport patches to v2.2.x branch
conditions:
- base=main
- label=backport-to-v2.2.x
actions:
backport:
branches:
- release/v2.2.x
- name: backport patches to v2.3.x branch
conditions:
- base=main
- label=backport-to-v2.3.x
actions:
backport:
branches:
- release/v2.3.x
- name: backport patches to v2.4.x branch
conditions:
- base=main
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (modules/core/02-client)[\#1676](https://github.com/cosmos/ibc-go/pull/1676) ClientState must be zeroed out for `UpgradeProposals` to pass validation. This prevents a proposal containing information governance is not actually voting on.
* (modules/core/keeper) [\#2403](https://github.com/cosmos/ibc-go/pull/2403) Added a function in keeper to cater for blank pointers.

## [v5.0.1](https://github.com/cosmos/ibc-go/releases/tag/v5.0.1) - 2022-10-27

### Dependencies

* [\#2623](https://github.com/cosmos/ibc-go/pull/2623) Bump SDK version to v0.46.3 and Tendermint version to v0.34.22.

## [v5.0.0](https://github.com/cosmos/ibc-go/releases/tag/v5.0.0) - 2022-09-28

### Dependencies
Expand Down Expand Up @@ -153,6 +159,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (makefile) [\#1785](https://github.com/cosmos/ibc-go/pull/1785) Fetch the correct versions of protocol buffers dependencies from tendermint, cosmos-sdk, and ics23.
* (modules/core/04-channel)[\#1919](https://github.com/cosmos/ibc-go/pull/1919) Fixed formatting of sequence for packet "acknowledgement written" logs.

## [v4.1.1](https://github.com/cosmos/ibc-go/releases/tag/v4.1.1) - 2022-10-27

### Dependencies

* [\#2624](https://github.com/cosmos/ibc-go/pull/2624) Bump SDK version to v0.45.10 and Tendermint to v0.34.22.

## [v4.1.0](https://github.com/cosmos/ibc-go/releases/tag/v4.1.0) - 2022-09-20

### Dependencies
Expand Down Expand Up @@ -230,6 +242,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (apps/29-fee) [\#1278](https://github.com/cosmos/ibc-go/pull/1278) The URI path for the query to get all incentivized packets for a specific channel did not follow the same format as the rest of queries.
* (modules/core/04-channel)[\#1919](https://github.com/cosmos/ibc-go/pull/1919) Fixed formatting of sequence for packet "acknowledgement written" logs.

## [v3.3.1](https://github.com/cosmos/ibc-go/releases/tag/v3.3.1) - 2022-10-27

### Dependencies

* [\#2621](https://github.com/cosmos/ibc-go/pull/2621) Bump SDK version to v0.45.10 and Tendermint to v0.34.22.

## [v3.3.0](https://github.com/cosmos/ibc-go/releases/tag/v3.3.0) - 2022-09-20

### Dependencies
Expand Down Expand Up @@ -398,6 +416,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (client) [\#941](https://github.com/cosmos/ibc-go/pull/941) Classify client states without consensus states as expired
* (channel) [\#995](https://github.com/cosmos/ibc-go/pull/995) Call `packet.GetSequence()` rather than passing func in `AcknowledgePacket` log output

## [v2.4.2](https://github.com/cosmos/ibc-go/releases/tag/v2.4.2) - 2022-10-27

### Dependencies

* [\#2622](https://github.com/cosmos/ibc-go/pull/2622) Bump SDK version to v0.45.10 and Tendermint to v0.34.22.

## [v2.4.1](https://github.com/cosmos/ibc-go/releases/tag/v2.4.1) - 2022-09-15

### Dependencies
Expand Down
25 changes: 4 additions & 21 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,13 @@ Only the following major release series have a stable release status:

|Release|End of Life Date|
|-------|----------------|
|~~`v1.3.x`~~|~~July 01, 2022~~|
|~~`v1.4.x`~~|~~July 01, 2022~~|
|~~`v1.5.x`~~|~~July 01, 2022~~|
|`v2.1.x`|February 01, 2023|
|`v2.2.x`|February 01, 2023|
|`v2.3.x`|February 01, 2023|
|`v2.4.x`|February 01, 2023|
|`v3.3.x`|March 15, 2023|
|`v4.1.x`|August 12, 2023|
|`v5.0.x`|September 28, 2023|

All missing minor release versions have been discontinued.

**Note**: The v1 major release series will reach end of life 6 months after merging this policy. v2 will reach end of life one year after merging this policy.

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

Pull requests that fix bugs and add features that fall in the following categories:
Expand Down Expand Up @@ -107,19 +99,10 @@ Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently ac

| Go | ibc-go | Cosmos SDK | Tendermint |
|----|--------|------------|------------|
| 1.15 | v2.1.0 | v0.44.6 | v0.34.14 |
| 1.15 | v2.1.1 | v0.44.8 | v0.34.19 |
| 1.15 | v2.1.2 | v0.44.8 | v0.34.19 |
| 1.15 | v2.2.0 | v0.45.1 | v0.34.14 |
| 1.15 | v2.2.1 | v0.45.1 | v0.34.14 |
| 1.15 | v2.2.2 | v0.45.1 | v0.34.14 |
| 1.17 | v2.3.0 | v0.45.4 | v0.34.19 |
| 1.17 | v2.3.1 | v0.45.5 | v0.34.19 |
| 1.18 | v2.4.0 | v0.45.7 | v0.34.20 |
| 1.18 | v2.4.1 | v0.45.8 | v0.34.21 |
| 1.18 | v3.3.0 | v0.45.8 | v0.34.21 |
| 1.18 | v4.1.0 | v0.45.8 | v0.34.21 |
| 1.18 | v5.0.0 | v0.46.1 | v0.34.21 |
| 1.18 | v2.4.2 | v0.45.10 | v0.34.22 |
| 1.18 | v3.3.1 | v0.45.10 | v0.34.22 |
| 1.18 | v4.1.1 | v0.45.10 | v0.34.22 |
| 1.18 | v5.0.1 | v0.46.3 | v0.34.22 |

## Graphics

Expand Down