File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
website/content/en/docs/releases Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Breaking changes
3+ weight : 20
4+ ---
5+
6+ ## [ v2.0.0] ( https://github.com/lima-vm/lima/releases/tag/v2.0.0 )
7+ - ` /tmp/lima ` is no longer mounted by default.
8+ - SSH port is no longer hard-coded to 60022 for the "default" instance.
9+ - Port forwarding with ` sudo nerdctl run -p ` no longer works with nerdctl prior to v2.1.6.
10+ - The default of ` guestIPMustBeZero ` was changed from ` false ` to ` true ` when ` guestIP ` is ` 0.0.0.0 ` .
11+
12+ ## [ v1.1.0] ( https://github.com/lima-vm/lima/releases/tag/v1.1.0 )
13+ - The ` lima-additional-guestagent ` package was split from the main ` lima ` package.
14+
15+ ## [ v1.0.0] ( https://github.com/lima-vm/lima/releases/tag/v1.0.0 )
16+ - The default [ VM type] ( ../config/vmtype/_index.md ) was changed from ` qemu ` to ` vz ` on macOS hosts with the support for ` vz ` .
17+ - The default [ mount type] ( ../config/mount.md ) was changed from ` reverse-sshfs ` to ` virtiofs ` for ` vz ` , ` 9p ` for ` qemu ` .
18+ - ` socket_vmnet ` binary has to be strictly owned by root.
19+ - The default value of ` ssh.loadDotSSHPubKeys ` was changed from ` true ` to ` false ` .
20+ - Several templates were removed or renamed.
21+
22+ ## [ v0.22.0] ( https://github.com/lima-vm/lima/releases/tag/v0.22.0 )
23+ - Support for ` vde_vmnet ` was dropped in favor of ` socket_vmnet ` .
24+
25+ ## [ v0.3.0] ( https://github.com/lima-vm/lima/releases/tag/v0.3.0 )
26+ - ` limactl start ` no longer starts a VM in the foreground.
27+
28+ See also < https://github.com/lima-vm/lima/releases > .
You can’t perform that action at this time.
0 commit comments