From da34b311ba6769223eee3b793be76fabdfd864bb Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Tue, 18 Feb 2025 19:32:38 +0100 Subject: [PATCH] chore: add backport mergify tasks --- .github/mergify.yml | 8 ++++++++ RELEASES.md | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5f23863ce61..e54169b81b6 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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 diff --git a/RELEASES.md b/RELEASES.md index 21ee49364f9..92a43c6fcce 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 @@ -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