Release 2.0.38 (2026-05-24)¶
Bug fixes¶
- restore start_vm in create flow after provisioning limactl create --tty=false provisions the VM but leaves it in Stopped state. The explicit start_vm call is required before credential injection. The earlier removal (PR #1036) was based on a misdiagnosis — the original crash was a timing issue during a mid-transition state, not a redundant start. The start_vm guard (skip if already Running) makes this safe either way. Ref #1035
Chores¶
- bump version to 2.0.38