Skip to content

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:05
· 115 commits to main since this release
ff0ba27

nSelf CLI v1.3.5

Channel: stable

Commits since previous release

  • chore(release): 1.3.5 (#305) (ff0ba27)
  • chore: follow the SSD remount from /Volumes/X9 to /Volumes/UG (#304) (e37c8e7)
  • fix(doctor): CI-VAULT-SYNC-01 could never pass on a CI runner (#302) (6ee4c07)
  • fix(ci): pnpm never received the npm token, so both SDKs stopped publishing (#300) (5614780)

Install

brew install nself-org/nself/nself
# or download a tarball below for your platform

Verify (Sigstore keyless)

cosign verify-blob \
  --bundle <tarball>.tar.gz.sig \
  --certificate-identity-regexp '^https://github.com/nself-org/cli/\.github/workflows/release\.yml@refs/tags/v1.3.5$' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  <tarball>.tar.gz

Full signing + verification details: release-signing.md

Artifacts

  • Platform tarballs (linux/darwin × amd64/arm64) + Windows zips (amd64/arm64)
  • checksums.txt — SHA-256 of all tarballs
  • sbom.spdx.json + per-tarball SBOMs — SPDX software bill of materials
  • provenance.intoto.jsonl — SLSA v1.0 provenance attestation
  • *.sig — Sigstore cosign signature bundles for every artifact above