Releases: mistio/mist-ee
v4.1.0
- Feature: Support RBAC on cloud locations
- Feature: Add support for volumes in Packet clouds
- Feature: Add support for volumes and machine provisioning in Aliyun ECS clouds
- Feature: Support new OpenSSH key format
- Feature: Set filesystem type when creating volumes in DigitalOcean
- Feature: Create and attach volume on OpenStack machine creation
- Change: Refactor landing page, improving customizability and SEO
- Change: Use OpenStack API v2.2 & OpenStack Auth API v3
- Change: Machine-Key associations have their own DB collection, enhancing query performance
- Change: Update date picker in schedule add form
- Bugfix: Fix portal name & logo in notification emails
- Bugfix: Fix deletion of multiple clouds from cloud list
- Bugfix: Fix editing of schedule script params
- Bugfix: Fix tag editing in lists
- Bugfix: Fix price retrieval for GCE Asia regions
- Bugfix: Avoid XML parse errors in xml-viewer in resource metadata sections
- Bugfix: Fix port detection on OpenStack post machine create steps
- Bugfix: Assign volume ownership on creation
- Bugfix: Fix sidebar counter updates
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.1.0/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.1.0-rc.1
Changes
- Feature: Support RBAC on cloud locations
- Feature: Add support for volumes in Packet clouds
- Feature: Add support for volumes and machine provisioning in Aliyun ECS clouds
- Feature: Support new OpenSSH key format
- Feature: Set filesystem_type when creating volumes in DigitalOcean
- Feature: Create and attach volume on OpenStack machine creation
- Change: Refactor landing page, improving customizability and SEO
- Change: Use OpenStack API v2.2
- Change: Machine-Key associations have their own DB collection, enhancing query performance
- Change: Update date picker in schedule add form
- Bugfix: Fix portal name & logo in notification emails
- Bugfix: Fix deletion of multiple clouds from cloud list
- Bugfix: Fix editing of schedule script params
- Bugfix: Fix tag editing in lists
- Bugfix: Fix price retrieval for GCE Asia regions
- Bugfix: Avoid XML parse errors in xml-viewer in resource metadata sections
- Bugfix: Fix port detection on OpenStack post machine create steps
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.1.0-rc.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.1.0-sevone
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.1.0-sevone/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.0.3
- Bugfix: Fix floating ip string representation in OpenStack driver
- Bugfix: Hide location field if empty and non required
- Bugfix: Force update of key selection lists when keys arrive from socket
- Bugfix: Fix display of custom org logos
- Bugfix: Improve UI update when applying patch to resource property
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.0.3/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.0.2
Changes
- Bugfix: Fix Python3 compatibility issue in vSphere libcloud driver
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.0.2/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.0.1
Changes
- Bugfix: Update Python to 3.7.2, fixes uwsgi segfault when handling invalid certs
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.0.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.0.0
This is a major release that brings important performance improvements both in the backend as well as in the frontend. It also introduces usability improvements when filtering lists, exploring logs, adding "other server" clouds and when selecting tags, keys & networks in forms.
- Feature: Widget to select existing tags
- Feature: Configurable filters in every list that persist in localStorage
- Feature: Searchable key & network selection widgets in forms
- Feature: Collapsible sections in monitoring dashboards
- Feature: Export machine monitoring dashboard as pdf
- Feature: Automatic backup & restore scripts for mongo & influx
- Feature: Pre and post action hooks
- Change: Upgrade backend code to Python 3.7
- Change: Upgrade frontend code to Polymer 2.x and Web Components v1
- Change: Upgrade to latest Apache Libcloud 2.4.0
- Change: Improve user interaction when adding "Other Server" Clouds
- Change: Improve display of JSON & XML metadata
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.0.0/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.0.0-rc.1
This is a major release that brings important performance improvements both in the backend as well as in the frontend. It also introduces usability improvements when filtering lists, when adding "other server" clouds and when selecting tags, keys & networks.
Changelog
- Feature: Automatic backup & restore scripts for mongo & influx
- Feature: Pre and post action hooks
- Feature: Widget to select existing tags
- Feature: Configurable filters in every list
- Feature: Searchable selection widgets for keys & networks
- Feature: Collapsible sections in monitoring dashboards
- Change: Improve interaction when adding "Other Server" Clouds
- Change: Upgrade backend code to Python 3.7
- Change: Upgrade frontend code to Polymer 2.x and Web Components v1
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.0.0-rc.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.0.0-beta.1
Changelog
v4.0.0 (unreleased)
- Feature: Automatic backup & restore scripts for mongodb & influxdb
- Feature: Pre and post action hooks
- Feature: Widget to select existing tags
- Change: Upgrade backend code to Python 3.7
- Change: Upgrade frontend code to Polymer 2.x and Web Components v1
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v4.0.0-beta.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v3.3.1
- Bugfix: Correctly check if DNS is enabled when polling for zones
- Bugfix: Fix issue when destroying vSphere machines
- Bugfix: Restore floating ip toggle when creating stacks on OpenStack
- Change: Update manage UI to use Polymer 2.x
Installation
To install, please run:
wget https://github.com/mistio/mist-ee/releases/download/v3.3.1/docker-compose.yml
docker-compose up -d
Also see the following README sections: