Skip to content

0.49.0

Choose a tag to compare

@edigaryev edigaryev released this 30 Jan 16:35
· 8 commits to main since this release
2c0629f

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

Full Changelog: 0.48.0...0.49.0