Skip to content

Release 2.0.67 (2026-05-27)

Bug fixes

  • pin vergil-actions workflows to v2.0 tag instead of develop vergil-actions develop branch is now self-referential for testing its own composite actions. External consumers must reference a release tag. Ref #1251

Features

  • add --timeout to start/rebuild and fix mkdir for tooling-tag The limactl start default timeout (~10 min) is too short for fresh VM provisioning. Add a --timeout CLI argument to vrg-vm start and rebuild (default 30m) that passes through to limactl start --timeout. Also ensure ~/.config/vergil/ exists before writing the tooling-tag marker file in install_tooling() and update_tooling(), fixing a failure when vrg-vm session calls try_update_tooling() without prior inject_credentials(). Ref #1251

  • add --skip-cd flag to bypass CD verification