Promote v6 control plane to GA readiness

This commit is contained in:
rcourtman 2026-03-28 22:13:22 +00:00
parent fb3b72f6e8
commit 95cba22a96
6 changed files with 136 additions and 16 deletions

View file

@ -6,7 +6,7 @@
"control_plane_doc": "docs/release-control/internal/CONTROL_PLANE.md",
"control_plane_schema": "docs/release-control/control_plane.schema.json",
"active_profile_id": "v6",
"active_target_id": "v6-rc-stabilization",
"active_target_id": "v6-ga-promotion",
"profiles": [
{
"id": "v6",
@ -38,7 +38,7 @@
"id": "v6-rc-stabilization",
"profile_id": "v6",
"kind": "stabilization",
"status": "active",
"status": "completed",
"summary": "Keep Pulse v6 simple, accurate, and cleanly readable around the proven monitoring-and-alerting RC floor, using resource-change intelligence only where it materially improves investigation or safe AI flows while broader control-plane expansion stays out of the default target until it is proven.",
"completion_rule": "manual",
"proof_scope": "none"
@ -47,7 +47,7 @@
"id": "v6-ga-promotion",
"profile_id": "v6",
"kind": "release",
"status": "planned",
"status": "active",
"summary": "Promote Pulse v6 from a validated RC to governed GA with exercised promotion proof, rollback clarity, and only GA-blocking decisions remaining.",
"completion_rule": "release_ready"
},