We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the scenario where a node is upgradable, the helper says upgrade and the node is already at the right version, provisioning does not continue.
provisioner/host/host.go
Line 184 in 7c408c7
This method returns nil for no error and also nil for skipped due to version constraint, we should make it return an additional skipped bool.
skipped
The text was updated successfully, but these errors were encountered:
(choria-io#188) adds a skip indicator for version upgrade skips
a1351bd
Signed-off-by: R.I.Pienaar <[email protected]>
Merge pull request #189 from ripienaar/188
0cf791d
(#188) adds a skip indicator for version upgrade skips
No branches or pull requests
In the scenario where a node is upgradable, the helper says upgrade and the node is already at the right version, provisioning does not continue.
provisioner/host/host.go
Line 184 in 7c408c7
This method returns nil for no error and also nil for skipped due to version constraint, we should make it return an additional
skipped
bool.The text was updated successfully, but these errors were encountered: