Skip to content

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:06
· 50 commits to main since this release
Immutable release. Only release title and notes can be modified.
5e340cd

Changelog

  • 543bb06 feat(web): move vault settings editing into a side drawer (#259)
  • 5e340cd feat: switch a vault's credential store in place (#260)

Verify

# Verify checksum (portable across macOS and Linux)
shasum -a 256 --ignore-missing -c checksums.txt

# Verify signature (requires cosign v2+)
cosign verify-blob \
  --bundle checksums.txt.sig \
  --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  checksums.txt

# Verify Docker image signature (requires cosign)
cosign verify infisical/agent-vault:0.34.0 \
  --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"