Deprecated features
The following features are deprecated:
- CentOS 7 support
- Loading non-strict YAMLs (i.e., YAMLs with unknown properties)
limactl show-ssh
command (Usessh -F ~/.lima/default/ssh.config lima-default
instead)LIMA_SSH_PORT_FORWARDER=true
(since Lima v1.1)- Ansible provisioning mode (Use
ansible-playbook playbook.yaml
after the start instead)
Removed features
- YAML property
network
: deprecated in Lima v0.7.0 and removed in Lima v0.14.0, in favor ofnetworks
- YAML property
useHostResolver
: deprecated in Lima v0.8.1 and removed in Lima v0.14.0,in favor ofhostResolver.enabled
- VDE support, including VNL and
vde_vmnet
: deprecated in Lima v0.12.0 and removed in Lima v0.22.0, in favor ofsocket_vmnet
Last modified April 21, 2025: Deprecate the ansible provision mode and playbook (61fdb7f)