Releases: adfinis/vault-client
Releases · adfinis/vault-client
v1.1.4
- Improved support for newer vault versions (>0.8.2) that still have legacy "generic" backends
v1.1.3
- Improved secret validation
- Improved error handling of token errors
- Added support for vault > 0.8.2
v1.1.2
- Color comments in
vc show
output
- Fixed reauthentication after logging in
v1.1.1
- Fixed TLS verification for
login
command
vc show
displays comments with a #
prefix
v1.1.0
- Added support for comments through
#
prefix
- Added "login" command with support for multiple authentication backends
- Check that ~/.vaultrc is only readable by the user
v1.0.2
- Added sorted output for k/v pairs
- Removed default k/v pair in newly created secrets
v1.0.1
- Minor improvements and bug fixes