Point MSP evaluators at the v6.4.1 provider bundle - #1952
Open
rcourtman wants to merge 1 commit into
Open
Conversation
docs/MSP.md has pinned the self-service evaluation to the v6.2.1 bundle since 2026-08-11, while v6.3.2 and v6.4.1 both publish the signed provider archive. The first external evaluation, on 2026-08-26, followed those instructions exactly: its licence request carried only the signing key, because the v6.2.1 setup.sh predates the setup_stage and signup_source fields, so the server had to default the attribution that the 2026-08-11 change was meant to capture. Pin v6.4.1, describe what its setup.sh actually sends, and document the existing PULSE_PROVIDER_MSP_EVAL_EMAIL switch so an evaluator can choose to be contactable. The shipped copy under frontend-modern/public/docs is the same blob, as the docs mirror check requires.
rcourtman
enabled auto-merge
September 7, 2026 10:08
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.
docs/MSP.md(and its shipped mirror) pinned self-service MSP evaluation to the v6.2.1 bundle since 2026-08-11, while v6.3.2 and v6.4.1 both publish the signed provider archive with checksum and SSH signature under the samepulse-installerkey.The first external evaluation (2026-08-26, Seeweb-hosted, anonymous) followed those instructions exactly, so its licence request carried only the signing key: the v6.2.1
setup.shpredates thesetup_stageandsignup_sourcefields and the server defaulted both, bypassing the attribution the 2026-08-11 change introduced.This pins v6.4.1, describes what that bundle's
setup.shsends, and documents the existingPULSE_PROVIDER_MSP_EVAL_EMAILswitch. Docs only. Built fromorigin/mainwith git plumbing (shared sidecar), so local hooks did not run; CI is the gate.