Kelsey Hightower/confd: Release v0.4.0-beta1

Name: confd

Owner: Kelsey Hightower

Release: v0.4.0-beta1

Released: 2014-05-12

License: MIT

Release Assets:

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

New features:

  • Add support for Consul

Bugs resolved:

  • The key prefix is now always prepended to the key before lookups

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

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

To top