runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.47k stars 87 forks source link

build(deps): Bump submodules and dependencies #949

Closed github-actions[bot] closed 8 hours ago

github-actions[bot] commented 1 month ago

Bump for Finch's dependencies. Updates finch-core submodule which defines the core dependencies for Finch on each respective platform such as: operating system images and Lima bundle (Lima version and it's dependencies) as lima-and-qemu.macos-*.*.tar.gz archives. Since updating the Lima version may also update the default version of the nerdctl-full archive (which contains nerdctl, containerd, buildkit, etc.), this may require a manual update to e2e/vm/version_test.go. To do so, checkout this PR branch locally, add a new commit to the branch, and push back to the branch:

  git fetch --all
  git switch create-pull-request/patch
  # make changes
  git add e2e/vm/version_test.go
  git commit -s "update dependency versions in version test"
  git push
austinvazquez commented 10 hours ago

Rebased off main to see if common-tests package update resolves the macOS 13 AMD CI failure.