Skip to content
v0.16.0

This release contains a couple new features, but mostly groups together
a handful of recent hotfix releases.

No breaking API changes.

Features:

- neonvm/builder: Add flags to enable informant/monitor (#477)
- plugin: Penalize underfull nodes during Score (#476)

Fixes:

- agent: Fix endpointAssignedAt for VMs added with endpoint (#463)
  - Hotfixed as v0.15.1
- neonvm/runner: Handle hybrid cgroup v1/v2 systems (#467)
  - Hotfixed as v0.15.3
- neonvm/builder: Add additional fields to vm-monitor conn str (#469)
  - Hotfixed as v0.15.4
- agent/metrics: Fix runner state metrics deletion hanlding (#471)
  - Hotfixed as v0.15.5
- Disable zap's enabled-by-default log sampling (#475)

No protocol changes.

Other changes:

- agent/metrics: Initialize runnersCount label pairings to 0 (#465)
  - Hotfixed as v0.15.2
- neonvm/builder: Remove cgexec entrypoint prefix (#477)

Upgrade path from v0.15.x:

- No ordering requirements. Note that vm-builder now requires adding
  '-enable-informant' and '-enable-monitor' to keep the previous
  behavior.