- New features:
- Support Puppet 6 (#132)
- Fixes:
- Fixed and extended acceptance tests
- Full diff
- New features:
- Fixes:
- Fixed and extended acceptance tests
- Full diff
- New features:
- Fixes:
- Fixed mirror URI for ZooKeeper 3.5.5 from archive (d33cf0289333846775860751d12533e72f284c3e)
- Full diff
- Replace 'require' function with an explicit relationship (#125)
- Allow puppetlabs/stdlib 6.x, puppet/archive 4.x (#131)
- Use mirror according to required version (#129)
- Full diff
- Same as
v0.8.2
(incorrectly tagged release)
- Allow newer dependencies stdlib, archive, puppet (#116)
- Include SASL parameters in init.pp (#115)
- Dropped Puppet 3 support (still might work with
FUTURE_PARSER=true
)
- Full diff
- Drop testing on Ruby 1.9.3
- Include Puppet 5 in build matrix
- Fixes:
- Full diff
- New features:
- Support Debian 9
- Allow configuring log file size
- Allow customizing systed path
- Fixes:
- Full diff
- New features:
- Fixes:
-
New features:
-
Fixes:
- New or changed features:
- Other changes and fixes:
- Full diff
- New or changed features:
- Other changes and fixes:
- New or changed features:
- Support installation from source package instead of binary package
- Ability to install arbitrary versions of Zookeeper from source packages
- Other changes and fixes:
- Remove deprecated parameters
service_package
,start_with
,manage_systemd
- Use correct value for parameter
zoo_dir
inzookeeper::service
- Move all parameters to
params.pp
(and remove them from private classes) - Overall improvements to the code (style, simplification, deduplication)
- Remove deprecated parameters
- Compatibility warnings:
- All classes except the main
zookeeper
class are private classes and should not be used directly - Fails when using removed parameters
service_package
,start_with
,manage_systemd
- All classes except the main