Skip to content

Commit

Permalink
build(deps): Bump github.com/lima-vm/lima from 0.15.1 to 0.16.0 (runf…
Browse files Browse the repository at this point in the history
…inch#428)

Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from
0.15.1 to 0.16.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.16.0</h2>
<p>This release adds an experimental support for the <a
href="https://github.com/lima-vm/lima/blob/v0.16.0/docs/network.md#lima-user-v2-network"><code>user-v2</code></a>
network driver: <a
href="https://github.com/lima-vm/lima/blob/v0.16.0/examples/experimental/net-user-v2.yaml"><code>limactl
start template://experimental/net-user-v2</code></a>.
The <code>user-v2</code> network driver enables VM-to-VM networking
without the root privilege on the host.
This should be useful for simulating multi-node Kubernetes clusters on a
laptop.</p>
<p>This release also fixes a relatively minor vulnerability <a
href="https://github.com/lima-vm/lima/security/advisories/GHSA-f7qw-jj9c-rpq9">CVE-2023-32684</a>.
This vulnerability is very <em>unlikely</em> to be exploitable as long
as you are using the official templates of Lima.</p>
<h2>Changes</h2>
<ul>
<li><code>limactl</code> CLI:
<ul>
<li>(Experimental) Add <code>limactl snapshot
(apply|create|delete|list)</code> commands (<a
href="https://redirect.github.com/lima-vm/lima/issues/1054">#1054</a>,
thanks to <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li>
<li>Escape only the value of env variables in <code>limactl shell</code>
(<a
href="https://redirect.github.com/lima-vm/lima/issues/1501">#1501</a>,
thanks to <a
href="https://github.com/sam-berning"><code>@​sam-berning</code></a>)</li>
</ul>
</li>
<li>YAML:
<ul>
<li>Add &quot;dependency&quot; provisioning mode (<a
href="https://redirect.github.com/lima-vm/lima/issues/1105">#1105</a>,
thanks to <a
href="https://github.com/pendo324"><code>@​pendo324</code></a>)</li>
<li>(Experimental) Add <code>.audio.device</code> (<a
href="https://redirect.github.com/lima-vm/lima/issues/1527">#1527</a>,
<a
href="https://redirect.github.com/lima-vm/lima/issues/1532">#1532</a>,
<a
href="https://redirect.github.com/lima-vm/lima/issues/1561">#1561</a>,
<a
href="https://redirect.github.com/lima-vm/lima/issues/1589">#1589</a>,
thanks to <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a> <a
href="https://github.com/balajiv113"><code>@​balajiv113</code></a>)</li>
</ul>
</li>
<li>Documents:
<ul>
<li>Install man pages (<a
href="https://redirect.github.com/lima-vm/lima/issues/1521">#1521</a>,
thanks to <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li>
</ul>
</li>
<li>Network:
<ul>
<li>(Experimental) Add <a
href="https://github.com/lima-vm/lima/blob/v0.16.0/docs/network.md#lima-user-v2-network"><code>user-v2</code></a>
network driver to enable VM-to-VM networking without root (<a
href="https://redirect.github.com/lima-vm/lima/issues/1383">#1383</a>,
thanks to <a
href="https://github.com/balajiv113"><code>@​balajiv113</code></a>)</li>
</ul>
</li>
<li>nerdctl:
<ul>
<li>Update from v1.3.1 to <a
href="https://github.com/containerd/nerdctl/releases/tag/v1.4.0">v1.4.0</a>
(<a
href="https://redirect.github.com/lima-vm/lima/issues/1559">#1559</a>)</li>
</ul>
</li>
<li>Templates:
<ul>
<li>AlmaLinux: update to 9.2 (<a
href="https://redirect.github.com/lima-vm/lima/issues/1550">#1550</a>)</li>
<li>Alpine: update to 3.18 and fix Rosetta support (<a
href="https://redirect.github.com/lima-vm/lima/issues/1560">#1560</a>,
<a
href="https://redirect.github.com/lima-vm/lima/issues/1580">#1580</a>,
thanks to <a
href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li>
<li>Arch Linux: update to 20230515.150700 (<a
href="https://redirect.github.com/lima-vm/lima/issues/1550">#1550</a>)</li>
<li>Fedora: update to 38 (<a
href="https://redirect.github.com/lima-vm/lima/issues/1502">#1502</a>,
thanks to <a
href="https://github.com/cpach"><code>@​cpach</code></a>)</li>
<li>Nomad: update to v0.9.4 (<a
href="https://redirect.github.com/lima-vm/lima/issues/1552">#1552</a>)</li>
<li>Rocky Linux: update to 9.2 and 8.8 (<a
href="https://redirect.github.com/lima-vm/lima/issues/1550">#1550</a>,
<a
href="https://redirect.github.com/lima-vm/lima/issues/1591">#1591</a>)</li>
<li>Ubuntu: update to 23.04 (<a
href="https://redirect.github.com/lima-vm/lima/issues/1550">#1550</a>)</li>
</ul>
</li>
<li>Misc:
<ul>
<li>Improve disk efficiency (<a
href="https://redirect.github.com/lima-vm/lima/issues/1411">#1411</a>)
for caches (<a
href="https://redirect.github.com/lima-vm/lima/issues/1544">#1544</a>)</li>
</ul>
</li>
</ul>
<p>Full changes: <a
href="https://github.com/lima-vm/lima/milestone/34?closed=1">https://github.com/lima-vm/lima/milestone/34?closed=1</a>
Thanks to <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a> <a
href="https://github.com/balajiv113"><code>@​balajiv113</code></a> <a
href="https://github.com/bumpsoo063"><code>@​bumpsoo063</code></a> <a
href="https://github.com/cpach"><code>@​cpach</code></a> <a
href="https://github.com/jandubois"><code>@​jandubois</code></a> <a
href="https://github.com/pendo324"><code>@​pendo324</code></a> <a
href="https://github.com/sam-berning"><code>@​sam-berning</code></a></p>
<h2>Usage</h2>
<pre lang="console"><code>[macOS]$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.
<p>[macOS]$ lima uname
Linux
</code></pre></p>
<hr />
<p>The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: <a
href="https://github.com/lima-vm/lima/actions/runs/5118006806">https://github.com/lima-vm/lima/actions/runs/5118006806</a></p>
<p>The sha256sum of the SHA256SUMS file itself is
<code>2062c42688128dca55331fc1a8f4841cbf41ed9dd11867d48decdf6880afde87</code>
.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lima-vm/lima/commit/01dbd4d9cabe692afa4517be3995771f0ebb38a5"><code>01dbd4d</code></a>
Merge pull request from GHSA-f7qw-jj9c-rpq9</li>
<li><a
href="https://github.com/lima-vm/lima/commit/bc1bdb89d98aed2b82d21b95e02eade506513d78"><code>bc1bdb8</code></a>
Prohibit using a differential disk as a base disk</li>
<li><a
href="https://github.com/lima-vm/lima/commit/bfa5bab99c667a2816a04abaa5105fc81335d318"><code>bfa5bab</code></a>
qemu: explicitly pass the basedisk format to QEMU</li>
<li><a
href="https://github.com/lima-vm/lima/commit/efe1c47b2a0d5dce2134c6e9dacf0b3fd9b4056a"><code>efe1c47</code></a>
pkg/qemu/imgutil: add Info fields</li>
<li><a
href="https://github.com/lima-vm/lima/commit/3dbc08cbd0d2b7ef60f475a515e63974a9dff370"><code>3dbc08c</code></a>
Merge pull request <a
href="https://redirect.github.com/lima-vm/lima/issues/1592">#1592</a>
from afbjorklund/man-prefix</li>
<li><a
href="https://github.com/lima-vm/lima/commit/703d69fb6db5214950e27956af8be5d2e84aac3a"><code>703d69f</code></a>
Remove the build directories from the manpages</li>
<li><a
href="https://github.com/lima-vm/lima/commit/e7aa4ff90cb76564709a16bb11e7198c06a58242"><code>e7aa4ff</code></a>
Merge pull request <a
href="https://redirect.github.com/lima-vm/lima/issues/1591">#1591</a>
from AkihiroSuda/dev</li>
<li><a
href="https://github.com/lima-vm/lima/commit/b9ea96482b1d65b3851b1c9fe2a6ad40551170b7"><code>b9ea964</code></a>
Merge pull request <a
href="https://redirect.github.com/lima-vm/lima/issues/1590">#1590</a>
from balajiv113/usernet-default</li>
<li><a
href="https://github.com/lima-vm/lima/commit/5656d1ad50c4516bc12079dcaa9b47402d56c6ab"><code>5656d1a</code></a>
templates: update Rocky Linux to 8.8</li>
<li><a
href="https://github.com/lima-vm/lima/commit/5c0955dbcc541ab63db3d2f5402ce955b20551c1"><code>5c0955d</code></a>
templates: update CentOS Stream 9 to 20230523.0</li>
<li>Additional commits viewable in <a
href="https://github.com/lima-vm/lima/compare/v0.15.1...v0.16.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.15.1&new-version=0.16.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 May 31, 2023
1 parent d08952e commit 6a67f0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 79 deletions.
20 changes: 4 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/docker v24.0.1+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.15.1
github.com/lima-vm/lima v0.16.0
github.com/onsi/ginkgo/v2 v2.9.5
github.com/onsi/gomega v1.27.7
github.com/pelletier/go-toml v1.9.5
Expand All @@ -25,37 +25,25 @@ require (
)

require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/containerd/containerd v1.7.0 // indirect
github.com/containers/gvisor-tap-vsock v0.6.1 // indirect
github.com/containerd/containerd v1.7.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/btree v1.0.1 // indirect
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/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/miekg/dns v1.1.53 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/shoenig/go-m1cpu v0.1.5 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gvisor.dev/gvisor v0.0.0-20221216231429-a78e892a26d2 // indirect
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)

require (
Expand All @@ -73,7 +61,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.18 // indirect
github.com/mattn/go-isatty v0.0.19 // 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 6a67f0c

Please sign in to comment.