Releases: dollarshaveclub/psst
Releases · dollarshaveclub/psst
v0.2.2
v0.2.1
Updating to build on either amd64
or arm64
architectures, depending on the current machine architecture.
v0.2.0
Moves team secrets to dedicated spaces
- Updates team secrets to now use dedicates spaces instead of providing secrets to each team member individually. This allows secrets to persist if all members of a team rotate out.
- Updates Vault policy generation to allow for generating access to team spaces.
- Allows for case-insensitive lookups without breaking backwards compatibility for previously created secrets.
v0.1.2
Checks env vars before authenticating
- Checks that GITHUB_TOKEN and VAULT_TOKEN are set before getting clients.
v0.1.1
Fixes build for homebrew
- Fixes build to include compiled in options.
- Fixes releaser so that it properly packages binaries for HomeBrew.
- Fixes HomeBrew tap templates so that bottles begin to work.
v0.1.0
Initial Release
- Adds command for sharing secrets using GitHub as a user directory and Vault as a secure storage backend.