docs(release-runbook): SignPath timeout recovery — reject stale, approve newest early (MCP-2906)#719
Merged
Conversation
… (MCP-2906) - Replace misleading 'use Retry Sign & Release' guidance with gh run rerun --failed - Add 4-step approval protocol: rerun → reject stale requests → approve newest early → confirm in log - Document SignPath poll backoff schedule (~few sec → 1m → 3m → 5m → 11m → 20m repeating) - Warn operators to approve within first 5-10 minutes while polls are frequent - Cross-reference MCP-2905 with warning that retry-sign-release.yml is broken (ships ~6 assets vs ~27) - Add SLSA provenance note for gh run rerun path - Observed failure pattern: v0.41.2 hit this 3 times at exactly 01:01:14 Co-Authored-By: Paperclip <noreply@paperclip.ing>
Deploying mcpproxy-docs with
|
| Latest commit: |
0dd7831
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d0e03e31.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://docs-mcp-2906-signpath-timeo.mcpproxy-docs.pages.dev |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 27803557365 --repo smart-mcp-proxy/mcpproxy-go
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds operational guidance to SPOF 2 in
docs/release-runbook.mdso operators don't repeat the v0.41.2 signing failures (3 of 4 attempts timed out at exactly01:01:14).What changed
Before: Recovery section said "use the Retry Sign & Release workflow" — which is currently broken (see MCP-2905).
After: 4-step protocol grounded in what actually worked during v0.41.2:
gh run rerun <run-id> --failed— not the retry workflowWaitingForApprovalSignPath requests first — each rerun creates a new one; approving a stale request does nothingWaitingForApprovalto "Prepare signed installer"Also:
rerun --failedpathAcceptance criteria from MCP-2906
rerun --failed)retry-sign-release.ymlincompleteness issue (MCP-2905)Testing
Doc-only change. No code path affected.