Skip to content

Releases: bacongobbler/confd

v0.12.1

27 Oct 03:04
Compare
Choose a tag to compare

This release reverts one change where two backends were handling json files as the backing store. To use the json/yaml backend use --backend file.

v0.12.0

27 Oct 03:00
Compare
Choose a tag to compare

This release adds a ton of backends over v0.11.0:

  • vault
  • dynamodb
  • redis
  • json
  • etcdv3
  • metad

This release also includes improved etcd watch support, base64 encode/decode support in templates and Windows support.

For users who are interested in testing out Windows support, please follow the build instructions to compile confd from source.