Skip to content

Commit a26c6b2

Browse files
authored
Merge pull request #1808 from AkihiroSuda/mv-docs-releases
mv docs/{deprecated,experimental}.md https://lima-vm.io/docs/releases/
2 parents f7a71cd + 6e68d14 commit a26c6b2

File tree

5 files changed

+49
-34
lines changed

5 files changed

+49
-34
lines changed

docs/deprecated.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
# Deprecated features
2-
3-
The following features are deprecated:
4-
5-
- VDE support, including VNL and `vde_vmnet`
6-
- CentOS 7 support
7-
- Loading non-strict YAMLs (i.e., YAMLs with unknown properties)
8-
- `limactl show-ssh` command (Use `ssh -F ~/.lima/default/ssh.config lima-default` instead)
9-
10-
## Removed features
11-
- YAML property `network`: deprecated in [Lima v0.7.0](https://github.com/lima-vm/lima/commit/07e68230e70b21108d2db3ca5e0efd0e43842fbd)
12-
and removed in Lima v0.14.0, in favor of `networks`
13-
- YAML property `useHostResolver`: deprecated in [Lima v0.8.1](https://github.com/lima-vm/lima/commit/eaeee31b0496174363c55da732c855ae21e9ad97)
14-
and removed in Lima v0.14.0,in favor of `hostResolver.enabled`
1+
Moved to <https://lima-vm.io/docs/releases/deprecated/>

docs/experimental.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
# Experimental features
2-
3-
The following features are experimental and subject to change:
4-
5-
- `mountType: 9p`
6-
- `mountType: virtiofs` on Linux
7-
- `vmType: vz` and relevant configurations (`mountType: virtiofs`, `rosetta`, `[]networks.vzNAT`)
8-
- `vmType: wsl2` and relevant configurations (`mountType: wsl2`)
9-
- `arch: riscv64`
10-
- `video.display: vnc` and relevant configuration (`video.vnc.display`)
11-
- `mode: user-v2` in `networks.yml` and relevant configuration in `lima.yaml`
12-
- `audio.device`
13-
- `arch: armv7l`
14-
15-
The following commands are experimental and subject to change:
16-
17-
- `limactl (create|start|edit) --set=<YQ EXPRESSION>`
18-
- `limactl (create|start|edit) --network=<NETWORK>`
19-
- `limactl (create|start|edit) --video=<BOOL>`
20-
- `limactl snapshot *`
1+
Moved to <https://lima-vm.io/docs/releases/experimental/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Deprecated features
3+
weight: 10
4+
---
5+
6+
The following features are deprecated:
7+
8+
- VDE support, including VNL and `vde_vmnet`
9+
- CentOS 7 support
10+
- Loading non-strict YAMLs (i.e., YAMLs with unknown properties)
11+
- `limactl show-ssh` command (Use `ssh -F ~/.lima/default/ssh.config lima-default` instead)
12+
13+
## Removed features
14+
- YAML property `network`: deprecated in [Lima v0.7.0](https://github.com/lima-vm/lima/commit/07e68230e70b21108d2db3ca5e0efd0e43842fbd)
15+
and removed in Lima v0.14.0, in favor of `networks`
16+
- YAML property `useHostResolver`: deprecated in [Lima v0.8.1](https://github.com/lima-vm/lima/commit/eaeee31b0496174363c55da732c855ae21e9ad97)
17+
and removed in Lima v0.14.0,in favor of `hostResolver.enabled`
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Experimental features
3+
weight: 10
4+
---
5+
6+
7+
The following features are experimental and subject to change:
8+
9+
- `mountType: 9p`
10+
- `mountType: virtiofs` on Linux
11+
- `vmType: vz` and relevant configurations (`mountType: virtiofs`, `rosetta`, `[]networks.vzNAT`)
12+
- `vmType: wsl2` and relevant configurations (`mountType: wsl2`)
13+
- `arch: riscv64`
14+
- `video.display: vnc` and relevant configuration (`video.vnc.display`)
15+
- `mode: user-v2` in `networks.yml` and relevant configuration in `lima.yaml`
16+
- `audio.device`
17+
- `arch: armv7l`
18+
19+
The following commands are experimental and subject to change:
20+
21+
- `limactl (create|start|edit) --set=<YQ EXPRESSION>`
22+
- `limactl (create|start|edit) --network=<NETWORK>`
23+
- `limactl (create|start|edit) --video=<BOOL>`
24+
- `limactl snapshot *`
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Releases
3+
weight: 300
4+
---
5+
6+
See <https://github.com/lima-vm/lima/releases> for the latest release.

0 commit comments

Comments
 (0)