Skip to content

Releases: Infisical/agent-vault

v0.32.0

09 Jun 23:10
Immutable release. Only release title and notes can be modified.
e01a925

Choose a tag to compare

Changelog

  • fb2bb81 docs(openclaw): add VPS guide callout to quickstart (#251)
  • e01a925 feat: add port-based routing for services (#207)

Verify

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

v0.31.0

08 Jun 15:37
Immutable release. Only release title and notes can be modified.
486cec5

Choose a tag to compare

Changelog

  • 486cec5 feat: auto-detect and recommend hostnames from proxy traffic (#250)

Verify

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

v0.30.0

07 Jun 02:11
Immutable release. Only release title and notes can be modified.
10af853

Choose a tag to compare

Changelog

  • 10af853 feat(release): add build provenance attestations after goreleaser (#138)
  • b3eb403 feat(release): cosign-sign published docker images (#139)

Verify

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

v0.29.0

05 Jun 22:29
Immutable release. Only release title and notes can be modified.
149a323

Choose a tag to compare

Changelog

  • 149a323 feat(oauth): add scope selection with provider-specific suggestions (#237)

Verify

# 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

v0.28.0

05 Jun 19:40
Immutable release. Only release title and notes can be modified.
234dbf0

Choose a tag to compare

Changelog

  • 234dbf0 feat(oauth): add provider presets combobox to credential form (#236)

Verify

# 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

v0.27.0

05 Jun 04:30
Immutable release. Only release title and notes can be modified.
6954d54

Choose a tag to compare

Changelog

  • c5a12ff docs(openclaw): add companion YouTube video embed (#234)
  • e3de9e0 docs(openclawvpsguide): built out the doc for the OpenClaw VPS Guide. (#233)
  • 6954d54 feat: add OAuth credential type with Connect flow and Token Upload (#235)

Verify

# 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

v0.26.2

02 Jun 10:16
3beca99

Choose a tag to compare

Changelog

  • 3beca99 fix(auth): prevent non-owners from managing owner-role agents (#232)
  • 378ff6e fix(isolation): block mounts that are ancestors of protected paths (#231)

Verify

# 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

v0.26.1

02 Jun 08:31
e3ade65

Choose a tag to compare

Changelog

  • e3ade65 fix(auth): prevent account takeover via unverified registration password overwrite (#230)

Verify

# 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

v0.26.0

02 Jun 06:25
e1f6f18

Choose a tag to compare

Changelog

  • e1f6f18 feat: flush MITM responses per-chunk for live streaming (git clone, SSE) (#229)

Verify

# 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

v0.25.0

02 Jun 00:07
fb43570

Choose a tag to compare

Changelog

  • 5012f5c feat: configurable MITM response/request body size caps (#227)
  • fb43570 refactor(skills): make agent-vault feel seamless by consolidating to a single reactive skill (#228)

Verify

# 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