Skip to content

v1.0.0-rc17

Pre-release
Pre-release

Choose a tag to compare

@AaronForce1 AaronForce1 released this 05 Aug 14:22
· 3 commits to main since this release
d7fde8f

No CHANGELOG.md entry for 1.0.0-rc17; using auto-generated notes.


Verifying signatures

Each binary is shipped with a Cosign keyless signature (via Sigstore OIDC) and a SHA-256 checksum.

# Verify checksum
shasum -a 256 -c nvnm-mcp-server-v1.0.0-rc17-<os>-<arch>.sha256

# Verify Cosign signature
cosign verify-blob \
  --certificate nvnm-mcp-server-v1.0.0-rc17-<os>-<arch>.cert.pem \
  --signature nvnm-mcp-server-v1.0.0-rc17-<os>-<arch>.sig \
  --certificate-identity-regexp 'https://github.com/NVNM-Chain/nvnm-mcp-server/.*' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  nvnm-mcp-server-v1.0.0-rc17-<os>-<arch>