github kelseyhightower/confd v0.2.0

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

This release includes the following new features:

  • New -noop flag enables noop mode, which only reports changes.
  • New -srv-domain flag adds support for etcd SRV records.
  • New -etcd-scheme flag to toggle the etcd scheme between http and https
  • New -verbose and -debug flags to better control logging output.

The -noop, -srv-domain, -etcd-scheme, -verbose, -debug and -quiet flags have matching options in the confd configuration file.

This release also makes the following non-backwards compatible changes:

Single letter command line flags are no longer in use. This is to help remove confusion and make confd easier to use out of the box. The following flags have been renamed:

  • -q renamed to -quiet
  • -C renamed to -config-file
  • -c renamed to -confdir
  • -n renamed to -node
  • -i renamed to -interval
  • -p renamed to -prefix

To help make the use of certain flags more clear, the following flags have been renamed:

  • -cert renamed to -client-cert
  • -key renamed to -client-key

Don't miss a new confd release

NewReleases is sending notifications on new releases.