Skip to content

Commit

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

Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from
0.14.0 to 0.14.1.
<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.14.1</h2>
<p>This release fixes a regression <a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1242">#1242</a>
in Lima v0.14.0:
On <a href="https://github.com/abiosoft/colima">colima</a>, docker data,
such as containers and images in <code>/var/lib/docker</code> were
unmounted and they looked as if they were removed.</p>
<p>The actual data are <em>not removed</em>, and can be rescued by
upgrading Lima to this v0.14.1 release (or downgrading to v0.13.0).</p>
<p>Only the following instances are known to have been affected:</p>
<ul>
<li>colima instances</li>
<li><code>alpine</code> instances that were created with Lima before
v0.13.0</li>
</ul>
<p>The <code>default</code> (<code>ubuntu</code>) instances are
unaffected.</p>
<h2>Changes</h2>
<ul>
<li>Boot scripts:
<ul>
<li>Check if <code>growpart</code> is installed before calling it (<a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1243">#1243</a>,
thanks to <a
href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li>
</ul>
</li>
<li>VZ:
<ul>
<li>Fix nil pointer deference (<a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1245">#1245</a>)</li>
<li>Validate disk format (<a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1245">#1245</a>)</li>
</ul>
</li>
<li>Templates:
<ul>
<li>Alma Linux 9: fix 404 (<a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1244">#1244</a>)</li>
</ul>
</li>
<li>Website:
<ul>
<li>Set up <a href="https://lima-vm.io/">https://lima-vm.io/</a> (<a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1240">#1240</a>)</li>
</ul>
</li>
</ul>
<p>Full changes: <a
href="https://github.com/lima-vm/lima/milestone/31?closed=1">https://github.com/lima-vm/lima/milestone/31?closed=1</a>
Thanks to <a href="https://github.com/hftsin"><code>@​hftsin</code></a>
<a href="https://github.com/jandubois"><code>@​jandubois</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/3692334791">https://github.com/lima-vm/lima/actions/runs/3692334791</a></p>
<p>The sha256sum of the SHA256SUMS file itself is
<code>11c0e020d62d8192e40249c9aa978f7dc15ea6e250aa8d66879045812b807d02</code>
.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lima-vm/lima/commit/585d6e25af62d0337cec83ffca226a2c8146a428"><code>585d6e2</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1245">#1245</a>
from AkihiroSuda/dev3</li>
<li><a
href="https://github.com/lima-vm/lima/commit/25cd97ed4ad8b9f410dd44698990d4b711aeb4c8"><code>25cd97e</code></a>
vz: validate disk format</li>
<li><a
href="https://github.com/lima-vm/lima/commit/7cf5a6a112622519d15f0e925a6e268462ca0b12"><code>7cf5a6a</code></a>
vz: fix nil pointer dereference with mountType: reverse-sshfs</li>
<li><a
href="https://github.com/lima-vm/lima/commit/45cd9cff9ff754f2158e66c893f2a8df236b480e"><code>45cd9cf</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1244">#1244</a>
from AkihiroSuda/dev</li>
<li><a
href="https://github.com/lima-vm/lima/commit/fc55a43df64b3ede20e72ab5722e1514ec231a80"><code>fc55a43</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1243">#1243</a>
from rancher-sandbox/growpart</li>
<li><a
href="https://github.com/lima-vm/lima/commit/dbe0d12893c39490c20c06a8a0b43f4967cd0985"><code>dbe0d12</code></a>
templates: almalinux-9: fix 404</li>
<li><a
href="https://github.com/lima-vm/lima/commit/038037e3e99d1a63f1c67c96bb5164f2be9ca5c3"><code>038037e</code></a>
Check if growpart is installed before calling it</li>
<li><a
href="https://github.com/lima-vm/lima/commit/fc1c51457b4e699df5a467a8f15a302364467dcb"><code>fc1c514</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1240">#1240</a>
from AkihiroSuda/dev</li>
<li><a
href="https://github.com/lima-vm/lima/commit/99e8250a035fcc7881a5805220e0cfdb0c6e6493"><code>99e8250</code></a>
website: set up <a
href="https://lima-vm.io/">https://lima-vm.io/</a></li>
<li><a
href="https://github.com/lima-vm/lima/commit/9c2322db0ba7db0b3db9fb3616373a9f0e528b9e"><code>9c2322d</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/lima-vm/lima/issues/1239">#1239</a>
from hftsin/fix/diagram</li>
<li>Additional commits viewable in <a
href="https://github.com/lima-vm/lima/compare/v0.14.0...v0.14.1">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.0&new-version=0.14.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 14, 2022
1 parent b4f74c5 commit 9dea794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.5.0
github.com/lima-vm/lima v0.14.0
github.com/lima-vm/lima v0.14.1
github.com/onsi/ginkgo/v2 v2.6.0
github.com/onsi/gomega v1.24.1
github.com/pelletier/go-toml v1.9.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
github.com/lima-vm/lima v0.14.0 h1:5bztGlOqtqGSrhXGRu5PEWeuAgSiHOUDugM/Qyoisds=
github.com/lima-vm/lima v0.14.0/go.mod h1:zi5fFSF3yKj/lOldUJ01oN1hQEVC0oCPy9D7AUh7noA=
github.com/lima-vm/lima v0.14.1 h1:LZZ61MiQeB0Laun/jgaNWBFYvJDQK+Z4zTfXo5LKv4g=
github.com/lima-vm/lima v0.14.1/go.mod h1:zi5fFSF3yKj/lOldUJ01oN1hQEVC0oCPy9D7AUh7noA=
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2/go.mod h1:SWzULI85WerrFt3u+nIm5F9l7EvxZTKQvd0InF3nmgM=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
Expand Down

0 comments on commit 9dea794

Please sign in to comment.