Skip to content

Commit

Permalink
build(deps): Bump github.com/lima-vm/lima from 0.20.1 to 0.20.2 (#855)
Browse files Browse the repository at this point in the history
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from
0.20.1 to 0.20.2.
<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.20.2</h2>
<h2>Changes</h2>
<ul>
<li><code>alpine: avoid wiping out writable host mounts under /home,
etc</code> (<a
href="https://redirect.github.com/lima-vm/lima/pull/2244">lima-vm/lima#2244</a>,
thanks to <a
href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li>
</ul>
<p>Prior to Lima v0.20.2, a host directory could be wiped out when
<strong>all</strong> the following conditions are met:</p>
<ul>
<li>The directory is mounted to Lima via virtiofs or 9p (reverse-sshfs
is not affected)</li>
<li>The mount is writable</li>
<li>The mount point in the guest is under one of: /etc /home /root
/usr/local /var/lib</li>
<li>The guest OS is Alpine Linux</li>
</ul>
<h2>Usage</h2>
<pre lang="console"><code>[macOS]$ limactl create
[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/8244166862">https://github.com/lima-vm/lima/actions/runs/8244166862</a></p>
<p>The sha256sum of the SHA256SUMS file itself is
<code>1aa58b5567fb1e2ca60500ed0e8b7fefbdf930d74214b3858add6b20f5dbdec3</code>
.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lima-vm/lima/commit/b14a40cdd12c7ca65c9f33b22aba2a1ac76fc1eb"><code>b14a40c</code></a>
Merge pull request <a
href="https://redirect.github.com/lima-vm/lima/issues/2244">#2244</a>
from AkihiroSuda/prepare-0.20.2</li>
<li><a
href="https://github.com/lima-vm/lima/commit/c02b0f7073a2348399d2d774a0ea317caa3a8fa7"><code>c02b0f7</code></a>
Unmount MNTPNT before escaping quotes/backslashes</li>
<li><a
href="https://github.com/lima-vm/lima/commit/2e9b83a6b93431c8a9dc1c2aab86825bedc7444a"><code>2e9b83a</code></a>
alpine: avoid wiping out writable host mounts under /home, etc.</li>
<li><a
href="https://github.com/lima-vm/lima/commit/2522110e591532042d07d113b182768b46b397f6"><code>2522110</code></a>
Bump alpine-lima image from 0.2.35 → 0.2.37</li>
<li>See full diff in <a
href="https://github.com/lima-vm/lima/compare/v0.20.1...v0.20.2">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.20.1&new-version=0.20.2)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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 Mar 14, 2024
1 parent 16f0aa8 commit 99d4c3c
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 @@ -8,7 +8,7 @@ require (
github.com/docker/docker v25.0.4+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
github.com/lima-vm/lima v0.20.1
github.com/lima-vm/lima v0.20.2
github.com/onsi/ginkgo/v2 v2.16.0
github.com/onsi/gomega v1.31.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 @@ -114,8 +114,8 @@ 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/go-qcow2reader v0.1.1 h1:UegxTAU4usoSzKLDqhbaNmmV4Ec4qhQO11QYeLLy7Jc=
github.com/lima-vm/go-qcow2reader v0.1.1/go.mod h1:e3p29BzLT8hNh4jbLezdFAHU4eBijf0bm5GilStCRKE=
github.com/lima-vm/lima v0.20.1 h1:X7YDxVyEm1UN9iMgDBKd2OAVcvRCFWK7/C78NMN6/J4=
github.com/lima-vm/lima v0.20.1/go.mod h1:ya+IyquUmntJUEzzERwi1gBGOQKnVOyrVx4OePFfwP4=
github.com/lima-vm/lima v0.20.2 h1:wMEf78NVKIzoQ9nthpZIyWqA1UKoXPsUAA5KyK1GiOs=
github.com/lima-vm/lima v0.20.2/go.mod h1:ya+IyquUmntJUEzzERwi1gBGOQKnVOyrVx4OePFfwP4=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed h1:036IscGBfJsFIgJQzlui7nK1Ncm0tp2ktmPj8xO4N/0=
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed/go.mod h1:ilwx/Dta8jXAgpFYFvSWEMwxmbWXyiUHkd5FwyKhb5k=
Expand Down

0 comments on commit 99d4c3c

Please sign in to comment.