Skip to content

Releases: ajcrowe/puppet-confd

v0.2.3

04 Jun 18:31
Compare
Choose a tag to compare

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

20 Mar 10:45
Compare
Choose a tag to compare

Fixes

  • Bug fix in template for confd.toml for client_key, thanks to @paalmoest for the fix

v0.2.1

10 Feb 15:00
Compare
Choose a tag to compare

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

07 Jan 14:12
Compare
Choose a tag to compare

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

03 Sep 08:26
Compare
Choose a tag to compare

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

v0.0.9

29 Aug 15:40
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Pre-Release

  • Needed Testing