Skip to content

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 23:10
· 23 commits to main since this release
Immutable release. Only release title and notes can be modified.
e01a925

Changelog

  • fb2bb81 docs(openclaw): add VPS guide callout to quickstart (#251)
  • e01a925 feat: add port-based routing for services (#207)

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