From 393f7f8c4e5e79e2fdd899f97920d70841168956 Mon Sep 17 00:00:00 2001 From: Andrew Stucki Date: Fri, 12 Dec 2025 12:47:39 -0500 Subject: [PATCH 1/2] Update release branch matrix in README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e235f1300..188e6fc87 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ | Branch | Release Series | [End of Support](https://support.redpanda.com/hc/en-us/articles/20617574366743-Redpanda-Supported-Versions) | | :------------------------------------------------------------------------------------------: | :------------: | :---------------------------------------------------------------------------------------------------------: | | [`main`](https://github.com/redpanda-data/redpanda-operator/tree/main) | v26.1.x | TBD | -| [`release/v25.3.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.3.x) | v25.3.x | TBD | -| [`release/v25.2.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.2.x) | v25.2.x | TBD | -| [`release/v25.1.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.1.x) | v25.1.x | TBD | -| [`release/v2.4.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v2.4.x) | v2.4.x | Dec 3, 2025 (est.) | -| [`release/v2.3.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v2.3.x) | v2.3.x | Dec 3, 2025 (est.) | +| [`release/v25.3.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.3.x) | v25.3.x | Nov 19, 2026 (est) | +| [`release/v25.2.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.2.x) | v25.2.x | Jul 31, 2026 (est) | +| [`release/v25.1.x`](https://github.com/redpanda-data/redpanda-operator/tree/release/v25.1.x) | v25.1.x | Mar 25, 2026 (est) | \ No newline at end of file From 1bfac21a90a29759381de9a0d354fab9bde22fae Mon Sep 17 00:00:00 2001 From: Andrew Stucki Date: Fri, 12 Dec 2025 13:40:19 -0500 Subject: [PATCH 2/2] fix tests --- .backportrc.json | 2 +- .github/branches.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index a2a236d77..5575a82fb 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -4,7 +4,7 @@ "commitConflicts": true, "repoOwner": "redpanda-data", "repoName": "redpanda-operator", - "targetBranchChoices": ["release/v25.1.x", "release/v2.4.x", "release/v2.3.x"], + "targetBranchChoices": ["release/v25.3.x", "release/v25.2.x", "release/v25.1.x"], "targetPRLabels": ["backport"], "branchLabelMapping": { "^v(\\d+).(\\d+).x$": "release/v$1.$2.x" diff --git a/.github/branches.yml b/.github/branches.yml index 7f91b1f63..9b34671d2 100644 --- a/.github/branches.yml +++ b/.github/branches.yml @@ -1 +1 @@ -active: ["main", "release/v25.1.x", "release/v2.4.x", "release/v2.3.x"] +active: ["main", "release/v25.3.x", "release/v25.2.x", "release/v25.1.x"]