Skip to content

v0.39.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:49
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
3bd0c1e

Changelog

  • 3bd0c1e feat: add Pi, Devin, Windsurf, Cline, and Roo Code to knownAgents (#295)
  • fc0443d feat: resolve actor names in request log details (#292)

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.39.0 \
  --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"