v0.32.0

Infisical/agent-vaultv0.32.0Jun 9, 2026by github-actions[bot]

AI Summary

This release introduces port-based routing for services and updates the OpenClaw VPS documentation.

Key Highlights

  • Port-based routing for services
  • OpenClaw VPS guide documentation update

New Features

  • Port-based routing for services

Full Release Notes

## Changelog
* fb2bb814d3929ff387fdd5cc3fa82ce525ef7990 docs(openclaw): add VPS guide callout to quickstart (#251)
* e01a9258109b9896e67a7f06c873ebb83e2e9b73 feat: add port-based routing for services (#207)

## 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.32.0 \
  --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"
```