v0.34.0
moorcheh-ai/memantov0.34.0Jun 13, 2026by github-actions[bot]
AI Summary
This release introduces UI improvements, specifically moving vault settings editing into a side drawer and allowing users to switch a vault's credential store without leaving the current view.
Key Highlights
- Vault settings editing moved to side drawer
- Switch credential stores in place
New Features
- Vault settings side drawer
- In-place credential store switching
Full Release Notes
## Changelog * 543bb0670fbae1697da7c36783551e269ffdb2ae feat(web): move vault settings editing into a side drawer (#259) * 5e340cd5765b07539d872ec49fc079e6a4dbb79e feat: switch a vault's credential store in place (#260) ## 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.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" ```