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

chore: add backport mergify tasks (backport #7989) #8015

Merged
merged 1 commit into from
Feb 25, 2025
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
16 changes: 16 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ pull_request_rules:
backport:
branches:
- callbacks/release/v0.2.x+ibc-go-v8.0.x
- name: backport patches to v0.3.x callbacks ibc-go v10.0.x branch
conditions:
- base=main
- label=backport-callbacks-to-v0.3.x+ibc-go-v10.0.x
actions:
backport:
branches:
- callbacks/release/v0.3.x+ibc-go-v10.0.x
- name: backport patches to v0.3.x wasm ibc-go v7.4.x & wasmvm 1.5.x branch
conditions:
- base=main
Expand Down Expand Up @@ -70,6 +78,14 @@ pull_request_rules:
backport:
branches:
- 08-wasm/release/v0.5.x+ibc-go-v8.4.x-wasmvm-v2.1.x
- name: backport patches to v0.6.x wasm ibc-go v10.0.x & wasmvm 2.2.x branch
conditions:
- base=main
- label=backport-wasm-v0.6.x+ibc-go-v10.0.x-wasmvm-v2.2.x
actions:
backport:
branches:
- 08-wasm/release/v0.6.x+ibc-go-v10.0.x-wasmvm-v2.2.x
- name: backport patches to v7.4.x branch
conditions:
- base=main
Expand Down
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ We reserve the right to drop support for releases if they are deemed unused (for

|Release|End of Life Date|
|-------|----------------|
|`v0.1.x+ibc-go-v7.3.x`|March 17, 2025|
|`v0.1.x+ibc-go-v8.0.x`|May 10, 2025|
|`v0.2.x+ibc-go-v7.3.x`|March 17, 2025|
|`v0.2.x+ibc-go-v8.0.x`|May 10, 2025|

### `08-wasm` light client proxy module

Expand Down Expand Up @@ -138,7 +138,7 @@ Versions of Golang, ibc-go, Cosmos SDK and CometBFT used by callbacks middleware

| Go | callbacks | ibc-go | Cosmos SDK | Tendermint/CometBFT |
|----|-----------|--------|------------|---------------------|
| 1.19 | v0.1.0+ibc-go-v7.3 | v7.3.0 | v0.47.4 | v0.37.2 |
| 1.19 | v0.2.0+ibc-go-v7.3 | v7.3.0 | v0.47.5 | v0.37.2 |
| 1.21 | v0.2.0+ibc-go-v8.0 | v8.0.0 | v0.50.1 | v0.38.0 |

### `08-wasm` light client proxy module
Expand Down
Loading