# mvirt 0.14.8

migrations: no
wire: unchanged
rev: b717aeecaa829661d2df2ca0722e81c260f73af4

v0.14.8 — CI green again

0.14.4 moved the template import into the infra project; one integration test
still asserted the old home and had been failing in Check & Test ever since.
No behaviour change.


## Upgrading

Point your flake's `mvirt` input at this release and redeploy the control-plane
host first, then each node in turn:

```
nix run .#colmena -- apply boot --reboot --on <control-plane host>
nix run .#colmena -- apply boot --reboot --on <node>   # one at a time
```

This release adds no migrations, so the control-plane host rolls back the same way
a node does: boot the previous NixOS generation.
