Releases: mistio/mist-ce
Releases · mistio/mist-ce
v4.6.2
- Change: Upgrade Elasticsearch & logstash, mitigates potential security issue
- Change: Add monthly portal maintenance schedule to merge or delete old ES indices
- Change: Improve API v2 exception handling
- Change: Support regex field selectors on schedules (API only)
- Change: Accelerate polling schedule after machine action
- Change: Use sudo defensively when running monitoring commands over ssh
- Change: Prioritize images tagged latest on docker create machine
- Bugfix: Fix auth context for scheduled scripts
- Bugfix: Allow multiple A record IPs on document validation
- Bugfix: Prevent potential parsing exception for Azure Networks
- Bugfix: Prevent UnboundLocalError when Azure machine listing API fails
- Bugfix: Decode libvirt command output & error defensively, prevents potential machine listing issue
- Bugfix: Pre-save rule before validating, prevents potential rule validation issue
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.6.2/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.6.1
- Change: Improve custom metric dialog usability
- Change: Include DigitalOcean droplet snapshots in available images
- Bugfix: Prevent redundant CloudSize JSON patches emitted from WebSocket which were causing UI hangs
- Bugfix: Improve error handling in APIv2 listings
- Bugfix: Fix loading issue in size constraints form (EE/HS only)
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.6.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.6.0
- Feature: Add support for VictoriaMetrics for storing monitoring & metering metrics
- Feature: Add standalone K8s/OpenShift cluster as cloud
- Feature: Add support managed K8s clusters on GCE, AWS clouds (API only)
- Feature: Display tree view on machines page
- Feature: Select security groups when creating machine on OpenStack clouds
- Feature: Add support for networks on Alibaba clouds
- Feature: Add support for Vexxhost clouds
- Change: Replace Celery with Dramatiq for async tasks
- Change: Replace Beat with APScheduler for scheduled tasks
- Change: Drop support for vCloud & GigG8 clouds
- Change: Support Vultr API v2
- Change: Update Helm chart templates to work with k8s 1.22 or later.
- Bugfix: Activate machine monitoring without requiring monitoring data request
- Bugfix: Numerous minor bugfixes & UX improvements
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.6.0/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.5.5
- Bugfix: Prevent loss of hosts when disabling KVM clouds
- Bugfix: Fix support of multiple locations & volume types on OpenStack clouds
- Bugfix: Fix network listing on OpenStack when IPv6 subnet exists
- Bugfix: Fix machine provisioning issue on OpenStack when attaching existing volume
- Bugfix: Update RBAC mappings for images & locations when cloud added by non-owner (EE/HS only)
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.5.5/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.5.4
- Bugfix: Fix clone action for vSphere machines
- Bugfix: Improve snapshot dialog for vSphere machines
- Change: Support security group selection when creating OpenStack machines
- Change: Revamp check_size implementation (EE/HS only)
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.5.4/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.5.3
- Bugfix: Declare dramatiq broker on every actor
- Bugfix: Get cached_machines before creating the machine, closes
- Bugfix: Fix schedule editing
- Bugfix: Fix bug when size disk is absent for check_size (EE/HS only)
- Change: Update snapshots dialog for vSphere machines
- Change: Add more tests on constraints (EE/HS only)
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.5.3/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.5.2
- Bugfix: Fix constraints field & expiration output
- Change: Don't update creation time on reboot for Azure machines
- Change: Add constraints tests (EE/HS only)
- Change: Improve apiv2 create machine spec
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.5.2/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.5.1
- Bugfix: Fix DNS hostname on provisioning
- Change: Improve list_images performance on vSphere/vCenter clouds
- Change: Add human friendly name to custom sizes (EE/HS only)
- Change: Run update_mappings task on Dramatiq runner (EE/HS only)
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.5.1/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.5.0
- Feature: Add read-only objectstorage support for AWS & OpenStack clouds
- Feature: Extend size & field constraints, enabling owners to configure available create-machine form fields & sizes (EE/HS only)
- Feature: Web UI for configuring constraints (EE/HS only)
- Feature: Helm chart
- Change: Support Ansible 2.0, run playbooks in runner container
- Change: Do not require password when creating API token, notify user by email
- Change: Upgrade RabbitMQ, remove Memcached
- Change: Make portal name configurable in email subjects & bodies
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.5.0/docker-compose.yml
docker-compose up -d
Also see the following README sections:
v4.4.5
- Bugfix: Fix post-deploy ssh login
- Bugfix: Use num of cpu cores in Equnix CloudSize object
- Bugfix: Allow monitoring API calls on terminated machines
- Bugfix: Update RBAC mappings after adding machine in KVM/Other cloud (EE/HS only)
- Bugfix: Fix excessive log filtering for non owners (EE/HS only)
- Change: Use double quotes for exact match & support math operators in APIv2 calls
Installation
To install, please run:
wget https://github.com/mistio/mist-ce/releases/download/v4.4.5/docker-compose.yml
docker-compose up -d
Also see the following README sections: