import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const v_1_0_0_0 = VersionInfo.of({ version: '1.0.0:0', releaseNotes: { en_US: `Initial StartOS package for SpacesOps (upstream v1.0.0). - Runs the SpacesOps web platform (Express + SQLite) from the prebuilt spacesops/spacesops:v1.0.0 image on x86_64 and aarch64. - Depends on the Spaces service and auto-connects to its spaced JSON-RPC at spaces.startos:7225 by reading the Spaces RPC credentials from the mounted Spaces volume. - Generates a Nostr operator keypair and a strong session secret on first install. "Show Operator Credentials" and "Import Operator Key" actions manage the keypair. - "Show Admin Credentials" surfaces the fixed, well-known admin login baked into the image, with a warning to keep the service private. - "Configure Platform" optionally sets the Nostr relay, theme mode, CoinGecko pricing, and SUBSD backend.`, }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })