Summary
This is an incremental release with bug fixes.
Fixes
- Increase inotify watches in the VM to prevent too many open file errors for Docker.
- Fix spaces not supported in
--editor
flag forcolima start
. - Propagate
--verbose
flag to network deamon to prevent large log files. - Fix broken ssh for some scenarios when Ubuntu layer is enabled.
- Fix broken network on Nix version of Colima.
Commits
- docs: update bug_report.md by @abiosoft in #303
- chore: reduce runtime of tests by @abiosoft in #302
- chore: minor cleanups by @abiosoft in #306
- docs: reverse
ln
command arguments in FAQ.md by @bertbaron in #308 - chore: refactor daemon by @abiosoft in #312
- fix #316: find qemu with platform specific binary by @abiosoft in #317
- core: increase inotify watches by @abiosoft in #320
.github/ISSUE_TEMPLATE/bug_report.md
: fix minor typo by @Amar1729 in #322- cli: fixes #327 spaces in --editor arg for start by @abiosoft in #328
- net: set gvisor-tap-vsock debug if verbose by @moolex in #333
- chore: propagate verbose setting to background processes by @abiosoft in #334
- docs: update readme by @abiosoft in #340
- misc: update issue template by @abiosoft in #347
- ssh: fix #349 ssh args broken for some cases with layer enabled by @abiosoft in #353
- chore: refactor Makefile by @tricktron in #354
- net: fix qemu process missing gvproxy network in some scenarios by @abiosoft in #352
New Contributors
- @bertbaron made their first contribution in #308
- @Amar1729 made their first contribution in #322
- @moolex made their first contribution in #333
- @tricktron made their first contribution in #354
Full Changelog: v0.4.2...v0.4.3