Files
recap-relay/startos/versions/v0.2.82.ts
T

14 lines
1.1 KiB
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_82 = VersionInfo.of({
version: '0.2.82:0',
releaseNotes: {
en_US:
"Drop the five StartOS Actions that v0.2.81 made redundant: Set Gemini API Key, Set Keysat URL, Set Service Discovery URL, Set Operator Hardware — Transcribe Endpoint, Set Operator Hardware — Analyze Endpoint. All five fields are now edited inline in the dashboard's Settings tab under 'Endpoints & credentials'. Same backing store (relay-config.json) — no migration needed; existing values stay in place and the dashboard picks them up exactly as before. Single source of truth eliminates the 'which surface wins?' confusion that two parallel writers create. setAdminPassword stays in StartOS Actions because it's the bootstrap mechanism — you can't sign into the dashboard until the password is set, so that one has to live in StartOS. Operator-facing copy in the dashboard panel header was tightened to match (no longer references the gone-away actions).",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})