Skip to content

Commit

Permalink
build(deps): bump github.com/lima-vm/lima from 0.14.2 to 0.15.0 (runf…
Browse files Browse the repository at this point in the history
…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 =
&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>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 4a7268e commit 007081e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 320 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/docker v23.0.1+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.14.2
github.com/lima-vm/lima v0.15.0
github.com/onsi/ginkgo/v2 v2.8.4
github.com/onsi/gomega v1.27.2
github.com/pelletier/go-toml v1.9.5
Expand All @@ -24,10 +24,10 @@ require (
)

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

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/go-units v0.5.0
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/goccy/go-yaml v1.9.8 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -64,7 +64,7 @@ require (
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/otiai10/copy v1.6.0 // indirect
Expand Down
Loading

0 comments on commit 007081e

Please sign in to comment.