Skip to content

havm 0.1.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 22:35
· 68 commits to main since this release
0bc93bb

Changes

  • Restored entropy device and memory balloon — accidentally removed in an earlier CONFIG disk fix. Entropy provides random numbers to the guest kernel for crypto/ASLR; the balloon lets macOS reclaim idle guest memory under pressure.

Shutdown improvements

  • Skip REST API shutdown when api_token is empty — no more 401 warnings when a token isn't configured
  • Graceful shutdown hints — prints a tip listing all three methods when none succeed and no token is set

Documentation site

  • New GitHub Pages site at ingmarstein.github.io/havm — dark-themed landing page with real terminal output, feature cards, and multi-page docs
  • Documented Homebrew service paths/opt/homebrew/etc/havm/config.yml and /opt/homebrew/var/lib/havm/

Full Changelog: v0.1.4...v0.1.5