Releases: ajcrowe/puppet-confd
Releases · ajcrowe/puppet-confd
v0.2.3
Changes
- Added new supported backends to regex
- Added
log-level
option, if set debug
, verbose
and quiet
will omitted from confd.toml
- Added missing
client_cakeys
option to configuration file
v0.2.2
Fixes
- Bug fix in template for confd.toml for client_key, thanks to @paalmoest for the fix
v0.2.1
Fixes
- Fixed missing
backend
setting in template
- Added watch param
- Removed unneeded
[confd]
header from confd.toml
All these fixes were contributed by @gozer, many thanks
v0.2.0
Notes
- Updated to work with 0.6/0.7
- This is backward incompatible with previous confd releases (anything below 0.6).
- Please continue to use 'v0.1.0' if you're confd is lower than version '0.6'
v0.1.0
Notes
- First working release
- All confd params and options mapped and validated
To-Do
- Add more spec tests for file contents
- Add support for external service notification (aka supervisor) on config changes
- Test consul works