import { IMPOSSIBLE, VersionInfo } from '@start9labs/start-sdk' export const v_1_0_1_1 = VersionInfo.of({ version: '1.0.1:1', releaseNotes: { en_US: `- Always sets NODE_EXTRA_CA_CERTS before the v1.0.1 image entrypoint runs, fetching the StartOS root CA via sdk.getSslCertificate (SUBS *.startos hostname when configured, otherwise spaces.startos). Fixes startup crash where setup-spacesops-env.sh references unset _SCRIPT_DIR under set -u. - Enables outbound HTTPS to same-host StartOS services from SpacesOps.`, }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })