Highlights
This is an incremental release with bug fixes.
- Interrupted disk image download will now resume on subsequent
colima start
. - Docker container port mapping to specific host IP addresses is now supported.
For more details about v0.70 features, check v0.70 release notes.
Other Fixes
- Disk image downloader no longer duplicating downloads. Fixes #1098
- Support for binding to host IP address in containers. Fixes #492
- Ensure proper loading of docker deamon settings on startup. Fixes #902
- Running multiple Colima profiles with k3s enabled. Fixes #1087
Commits
- k3s: use random port for cluster API by @abiosoft in #1088
- k3s: re-use default port for existing instances by @abiosoft in #1090
- net: support forwarding to specific host IP addresses by @abiosoft in #1091
- core: nested virtualization and other fixes by @abiosoft in #1094
- build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 by @dependabot in #1095
- fix(docker): apply configuration on first boot by @milas in #1097
- core: fix downloader duplicating downloads by @abiosoft in #1099
- core: update disk images by @abiosoft in #1102
Full Changelog: v0.7.0...v0.7.1