Skip to content

v0.39.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:25
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
c856888

Changelog

  • c856888 chore(ci): correct golangci-lint-action version comment (#387)
  • 232588d deps: bump @tailwindcss/vite from 4.3.2 to 4.3.3 in /web (#351)
  • 96b7073 deps: bump @tanstack/react-router from 1.170.16 to 1.170.18 in /web (#350)
  • 22eaef0 deps: bump github.com/jedib0t/go-pretty/v6 from 6.8.2 to 6.8.3 (#343)
  • 576274c deps: bump github.com/posthog/posthog-go from 1.16.1 to 1.24.0 (#377)
  • c1c3edc deps: bump golang from 1.26.5-alpine to 1.27.0-alpine (#383)
  • 03c2ec7 deps: bump golang.org/x/crypto from 0.54.0 to 0.55.0 (#385)
  • 7a2f898 deps: bump gorm.io/driver/postgres from 1.6.0 to 1.6.2 (#365)
  • f8f4a3a deps: bump modernc.org/sqlite from 1.52.0 to 1.57.0 (#384)
  • 37b90f8 deps: bump node from e88a35b to aadf416 (#369)
  • 477c18f deps: bump typescript from 6.0.3 to 7.0.2 in /web (#344)
  • ea1ff18 deps: bump vite from 8.1.0 to 8.1.5 in /web (#346)
  • 51d4e05 fix(mitm): deflake the two request-log assertions (#388)

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