v0.39.2
Infisical/agent-vaultv0.39.2Sep 1, 2026by github-actions[bot]
AI Summary
Updated core dependencies including Go 1.27, Node 26, TypeScript 7, and Vite 8.1.5, alongside a CI fix and a request-log assertion correction.
Key Highlights
- Updated Go to 1.27.0-alpine
- Updated Node.js to 26-alpine
- Updated TypeScript to 7.0.2
- Updated Vite to 8.1.5
- Fixed request-log assertions
Full Release Notes
## Changelog * c85688800805c78526adb8d76160db98f17d66b6 chore(ci): correct golangci-lint-action version comment (#387) * 232588d4977af87065ab30cdc7653bdabdd4f548 deps: bump @tailwindcss/vite from 4.3.2 to 4.3.3 in /web (#351) * 96b70731f735dec4b6405c6c9b5c9f57e6994a0e deps: bump @tanstack/react-router from 1.170.16 to 1.170.18 in /web (#350) * 22eaef03f8a1bbe048e767411a701fea877d029a deps: bump github.com/jedib0t/go-pretty/v6 from 6.8.2 to 6.8.3 (#343) * 576274c558714e747307055dc0ed9590eeb89d54 deps: bump github.com/posthog/posthog-go from 1.16.1 to 1.24.0 (#377) * c1c3edc826dd8e2930881c76b04cc52f66170198 deps: bump golang from 1.26.5-alpine to 1.27.0-alpine (#383) * 03c2ec7ecfb15d1928fe85112bf3d01d844f0f03 deps: bump golang.org/x/crypto from 0.54.0 to 0.55.0 (#385) * 7a2f898d9a8b8addc025e3cd2ac5b3da9a6f3a32 deps: bump gorm.io/driver/postgres from 1.6.0 to 1.6.2 (#365) * f8f4a3a5c57a313c51518852237dcd9f44143208 deps: bump modernc.org/sqlite from 1.52.0 to 1.57.0 (#384) * 37b90f8dccd48acc87effe0f50266efd57045ff0 deps: bump node from `e88a35b` to `aadf416` (#369) * 477c18fe4c46d8da640cfa5b41a8101867fd5f56 deps: bump typescript from 6.0.3 to 7.0.2 in /web (#344) * ea1ff18d36725aa4e51a93eeb68cb6880256e82f deps: bump vite from 8.1.0 to 8.1.5 in /web (#346) * 51d4e05a5c79d83f05ef1f40863962787632d58f fix(mitm): deflake the two request-log assertions (#388) ## 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.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" ```