Skip to content

0.12.2 - 2026-06-22

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 17:36

Release Notes

Added

  • The pass provider accepts a store_dir query parameter (e.g.
    pass://?store_dir=/path/to/store) to use a password store directory other
    than the default ~/.password-store. It is applied as PASSWORD_STORE_DIR
    scoped to each pass invocation.

Fixed

  • Provider URIs now correctly round-trip query parameters whose values contain
    characters that are significant in a query string (&, +, #, %, and
    spaces). Previously such characters in the awssm prefix (and the new pass
    store_dir) were emitted unescaped, so the value could be silently truncated
    or altered when the URI was parsed back.
  • secretspec import <FROM> now accepts a provider alias (from [providers] or
    the global [defaults.providers]) as its source, not just a literal provider
    URI. Passing an unknown provider or alias now reports the available aliases.

Install secretspec 0.12.2

Install prebuilt binaries via shell script

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

Download secretspec 0.12.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