evertrue / zookeeper-cookbook

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

cookbook dependancies in the metadata #187

Closed Stromweld closed 8 years ago

Stromweld commented 8 years ago

cookbook dependencies should specify minimum version instead of approximate version(>= instead of ~>). This allows dependencies to be upgraded to latest version, with bug fixes and enhancements, even if major version changes without update of this cookbook. If breaking change is found then pinning to specifc version makes more sense and should be noted in changelog and or readme.

Stromweld commented 8 years ago

@eherot can this get pushed to the supermarket?

jeffbyrnes commented 8 years ago

@Stromweld I can cut a new version, stand by…

jeffbyrnes commented 8 years ago

@Stromweld all set! v8.0.0 has been published to Supermarket.

Stromweld commented 8 years ago

sweet thanks