release: promote development → master (v1.22.0) #274
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promote the native-polish batch to production. Tag
v1.22.0onmasterafter merge, then dispatch prod-deploy.Ships (#273)
DICT_VERSIONis deploy-authoritative — on boot the backend delivers it onto the volume (add-only) and activates it. This deploy moves prod's active dictionary from v1.3.0 to v1.3.1 (matching the native bundle), so new games stop fetching the dict over the network; in-flight v1.3.0 games keep their pinned version.Schema
None — no migrations, so the prod deploy needs no maintenance window (rolling image swap, health-gated, auto-rollback).
Verified on #273: full CI green; contour deployed. Local: Go unit+integration, UI svelte-check+vitest, e2e 252/252, UI build.