Skip to content

v1.1.9

Choose a tag to compare

@github-actions github-actions released this 19 Jun 00:25
· 43 commits to main since this release
2e77397

nSelf CLI v1.1.9

Channel: stable

Commits since previous release

  • Merge pull request #133 from nself-org/chore/v1.1.9-bump (2e77397)
  • fix(deps): bump Go toolchain to 1.26.4 to patch stdlib CVEs (1d19230)
  • fix(cli): resolve P3 audit CRITICAL/HIGH resilience defects (087cf35)
  • test: cleanup gate QA test files (9ae506f)
  • test: add tracking ref (0d1d2a8)
  • test: stub in api path (a4f4654)
  • test: add exception comment (cde0762)
  • test: temp 301-line file for gate test (a9ea944)
  • chore(release): bump version to v1.1.9 (7b2a3ed)

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.1.9$' \
  --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