Skip to content

v0.4.4

Choose a tag to compare

@CybotTM CybotTM released this 06 Mar 11:57
· 347 commits to main since this release
v0.4.4
d535396

Changes

  • fix: update ext_emconf.php version to 0.4.4
  • fix: VaultSecretElement missing label, broken form submission, silent errors (#95)
  • test: increase patch coverage to 100% for PR #95
  • fix: resolve CI failures, review comments, and increase test coverage
  • fix: VaultSecretElement missing label, broken form submission, silent errors
  • fix: add merge_group trigger to CI workflow
  • fix: correct broken README badges
  • chore: clean up repo by removing files that should be gitignored

Installation

composer require netresearch/nr-vault

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-vault-0.4.4.zip.bundle \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-vault-0.4.4.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.