Skip to content

Commit

Permalink
chore: add backport mergify tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Feb 18, 2025
1 parent fcb6809 commit da34b31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 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
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

0 comments on commit da34b31

Please # to comment.