Skip to content

Releases: mistio/mist-ee

v4.2.0-rc.2

12 Dec 00:45
Compare
Choose a tag to compare
v4.2.0-rc.2 Pre-release
Pre-release

This release brings major enhancements on rules and logging. It's now possible
to set rules on logs that match any managed resource. Observation logs are
emitted whenever the poller detects new, missing or updated machines, volumes,
networks or zones.

Changelog

  • Feature: Log observations of infrastructure changes
  • Feature: Rules on logs
  • Feature: Rules can trigger webhook actions
  • Feature: Add alert level & description in rule notification actions
  • Feature: Add optional domain name field for OpenStack clouds
  • Feature: Add support for FoundationDB Document Layer as a replacement for MongoDB
  • Feature: Improve volume support for Azure Resource Manager
  • Feature: Attach disk upon machine creation on Alibaba Cloud
  • Feature: Attach existing and new volume when creating EC2 Instance
  • Feature: Attach existing volume when creating DigitalOcean droplet
  • Feature: Add cloudinit support for OpenStack, Alibaba Cloud, IBM Cloud, Vultr
  • Feature: Add support for Maxihost bare metal cloud
  • Feature: Add support for machine expiration dates
  • Feature: Enforce constraints on expiration dates (EE/HS only)
  • Feature: Enforce quotas on cost per team/user/org (EE/HS only)
  • Feature: Enforce RBAC permissions on the UI by hiding unavailable actions (EE/HS only)
  • Change: Update add cloud form, separate providers into categories
  • Change: Deprecate Nephoscale provider
  • Change: Rename Softlayer to IBM Cloud
  • Change: Update cloud provider logos
  • Change: Improve DNS record creation widget when creating machine
  • Bugfix: Fix IBM Cloud machine size association
  • Bugfix: Fix provisioning on Alibaba Cloud
  • Bugfix: Fix provisioning use cases on Azure Resource Manager
  • Bugfix: Fix attach/detach volume on DigitalOcean

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.2.0-rc.2/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.2.0-rc.1

29 Nov 12:55
Compare
Choose a tag to compare
v4.2.0-rc.1 Pre-release
Pre-release

This release brings major enhancements on rules and logging. Observation logs are
emitted whenever the poller detects new, missing or updated machines, volumes,
networks or zones. It's now possible to set rules on logs that match any managed resource.

Moreover, machines can have expiration dates which may be subject to constraints
attached to RBAC policies. Constraints on cost (aka budgets or quotas per user/team/org)
are also supported.

Changelog

  • Feature: Log observations of infrastructure changes
  • Feature: Rules on logs
  • Feature: Rules can trigger webhook actions
  • Feature: Add alert level & description in rule notification actions
  • Feature: Add optional domain name field for OpenStack clouds
  • Feature: Add support for FoundationDB Document Layer as a replacement for MongoDB
  • Feature: Improve volume support for Azure Resource Manager
  • Feature: Attach disk upon machine creation on Alibaba Cloud
  • Feature: Attach existing and new volume when creating EC2 Instance
  • Feature: Attach existing volume when creating DigitalOcean droplet
  • Feature: Add cloudinit support for OpenStack, Alibaba Cloud, IBM Cloud, Vultr
  • Feature: Add support for Maxihost bare metal cloud
  • Feature: Support machine expiration dates
  • Feature: Enforce constraints on expiration dates (EE/HS only)
  • Feature: Enforce quotas on cost per team/user/org (EE/HS only)
  • Feature: Enforce RBAC permissions on the UI by hiding unavailable actions (EE/HS only)
  • Change: Update add cloud form, separate providers into categories
  • Change: Deprecate Nephoscale provider
  • Change: Rename Softlayer to IBM Cloud
  • Change: Update cloud provider logos
  • Change: Improve DNS record creation widget when creating machine
  • Bugfix: Fix IBM Cloud machine size association
  • Bugfix: Fix provisioning on Alibaba Cloud
  • Bugfix: Fix provisioning use cases on Azure Resource Manager

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.2.0-rc.1/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.2.0-beta.4

28 Oct 16:37
Compare
Choose a tag to compare
v4.2.0-beta.4 Pre-release
Pre-release

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.2.0-beta.4/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.2.0-beta.3

21 Oct 16:57
Compare
Choose a tag to compare
v4.2.0-beta.3 Pre-release
Pre-release

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.2.0-beta.3/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.2.0-beta.1

15 Oct 13:00
Compare
Choose a tag to compare
v4.2.0-beta.1 Pre-release
Pre-release

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.2.0-beta.1/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.1.4

04 Sep 14:18
Compare
Choose a tag to compare
  • Bugfix: Search for vSphere machine snapshots recursively
  • Bugfix: Fix list_sizes on Packet when using Project API token

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.1.4/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.1.4-rc.1

02 Sep 14:56
Compare
Choose a tag to compare
v4.1.4-rc.1 Pre-release
Pre-release

Changelog

  • Bugfix: Search for vSphere machine snapshots recursively

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.1.4-rc.1/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.1.3

22 Aug 09:41
Compare
Choose a tag to compare
  • Bugfix: Remove deprecated ex_disk_id param in create_machine which affected the machine's network configuration.

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.1.3/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.1.2

31 Jul 00:16
Compare
Choose a tag to compare
  • Feature: Machine expiration & reminders
  • Change: Catch jsonpatch errors, prevents browser memory increase over time
  • Change: Dont store shell sessions by default
  • Bugfix: Only show available Aliyun sizes in resize dialog
  • Bugfix: Fix issue with sidebar counters not updating
  • Bugfix: Fix volume actions & attachment info update in UI
  • Bugfix: Fix volume parsing in DigitalOcean and OpenStack
  • Bugfix: Fix detach_volume in OpenStack driver

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.1.2/docker-compose.yml
docker-compose up -d

Also see the following README sections:

v4.1.1-rc.1

26 Jul 16:18
Compare
Choose a tag to compare
v4.1.1-rc.1 Pre-release
Pre-release

Installation

To install, please run:

wget https://github.com/mistio/mist-ee/releases/download/v4.1.1-rc.1/docker-compose.yml
docker-compose up -d

Also see the following README sections: