Skip to content

Latest commit

 

History

History
114 lines (96 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

114 lines (96 loc) · 5.34 KB

0.9.0-UNRELEASED

0.8.7

0.8.6

0.8.5

  • 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

0.8.4

  • Bugfix: prevent service from failing to log any upcoming events (#122)
  • Full diff

0.8.3

  • Same as v0.8.2 (incorrectly tagged release)

0.8.2

0.8.1

  • Allow newer dependencies stdlib, archive, puppet (#116)
  • Include SASL parameters in init.pp (#115)

0.8.0

  • Dropped Puppet 3 support (still might work with FUTURE_PARSER=true)

0.7.7

0.7.6

0.7.5

0.7.4

0.7.3

0.7.2

0.7.1

0.7.0

  • 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 in zookeeper::service
    • Move all parameters to params.pp (and remove them from private classes)
    • Overall improvements to the code (style, simplification, deduplication)
  • 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