Skip to content

Commit

Permalink
bump submodules
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
austinvazquez authored and github-actions[bot] committed Jan 24, 2025
1 parent 0567f39 commit acab789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lima
Submodule lima updated 64 files
+2 −2 .github/workflows/codeql.yaml
+3 −3 .github/workflows/release.yml
+2 −2 .github/workflows/scorecard.yml
+10 −10 .github/workflows/test.yml
+1 −0 .golangci.yml
+4 −3 cmd/limactl/copy.go
+1 −1 cmd/limactl/genschema.go
+14 −29 cmd/limactl/shell.go
+2 −1 cmd/limactl/show-ssh.go
+23 −22 cmd/limactl/start.go
+4 −25 cmd/limactl/tunnel.go
+23 −23 go.mod
+48 −50 go.sum
+17 −7 pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh
+2 −2 pkg/cidata/cidata.TEMPLATE.d/boot/40-install-containerd.sh
+3 −0 pkg/cidata/cidata.TEMPLATE.d/lima.env
+1 −0 pkg/cidata/cidata.TEMPLATE.d/network-config
+4 −2 pkg/cidata/cidata.go
+3 −2 pkg/cidata/template.go
+1 −1 pkg/guestagent/kubernetesservice/kubernetesservice_test.go
+4 −3 pkg/hostagent/hostagent.go
+4 −4 pkg/instance/ansible.go
+4 −4 pkg/limayaml/containerd.yaml
+9 −16 pkg/limayaml/defaults.go
+1 −1 pkg/limayaml/limayaml_test.go
+2 −4 pkg/limayaml/marshal.go
+7 −0 pkg/limayaml/validate.go
+25 −0 pkg/limayaml/validate_test.go
+1 −1 pkg/osutil/dns_darwin.go
+2 −2 pkg/qemu/qemu_driver.go
+1 −1 pkg/reflectutil/reflectutil.go
+2 −2 pkg/sshutil/format.go
+67 −6 pkg/sshutil/sshutil.go
+13 −13 pkg/sysprof/network_darwin.go
+5 −5 pkg/textutil/textutil.go
+1 −1 pkg/yqutil/yqutil.go
+4 −4 templates/alpine.yaml
+4 −4 templates/apptainer-rootful.yaml
+4 −4 templates/apptainer.yaml
+2 −2 templates/archlinux.yaml
+4 −4 templates/buildkit.yaml
+5 −9 templates/centos-stream-10.yaml
+4 −4 templates/centos-stream-9.yaml
+4 −4 templates/debian-12.yaml
+8 −8 templates/default.yaml
+4 −4 templates/docker-rootful.yaml
+4 −4 templates/docker.yaml
+4 −4 templates/experimental/alsa.yaml
+4 −4 templates/experimental/rke2.yaml
+4 −4 templates/experimental/u7s.yaml
+4 −4 templates/experimental/vnc.yaml
+4 −4 templates/faasd.yaml
+4 −4 templates/k3s.yaml
+15 −5 templates/k8s.yaml
+6 −6 templates/ubuntu-20.04.yaml
+8 −8 templates/ubuntu-22.04.yaml
+8 −8 templates/ubuntu-24.04.yaml
+8 −8 templates/ubuntu-24.10.yaml
+12 −0 website/Makefile
+19 −0 website/assets/scss/_variables_project.scss
+2 −2 website/content/en/docs/_index.md
+1 −0 website/content/en/docs/dev/internals.md
+3 −3 website/content/en/docs/faq/_index.md
+4 −5 website/hugo.toml
2 changes: 1 addition & 1 deletion src/socket_vmnet

0 comments on commit acab789

Please sign in to comment.