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/.
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
VZ:
Graduate VZ machine driver from experimental (#2758)
🔴 Use VZ by default for new instances on macOS >= 13.5 (#1951)
Support nested virtualization on M3 (#2530, thanks to @abiosoft)
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)
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.
... (truncated)
Commits
0e93110
Merge pull request #2861 from jandubois/not-localhostb8b400c
Make sure err isn't nil when returning failure2b5c89c
Merge pull request #2875 from lima-vm/dependabot/go_modules/golang-x-ebe1ab0fdd1679f96
build(deps): bump the golang-x group with 3 updatesefbf328
Merge pull request #2871 from AkihiroSuda/workaround-28557df86f9
Merge pull request #2873 from AkihiroSuda/portfwd-fix-wrong-comment568f16f
test-templates.sh: fix wrong comment "binds to 0.0.0.0 by default"474eec4
Merge pull request #2869 from alexandear/refactor/downloader-testbe3c98b
Merge pull request #2870 from alexandear/fix-go-lint-issue-darwinc72ac26
templates: debian-11: use qemuDependabot 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