v0.31.0

Infisical/agent-vaultv0.31.0Jun 8, 2026by github-actions[bot]

AI Summary

The agent now automatically detects and recommends hostnames based on proxy traffic analysis.

Key Highlights

  • Automatic hostname detection from proxy traffic
  • Intelligent hostname recommendations

New Features

  • Auto-detect and recommend hostnames from proxy traffic

Full Release Notes

## Changelog
* 486cec5d681e176b9dc767c9a117263d896bcb6f feat: auto-detect and recommend hostnames from proxy traffic (#250)

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