github kelseyhightower/confd v0.4.0

latest releases: v0.16.0, v0.15.0, v0.14.0...
9 years ago

This release adds initial support for Consul, the new service discovery and configuration solution from HashiCorp.

New features:

Bugs resolved:

  • The key prefix is now always prepended to the key before lookups
  • Always strip prefix from keys when prefix is defined
  • Usage examples for both etcd and consul

Binaries are now being distributed using the following naming convention: confd-0.4.0-darwin-amd64. Installation is now a matter of running the following commands:

curl -L https://github.com/kelseyhightower/confd/releases/download/v0.4.0/confd-0.4.0-darwin-amd64 -o confd
chmod +x confd

Don't miss a new confd release

NewReleases is sending notifications on new releases.