docs(brain): v0.13.0 released; record the real grid version state - #105
Merged
Merged
Conversation
Corrects a wrong claim I put in this file earlier: the grid was never on 0.12.0. Measured binaries today: k3master/node1/node2 workers are 0.11.0 (k3master also runs the only active coordinator, 0.11.0), node3 is now 0.13.0 and registers fine against that older coordinator. node2 still carries a stale inactive 0.10.5 coordinator. Flags the consequence, which matters now that 0.13.0 defaults remote preprocessing ON: a pre-0.13 worker rejects the V3 packet, so a 0.13.0 client falls back to local compilation β correct output, no distribution. Until the rest are upgraded, upgrade them or set SUCO_REMOTE_PREPROCESS=0 on clients using this grid. Deployment of the remaining three is blocked on the owner: only node3 has passwordless sudo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Records the release and corrects a wrong claim I previously wrote into this file: the grid was never on 0.12.0. Measured today β k3master/node1/node2 workers are 0.11.0 (k3master also runs the only active coordinator, 0.11.0); node3 is now 0.13.0 and registers fine against that older coordinator; node2 still carries a stale inactive 0.10.5 binary.
Flags the consequence, which matters now that 0.13.0 defaults remote preprocessing ON: a pre-0.13 worker rejects the V3 packet, so a 0.13.0 client falls back to local compilation β correct output, but no distribution. Until the rest are upgraded: upgrade them, or set
SUCO_REMOTE_PREPROCESS=0on clients using this grid.Deploying the remaining three is blocked on the owner β only node3 has passwordless sudo. Doc-only.
π€ Generated with Claude Code