Skip to content

Releases: abiosoft/colima

v0.6.9

18 May 05:52
c3a31ed
Compare
Choose a tag to compare

Highlights

This is an incremental release to resolve slow startup time during disk image expansion when vz virtual machine type is used.

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.

Other Updates

  • Increase ulimit to infinity to resolve too many open files or related errors.
  • Add containerd socket forwarding.
  • Update underlying distro to Ubuntu 24.04 LTS.

Commits

New Contributors

Full Changelog: v0.6.8...v0.6.9

v0.6.8

02 Feb 11:30
9b0809d
Compare
Choose a tag to compare

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: v0.6.7...v0.6.8

v0.6.7

10 Dec 12:13
ba1be00
Compare
Choose a tag to compare

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: v0.6.6...v0.6.7

v0.6.6

26 Nov 08:30
9ed7f43
Compare
Choose a tag to compare

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

  • docker: allow specifying version and channel to install by @crazy-max in #892
  • docker: move host-gateway-ip config to systemd by @abiosoft in #904
  • vm: fix redundant download of deps after prune by @abiosoft in #906

New Contributors

Full Changelog: v0.6.5...v0.6.6

v0.6.5

19 Nov 10:14
a3adebf
Compare
Choose a tag to compare

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: v0.6.4...v0.6.5

v0.6.4

18 Nov 19:32
0f4b7f6
Compare
Choose a tag to compare

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: v0.6.3...v0.6.4

v0.6.3

17 Nov 22:04
a9df8ba
Compare
Choose a tag to compare

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: v0.6.2...v0.6.3

v0.6.2

14 Nov 07:16
22d7e5f
Compare
Choose a tag to compare

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

  • Minor update to issue template by @rfay in #858
  • net: revert gateway ip address to 192.168.5.2 by @abiosoft in #860

Full Changelog: v0.6.1...v0.6.2

v0.6.1

13 Nov 06:56
fa1bc24
Compare
Choose a tag to compare

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: v0.6.0...v0.6.1

v0.6.0

12 Nov 11:26
088283a
Compare
Choose a tag to compare

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

Commits

New Contributors

Full Changelog: v0.5.6...v0.6.0