From 2f61da9b98a3d051c288c1b8e43771e1888be66e Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 25 Aug 2026 21:35:54 +0100 Subject: [PATCH] Register the 6.3.2 hotfix release line release/v6.3.2 becomes the governed branch for exactly version 6.3.2 via the existing legacy_release_lines mechanism, so the surgical hotfix can dispatch from its branch instead of shipping current main. Scoped to the single version so 6.3.0/6.3.1 backfills and the 6.4 line stay on main. --- docs/release-control/control_plane.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-control/control_plane.json b/docs/release-control/control_plane.json index 80f65b05e..c92b2c847 100644 --- a/docs/release-control/control_plane.json +++ b/docs/release-control/control_plane.json @@ -12,6 +12,11 @@ "version_prefix": "5.1.", "prerelease_branch": "main", "stable_branch": "main" + }, + { + "version_prefix": "6.3.2", + "prerelease_branch": "release/v6.3.2", + "stable_branch": "release/v6.3.2" } ], "profiles": [