Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 /> [](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