v0.6.7
Highlights
This is an incremental release to fix startup issues in v0.6.x.
For more details about v0.6.0 features, check v0.6.0 release release notes.
⚠️ 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.
Fixes
colima start
would no longer download additional packages and should startup much faster. Fixes #900, #898, #896, #888, #880, #871, #868.- Fix proxy env var propagation for Docker runtime. Fixes #914.
- Fix inotify watcher for containerd runtime. Fixes #910.
- Use
vz
vm type for M3 devices.
Commits
- build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 by @dependabot in #909
- misc: update FUNDING.yml by @abiosoft in #919
- docker: fix proxy env vars propagation by @mdavino in #915
- core: update underlying image by @abiosoft in #921
- vm: reduce startup time for docker runtime by @abiosoft in #922
- vm: inotify: monitor all containerd namespaces for volumes by @abiosoft in #923
- vm: default to vz for m3 devices by @abiosoft in #924
New Contributors
Full Changelog: v0.6.6...v0.6.7