Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/lima-vm/lima from 0.21.0 to 0.22.0 (#934)
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.21.0 to 0.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lima-vm/lima/releases">github.com/lima-vm/lima's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <p>This release drops the support for <code>vde_vmnet</code> (deprecated since 2022) in favor of <a href="https://github.com/lima-vm/socket_vmnet"><code>socket_vmnet</code></a>.</p> <p>vmnet users will need to regenerate the <code>/etc/sudoers.d/lima</code> file:</p> <pre lang="bash"><code>limactl sudoers >etc_sudoers.d_lima sudo install -o root etc_sudoers.d_lima /etc/sudoers.d/lima </code></pre> <p>Users may also want to clean up the vde-related lines from their <code>~/.lima/_config/networks.yaml</code>:</p> <pre lang="diff"><code>--- /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 </code></pre> <h2>Changes</h2> <ul> <li> <p>vmnet:</p> <ul> <li>Remove the support for <code>vde_vmnet</code> (Deprecated since Sep 2022, in favor of <code>socket_vmnet</code>) (<a href="https://redirect.github.com/lima-vm/lima/issues/2311">#2311</a>)</li> </ul> </li> <li> <p><code>limactl</code> CLI:</p> <ul> <li><code>limactl ls $INSTANCE</code> now exits with non-zero status if the instance does not exist (<a href="https://redirect.github.com/lima-vm/lima/issues/2295">#2295</a>, thanks to <a href="https://github.com/BajuMcBites"><code>@BajuMcBites</code></a>)</li> </ul> </li> <li> <p>nerdctl:</p> <ul> <li>Update to <a href="https://github.com/containerd/nerdctl/releases/tag/v1.7.6">v1.7.6</a> (<a href="https://redirect.github.com/lima-vm/lima/issues/2304">#2304</a>)</li> </ul> </li> <li> <p>Misc:</p> <ul> <li>Drop support for Go 1.20 (<a href="https://redirect.github.com/lima-vm/lima/issues/2258">#2258</a>)</li> </ul> </li> <li> <p>Templates:</p> <ul> <li>Ubuntu: update to 24.04 (<a href="https://redirect.github.com/lima-vm/lima/issues/2300">#2300</a>)</li> <li>Fedora: update to 40 (<a href="https://redirect.github.com/lima-vm/lima/issues/2292">#2292</a>)</li> <li>Update Alpine, Arch Linux, CentOS Stream, and Debian to the latest revisions (<a href="https://redirect.github.com/lima-vm/lima/issues/2299">#2299</a>, <a href="https://redirect.github.com/lima-vm/lima/issues/2308">#2308</a>, <a href="https://redirect.github.com/lima-vm/lima/issues/2318">#2318</a> thanks to <a href="https://github.com/jandubois"><code>@jandubois</code></a>)</li> </ul> </li> </ul> <p>Full changes: <a href="https://github.com/lima-vm/lima/milestone/45?closed=1">https://github.com/lima-vm/lima/milestone/45?closed=1</a></p> <p>Thanks to <a href="https://github.com/BajuMcBites"><code>@BajuMcBites</code></a> <a href="https://github.com/afbjorklund"><code>@afbjorklund</code></a> <a href="https://github.com/alexandear"><code>@alexandear</code></a> <a href="https://github.com/jandubois"><code>@jandubois</code></a> <a href="https://github.com/vasileknik76"><code>@vasileknik76</code></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lima-vm/lima/commit/13f1a58111ff79d05ed48af2da62d01eaa0f18a3"><code>13f1a58</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/2327">#2327</a> from lima-vm/dependabot/go_modules/golang-x-5e29427af7</li> <li><a href="https://github.com/lima-vm/lima/commit/93761d86b9e61a49e912f7ebc1d945adfeddf653"><code>93761d8</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/2326">#2326</a> from lima-vm/dependabot/github_actions/golangci/gola...</li> <li><a href="https://github.com/lima-vm/lima/commit/0d4fa357b1d860af1403141d64918206a3edb926"><code>0d4fa35</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/2328">#2328</a> from lima-vm/dependabot/go_modules/google.golang.org...</li> <li><a href="https://github.com/lima-vm/lima/commit/75f9e9cf3bae6ff60e32b90072d1b88b802cb31e"><code>75f9e9c</code></a> build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1</li> <li><a href="https://github.com/lima-vm/lima/commit/8b7ce472ba91423a8216bcadc3fecd8b4b1e2cc6"><code>8b7ce47</code></a> build(deps): bump golang.org/x/net in the golang-x group</li> <li><a href="https://github.com/lima-vm/lima/commit/41ec72ab6e7d207de4320295918ef7f47f706c1b"><code>41ec72a</code></a> build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0</li> <li><a href="https://github.com/lima-vm/lima/commit/e86c6e93097e77f3308e9c799470389066a35a46"><code>e86c6e9</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/2322">#2322</a> from lima-vm/dependabot/github_actions/golangci/gola...</li> <li><a href="https://github.com/lima-vm/lima/commit/a6dfa6060406267170e9ca48c2ba9f8e1f468a89"><code>a6dfa60</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/2323">#2323</a> from lima-vm/dependabot/go_modules/golang-x-50515e634e</li> <li><a href="https://github.com/lima-vm/lima/commit/c0d297d08d2e3a8c65a3f7708e705ead263ff5e0"><code>c0d297d</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/2324">#2324</a> from lima-vm/dependabot/go_modules/github.com/cyphar...</li> <li><a href="https://github.com/lima-vm/lima/commit/c25a4872db5bac82686b6147792d877b0f7b0773"><code>c25a487</code></a> build(deps): bump github.com/cyphar/filepath-securejoin</li> <li>Additional commits viewable in <a href="https://github.com/lima-vm/lima/compare/v0.21.0...v0.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lima-vm/lima&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information