Skip to content

Stratos v0.0.12

Choose a tag to compare

@github-actions github-actions released this 02 Jun 15:24
· 33 commits to main since this release
v0.0.12
8d0f303

Fixed

  • smoke-verify (npm) was the last false-failure cell. v0.0.11's $(npm config get prefix)/bin/stratos returned a path that didn't actually contain the symlink on Ubuntu runners — got: came back empty. Rewritten to run the just-installed stratos.mjs directly via node "$(npm root -g)/@cloudcdn/stratos/stratos.mjs" version. Points at the file npm wrote to disk; no PATH / symlink dependency.
  • install.sh and install.ps1 now default to the GitHub Release URL (https://github.com/sebastienrousseau/stratos/releases/download/v<version>/stratos.mjs) instead of https://cloudcdn.pro/dist/stratos/stratos.mjs. The CDN is now opt-in via the CLOUDCDN_URL env var. The GH release is canonical (signed by the release workflow, immutable per-tag, SLSA L3 attested) and removes the dependency on a separate cdn-sync step having credentials configured. The smoke-verify (install-sh) fallback that worked around the stale CDN can be removed in v0.0.13.