-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgradeable Consul Binary #121
Conversation
f90575b
to
1627ff5
Compare
simplify install_binary recipe
681a911
to
37c220e
Compare
Changes Unknown when pulling 37c220e on upgradeable-binaries into * on master*. |
I like what I am seeing!
|
@johnbellone this is complete now. It's best to give the cookbook a new minor version (not major since we're 0.x still). I think we should 1.0 once we've cleaned up the code a bit. When we chat tomorrow I'll tell you what I'm thinking ;). |
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. |
This PR adds the ability to upgrade or downgrade the installed Consul binary to a different version than already present on the node.
Partial convergeance errors generated by the cookbook will also be remedied as a side effect from changing our archive management dependency from 'ark' to the more reliable and and 100% idempotent cousin - libarchive.