Highlights
This is an incremental release with support for dynamic disk size. It is now possible to increase disk size after VM is created.
Others
- new
--vz-rosetta
flag to toggle Rosetta emulation. Requires--vm-type=vz
. - set host-gateway to loopback interface to improve Docker desktop compatibility. Fixes #277
- add
--extended
flag tocolima status
for more details. - add
restart
command. - add
--version
flag to align with other CLI applications - handle TextMate in
colima start --edit
- add dynamic disk resize. Increasing the disk size via flag or config will reflect in the VM accordingly.
Commits
- cli: add --version flag by @rfay in #549
- chore: update module dependencies by @rfay in #551
- cli: basic validation of config flags and config file, fixes #548 by @rfay in #553
- vm: make rosetta emulation configurable by @abiosoft in #555
- docs: update README for Rosetta 2 emulation by @alexhermida in #561
- chore: improve config validation by @abiosoft in #563
- docker: set host-gateway-ip to loopback interface by @artygus in #574
- cli: add more details to status command by @artygus in #581
- docs: add a security policy by @ryancurrah in #586
- docs: update INSTALL.md to include Arch by @nicoandresr in #588
- daemon: ensure correct pkill is called by @abiosoft in #591
- vm: fix regression on stop by @abiosoft in #592
- config: add --wait flag when TextMate is used as editor by @kdambekalns in #599
- cli: add restart command by @rfay in #602
- chore: handle edge cases for restart command by @abiosoft in #605
- vm: respect
$SHELL
incolima ssh
whenlayer=true
by @satoqz in #608 - vm: add support for dynamic disk resize by @abiosoft in #639
- docs: prepare for v0.5.3 by @abiosoft in #640
New Contributors
- @alexhermida made their first contribution in #561
- @ryancurrah made their first contribution in #586
- @nicoandresr made their first contribution in #588
- @kdambekalns made their first contribution in #599
- @satoqz made their first contribution in #608
Full Changelog: v0.5.2...v0.5.3