Skip to content

Commit 99d4c3c

Browse files
build(deps): Bump github.com/lima-vm/lima from 0.20.1 to 0.20.2 (#855)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16f0aa8 commit 99d4c3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/docker v25.0.4+incompatible
99
github.com/golang/mock v1.6.0
1010
github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
11-
github.com/lima-vm/lima v0.20.1
11+
github.com/lima-vm/lima v0.20.2
1212
github.com/onsi/ginkgo/v2 v2.16.0
1313
github.com/onsi/gomega v1.31.1
1414
github.com/pelletier/go-toml v1.9.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
114114
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
115115
github.com/lima-vm/go-qcow2reader v0.1.1 h1:UegxTAU4usoSzKLDqhbaNmmV4Ec4qhQO11QYeLLy7Jc=
116116
github.com/lima-vm/go-qcow2reader v0.1.1/go.mod h1:e3p29BzLT8hNh4jbLezdFAHU4eBijf0bm5GilStCRKE=
117-
github.com/lima-vm/lima v0.20.1 h1:X7YDxVyEm1UN9iMgDBKd2OAVcvRCFWK7/C78NMN6/J4=
118-
github.com/lima-vm/lima v0.20.1/go.mod h1:ya+IyquUmntJUEzzERwi1gBGOQKnVOyrVx4OePFfwP4=
117+
github.com/lima-vm/lima v0.20.2 h1:wMEf78NVKIzoQ9nthpZIyWqA1UKoXPsUAA5KyK1GiOs=
118+
github.com/lima-vm/lima v0.20.2/go.mod h1:ya+IyquUmntJUEzzERwi1gBGOQKnVOyrVx4OePFfwP4=
119119
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
120120
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed h1:036IscGBfJsFIgJQzlui7nK1Ncm0tp2ktmPj8xO4N/0=
121121
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed/go.mod h1:ilwx/Dta8jXAgpFYFvSWEMwxmbWXyiUHkd5FwyKhb5k=

0 commit comments

Comments
 (0)