v0.2.1
Changes
- chore: bump version to 0.2.1
- chore(deps): require netresearch/nr-vault ^0.4.0
Installation
composer require netresearch/nr-llmSecurity
All release artifacts are signed with Sigstore keyless signing.
Verify signatures
# Install cosign
go install github.com/sigstore/cosign/v2/cmd/cosign@latest
# Verify artifact signature
cosign verify-blob \
--bundle nr_llm-0.2.1.zip.bundle \
--certificate-identity-regexp "https://github.com/netresearch/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
nr_llm-0.2.1.zipVerify checksums
sha256sum -c checksums.txtSoftware Bill of Materials (SBOM)
SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.
Full Changelog: v0.2.0...v0.2.1