Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 21:31
· 29 commits to master since this release
a8eb441

Changelog

a8eb441 Merge pull request #73 from Serneum/add-secrets-kind
6b1c02b Messaging tweak about using all-secrets with secrets
239ab95 Allow mixing secrets/all-secrets when using multiple vaults
07380ae Update README to include all-secrets resource
7d7e121 Make Name optional for AllSecrets kind
e0ec721 Raise error when using both secret and all-secrets kinds
63c3e8a Add toValues method. Returns map of secret => secret.Value
020cbe5 Add all-secrets to list of Kind
2bd3e74 GetSecrets should return a map to match the structure created by composing individual secrets
12e941f Rename SecretsKind to AllSecretsKind
246ed2a Add new SecretsKind