Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 11:26
· 38 commits to main since this release
088283a

Highlights

This release adds support for cgroup v2 and attempts to address some networking issues.

⚠️ Breaking changes upgrading from v0.5.x.

Due to breaking changes, deletion of existing profiles is required via colima delete.
Existing containers, images and volumes would be lost after upgrade.

Features

  • Cgroup v2 support for better compatibility with Kubernetes and BuildKit.
  • Use of custom Lima directory to avoid clashes with other usages of Lima. $LIMA_HOME is still used if set.
  • Removal of obsolete Ubuntu --layer flag. The underlying distro is now Ubuntu out of the box.
  • Remove of --network-driver flag and using the new Lima user-v2 network. user-v2 has been more stable and should resolve most connectivity and DNS issues. However, --network-address is still supported.
  • Shasum validation of downloads to resolve issues encountered during asset downloads (mainly Kubernetes).
  • New --hostname flag and hostname config to set custom hostname for the virtual machine.
  • Proxy variables HTTP_PROXY, HTTPS_PROXY, NO_PROXY and their lowercase variants are now forwarded to the Docker daemon.

Fixes

Commits

New Contributors

Full Changelog: v0.5.6...v0.6.0