File tree Expand file tree Collapse file tree 5 files changed +49
-34
lines changed
website/content/en/docs/Releases Expand file tree Collapse file tree 5 files changed +49
-34
lines changed Original file line number Diff line number Diff line change 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/ >
Original file line number Diff line number Diff line change 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/ >
Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change
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 * `
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Releases
3
+ weight : 300
4
+ ---
5
+
6
+ See < https://github.com/lima-vm/lima/releases > for the latest release.
You can’t perform that action at this time.
0 commit comments