From b5ee42460f58f9ee96b3ae0b908349a04662d20b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:58:34 -0700 Subject: [PATCH] build(deps): Bump submodules and dependencies (#949) 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> Signed-off-by: Austin Vazquez Co-authored-by: pendo324 <424987+pendo324@users.noreply.github.com> --- deps/finch-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/finch-core b/deps/finch-core index 772bd430d..ea05b6730 160000 --- a/deps/finch-core +++ b/deps/finch-core @@ -1 +1 @@ -Subproject commit 772bd430d58b907239a92c09ed8d94ef7790a827 +Subproject commit ea05b67301345d7e803196a935e5e44e3612a0f2