Skip to content

Commit

Permalink
bump submodules (#480)
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>
Co-authored-by: vsiravar <[email protected]>
  • Loading branch information
github-actions[bot] and vsiravar authored Dec 31, 2024
1 parent 8a35ed0 commit 4722053
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 55 files
+1 −1 .codespellrc
+2 −2 .github/workflows/codeql.yaml
+4 −4 .github/workflows/release.yml
+2 −2 .github/workflows/scorecard.yml
+11 −11 .github/workflows/test.yml
+1 −0 .golangci.yml
+15 −1 cmd/limactl/copy.go
+2 −2 cmd/limactl/edit.go
+0 −65 cmd/limactl/guessarg/guessarg.go
+1 −0 cmd/limactl/main.go
+1 −1 cmd/limactl/shell.go
+52 −132 cmd/limactl/start.go
+137 −0 cmd/limactl/template.go
+0 −51 cmd/limactl/validate.go
+0 −1 docs/internals.md
+1 −0 docs/internals.md
+20 −20 go.mod
+55 −44 go.sum
+1 −1 pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh
+6 −6 pkg/cidata/cidata.TEMPLATE.d/boot/35-setup-packages.sh
+24 −18 pkg/guestagent/guestagent_linux.go
+1 −0 pkg/guestagent/kubernetesservice/kubernetesservice.go
+166 −0 pkg/limatmpl/locator.go
+39 −3 pkg/limayaml/defaults.go
+12 −21 pkg/osutil/machineid.go
+16 −0 pkg/osutil/osutil_unix.go
+5 −0 pkg/osutil/osutil_windows.go
+62 −88 pkg/portfwd/client.go
+55 −42 pkg/portfwdserver/server.go
+1 −1 pkg/store/dirnames/dirnames.go
+11 −16 pkg/sysprof/sysprof_darwin.go
+1 −0 pkg/vz/vz_driver_darwin.go
+3 −25 pkg/yqutil/yqutil.go
+25 −0 pkg/yqutil/yqutil_test.go
+1 −0 templates/README.md
+4 −5 templates/alpine.yaml
+2 −6 templates/archlinux.yaml
+34 −0 templates/centos-stream-10.yaml
+4 −4 templates/centos-stream-9.yaml
+4 −4 templates/debian-11.yaml
+4 −4 templates/debian-12.yaml
+18 −8 templates/default.yaml
+4 −1 templates/experimental/opensuse-tumbleweed.yaml
+3 −3 templates/k8s.yaml
+4 −1 templates/opensuse-leap.yaml
+4 −4 templates/oraclelinux-9.yaml
+2 −2 templates/podman-rootful.yaml
+2 −2 templates/podman.yaml
+6 −6 templates/ubuntu-20.04.yaml
+8 −8 templates/ubuntu-22.04.yaml
+8 −8 templates/ubuntu-24.10.yaml
+2 −2 website/content/en/docs/config/network.md
+1 −1 website/content/en/docs/config/port.md
+7 −1 website/content/en/docs/examples/gha.md
+12 −5 website/content/en/docs/installation/_index.md
+1 −1 website/hugo.toml

0 comments on commit 4722053

Please sign in to comment.