Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/lima-vm/lima from 0.23.2 to 1.0.1 #1177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps github.com/lima-vm/lima from 0.23.2 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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 8, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/lima-vm/lima-1.0.1 branch 2 times, most recently from db01720 to f08ab41 Compare November 20, 2024 15:39
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.23.2 to 1.0.1.
- [Release notes](https://github.com/lima-vm/lima/releases)
- [Commits](lima-vm/lima@v0.23.2...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/lima-vm/lima
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/lima-vm/lima-1.0.1 branch from f08ab41 to 6db0603 Compare November 20, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants