v0.20.1

Infisical/agent-vaultv0.20.1May 14, 2026by github-actions[bot]

AI Summary

Fixed a UI bug that prevented users from revoking pending agents by ensuring invite IDs are properly included in the database rows.

Key Highlights

  • Fixed UI for pending agent revocation
  • Added invite_id to pending rows

Full Release Notes

## Changelog
* c669efbb61957d47ca43f296eb9e02f94262ad30 fix(agents): include invite_id on pending rows so UI can revoke them (#172)

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