import { VersionInfo } from '@start9labs/start-sdk' /** * Packaging fix. ExVer form `:` — we track our own * packaging revision since Boardroom Map has no separate upstream semver. */ export const v_0_1_1 = VersionInfo.of({ version: '0.1.1:0', releaseNotes: 'Fix: persist config.json, the Spark SSH key, and the optional HF token ' + 'to the main volume (absolute volume paths in the file models). ' + 'Previously the Configure actions wrote to an ephemeral runtime directory, ' + 'so the orchestrator never saw /data/config.json and configuration was ' + 'lost on restart. Re-run the Configure actions after updating.', migrations: {}, })