v0.6.0
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 Limauser-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 andhostname
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
- Use of Ubuntu as underlying distro. Fixes #764, #720, #792, #369 as well as compatibility with Kind.
- Switch to new
user-v2
network. Fixes #648, #603, #577, #779, #137, #740. - Remove qemu wrapper. Fixes #796, #724.
- Fix duplicate entries in ssh config when
~
is used. Fixes #849.
Commits
- build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 by @dependabot in #826
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #798
- chore: remove redundant
len
check by @Juneezee in #828 - build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #842
- build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #843
- build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 by @dependabot in #846
- v0.6.0 refactor by @abiosoft in #848
- core: respect "~" in ssh config by @abiosoft in #849
- docs: update logo by @abiosoft in #850
New Contributors
Full Changelog: v0.5.6...v0.6.0