Releases: heetch/confita
Releases · heetch/confita
v0.10.0
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!
v0.9.2
update vault module version
This fixes a downstream module dependency issue. See #83 for details.
v0.9.0
v0.8.0
This release adds one new feature (the ability to specify alternative flag names, thanks to @ogerardin), and updates the consul dependency.