Skip to content

Commit 62d67d5

Browse files
build(deps): Bump github.com/lima-vm/lima from 0.21.0 to 0.22.0 (runfinch#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 &gt;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 &gt;= 0.12 . # socketVMNet has precedence over vdeVMNet. socketVMNet: &quot;/opt/socket_vmnet/bin/socket_vmnet&quot; -# 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>
1 parent a853a8a commit 62d67d5

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

Diff for: go.mod

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/docker v26.1.1+incompatible
99
github.com/golang/mock v1.6.0
1010
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
11-
github.com/lima-vm/lima v0.21.0
11+
github.com/lima-vm/lima v0.22.0
1212
github.com/onsi/ginkgo/v2 v2.17.2
1313
github.com/onsi/gomega v1.33.1
1414
github.com/pelletier/go-toml v1.9.5
@@ -30,15 +30,14 @@ require (
3030

3131
require (
3232
github.com/aws/smithy-go v1.20.2 // indirect
33-
github.com/containerd/containerd v1.7.14 // indirect
33+
github.com/containerd/containerd v1.7.16 // indirect
3434
github.com/coreos/go-semver v0.3.1 // indirect
35-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
35+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
3636
github.com/docker/docker-credential-helpers v0.8.1 // indirect
3737
github.com/docker/go-connections v0.5.0 // indirect
3838
github.com/go-ole/go-ole v1.3.0 // indirect
3939
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4040
github.com/gogo/protobuf v1.3.2 // indirect
41-
github.com/golang/protobuf v1.5.4 // indirect
4241
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
4342
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
4443
github.com/lima-vm/go-qcow2reader v0.1.1 // indirect
@@ -58,9 +57,9 @@ require (
5857
github.com/yusufpapurcu/wmi v1.2.4 // indirect
5958
golang.org/x/image v0.12.0 // indirect
6059
golang.org/x/sync v0.7.0 // indirect
61-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
62-
google.golang.org/grpc v1.62.1 // indirect
63-
google.golang.org/protobuf v1.33.0 // indirect
60+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
61+
google.golang.org/grpc v1.63.2 // indirect
62+
google.golang.org/protobuf v1.34.1 // indirect
6463
)
6564

6665
require (

Diff for: go.sum

+12-13
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ github.com/aws/smithy-go v1.20.2/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC
77
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
88
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
99
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
10-
github.com/containerd/containerd v1.7.14 h1:H/XLzbnGuenZEGK+v0RkwTdv2u1QFAruMe5N0GNPJwA=
11-
github.com/containerd/containerd v1.7.14/go.mod h1:YMC9Qt5yzNqXx/fO4j/5yYVIHXSRrlB3H7sxkUTvspg=
10+
github.com/containerd/containerd v1.7.16 h1:7Zsfe8Fkj4Wi2My6DXGQ87hiqIrmOXolm72ZEkFU5Mg=
11+
github.com/containerd/containerd v1.7.16/go.mod h1:NL49g7A/Fui7ccmxV6zkBWwqMgmMxFWzujYCc+JLt7k=
1212
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
1313
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
14-
github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=
1514
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
15+
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
16+
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
1617
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1718
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1819
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -65,8 +66,6 @@ github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:W
6566
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
6667
github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8=
6768
github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
68-
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
69-
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
7069
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
7170
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
7271
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
@@ -106,8 +105,8 @@ github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
106105
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
107106
github.com/lima-vm/go-qcow2reader v0.1.1 h1:UegxTAU4usoSzKLDqhbaNmmV4Ec4qhQO11QYeLLy7Jc=
108107
github.com/lima-vm/go-qcow2reader v0.1.1/go.mod h1:e3p29BzLT8hNh4jbLezdFAHU4eBijf0bm5GilStCRKE=
109-
github.com/lima-vm/lima v0.21.0 h1:pWzT7JSEDDAP5r67EAjoFL4tcG8+jQDq+GBkUVZYCW8=
110-
github.com/lima-vm/lima v0.21.0/go.mod h1:myM3bcdt4sc0WaT97i1CLGDEdHvXlUlXVk795FEwH7o=
108+
github.com/lima-vm/lima v0.22.0 h1:khSQ7NDyOkQEid+TZu8C/B28NR++BCXwmke/IkF8P0M=
109+
github.com/lima-vm/lima v0.22.0/go.mod h1:gpXAmLgcAYkzK1cvecPdExlVT7GpUelGUQwAnOThbsY=
111110
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
112111
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed h1:036IscGBfJsFIgJQzlui7nK1Ncm0tp2ktmPj8xO4N/0=
113112
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed/go.mod h1:ilwx/Dta8jXAgpFYFvSWEMwxmbWXyiUHkd5FwyKhb5k=
@@ -314,15 +313,15 @@ google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7
314313
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
315314
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
316315
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
317-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 h1:hZB7eLIaYlW9qXRfCq/qDaPdbeY3757uARz5Vvfv+cY=
318-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9/go.mod h1:YUWgXUFRPfoYK1IHMuxH5K6nPEXSCzIMljnQ59lLRCk=
316+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de h1:cZGRis4/ot9uVm639a+rHCUaG0JJHEsdyzSQTMX+suY=
317+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:H4O17MA/PE9BsGx3w+a+W2VOLLD1Qf7oJneAoU6WktY=
319318
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
320319
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
321320
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
322321
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
323322
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
324-
google.golang.org/grpc v1.62.1 h1:B4n+nfKzOICUXMgyrNd19h/I9oH0L1pizfk1d4zSgTk=
325-
google.golang.org/grpc v1.62.1/go.mod h1:IWTG0VlJLCh1SkC58F7np9ka9mx/WNkjl4PGJaiq+QE=
323+
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
324+
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
326325
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
327326
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
328327
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -332,8 +331,8 @@ google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2
332331
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
333332
google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
334333
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
335-
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
336-
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
334+
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
335+
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
337336
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
338337
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
339338
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=

0 commit comments

Comments
 (0)