v0.35.1
microsoft/graphragv0.35.1Jun 14, 2026by github-actions[bot]
AI Summary
Fixes the broker component to successfully resolve dynamic secrets via a Man-in-the-Middle proxy.
Key Highlights
- Resolve dynamic secrets through the MITM proxy
Full Release Notes
## Changelog * 30ff25ce8f3c8cfd855e4e2d3e7713bb0b007eed fix(broker): resolve dynamic secrets through the MITM proxy (#269) ## 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.35.1 \ --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ```