if I install latest Juju 2.6.8 I only have Gui v0.3 available on Ubuntu 18.04
root@juju:~# juju gui
Dashboard 0.3.0 for controller “maas-controller” is enabled at: https://10.3.2.59:17070/dashboard
Your login credential is:
username: admin
password: xxxxxxxxxxx
root@juju:~# snap list
Name Version Rev Tracking Publisher Notes
core18 20200929 1932 latest/stable canonical✓ base
juju 2.8.6 14498 latest/stable canonical✓ classic
snapd 2.47.1 9721 latest/stable canonical✓ snapd
root@juju:~# juju upgrade-gui
Juju Dashboard at version 0.3.0
root@juju:~# juju upgrade-gui --list
0.3.0
0.2.0
0.1.8
0.1.7
0.1.6
0.1.3
So how do I get latest gui? Why isnt it shipping with latest gui by default?
It’s definitely poor practice for us to have a new version of something, give it the same name (“gui”) and an older version (0.3). It would be better for us to have called this 2.0b2 for example, so it’s clear it’s in-progress but also that it’s newer than what went before.