Skip to content

Commit 9170996

Browse files
committed
docs: releases/breaking: new page
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 33fc9a5 commit 9170996

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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>.

0 commit comments

Comments
 (0)