v0.35.1

aigc3d/LAMv0.35.1Jun 14, 2026by github-actions[bot]

AI Summary

Fixes a bug in the broker module where dynamic secrets could not be resolved through the MITM proxy.

Key Highlights

  • Resolves dynamic secrets through the MITM proxy (#269)
  • Bug fix for broker functionality

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"
```