Changes
limactl
CLI:- Port forwarding:
- Improve stability (#3684. #3708, thanks to @balajiv113)
- De-deprecate
LIMA_SSH_PORT_FORWARDER
that was once deprecated in v1.1 (#3709)
- nerdctl:
- Templates:
- Makefile:
- Kconfig: deprecate (#3706)
Note
On Intel Mac, macOS 15.5 or later is needed to boot the default Ubuntu 25.04 template.
Workarounds for macOS <= 15.4 :
- Option 1: Use QEMU
limactl create --vm-type=qemu
- Option2: Use Ubuntu 24.04 template
limactl create --name=default template://ubuntu-24.04
Full changes: https://github.com/lima-vm/lima/milestone/61?closed=1
Thanks to
@AkinoKaede @Horiodino @afbjorklund @alexandear @arixmkii @balajiv113 @fruzitent @jandubois @kachick @mazzz1y @nirs @refi64 @songponssw @thomasjm @unsuman
Usage
$ limactl create
$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.
$ lima uname
Linux
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/16187325385
The sha256sum of the SHA256SUMS file itself is f4d57cdd637022ead291af680c0c88a8d07fd35fd6a779b7c6348e2c9a2ec2cc
.
Release manager: @AkihiroSuda