v0.6.10
Highlights
This is an incremental bug fix release to address inability to use QEMU on m3 devices.
⚠️ 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.
Other Updates
- Ensure
--vm-type
flag is respected for m3 devices - Support for
COLIMA_HOME
environment variable to customize settings and disk directory. - Support for configurable SSH port for Colima VM with the
--ssh-port
flag. - Update Docker to 27.0.3 (only applies to newly created instances).
Commits
- docs: update faq regarding docker bind mount issue by @nnathan in #1052
- core: ensure that the user defined
VMType
flag is respected for m3 devices by @SpikePuppet in #1045 - docs: adds faq entry for disc size increase by @riconeitzel in #1041
- core: revert to using qemu by default on M3 macs by @bradleyayers in #1058
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #1042
- build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 by @dependabot in #1037
- build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #1061
- core: add support for COLIMA_HOME env var by @fmgornick in #1062
- core: support for configurable ssh port number by @abiosoft in #1066
- core: update iso images by @abiosoft in #1071
New Contributors
- @nnathan made their first contribution in #1052
- @SpikePuppet made their first contribution in #1045
- @riconeitzel made their first contribution in #1041
- @bradleyayers made their first contribution in #1058
- @fmgornick made their first contribution in #1062
Full Changelog: v0.6.9...v0.6.10