Skip to content

Commit

Permalink
build(deps): Bump submodules and dependencies (#1008)
Browse files Browse the repository at this point in the history
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`](https://github.com/runfinch/finch/tree/create-pull-request/patch/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:

  ```bash
  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
  ```

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: austinvazquez <55906459+austinvazquez@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and austinvazquez authored Jul 2, 2024
1 parent 5d5cc43 commit 6134a5a
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 6134a5a

Please sign in to comment.