runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.47k stars 87 forks source link

build(deps): Bump github.com/lima-vm/lima from 0.21.0 to 0.22.0 #934

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/lima-vm/lima from 0.21.0 to 0.22.0.

Release notes

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

v0.22.0

This release drops the support for vde_vmnet (deprecated since 2022) in favor of socket_vmnet.

vmnet users will need to regenerate the /etc/sudoers.d/lima file:

limactl sudoers >etc_sudoers.d_lima
sudo install -o root etc_sudoers.d_lima /etc/sudoers.d/lima

Users may also want to clean up the vde-related lines from their ~/.lima/_config/networks.yaml:

--- /Users/user/.lima/_config/networks.yaml.bak 2024-05-07 14:17:28
+++ /Users/user/.lima/_config/networks.yaml     2024-05-07 14:18:09
@@ -13,9 +13,6 @@
 # socketVMNet requires Lima >= 0.12 .
 # socketVMNet has precedence over vdeVMNet.
   socketVMNet: "/opt/socket_vmnet/bin/socket_vmnet"
-# vdeSwitch and vdeVMNet are DEPRECATED.
-  vdeSwitch: /opt/vde/bin/vde_switch
-  vdeVMNet: /opt/vde/bin/vde_vmnet
   varRun: /private/var/run/lima
   sudoers: /private/etc/sudoers.d/lima

Changes

  • vmnet:

    • Remove the support for vde_vmnet (Deprecated since Sep 2022, in favor of socket_vmnet) (#2311)
  • limactl CLI:

    • limactl ls $INSTANCE now exits with non-zero status if the instance does not exist (#2295, thanks to @​BajuMcBites)
  • nerdctl:

  • Misc:

    • Drop support for Go 1.20 (#2258)
  • Templates:

Full changes: https://github.com/lima-vm/lima/milestone/45?closed=1

Thanks to @​BajuMcBites @​afbjorklund @​alexandear @​jandubois @​vasileknik76

... (truncated)

Commits
  • 13f1a58 Merge pull request #2327 from lima-vm/dependabot/go_modules/golang-x-5e29427af7
  • 93761d8 Merge pull request #2326 from lima-vm/dependabot/github_actions/golangci/gola...
  • 0d4fa35 Merge pull request #2328 from lima-vm/dependabot/go_modules/google.golang.org...
  • 75f9e9c build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1
  • 8b7ce47 build(deps): bump golang.org/x/net in the golang-x group
  • 41ec72a build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0
  • e86c6e9 Merge pull request #2322 from lima-vm/dependabot/github_actions/golangci/gola...
  • a6dfa60 Merge pull request #2323 from lima-vm/dependabot/go_modules/golang-x-50515e634e
  • c0d297d Merge pull request #2324 from lima-vm/dependabot/go_modules/github.com/cyphar...
  • c25a487 build(deps): bump github.com/cyphar/filepath-securejoin
  • 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)