This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Releases: evertrue/zookeeper-cookbook
Releases · evertrue/zookeeper-cookbook
v13.0.0
v10.0.0
Potentially Breaking
- Set default version to ZooKeeper 3.4.11 (#208)
- This may upgrade you if you are using
zookeeper::default
and have not setnode['zookeeper']['version']
in your wrapper cookbook
- This may upgrade you if you are using
- 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
- Clarify changelog w/r/t v8.3.0/v8.3.1
v9.0.0
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- h/t to @GolubevV for mentioning this
v8.3.1
Fixes
- Roll back v8.3.0 to avoid potentially breaking changes
v8.3.0
v8.1.2
v8.2.0
v8.1.4
- Update CHANGELOG for v8.1.2 + v8.1.3
v8.1.3
- Fix misnamed attribute
- Lost in the shuffle long ago!