Skip to content

Releases: heetch/confita

v0.10.0

24 Mar 22:25
a80b748
Compare
Choose a tag to compare

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

23 Jun 08:58
3cdb63e
Compare
Choose a tag to compare

Bug fixes

  • #80 Avoiding setting values from flags backend when they aren't specified allowing confita mix environment and flags configuration.

update vault module version

06 May 15:49
c6edf60
Compare
Choose a tag to compare

This fixes a downstream module dependency issue. See #83 for details.

v0.9.0

20 Nov 14:50
ec7d80e
Compare
Choose a tag to compare

New feature

  • Add Amazon SSM as a backend #71

Improvements

  • Treat empty environment variables as not found (backend/env) #78
  • Use consul v1.1.0 #72
  • Add description json tags (backend/flags) #56
  • Add support of short and long flags (backend/flags) #57

v0.8.0

18 Sep 12:51
6aaa9fb
Compare
Choose a tag to compare

This release adds one new feature (the ability to specify alternative flag names, thanks to @ogerardin), and updates the consul dependency.

v0.7.0

27 Aug 06:00
31dcf3b
Compare
Choose a tag to compare

New feature

  • Add file.NewOptionalBackend for optional file configuration #55

Bug fix

  • Now Confita stops looking for a key when it is found #64

v0.6.0

14 Jun 14:11
fb17a8f
Compare
Choose a tag to compare
  • Add TOML support
  • Support Go modules
  • Bugfix to Vault backend

v0.5.1

16 Jul 08:28
67096f8
Compare
Choose a tag to compare

Bug fix:

  • Impossible to get a variable from any backend when the flags one is specified. (#30)

v0.5.0

28 Jun 15:47
Compare
Choose a tag to compare
  • Load configuration from command line arguments #20
  • Support for slices #21

v0.4.0

19 Apr 16:41
Compare
Choose a tag to compare
  • Prefetch options to limit network round trips on etcd, Consul and Vault #10
  • Custom struct tag #18