Skip to content

Commit 007081e

Browse files
build(deps): bump github.com/lima-vm/lima from 0.14.2 to 0.15.0 (#247)
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.14.2 to 0.15.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.15.0</h2> <p>This release experimentally implements <a href="https://github.com/mikefarah/yq">yq</a> expressions for customizing the templates (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1359">#1359</a>), e.g.,</p> <pre lang="bash"><code>limactl start --set='.cpus = 2 | .memory = &quot;2GiB&quot;' </code></pre> <p>This release is also remarkable for automatic forwarding of Kubernetes NodePorts and LoadBalancers (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1355">#1355</a>).</p> <p>Also, in this release we welcome new maintainers Anders F Björklund (<a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>) and Balaji Vijayakumar (<a href="https://github.com/balajiv113"><code>@​balajiv113</code></a>) :tada:</p> <h2>Upgrading notice</h2> <p>containerd &lt;= v1.6.16 creates <code>/etc/cni</code> with permission 0700 when running in the rootful mode.</p> <p>This causes an error like <code>open /etc/cni/tuning/allowlist.conf: permission denied</code> for CNI tuning plugin &gt;= v1.2.0 when running in the rootless mode.</p> <p>Lima users may face this error during upgrading nerdctl to &gt;= v1.2.0 (Lima &gt;= v0.15.0). Run <code>lima sudo chmod 0755 /etc/cni</code> to dismiss this error.</p> <h2>Changes</h2> <ul> <li> <p><code>limactl</code> CLI</p> <ul> <li><code>limactl start</code>: Experimentally add <code>limactl start --set &lt;YQ EXPRESSION&gt;</code>: to customize the template (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1359">#1359</a>, thanks to <a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>). e.g., <code>limactl start --set='.cpus = 2 | .memory = &quot;2GiB&quot;'</code></li> <li><code>limactl list</code>: Dynamically hide columns depending on the terminal width (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1266">#1266</a>, thanks to <a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li> </ul> </li> <li> <p>YAML:</p> <ul> <li>Add <code>.copyToHost</code> for copying files from the guest to the host (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1301">#1301</a>, thanks to <a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li> <li>Add <code>.video.vnc</code> for experimental VNC support (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1004">#1004</a>, thanks to <a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li> </ul> </li> <li> <p>SSH:</p> <ul> <li>Write <code>~/.lima/&lt;INSTANCE&gt;/ssh.config</code>. The file can be passed to <code>ssh -F</code>. (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1326">#1326</a>)</li> </ul> </li> <li> <p>QEMU:</p> <ul> <li>Experimentally support VNC video display (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1004">#1004</a>, thanks to <a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li> <li>Fix binding multiple disks in M1 (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1332">#1332</a>, thanks to <a href="https://github.com/balajiv113"><code>@​balajiv113</code></a>)</li> </ul> </li> <li> <p>VZ:</p> <ul> <li>Fix disk image corruption (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1315">#1315</a>, thanks to <a href="https://github.com/balajiv113"><code>@​balajiv113</code></a>)</li> </ul> </li> <li> <p>Kubernetes:</p> <ul> <li>Support automatically forwarding Kubernets NodePorts and LoadBalancers (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1355">#1355</a>, thanks to <a href="https://github.com/lobshunter"><code>@​lobshunter</code></a>)</li> <li>Add <code>kubectl.lima</code> script for wrapping <code>kubectl</code> (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1302">#1302</a>, thanks to <a href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li> </ul> </li> <li> <p>DNS:</p> <ul> <li>Return NODATA for IPv6 AAAA queries (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1289">#1289</a>, thanks to <a href="https://github.com/Nino-K"><code>@​Nino-K</code></a>)</li> <li>Don't log DNS queries by default (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1368">#1368</a>, thanks to <a href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li> </ul> </li> <li> <p>nerdctl:</p> <ul> <li>update from v1.1.0 to v1.2.1 (<a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1388">#1388</a>). Change logs: <a href="https://github.com/containerd/nerdctl/releases/tag/v1.2.0">https://github.com/containerd/nerdctl/releases/tag/v1.2.0</a> <a href="https://github.com/containerd/nerdctl/releases/tag/v1.2.1">https://github.com/containerd/nerdctl/releases/tag/v1.2.1</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lima-vm/lima/commit/36726f29425055ad57d5909477e5eab3eced6d3f"><code>36726f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1388">#1388</a> from AkihiroSuda/dev</li> <li><a href="https://github.com/lima-vm/lima/commit/d56e3c4b0155f9d7e877497e91244c8e0577aabc"><code>d56e3c4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1386">#1386</a> from lima-vm/dependabot/go_modules/github.com/chegga...</li> <li><a href="https://github.com/lima-vm/lima/commit/f7193e3ce72dd0904dd0ccf8dc376088937dbb76"><code>f7193e3</code></a> templates: riscv64: update u-boot to 2023.01</li> <li><a href="https://github.com/lima-vm/lima/commit/7430e5c08195a1362563045b278dfa9e4137012d"><code>7430e5c</code></a> templates: opensuse-tumbleweed: remove aarch64 image due to 404</li> <li><a href="https://github.com/lima-vm/lima/commit/033a46d51f12295ea106e96636df2ad9e0fccbf9"><code>033a46d</code></a> templates: update Rocky Linux 9.1 to 20230215.0</li> <li><a href="https://github.com/lima-vm/lima/commit/84ea4fadffa9f06257e8cac9dee4f06928a95b17"><code>84ea4fa</code></a> templates: update Rocky Linux 8.7 to 20230215.0</li> <li><a href="https://github.com/lima-vm/lima/commit/6ecd802f252ec041cb3eee3e3a918c4f32b02abe"><code>6ecd802</code></a> templates: update CentOS Stream 9 to 20230216.0</li> <li><a href="https://github.com/lima-vm/lima/commit/23556c2cd8870a49dd8dd1cdc0944008d76324d5"><code>23556c2</code></a> templates: update Arch Linux to 20230215.126932</li> <li><a href="https://github.com/lima-vm/lima/commit/6b7698d302a068fef68ea198ad23a311ce5443d1"><code>6b7698d</code></a> templates: update Debian 11 to 20230124-1270</li> <li><a href="https://github.com/lima-vm/lima/commit/a881c5916380748901b9e392203b3d5ab97d8ed0"><code>a881c59</code></a> templates: update Ubuntu 22.04 to release-20230210</li> <li>Additional commits viewable in <a href="https://github.com/lima-vm/lima/compare/v0.14.2...v0.15.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.14.2&new-version=0.15.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 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 4a7268e commit 007081e

File tree

2 files changed

+34
-320
lines changed

2 files changed

+34
-320
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/docker/docker v23.0.1+incompatible
77
github.com/golang/mock v1.6.0
88
github.com/google/go-licenses v1.6.0
9-
github.com/lima-vm/lima v0.14.2
9+
github.com/lima-vm/lima v0.15.0
1010
github.com/onsi/ginkgo/v2 v2.8.4
1111
github.com/onsi/gomega v1.27.2
1212
github.com/pelletier/go-toml v1.9.5
@@ -24,10 +24,10 @@ require (
2424
)
2525

2626
require (
27-
github.com/Microsoft/go-winio v0.5.2 // indirect
27+
github.com/Microsoft/go-winio v0.6.0 // indirect
2828
github.com/apparentlymart/go-cidr v1.1.0 // indirect
29-
github.com/containerd/containerd v1.6.18 // indirect
30-
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743 // indirect
29+
github.com/containerd/containerd v1.6.19 // indirect
30+
github.com/containers/gvisor-tap-vsock v0.5.0 // indirect
3131
github.com/docker/go-connections v0.4.0 // indirect
3232
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
3333
github.com/gogo/protobuf v1.3.2 // indirect
@@ -36,24 +36,24 @@ require (
3636
github.com/google/gopacket v1.1.19 // indirect
3737
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
3838
github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f // indirect
39-
github.com/miekg/dns v1.1.50 // indirect
39+
github.com/miekg/dns v1.1.51 // indirect
4040
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
4141
github.com/pkg/errors v0.9.1 // indirect
4242
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
4343
golang.org/x/sync v0.1.0 // indirect
44-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
44+
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
4545
google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959 // indirect
46-
google.golang.org/grpc v1.48.0 // indirect
46+
google.golang.org/grpc v1.51.0-dev // indirect
4747
google.golang.org/protobuf v1.28.1 // indirect
48-
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
48+
gvisor.dev/gvisor v0.0.0-20221216231429-a78e892a26d2 // indirect
4949
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 // indirect
5050
)
5151

5252
require (
5353
github.com/davecgh/go-spew v1.1.1 // indirect
5454
github.com/docker/go-units v0.5.0
5555
github.com/emirpasic/gods v1.12.0 // indirect
56-
github.com/fatih/color v1.13.0 // indirect
56+
github.com/fatih/color v1.14.1 // indirect
5757
github.com/go-logr/logr v1.2.3 // indirect
5858
github.com/goccy/go-yaml v1.9.8 // indirect
5959
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -64,7 +64,7 @@ require (
6464
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
6565
github.com/kr/fs v0.1.0 // indirect
6666
github.com/mattn/go-colorable v0.1.13 // indirect
67-
github.com/mattn/go-isatty v0.0.16 // indirect
67+
github.com/mattn/go-isatty v0.0.17 // indirect
6868
github.com/mitchellh/go-homedir v1.1.0 // indirect
6969
github.com/opencontainers/go-digest v1.0.0 // indirect
7070
github.com/otiai10/copy v1.6.0 // indirect

0 commit comments

Comments
 (0)