Skip to content

v1.31.3

Latest
Compare
Choose a tag to compare
@jandubois jandubois released this 21 Feb 20:05
d874fe6

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.