v0.1.1
Changes
- chore: release v0.1.1 (#24)
- chore: bump version to 0.1.1
- fix(ci): create zip archive for TER upload (#23)
- fix(ci): create zip archive for TER upload
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.1.1.zip.bundle \
--certificate-identity-regexp "https://github.com/netresearch/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
nr_llm-0.1.1.zipVerify checksums
sha256sum -c checksums.txtSoftware Bill of Materials (SBOM)
SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.
What's Changed
- fix(ci): create zip archive for TER upload by @CybotTM in #23
- chore: release v0.1.1 by @CybotTM in #24
Full Changelog: v0.1.0...v0.1.1