Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Releases: evertrue/zookeeper-cookbook

v13.0.0

29 May 05:08
43acee5
Compare
Choose a tag to compare
Bump to v13.0.0

v10.0.0

06 Feb 16:20
cdcde75
Compare
Choose a tag to compare

Potentially Breaking

  • Set default version to ZooKeeper 3.4.11 (#208)
    • This may upgrade you if you are using zookeeper::default and have not set node['zookeeper']['version'] in your wrapper cookbook
  • Drop support for:
    • Ubuntu 12.04
    • CentOS 6
    • SysV as a service provider
  • Source zookeeper-env.sh when running ZooKeeper (#210)
    • This allows for placing all of the configs somewhere other than the default

Fixes

  • Duplicate an immutable property in Chef 13 (#207)
  • Fix file ownership (#209)
  • Ensure config directory exists (for cases where using non-default)
  • Make resources Chef 13 compatible

Changes

  • Refactor Test Kitchen setup to use kitchen-dokken for simpler, more consistent testing across local & CI
  • Switch to testing on Chef 13
  • Clean up unit tests & metadata
  • Add & update docs in README

v9.0.1

06 Feb 16:20
b688596
Compare
Choose a tag to compare
  • Clarify changelog w/r/t v8.3.0/v8.3.1

v9.0.0

06 Feb 16:21
39847d2
Compare
Choose a tag to compare

Changes

  • Bump to major-level, owing to possibility of someone managing multiple ZooKeepers with this cookbook, and thus depending on the connection-per-zookeeper_node-resource that was the behavior previous to v8.3.0

v8.3.1

06 Feb 16:21
19bfa47
Compare
Choose a tag to compare

Fixes

  • Roll back v8.3.0 to avoid potentially breaking changes

v8.3.0

20 Oct 16:31
a6a25aa
Compare
Choose a tag to compare
  • Use class variable to avoid creating new connection for each resource (#205)

v8.1.2

20 Oct 16:30
b9c69fc
Compare
Choose a tag to compare
  • Ensure the /opt/zookeeper-$version directory is owned by zookeeper:zookeeper (#196)

v8.2.0

06 Feb 16:21
87fd62a
Compare
Choose a tag to compare

Changes

  • Add new property to zookeeper_service to restart on changes to its config (h/t @jaybocc2 #200)

v8.1.4

06 Feb 16:22
409d836
Compare
Choose a tag to compare
  • Update CHANGELOG for v8.1.2 + v8.1.3

v8.1.3

08 Feb 18:48
d4fdd71
Compare
Choose a tag to compare
  • Fix misnamed attribute
    • Lost in the shuffle long ago!