Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Releases: juju/juju-gui

2.11.3

05 Jan 15:57
Compare
Choose a tag to compare
  • (Fix) Update marked to 0.3.9 to fix a security bug.

2.11.2

05 Jan 10:25
Compare
Choose a tag to compare
  • (Fix) Add a workaround for the contenteditable bug in Firefox.
  • (Doc) Update multipass instructions.
  • (Doc) Minor fixes to releasing instructions.
  • (Beta) Improve jujushell detection and actually add tests for the feature.

2.11.1

15 Dec 10:13
Compare
Choose a tag to compare
  • (Fix) Fix typo causing charmstore to be undefined when deploying from the user profile.
  • (Fix) Do not disconnect from the model when viewing user profiles.
  • (Fix) Style links in deployment flow with correct font-weight
  • (Beta) Improve detection and handling of the jujushell service.
  • (Beta) Implement models, bundles and charms panes on the new profile page.

2.11.0

16 Nov 03:23
Compare
Choose a tag to compare
  • Beta release of a Terminal embedded into the GUI which allows you to perform CLI commands in the browser as you would in your local terminal. Currently only available behind a feature flag, in upcoming releases this will become widely available.
  • Removed machines are now shown in the Deployment Flow changelog.
  • Juju CLI commands are now shown alongside each record in the changelog in the Deployment Flow.
  • The changelog will now default to open when adding to an existing model.
  • (Fix) Charmstore login no longer requires logging in after refresh if you have already authenticated.
  • (Fix) Correctly remove pending resources when removing an uncommitted application from the canvas.
  • (Fix) The store page now always opens when clicking the search box.
  • (Fix) When updating an application name the changelog will now show the updated name.
  • (Fix) Update the model name correctly when actions are performed out of sync in the Deployment Flow.

2.10.2

23 Oct 17:07
Compare
Choose a tag to compare
  • (Fix) Status View no longer errors if ports are not yet available.
  • (Fix) Scaling applications from the inspector no longer fails on submit.

2.10.1

17 Oct 23:19
Compare
Choose a tag to compare
  • (Fix) Switching profiles between users now properly updates page title.
  • (Fix) Clicking outside the Shortcut modal now closes it.
  • (Fix) Render the user menu even if not connected to a controller.

2.10.0

12 Oct 18:07
Compare
Choose a tag to compare
  • The majority of the GUI is now node-style require modules replacing the original YUI-style modules.
  • The init sequence has been completely rewritten to take advantage of this module system considerably speeding up time to interaction.
  • Size of the code sent to the client considerably reduced.
  • Clicking on a machine in the Status view now links to that machine in the Machine View.
  • Status view now sorts based on status level with error being the highest priority.
  • Clicking on the relation in the status view now links to that relation in the Inspector.
  • Beta release of the new Post Deployment document feature. After a bundle is deployed the GUI will display the contents of the bundles getstarted.md file.
  • (Fix) Removing the model name in the model switcher pre-commit no longer prevents you from updating the model name.
  • (Fix) Notifications now show on top of Deployment Flow.
  • (Fix) Close local charm inspector when switching models.

2.9.2

30 Aug 16:12
Compare
Choose a tag to compare
  • Application icons are shown in the Beta Status view.
  • (Fix) Machine View and Status View can both be used in Safari.

2.9.1

28 Aug 15:25
Compare
Choose a tag to compare
  • (Fix) Importing GCE credentials via JSON file no longer errors on upload.

2.9.0

24 Aug 17:25
Compare
Choose a tag to compare
  • Beta release of the new Status pane! A highly requested feature, the GUI now shows the model status as it would be shown in the CLI via juju status with a number of improvements like the ability to jump right to an application, unit, or machine details. As this is the beta release we’re actively working on expanding the functionality and layout and welcome any feedback you have.
  • The layout of the bundle and charm details pages have been updated to increase the readability of the content.
  • When creating a new model the model name can now be changed in the header in addition to the Deployment Flow on uncommitted models.
  • Last release we added the ability to import SSH keys from GitHub. By popular request we’ve now also added the ability to import SSH keys from Launchpad.
  • (Fix) Do not allow switching of models while committing changes.