Skip to content

Document server-version pinning on group create --version - #1067

Closed
pedrocarlo wants to merge 1 commit into
mainfrom
claude/dynamic-template-creation-vfe45u
Closed

pedrocarlo wants to merge 1 commit into
mainfrom
claude/dynamic-template-creation-vfe45u

Conversation

@pedrocarlo

Copy link
Copy Markdown
Collaborator

Companion to tursodatabase/turso-platform#4138 (dynamic fleet templates + version pin markers).

turso group create --version already passes the value through to the platform API untouched; what changes is what the platform does with it: internal Turso users can now pass a specific turso-server version tag (e.g. v0.34.2), which cloud-api stamps as the turso.io/server-image marker on the group's provision request, so the group — and every database created in it — is placed on a db-api fleet running exactly that version (composed from a matching dynamic fleet template).

Since validation and the internal-user gate are server-side, the CLI change is documentation: the flag's help text no longer claims only 'latest' or 'vector' are valid, and flags.AddVersion documents the passthrough and marker semantics. Non-internal users passing anything but latest keep getting the server's 400, unchanged.

🤖 Generated with Claude Code

https://claude.ai/code/session_01YAYC4kb7qUuHVghPZ1wUqu


Generated by Claude Code

The --version flag on `turso group create` now does more than pick
'latest': internal Turso users can pass a specific turso-server version
tag (e.g. v0.34.2), which the platform stamps as the
turso.io/server-image marker on the group's provision request so the
group — and every database created in it — is placed on a db-api fleet
running exactly that version (composed from a matching dynamic fleet
template). Validation and the internal-user gate live server-side; the
CLI passes the value through untouched, so this updates the flag's help
text and documents the passthrough.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YAYC4kb7qUuHVghPZ1wUqu
@pedrocarlo pedrocarlo closed this Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants