sous-chefs/graphite

Not pinning dependent cookbooks causes issues for chef 11.x users

drenalin23 opened this issue · 3 comments

This cookbook depends on memcached. When memcached upgraded to version 2.0.0, they included the compat_resource cookbook as a dependency - which breaks a chef 11.x convergence since compat_resource if only compatible with Chef 12.x.
You should consider pinning or soft-pinning the dependencies in this cookbook so they don't end up breaking later by upgrades of the dependent cookbooks.

tas50 commented

Looks like the memcached cookbook isn't actually used by this cookbook, so that can get removed.

tas50 commented

Fixed in 1f64913

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.