-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#8102 from wallyworld/upgrade-juju-fixes
Fix upgrade-juju --dry-run and upgrades from custom binaries ## Description of change There were several small issues with upgrade-juju. The main one occurred when running a custom build (with a build number > 0). --dry-run would report n upgrade available, but then running the upgrade would not use the available version and instead upload a new custom build. Other fixes include some message tweaks and not actually building a local jujud when using dry run. ## QA steps Run up a custom build, eg 2.3-beta2.1 Use juju upgrade-juju with no args and ensure it upgrades to 2.3-beta3 (it would fail before) ## Documentation changes None, just fixing bad behaviour. ## Bug reference https://bugs.launchpad.net/juju/+bug/1732879
- Loading branch information
Showing
2 changed files
with
64 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters