You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.