v0.34.0

microsoft/graphragv0.34.0Jun 13, 2026by github-actions[bot]

AI Summary

Improves the web UI by moving vault settings editing into a side drawer and allowing credential store switching in place.

Key Highlights

  • Move vault settings editing into a side drawer
  • Switch a vault's credential store in place

New Features

  • Side drawer for vault settings
  • 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"
```