v0.35.1

gitbutlerapp/gitbutlerv0.35.1Jun 14, 2026by github-actions[bot]

AI Summary

This is a bug fix release that resolves issues with dynamic secrets resolution when using the MITM proxy.

Key Highlights

  • Resolved dynamic secrets through the MITM proxy

New Features

  • Proxy secret resolution fix

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