Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
apiserver: add workload version to API #5679
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedJun 21, 2016
•
Edited 1 time
-
babbageclunk
Jun 21, 2016
Add WorkloadVersion and SetWorkloadVersion to the uniter API, and workload version information in the Status structure.
Unit workload version is reported and it's also aggregated up to the application level. If the units are reporting different versions the most common version is used, with a * to indicate that there is some deviation (which can then be investigated at the unit level).
This builds on PR #5650 which is blocked, so it appears to include all of those changes as well - I'll update the review in RB to show only the changes for this branch.