v0.2.0-beta1
Pre-release
Pre-release
This beta 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