Colima Versions Save

Container runtimes on macOS (and Linux) with minimal setup

v0.6.8

2 months ago

Highlights

This is a security release to address the following CVEs.

⚠️ This only affects newly created instances. Existing instances will get the security fixes by running the following command to update containerd.io package.

colima ssh -- sh -c "sudo apt update && sudo apt install -y containerd.io"

⚠️ 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.

Commits

New Contributors

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.7...v0.6.8

v0.6.7

4 months ago

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

New Contributors

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.6...v0.6.7

v0.6.6

4 months ago

Highlights

This is an incremental release to fix host-gateway for Docker and redundant re-download of cached packages after running colima prune.

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.

Commits

New Contributors

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.5...v0.6.6

v0.6.5

4 months ago

Highlights

This is an incremental release to fix broken cli output introduced in v0.6.4.

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.

Commits

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.4...v0.6.5

v0.6.4

5 months ago

Highlights

This is an incremental release with bug fixes.

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.

Commits

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.3...v0.6.4

v0.6.3

5 months ago

Highlights

This is an incremental release with bug fixes and a new colima prune command to clear cached download assets.

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.

Commits

New Contributors

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.2...v0.6.3

v0.6.2

5 months ago

Highlights

This is a quickfix release to revert the host gateway IP address to 192.168.5.2 for communicating with the host from docker/containerd containers.

This is due to the fact that 192.168.5.2 has been the gateway address from the onset with many users having it hardcoded.

Note that host.docker.internal can also be used as an alternative within containers.

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.

Commits

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.1...v0.6.2

v0.6.1

5 months ago

Highlights

This is a quickfix release to handle regression with regards to hostname for virtual machines.

Check v0.6.0 release for the detailed 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.

Commits

Full Changelog: https://github.com/abiosoft/colima/compare/v0.6.0...v0.6.1

v0.6.0

5 months ago

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

  • 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

New Contributors

Full Changelog: https://github.com/abiosoft/colima/compare/v0.5.6...v0.6.0

v0.5.6

6 months ago

Highlights

This is a stop-gap release to addresses some stability issues.

  • new --foreground flag for colima start to run Colima in foreground
  • new --cgroups-v2 flag for colima start as a temporary workaround for #764, a proper fix is in the works.
  • update nerdctl to v1.4.0

Commits

New Contributors

Full Changelog: https://github.com/abiosoft/colima/compare/v0.5.5...v0.5.6