Skip to content

Releases: mistio/mist-ee

v4.1.0

21 May 17:50
Compare
Choose a tag to compare
  • 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

17 May 16:50
Compare
Choose a tag to compare
v4.1.0-rc.1 Pre-release
Pre-release

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

24 Apr 21:06
Compare
Choose a tag to compare
v4.1.0-sevone Pre-release
Pre-release

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

19 Mar 23:25
Compare
Choose a tag to compare
  • 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

20 Feb 16:53
Compare
Choose a tag to compare

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

20 Feb 13:22
Compare
Choose a tag to compare

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

19 Feb 03:07
Compare
Choose a tag to compare

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

29 Jan 18:31
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

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

15 Jan 15:17
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

06 Nov 16:21
Compare
Choose a tag to compare
  • 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: