juju / juju-gui

Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182 stars 85 forks source link

Force Cloud facade to v2 to support UpdateCredentials method #4010

Closed hatched closed 5 years ago

hatched commented 5 years ago

When JAAS updated the version of Juju it also bumped the supported facades of the API. The GUI would automatically use the latest facade versions. This locks the Cloud facade requests to the latest supported by the GUI api, v2.

Fixes #4000

To QA

webteam-app commented 5 years ago

Starting demo at: https://juju-gui-juju-pr-4010.run.demo.haus/

hatched commented 5 years ago

Thanks @anthonydillon