Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

106 ReleaseNotes En

Bitworks Software, Ltd edited this page Jul 24, 2017 · 32 revisions

Release 1.0.6 overview

CloudStack-UI 1.0.6 is released on July, 25, 2017. The release adds new functions and fixes several bugs. It also includes deep refactoring of VM creation and display component. This release notes document covers main improvements delivered with the release.

Refactoring

Developers have spent more than a week refactoring the old code which was written without proper design on early project phase. Right now this component has been reimplemented from scratch. It helped to introduce new VM filtering and grouping interface. Also, the refactoring was vital because the team is planning to implement additional display mode for all items. Currently the UI supports "cards" view which is great when user has just several VMs, but for a user with lots of VMs list view similar to native ACS interface might be preferable. So in the next releases list view will be introduced for VMs and other objects.

Renewed VM tabs

Reorganized VM details tabs. Previously tabs were "keyword" labeled, in this release they were changed to icons. It helps to implement more tabs with a compact and visually self-descriptive labels.

NIC and SG details and configuration are moved to a separate tab which will help implementing additional network operations for advanced CS zones.

Improved Resource Usage Bar

Resource usage bar allows switching between "used" and "free" presentations to help users understanding capabilities in a better way.

Virtual Machines and Templates Tags

The release introduces VM tags and Template tags tabs. Unlike the native ACS interface which doesn't use tags, CloudStack-UI uses tags very extensively to provide additional UX capabilities. In the future versions tags will interact with UI plugins to provide additional capabilities like clientless SSH access.

Moving from MDL to Material2

Since Angular Material 2 is mature now, includes better and more beautiful components we decided switching from MDL to Material2 which will be completed in several iterations.

Deployment Instructions

The release can be found at GitHub releases (https://github.com/bwsw/cloudstack-ui/releases/tag/1.0.6)

Prepared Docker image is available at Dockerhub (https://hub.docker.com/r/bwsw/cloudstack-ui/).

You can pull it with:

# docker pull bwsw/cloudstack-ui:1.0.6

The project changelog is here: https://github.com/bwsw/cloudstack-ui/wiki/Changelog

Deployment guide and project info can be found at GitHub pages: https://bwsw.github.io/cloudstack-ui/

Release 1.0.7 Expectations

Version 1.0.7 is planned to be released on August, 7th, 2017. The release is expected to include new functionality as follows:

  • Templates to VM tags copy support (client-side);
  • Web-SSH plugin, which enables SSH connection facility to VMs without desktop client installed;
  • Pulse plugin, which enables displaying of CPU/RAM/IO/NET metrics per VM.

Community Message

Dear community member, we will be thankful if you

  • try the project and provide us with a feedback;
  • share the information about the project and the release in social media;
  • mark the GitHub repository with star to support the project;
  • join LinkedIn group.

Clone this wiki locally