Releases: heetch/confita
Releases · heetch/confita
v0.11.0
What's Changed
- Add CI tests using Github actions by @skateinmars in #89
- pin etcd version in tests by @adrianmester in #97
- fix/linter warnings and update to go 1.23.0 by @hchienjo in #98
- feat: add support for parsing time. by @hchienjo in #99
- Add support for non-pointer
time.Timeby @philippgille in #100 - feat: use goccy/go-yaml as YAML decoder by @mladenbl in #102
New Contributors
- @skateinmars made their first contribution in #89
- @adrianmester made their first contribution in #97
- @hchienjo made their first contribution in #98
- @mladenbl made their first contribution in #102
Full Changelog: v0.10.0...v0.11.0
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.