Releases: mistio/mist-ce
v4.3.3
- Bugfix: Fix provisioning on multi-host KVM when a host is down
- Bugfix: Include disk in KVM machine sizes
- Bugfix: Remove unnecessary scrollbars from dialogs
- Bugfix: Fix display of starred images in create machine form
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.3.3/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.3.2
- Change: Avoid dereferencing machine owner on clean, minor optimization
- Change: Increase AsyncHTTPClient timeouts
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.3.2/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.3.1
- Bugfix: Fix exception when provisioning GCE machines
- Bugfix: Fix datetime serialization issue when listing machines in AWS clouds
- Change: Unset missing_since for resources that pop back into existence
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.3.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.3.0
This release greatly improves support for KVM. It's now possible to manage multiple hypervisors as a single cloud and to access VNC console, assign VNF's with SR-IOV and more. It also introduces support for new platforms like LXD, KubeVirt, G8. Support for vSphere/vCenter has been enhanced significantly. Many bugfixes and improvements under the hood are included. The Enterprise Edition introduces support for Active Directory & LDAP and includes the first version of the Price Catalog for configuring custom pricing policies on cloud resources.
- Feature: Support LDAP & Active Directory (EE only)
- Feature: Pricing policy catalog (EE only, experimental)
- Feature: Add support for LXD clouds
- Feature: Add support for KubeVirt clouds
- Feature: Widens support for vSphere/vCenter versions v4.0 up to v6.7, add optional support for new REST API
- Feature: Add support for vSphere Content Libraries, select Folder & Datastore when provisioning
- Feature: Add support for GIG G8 clouds (experimental)
- Feature: Support multiple hosts in KVM clouds
- Feature: Support VNC console for KVM machines
- Feature: Display KVM machine image, size and parent in listing
- Feature: Support listing and configuring VNFs on KVM
- Feature: Add polling for images
- Feature: Add process pool option to update machines in parallel, avoid unnecessary db updates
- Feature: Support listing and selecting security group on machine creation for AWS
- Change: Rename conditions to selectors
- Change: Deprecate UserTasks & remove memcached
- Change: Update most Python dependencies
- Change: Show more info about DigitalOcean sizes, like in DO console
- Bugfix: Fix cost estimation for Packet, AWS, Azure
- Bugfix: Fix clone action in KVM
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.3.0/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.3.0-beta.6
This release greatly improves support for KVM. It's now possible to manage multiple hypervisors as a single cloud and to access VNC console, assign VNF's with SR-IOV and more. It also introduces support for new platforms like LXD, KubeVirt, G8. Support for vSphere/vCenter has been enhanced significantly. Many bugfixes and improvements under the hood are included. The Enterprise Edition introduces support for Active Directory & LDAP.
- Feature: Support LDAP & Active Directory (EE only)
- Feature: Add support for LXD clouds
- Feature: Add support for KubeVirt clouds
- Feature: Widens support for vSphere/vCenter versions v4.0 up to v6.7, add optional support for new REST API
- Feature: Add support for vSphere Content Libraries, select Folder & Datastore when provisioning
- Feature: Add support for GIG G8 clouds
- Feature: Support multiple hosts in KVM clouds
- Feature: Support VNC console for KVM machines
- Feature: Display KVM machine image, size and parent in listing
- Feature: Support listing and configuring VNFs on KVM
- Feature: Add polling for images
- Feature: Add process pool option to update machines in parallel, avoid unnecessary db updates
- Feature: Support listing and selecting security group on machine creation for AWS
- Change: Rename conditions to selectors
- Change: Deprecate UserTasks & remove memcached
- Change: Update most Python dependencies
- Change: Show more info about DigitalOcean sizes, like in DO console
- Bugfix: Fix cost estimation for Packet, AWS, Azure
- Bugfix: Fix clone action in KVM
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.3.0-beta.6/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.2.1
- Bugfix: Fix image retrieval for vSphere machines
- Bugfix: Fix webhooks on org rules & webhooks with empty body
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.2.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.2.0
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.
- 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-ce/releases/download/v4.2.0/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.1.4
- Bugfix: Search for vSphere machine snapshots recursively
- Bugfix: Remove deprecated ex_disk_id param in create_machine which affected the machine's network configuration.
- Bugfix: Fix list_sizes on Packet when using Project API token
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.1.4/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.1.1
- 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
- Bugfix: Dont throw exception when landing content page is unreachable
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.1.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.1.0
- 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.x
- 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-ce/releases/download/v4.1.0/docker-compose.yml
docker-compose up -d
Also see the following README sections: