Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@philippgille philippgille released this 24 Mar 22:25
· 2 commits to master since this release
a80b748

New features

The Vault backend now supports the Vault KV secrets engine v2. Use the new vault.NewBackendV2 to create a backend that supports it.

For some background info on Vault see https://www.vaultproject.io/docs/secrets/kv and https://www.vaultproject.io/api-docs/secret/kv.

Thanks @mopemope for the initial contribution!