0.49.0
Notable changes
Server-side filtering of VMs
GET /vms endpoint now supports filter query parameter, which Orchard Workers uses to limit the VMs returned only to those assigned to it.
This greatly improves the performance for Orchard Controllers that have maintain lots of active VMs objects.
New compute:connect role
The new compute:connect role is a more fine-grained alternative to compute:write and allows to:
- initiate a port-forwarding session to a VM
- query VM's IP address
- SSH to a VM through the Orchard Controller's built-in SSH server (enabled manually via
--listen-ssh)
What's Changed
- Support authentication and TLS in k6 load testing script by @edigaryev in #391
- Implement server-side filtering for VMs by worker by @edigaryev in #392
- Introduce "compute:connect" role by @edigaryev in #393
Full Changelog: 0.48.0...0.49.0