Skip to content

Commit

Permalink
build(deps): Bump submodules (#225)
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 <noreply@github.com>
Co-authored-by: pendo324 <pendo324@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pendo324 authored Jan 5, 2024
1 parent 6d05749 commit ca172fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lima
Submodule lima updated 58 files
+7 −4 .github/dependabot.yml
+4 −4 .github/workflows/release.yml
+10 −10 .github/workflows/test.yml
+19 −67 .golangci.yml
+4 −1 README.md
+2 −2 cmd/limactl/gendoc.go
+4 −4 examples/apptainer-rootful.yaml
+4 −4 examples/apptainer.yaml
+2 −2 examples/archlinux.yaml
+4 −4 examples/centos-stream-8.yaml
+4 −4 examples/centos-stream-9.yaml
+4 −4 examples/debian-12.yaml
+8 −0 examples/default.yaml
+4 −4 examples/docker-rootful.yaml
+4 −4 examples/docker.yaml
+4 −4 examples/experimental/rke2.yaml
+4 −4 examples/experimental/u7s.yaml
+4 −4 examples/faasd.yaml
+4 −4 examples/k3s.yaml
+4 −4 examples/k8s.yaml
+4 −4 examples/ubuntu-lts.yaml
+6 −7 go.mod
+2 −2 go.sum
+2 −4 pkg/cidata/cidata.TEMPLATE.d/boot/07-etc-environment.sh
+7 −0 pkg/cidata/cidata.TEMPLATE.d/boot/25-guestagent-base.sh
+2 −1 pkg/cidata/cidata.go
+3 −3 pkg/downloader/downloader.go
+2 −0 pkg/executil/command.go
+1 −2 pkg/guestagent/guestagent_linux.go
+2 −1 pkg/guestagent/procnettcp/procnettcp_linux.go
+2 −2 pkg/hostagent/hostagent.go
+2 −2 pkg/hostagent/mount.go
+1 −1 pkg/hostagent/port.go
+1 −1 pkg/hostagent/port_darwin.go
+1 −1 pkg/hostagent/port_others.go
+1 −1 pkg/hostagent/port_windows.go
+1 −1 pkg/httpclientutil/httpclientutil.go
+46 −4 pkg/limayaml/defaults.go
+42 −9 pkg/limayaml/defaults_test.go
+9 −0 pkg/limayaml/limayaml.go
+1 −1 pkg/logrusutil/logrusutil.go
+123 −0 pkg/logrusutil/logrusutil_test.go
+1 −1 pkg/networks/commands.go
+1 −1 pkg/networks/config.go
+2 −2 pkg/networks/usernet/config.go
+6 −6 pkg/networks/usernet/dnshosts/dnshosts_test.go
+2 −2 pkg/networks/usernet/gvproxy_test.go
+2 −2 pkg/qemu/entitlementutil/entitlementutil.go
+1 −1 pkg/qemu/imgutil/imgutil.go
+39 −13 pkg/qemu/qemu.go
+1 −1 pkg/sshutil/sshutil.go
+2 −2 pkg/store/disk.go
+2 −1 pkg/store/filenames/filenames.go
+3 −3 pkg/textutil/textutil.go
+3 −3 pkg/vz/vm_darwin.go
+8 −0 pkg/vz/vz_driver_darwin.go
+1 −0 website/content/en/docs/dev/Internals/_index.md
+10 −0 website/static/images/logo-dark.svg

0 comments on commit ca172fc

Please sign in to comment.