rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.03k stars 285 forks source link

build(deps): bump github.com/lima-vm/lima from 1.0.0-alpha.0 to 1.0.1 in /src/go/guestagent #7768

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps github.com/lima-vm/lima from 1.0.0-alpha.0 to 1.0.1.

Release notes

Sourced from github.com/lima-vm/lima's releases.

v1.0.1

Reverted the default port forwarder from gRPC to SSH for the stability reason (#2864). This reversion fixes several regressions related to docker run -p in Lima v1.0.0 (#2859).

Although the gRPC forwarder is faster and has an advanced feature (UDP support), it turned out to be still immature. Set LIMA_SSH_PORT_FORWARDER=false to opt-in to the gRPC forwarder. See https://lima-vm.io/docs/config/port/.

Full changes: https://github.com/lima-vm/lima/milestone/50?closed=1 Thanks to @​alexandear @​jandubois @​norio-nomura

Usage

[macOS]$ limactl create
[macOS]$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.

[macOS]$ lima uname Linux


The binaries were built automatically on GitHub Actions. The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/11735352652

The sha256sum of the SHA256SUMS file itself is f5c12d003e25dc46291803a8acae9e9d325a45eca0c1f9f40bd6852ec8ed9be1 .


Release manager: @​AkihiroSuda

v1.0.0

With the support from 110+ contributors in 3+ years, the Lima project has finally reached v1.0. 🎉

This release introduces several breaking changes, such as switching the default machine driver from QEMU to VZ for better filesystem performance.

The limactl CLI is designed to print hints when the user hits those breaking changes. e.g., limactl create template://experimental/vz now fails with a hint that suggests using limactl create --vm-type=vz template://default instead.

🔴 = Major breaking changes 🟡 = Minor breaking changes

... (truncated)

Commits
  • 0e93110 Merge pull request #2861 from jandubois/not-localhost
  • b8b400c Make sure err isn't nil when returning failure
  • 2b5c89c Merge pull request #2875 from lima-vm/dependabot/go_modules/golang-x-ebe1ab0fdd
  • 1679f96 build(deps): bump the golang-x group with 3 updates
  • efbf328 Merge pull request #2871 from AkihiroSuda/workaround-2855
  • 7df86f9 Merge pull request #2873 from AkihiroSuda/portfwd-fix-wrong-comment
  • 568f16f test-templates.sh: fix wrong comment "binds to 0.0.0.0 by default"
  • 474eec4 Merge pull request #2869 from alexandear/refactor/downloader-test
  • be3c98b Merge pull request #2870 from alexandear/fix-go-lint-issue-darwin
  • c72ac26 templates: debian-11: use qemu
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)