Releases: abiosoft/colima
Releases · abiosoft/colima
v0.3.0-ci-test
ci: fixed ci build
v0.2.2
v0.2.1
v0.2.0
Installation
curl -LO https://github.com/abiosoft/colima/releases/download/v0.2.0/colima-amd64 && sudo install colima-amd64 /usr/local/bin/colima
Changes
General
- Full rewrite in Go
- Better CLI experience
- Support for Containerd runtime
- Writable and configurable volumes (
--mount
flag) - Port forwarding for privilege ports
0-1023
- Improved and configurable DNS handling (
--dns
flag)
Kubernetes
- Add support for Containerd runtime
- Replace minikube with k3s
- Cache downloaded dependencies (thanks to k3s)
- Restructure commands to start/stop/delete/reset
- Fix clutter of kube config directory
Docker
- Configurable
daemon.json
for additional configs e.g. insecure registries.
Containerd
- nerdctl alias script (
colima nerdctl install
)
Miscellaneous
- Reduce default memory to 2GiB
- Improved logging and download progress status