Skip to content

Commit 33fc9a5

Browse files
committed
docs: releases/deprecated: update
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 0a2a771 commit 33fc9a5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

website/content/en/docs/releases/deprecated.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ weight: 10
55

66
The following features are deprecated:
77

8-
- CentOS 7 support
9-
- Loading non-strict YAMLs (i.e., YAMLs with unknown properties)
10-
- `limactl show-ssh` command (Use `ssh -F ~/.lima/default/ssh.config lima-default` instead)
11-
- Ansible provisioning mode (Use `ansible-playbook playbook.yaml` after the start instead)
8+
- `limactl show-ssh` command: deprecated in v0.18.0 (Use `ssh -F ~/.lima/default/ssh.config lima-default` instead)
9+
- Ansible provisioning mode: deprecated in Lima v1.1.0 (Use `ansible-playbook playbook.yaml` after the start instead)
10+
- `limactl --yes` flag: deprecated in Lima v2.0.0 (Use `limactl (clone|rename|edit|shell) --start` instead)
1211

1312
## Removed features
1413
- YAML property `network`: deprecated in [Lima v0.7.0](https://github.com/lima-vm/lima/commit/07e68230e70b21108d2db3ca5e0efd0e43842fbd)
@@ -17,3 +16,7 @@ The following features are deprecated:
1716
and removed in Lima v0.14.0,in favor of `hostResolver.enabled`
1817
- VDE support, including VNL and `vde_vmnet`: deprecated in [Lima v0.12.0](https://github.com/lima-vm/lima/pull/851/commits/b5e0d5abd0fb2f74b7ddf8faea7a855b5a14ceda)
1918
and removed in Lima v0.22.0, in favor of `socket_vmnet`
19+
- CentOS 7 guest support: deprecated in Lima v0.9.2 and removed in Lima v0.23.0, in favor of CentOS Stream, AlmaLinux, and Rocky Linux.
20+
21+
## Undeprecated features
22+
- Loading non-strict YAMLs (i.e., YAMLs with unknown properties): once deprecated in Lima v0.12.0, but undeprecated in Lima v1.0.4

0 commit comments

Comments
 (0)