v0.37.1

Infisical/agent-vaultv0.37.1Jun 19, 2026by github-actions[bot]

AI Summary

Enhances telemetry data collection to include the database backend type used during server startup.

Key Highlights

  • Adds database_backend to server-start telemetry

New Features

  • Enhanced telemetry with database backend tracking

Full Release Notes

## Changelog
* 102206dfc6bde163a028dd9786b9b1ce629e280a feat: add database_backend to server-start telemetry (#276)

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