v0.33.0
moorcheh-ai/memantov0.33.0Jun 13, 2026by github-actions[bot]
AI Summary
This release adds management capabilities for agents directly within the user interface, allowing users to delete agents, revoke access, and rotate tokens.
Key Highlights
- Add agent delete, revoke, and token rotation to UI
New Features
- Agent delete functionality
- Agent revoke functionality
- Token rotation functionality
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" ```