v0.4.4
Summary
This is an hotfix release to resolve broken internet and/or incompatibility with VPNs for users that installed Colima 0.4.x via Github release binaries or Nix.
Users that installed via Homebrew are not affected but the update is recommended regardless.
Updates
- Fix broken internet when VPN is enabled on Github release binaries.
- Fix no internet on Nix version. #344
- Add support for Nix flakes. From v0.4.4,
nix run github:abiosoft/colima/<branch/tag/commit-hash>
should work if flakes is enabled.
Commits
- net: use customised qemu binaries for lima by @abiosoft in #357
- net: remove CGO_ENABLED=0 to fix VPN connections by @abiosoft in #359
- chore: update nix files by @abiosoft in #360
Full Changelog: v0.4.3...v0.4.4