Skip to content

Safe v1.6.0

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 29 Mar 17:31
· 8 commits to master since this release

New Features

  • safe uuid is a new command that will generate a UUIDv4 and insert it into
    the specified path at the Vault. (thanks @gerardocorea)
  • safe option allows you to view and edit new safe CLI global options.
    Currently, the only option is manage_vault_token, which will have safe
    change the .vault-token file that the Vault CLI uses. (thanks @daviddob)

Improvements

  • safe versions now shows when versions in a KVv2 backend were created.

Miscellaneous

  • The release binaries are now compiled with Go 1.16, up from Go 1.13. This means that these builds include the Go 1.15 x509 library changes that may cause certificates that relied on the target domain being in the Subject line (as opposed to the Subject Alternative Names) to be untrusted.