github runfinch/finch v0.3.0

latest releases: v1.3.1, v1.3.0, v1.2.3...
20 months ago

0.3.0 (2023-01-18)

⚠ BREAKING CHANGES

  • changes persistent disk path to prevent collisions

This version changes the location of the persistent disk that stores your containerd user data. When upgrading, you will lose any local images and containers. If you are upgrading from v0.2.0, you can restore them with the following process:

finch vm init
finch vm stop
export NEW_FINCH_DISK=$(readlink /Applications/Finch/lima/data/_disks/finch/datadisk)
mv ~/.finch/.datadisk $NEW_FINCH_DISK
finch vm start

Features

Bug Fixes

  • changes persistent disk path to prevent collisions (3eb66a2)

Build System or External Dependencies

  • deps: Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 (#165) (e4b9e96)
  • deps: Bump github.com/runfinch/common-tests from 0.2.0 to 0.3.0 (#151) (79df04e)
  • deps: Bump github.com/runfinch/common-tests version from v0.3.0 to v0.3.1 (#169) (16157fe)
  • deps: Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#144) (603419a)

Don't miss a new finch release

NewReleases is sending notifications on new releases.