Skip to content

Commit

Permalink
build(deps): Bump submodules (#312)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pendo324 <[email protected]>
  • Loading branch information
github-actions[bot] and pendo324 authored May 7, 2024
1 parent 9bf8ac9 commit 55d4b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lima
Submodule lima updated 63 files
+10 −42 .github/workflows/test.yml
+1 −1 README.md
+1 −2 cmd/limactl/hostagent.go
+22 −13 cmd/limactl/list.go
+4 −4 examples/alpine.yaml
+6 −6 examples/apptainer-rootful.yaml
+9 −6 examples/apptainer.yaml
+2 −2 examples/archlinux.yaml
+6 −6 examples/buildkit.yaml
+4 −4 examples/centos-stream-8.yaml
+4 −4 examples/centos-stream-9.yaml
+4 −4 examples/debian-11.yaml
+4 −4 examples/debian-12.yaml
+9 −21 examples/default.yaml
+6 −6 examples/docker-rootful.yaml
+6 −6 examples/docker.yaml
+6 −6 examples/experimental/9p.yaml
+3 −3 examples/experimental/armv7l.yaml
+2 −2 examples/experimental/net-user-v2.yaml
+3 −3 examples/experimental/riscv64.yaml
+6 −6 examples/experimental/rke2.yaml
+6 −6 examples/experimental/u7s.yaml
+6 −6 examples/experimental/virtiofs-linux.yaml
+6 −6 examples/experimental/vnc.yaml
+2 −2 examples/experimental/vz.yaml
+6 −7 examples/faasd.yaml
+4 −4 examples/fedora.yaml
+6 −6 examples/k3s.yaml
+6 −6 examples/k8s.yaml
+4 −4 examples/podman-rootful.yaml
+4 −4 examples/podman.yaml
+0 −20 examples/ubuntu-lts.yaml
+1 −0 examples/ubuntu-lts.yaml
+6 −6 examples/ubuntu.yaml
+7 −8 examples/vmnet.yaml
+23 −25 go.mod
+49 −48 go.sum
+2 −2 hack/test-templates/test-misc.yaml
+2 −0 pkg/cidata/cidata.TEMPLATE.d/user-data
+3 −0 pkg/cidata/template.go
+11 −0 pkg/cidata/template_test.go
+8 −5 pkg/hostagent/api/server/server.go
+33 −48 pkg/limayaml/defaults.go
+8 −30 pkg/limayaml/defaults_test.go
+30 −45 pkg/limayaml/limayaml.go
+3 −61 pkg/limayaml/validate.go
+11 −2 pkg/nativeimgutil/nativeimgutil.go
+85 −0 pkg/nativeimgutil/nativeimgutil_test.go
+6 −49 pkg/networks/commands.go
+0 −8 pkg/networks/commands_darwin_test.go
+0 −41 pkg/networks/commands_test.go
+8 −18 pkg/networks/config.go
+0 −4 pkg/networks/networks.TEMPLATE.yaml
+0 −2 pkg/networks/networks.go
+3 −6 pkg/networks/reconcile/reconcile.go
+2 −2 pkg/networks/sudoers.go
+3 −12 pkg/networks/validate.go
+3 −45 pkg/qemu/qemu.go
+1 −6 website/content/en/docs/Config/Network/_index.md
+2 −2 website/content/en/docs/Config/VMType/_index.md
+2 −1 website/content/en/docs/Releases/Deprecated/_index.md
+4 −4 website/content/en/docs/dev/Internals/_index.md
+1 −2 website/content/en/docs/faq/_index.md
+1 −1 website/netlify.toml

0 comments on commit 55d4b8a

Please sign in to comment.