Skip to content

0.8.2 - 2026-03-19

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 15:33

Release Notes

Changed

  • All provider features (gcsm, awssm, vault) are now enabled by default
  • AWS Secrets Manager (awssm) provider: batch fetching via BatchGetSecretValue API,
    reducing N sequential API calls to ceil(N/20) batched calls. For 30 secrets this means
    2 API calls instead of 30. Note: requires the secretsmanager:BatchGetSecretValue
    IAM permission in addition to existing permissions.

Install secretspec 0.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cachix/secretspec/releases/download/v0.8.2/secretspec-installer.sh | sh

Download secretspec 0.8.2

File Platform Checksum
secretspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
secretspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
secretspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
secretspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
secretspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum