evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 117 forks source link

Use zookeeper 3.4.11 by default #208

Closed bai closed 6 years ago

bai commented 6 years ago

Zookeeper 3.4.9 is no longer available on the mirror. Use 3.4.11 by default.

cc: @jeffbyrnes

jeffbyrnes commented 6 years ago

Ugh. The worst part of this is that upgrades of ZK, even the supposed patch-level ones, can be, and have been, breaking.

I’ll see about getting a new release cut with this, but it’ll be a major version to signal that it’s potentially breaking.

jeffbyrnes commented 6 years ago

@bai still working to get this out as part of v10.0.0. Have a few other things I was going to get in there, since it will be breaking anyway (may as well break all the things).

bai commented 6 years ago

Thank you!