v0.27.0

Infisical/agent-vaultv0.27.0Jun 5, 2026by github-actions[bot]

AI Summary

Introduces a new OAuth credential type with Connect flow and Token Upload, alongside updated documentation.

Key Highlights

  • New OAuth credential type
  • Connect flow
  • Token Upload capability
  • OpenClaw VPS Guide documentation

New Features

  • OAuth credential type with Connect flow and Token Upload

Full Release Notes

## Changelog
* c5a12ff663e1bdabc62b31257fec2372986a339f docs(openclaw): add companion YouTube video embed (#234)
* e3de9e0ee8f2d4f50fc4929ce7371dce9516b068 docs(openclawvpsguide): built out the doc for the OpenClaw VPS Guide.  (#233)
* 6954d545fa0d5395d9f2c6218eab1b851ff625be feat: add OAuth credential type with Connect flow and Token Upload (#235)

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