jonlives / knife-spork

A workflow plugin to help many devs work with cookbooks and environments at once
Other
335 stars 97 forks source link

have promote check for latest cookbook #188

Closed chazzly closed 9 years ago

chazzly commented 9 years ago

This change adds a check to spork-promote which warns if the cookbook version being promoted is not the latest available on the chef server.

We have run into situations where the person promoting the cookbook had not updated their cookbook repo and therefore had an older version of the cookbook than intended.

currently, is simply asks if you want to continue (similar to the version threshold warning), but I was thinking of giving the option to use the version on the server instead. Figured I would throw this out there and see what you thought first.

jonlives commented 9 years ago

Thanks! This has been merged to 1.6.0 branch in prep for next release