Highlights
This release introduces the colima update
command to update the container runtime version (e.g. Docker version) without needing to upgrade Colima or wait for the next release.
Other Fixes
- Avoid error when docker-certs directory does not exist. Fixes #1128.
- Update host-gateway-ip in proxy settings for docker daemon. Fixes #956, #1040.
Commits
- docker: avoid error where the cache docker-certs directory does not exist by @AlexanderOMara in #1129
- build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot in #1133
- docs: fixed typo on Apple Silicon in README by @analogsignals in #1137
- docker: replace 127.0.0.1 with host gateway ip in docker daemon.json proxy settings by @rteeling-evernorth in #1145
- ci: bump Go version by @abiosoft in #1148
- net: update vmnet by @abiosoft in #1152
- build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 by @dependabot in #1154
- Minor updates by @abiosoft in #1156
- ci: use older qemu version by @abiosoft in #1160
- build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in #1171
- cli: add update command by @abiosoft in #1178
- core: update disk images by @abiosoft in #1179
New Contributors
- @AlexanderOMara made their first contribution in #1129
- @analogsignals made their first contribution in #1137
- @rteeling-evernorth made their first contribution in #1145
Full Changelog: v0.7.5...v0.7.6