v0.33.0

Infisical/agent-vaultv0.33.0Jun 13, 2026by github-actions[bot]

AI Summary

Adds UI controls for deleting, revoking agents, and rotating their tokens.

Key Highlights

  • Adds agent delete, revoke, and token rotation to UI

New Features

  • Agent management UI (delete, revoke, rotate)

Full Release Notes

## Changelog
* d03c1e3e7fe17b85c0fad84e554a2c5123c51803 feat: add agent delete, revoke, and token rotation to UI (#257)

## Verify

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