v0.39.1
ComposioHQ/awesome-claude-skillsv0.39.1Aug 4, 2026by github-actions[bot]
AI Summary
This is a maintenance release focusing on documentation corrections, dependency updates, and the addition of new service templates to the catalog.
Key Highlights
- Fixed punctuation in master password documentation
- Bumped dependencies including Tailwind CSS, React Router, Alpine.js, and various Go libraries
- Added 13 new service templates to the catalog
- Updated Node.js and Vite versions
New Features
- Fixed punctuation in master password documentation
- Added 13 service templates to the catalog
Full Release Notes
## Changelog * 795e19af85bf19f0e7b67ffc1d9fbbf06fd2af76 Fix punctuation in master password documentation (#357) * bbb441d7b91662cc1f73d350baa790caf5a52fa2 deps: bump @tailwindcss/vite from 4.3.0 to 4.3.2 in /web (#309) * d95712e0e0b3de53f4f522c7823400361c9e731c deps: bump @tanstack/react-router from 1.170.15 to 1.170.16 in /web (#310) * 48be6f84e7b0681ef57615c49e47eea0b9cf9b8c deps: bump @vitejs/plugin-react from 6.0.2 to 6.0.3 in /web (#314) * da76ad48bd3bada8e8ae2fdaa77b915953709f70 deps: bump alpine from 3.24.0 to 3.24.1 (#283) * 47f95fd7c35fdf06732ddcffc1689754bd486a3a deps: bump github.com/jedib0t/go-pretty/v6 from 6.8.0 to 6.8.2 (#286) * 1b39a14441460e07fac9f882f16e30ff7362f92a deps: bump github.com/posthog/posthog-go from 1.15.0 to 1.16.1 (#301) * 43465fdcc1f96beba7bccf2c321e5c2c01802f0a deps: bump golang from 1.26.4-alpine to 1.26.5-alpine (#325) * 479a77b78d14fe737a82c9d489d32a9510ae2044 deps: bump golang.org/x/crypto from 0.52.0 to 0.54.0 (#282) * 32735cda24e4deb79a03a0b51ff3fce8b1f66c81 deps: bump gorm.io/gorm from 1.31.1 to 1.31.2 (#302) * 9e3a52af1240e6885ccccf40127b591d81498ecc deps: bump node from `3ad34ca` to `e88a35b` (#280) * 715feb418224bb4d77df6c7fd3f858c8df98e9b3 deps: bump vite from 8.0.16 to 8.1.0 in /web (#311) * 0df6d5dc5c01bf651d7bbf4ac68eabf5fe16fea9 docs(youtubevideo): adding agent vault general YT video to docs (#297) * 10743832e3dd362afd30c6e9b26b1732ed0d2766 feat(catalog): add 13 service templates and fix four incorrect ones (#361) ## 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.1 \ --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ```