Releases: deric/puppet-zookeeper
Releases · deric/puppet-zookeeper
v1.6.0
Changes
- Drop old distributions
- Added
audit_enable
tests
Features
- manage logback.xml (#197)
- add possibility to logrotate timebased instead on filesize. (only implemented in the logback configuration) (#198)
Fixes
- Fix bug with wrong reference to
audit_enable
in logging templates(#199)
- Avoid using
stdlib::merge()
function (#194)
Full Changelog
v1.5.0
Features
- Allow audit logs (#190)
- Support Puppet 8
- Support puppetlabs/stdlib 9
- Improve CI tests
Fixes
- Fix ssl ciphersuites is optional, and removed when not set (#188)
- Remove anchors, use
contain
Full Changelog
v1.4.0
Features
- Allow passing repo credentials (#184)
- Secure client port only (#182)
Fixes
- Fix ciphersuite variable on zoo.cfg.erb (#186)
Full Changelog
v1.3.0
Features
- Add SSL/TLS support for client and node configuration (#176)
- Add support for Rocky Linux 8 (#176)
Fixes
- Fix truststore type parameter used in zoo.cfg ruby template (#180)
Full Changelog
v1.2.1
- Allow newer modules dependencies, add Debian 11 support
- Change default archive url (#172)
- Get rid of validate_string due to deprecation (#173)
v1.2.0
- Dropped Puppet 5 support, added Puppet 7
- Allow latest archive and stdlib dependencies #171
v1.0.0
- New features:
- Changes:
- Drop support for Puppet 3 (#144)
- Drop support for Puppet 4 (#145)
- Drop support for Debian (6, 7) and Ubuntu (10.04, 12.04, 14.04) (#143)
- Fixes:
- Fixed and extended acceptance tests
- Full diff
v0.8.7
- New features:
- Fixes:
- Fixed and extended acceptance tests
- Full diff
v0.8.6
- New features:
- Fixes:
- Fixed mirror URI for ZooKeeper 3.5.5 from archive (d33cf02)
- Full diff