C

Colima

C
Colima Virtualization v0.10.3

v0.10.3

Highlights This is an hotfix release to address a regression for Kubernetes runtime. Commits k3s: fix restart failure due to rsync by @abiosoft in #1582 Full Changelog: v0.10.2...v0.10.3

C
Colima Virtualization v0.10.2

v0.10.2

Highlights This is an incremental stability release with bug fixes and features. Updates New --downloader flag to retain curl for downloads. Supports curl or native (default). Force stop with colima stop --force no longer attempts to stop the container runtime before stopping VM. Support for user-provided containerd and buildkit config for the Containerd runtime. Nested virtualization is now suppo…

C
Colima Virtualization v0.10.1

v0.10.1

Highlights This is an incremental release with support for Docker Model Runner and improvements to the AI functionality introduced in v0.10.0. Docker Model Runner Colima now supports Docker Model Runner as an AI model runner backend. Docker Model Runner is now the default due to its simpler requirements. However, Ramalama can still be used. # run a model (uses docker runner by default) colima mode…

C
Colima Virtualization v0.10.0

v0.10.0

Highlights This release introduces AI support and other updates. AI is here Colima now has AI support. By leveraging Krunkit and Ramalama, Colima is able to provide the ideal platform to run confined, isolated and secure gpu-powered AI workloads on Apple Silicon devices. # run a model colima model run gemma3 # serve a model, chat interface would be availabe at localhost:8080 colima model serve gem…

C
Colima Virtualization v0.9.1

v0.9.1

Highlights This is a hotfix release to address disk error issues for a subset of users. Check v0.9.0 release notes for the main release notes. Commits vm: fix root disk size getting set to zero by @abiosoft in #1418 k3s: customizable listen port by @abiosoft in #1419 Full Changelog: v0.9.0...v0.9.1

C
Colima Virtualization v0.9.0

v0.9.0

Highlights This is a new release with several fixes and new features. New Features Bridged network This has been a long requested feature and it is finally here. A new --network-mode flag has been introduced. Valid options are shared and bridged with the default being shared. colima start --network-address --network-mode bridged ⚠️ Bridged should only be used if required and the local network is c…

C
Colima Virtualization v0.8.4

v0.8.4

Highlights This is another hotfix release to address a regression that causes exec /bin/sh: exec format error when running a cross-architecture image. The issue is finally resolved. Other Updates Disable implicit loading of config from template (when present). Now requires the --template flag. Cross-architecture container execution can now be disabled by setting --binfmt=false flag. Commits vm: fi…

C
Colima Virtualization v0.8.3

v0.8.3

Highlights This is an hotfix release to address a regression that causes exec /bin/sh: exec format error when running a cross-architecture image. Fixes Fix exec format error when running a cross-architecture image. Requires recreating instance if created with v0.8.2. Fixes #1367. Set default volume mount type to virtiofs when VZ is in use. Other Updates Use containerd image store for Docker Mount…

C
Colima Virtualization v0.8.2

v0.8.2

Highlights This is an incremental release with bug fixes. Fixes Report errors that occur while reading configuration file. Fixes #1239. Use native shasum binary for download assets verification. Fixes #1163. Fix download errors when K3s version when empty in config. Reset formatting after questions prompts in the terminal. Fixes #1319. Other Updates UDP port forwarding is now supported. Resolves #…

C
Colima Virtualization v0.8.1

v0.8.1

Highlights This is an incremental release with bug fixes. Fixes Cleanup of network assets directory on startup. Fixes #1210, #1029, #1212, #1116. Use of primary network adapter as default route when external network address is enabled. Fixes #1214. Other Updates VZ is now the default virtual machine type on macOS 13 or newer. Qemu can still be used if specified. Disk image can now be downloaded lo…