matschaffer / knife-solo

DEPRECATED: Please consider using https://knife-zero.github.io/, ansible, or visit https://www.chef.io/ for other ideas
MIT License
786 stars 213 forks source link

Upgrade chef-solo-search patch cookbook to v0.5.2 #521

Open dan-jensen opened 7 years ago

dan-jensen commented 7 years ago

Specifying chef-solo-search in a Berksfile or metadata.rb file when using Knife Solo can cause berks install to fail due to a version conflict. Berkshelf wants to install the latest version (v0.5.2), but Knife Solo uses a "patch cookbook" (a git submodule) that is currently at 0.4.0. This PR updates the patch cookbook to the latest version of chef-solo-search to 1) provide Knife Solo users access to the improved package functionality and 2) eliminate version conflicts if users specify chef-solo-search for Berkshelf.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 89.149% when pulling 5445312ab63b320253835683f86bbc60dab25b2f on dan-jensen:master into 98a4d7f08cbd6b053a6c580faab1babc1c390958 on matschaffer:master.

matschaffer commented 7 years ago

Thanks!