Releases: peopledoc/vault-cli
Releases · peopledoc/vault-cli
3.1.0: Use a sandbox environment for Jinja
Potentially breaking change (with a low probability)
- Use a sandbox environment for Jinja (#202). Unless very very strange things are done in your
vault-cli template
jinja templates, this should not be breaking.
3.0.0: Removing `!template!`
Breaking changes
- Removing
!template!
(#198): See GHSA-q34h-97wf-8r8j
Changelog
- Remove Eric from codeowners (#201)
Kudos:
2.2.1: Fix deprecation warning
Changelog
- Use a logger warning otherwise it's not displayed properly. (#200)
2.2.0: Deprecate templated values
Breaking changes
Changelog
Kudos:
2.1.0: Default umask to restrict permissions on file
Breaking changes
- Default umask to restrict permissions on file (#196). Use
--umask
,VAULT_CLI_UMASK
orumask:
in the config file to explicitely select a less restrictive umask if you need to.
2.0.0: Removed legacy command name `vault`
Breaking changes
Command name is now vault-cli
only. Launching vault-cli with command vault
doesn't work anymore.
Changelog
- Remove legacy name for cli tool (#194)
1.8.0: `vault-cli env --file` to write files with secrets to the disk before launching a command
1.7.0: vault-cli set-all, fix certificates
Breaking changes
Changelog
1.6.0: vault-cli cp
1.5.1: Fix automated release
Changelog
- Fix automated release (#180)