Skip to content

Releases: rancher-sandbox/lima-and-qemu

v1.31.3

21 Feb 20:05
d874fe6
Compare
Choose a tag to compare

This is a re-release of v1.31.2.

The only changed file is lima-and-qemu.macos-aarch64.tar.gz which has been updated with QEMU 8.2.1 binaries to support M3 chips.

The Lima and VMNET files were retained from the v1.32.2 release:

keep=(bin/limactl
      vde/bin/vde_vmnet
      vde/bin/vde_switch
      vde/lib/libvdeplug.3.dylib
      socket_vmnet/bin/socket_vmnet
      share/lima/lima-guestagent.Linux-aarch64
     )

for file in ${keep[@]}; do
    cp old/$file new/$file
done

Note that the Lima binaries from this release are no longer used by Rancher Desktop; it fetches Lima from https://github.com/rancher-sandbox/rancher-desktop-lima/releases.

v1.31.2

06 Jun 19:07
d874fe6
Compare
Choose a tag to compare

What's Changed

limactl.ventura.tar.gz and limactl.ventura-aarch64.tar.gz were build from this tag. All other assets were copied from v1.31.1.

Also lima-and-qemu.linux.tar.gz was copied from v1.30.1, and just bin/lima, share/lima/lima-guestagent.Linux-x86_64, and share/lima/lima-guestagent.Linux-riscv64 were copied from v1.31.1. This was necessary to get the qemu binaries from Ubuntu 18.04 because the ones from 20.04 are not compatible with Rocky 8.

Full Changelog: v1.31.1...v1.31.2

v1.31.1

31 May 16:26
Compare
Choose a tag to compare

This is a re-release of v1.31, but with lima-and-qemu.linux.tar.gz built on ubuntu-20.04 instead of ubuntu-latest.

All other assets have been replaced with their v1.31 builds.

v1.31

31 May 00:43
Compare
Choose a tag to compare

Lima has been updated to 0.16.0

The lima-and-qemu.macos.tar.gz is a copy of the v1.30.1 bits with just bin/limactl, socket_vmnet/bin/socket_vmnet, and share/lima/lima-guestagent.Linux-x86_64 copied from the v1.31 tarball, to maintain backwards compatibility with Catalina.

This means it includes QEMU 7.2 whereas the aarch64 tarball include QEMU 8.0.

The original 1.31 version of lima-and-qemu.macos.tar.gz has been re-uploaded as lima-and-qemu.macos-x86_64.tar.gz for reference purposes; it is not being used by Rancher Desktop.

This is very likely the last release that will keep compatibility with macOS 10.15 Catalina.

Full Changelog: v1.30.1...v1.31

v1.30.1

01 Mar 00:48
Compare
Choose a tag to compare

Update to Lima 0.15 and socket_vmnet 1.1.1

Full Changelog: v1.29...v1.30.1

v1.29.28

22 Feb 02:26
1338c85
Compare
Choose a tag to compare
v1.29.28 Pre-release
Pre-release

This is a re-release of v1.29, except lima-and-qemu.macos.tar.gz is a copy of the v1.28 bits with just bin/limactl and share/lima/lima-guestagent.Linux-x86_64 copied from the v1.29.

This is an experiment to see if this allows us to retain Catalina compatibility for one more release.

v1.29

11 Jan 05:24
1338c85
Compare
Choose a tag to compare
v1.29 Pre-release
Pre-release

Note

aarch64 assets are still missing; x86_64-only for now.

What's Changed

New Contributors

Full Changelog: v1.28...v1.29

v1.28

22 Nov 20:42
ada6d1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.27...v1.28

v1.27

03 Oct 23:12
ed50c75
Compare
Choose a tag to compare
v1.27 Pre-release
Pre-release

Include DNS fix lima-vm/lima#1079

Add back vde_vmnet

28 Sep 21:08
Compare
Choose a tag to compare
Add back vde_vmnet Pre-release
Pre-release
  • Add back vde-2 and vde_vmnet so we can make it a runtime preference.

  • Bump lima to include lima-vm/lima#1049