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.14.2 to 0.15.0 (runf…
…inch#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 = "2GiB"' </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 <= 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 >= v1.2.0 when running in the rootless mode.</p> <p>Lima users may face this error during upgrading nerdctl to >= v1.2.0 (Lima >= 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 <YQ EXPRESSION></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 = "2GiB"'</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/<INSTANCE>/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>
- Loading branch information