Skip to content

v0.7.0

Compare
Choose a tag to compare
@AkihiroSuda AkihiroSuda released this 08 Oct 08:58
· 2269 commits to master since this release
v0.7.0
3ff1a15
  • port: Enable sudo nerdctl run to expose ports to localhost (#242, thanks to @mattfarina)
  • port: Support port forwarding for privileged ports (1-1023) (#283)
  • ssh: Assign ssh.localPort automatically to an available port (#285)
  • ssh: prioritize AES when hardware acceleration for AES is available (roughly 60% faster on Intel Mac) (#299)
  • Add DNS server to host-agent to use native host resolve (#281, thanks to @jandubois)
  • Setup proxy environment variables from system settings (#266, thanks to @jandubois)
  • limactl cp now supports recursive copy (limactl cp -r) (#274, thanks to @HappyTobi)
  • Implement starting instances from a HTTP URL (#276, thanks to @afbjorklund)
  • Update nerdctl from v0.11.2 to v0.12.1 (#284, #295)
  • add limactl completion zsh, and make nerdctl.lima completion works (#234, thanks to @robberphex)

Other changes: https://github.com/lima-vm/lima/milestone/5?closed=1
Thanks to @robberphex @mattfarina @jandubois @unixorn @ocadaruma @stealthyV1per
@Nipsuli @afbjorklund @HappyTobi @hypnoce

Usage

[macOS]$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.

[macOS]$ lima uname
Linux

Binaries are not available for Lima v0.7.0, due to a bug in the release pipeline (#304) 😅 .
Fixed in v0.7.1.