You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADR-067 Phase 2 / §8. The same signed artifact (by digest) moves up the Stage ladder: auto-promote up to staging, gated review for prod (separation of duties). To be decomposed into sub-issues when designed (the way P4 was).
Promotion = a digest-bump to the next stage's overlay (GitOps), not a rebuild — the same image promotes.
Auto ≤ staging; prod is gated (author ≠ approver). This is the demand side of the release-approver role designed in ADR-068 P4.5 (P4.5 (ADR-068): release-approver + gated prod promotion #366) — coordinate so the gate + CODEOWNERS projection are shared, not duplicated.
Prod standing posture = view; prod mutates only via the gated promotion PR + break-glass (ADR-040).
Consider Argo Rollouts / progressive delivery (ADR-056) as the rollout mechanism.
ADR-067 Phase 2 / §8. The same signed artifact (by digest) moves up the Stage ladder: auto-promote up to staging, gated review for prod (separation of duties). To be decomposed into sub-issues when designed (the way P4 was).
Part of #369.
Scope sketch
release-approverrole designed in ADR-068 P4.5 (P4.5 (ADR-068): release-approver + gated prod promotion #366) — coordinate so the gate + CODEOWNERS projection are shared, not duplicated.view; prod mutates only via the gated promotion PR + break-glass (ADR-040).Cross-links: ADR-068 #366 (release-approver), ADR-056 (progressive delivery).