Move the v2 helper pin line to the published 2.1.6 release - #120
Merged
Merged
Conversation
v2.1.6 carries the signing-request descriptorEnvelope fix and the type:module-safe adapter launcher required for live handshakes. Source, bootstrap, pin type literal, compose pin check, and test fixtures move coherently; 2.1.5 joins the stale-version rejection list. Release pin values (sourceCommit fc5e814259a5698497d972842ae0fed010ff3e18, manifest digest c037a9f8874c3b8218d5f6fdf3f146617d0b9aab6fd04d91ae2a8439a645b6a5) are verified against the published assets. Constraint: merging before the SSM release pin is updated makes compose-up reject the still-2.1.5 pin; deploy ordering applies. Tested: mcp-server 440/440; infra suites all pass.
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
Moves the v2 helper line to published release
2.1.6(the release carrying thedescriptorEnvelopesigning fix and thetype:module-safe adapter launcher):V2_HELPER_VERSION→2.1.6ininstructions.ts(bootstrap, pin type literal, and validation all derive from it)compose-up.shv2_helper_version→2.1.62.1.6pin values and URLs["2.1.3", "2.1.4", "2.1.5", ""]Release values verified against the published immutable assets:
sourceCommit fc5e814259a5698497d972842ae0fed010ff3e18, manifestDigestc037a9f8874c3b8218d5f6fdf3f146617d0b9aab6fd04d91ae2a8439a645b6a5, prefix.../v2.1.6/, host root unchanged.Deploy ordering: merge only together with the SSM
AGENT_HANDSHAKE_RELEASE_PINupdate to the v2.1.6 pin — compose-up rejects a version/pin mismatch.Test plan
Generated with Devin