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.16.0 to 0.17.2 (#531)
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.16.0 to 0.17.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.17.2</h2> <p>On macOS hosts, Lima now asks the user to sign the QEMU binary with the <code>com.apple.security.hypervisor</code> entitlement if the binary is not properly signed:</p> <pre lang="console"><code>$ limactl start INFO[0000] Using the existing instance "default" WARN[0000] QEMU binary "/usr/local/bin/qemu-system-x86_64" is not properly signed with the "com.apple.security.hypervisor" entitlement error="failed to run [codesign --verify /usr/local/bin/qemu-system-x86_64]: exit status 1 (out=\"/usr/local/bin/qemu-system-x86_64: invalid signature (code or signature have been modified)\\nIn architecture: x86_64\\n\")" ? Try to sign "/usr/local/bin/qemu-system-x86_64" with the "com.apple.security.hypervisor" entitlement? (Y/n) ... </code></pre> <p>Choose <code>Y</code> to sign the binary.</p> <p>This signing is usually not needed on users' side. However, the Homebrew bottle of QEMU <strong>v8.0.4</strong> needs this signing due to a temporary issue of Homebrew's build infrastructure:</p> <ul> <li><a href="https://redirect.github.com/lima-vm/lima/issues/1742">lima-vm/lima#1742</a></li> </ul> <p>The Homebrew bottle of QEMU v8.0.3 is not affected by this issue.</p> <h2>Changes</h2> <p>QEMU:</p> <ul> <li>Ask to sign QEMU binary when the binary is not properly signed (<a href="https://redirect.github.com/lima-vm/lima/issues/1743">#1743</a>)</li> </ul> <p>Full changes: <a href="https://github.com/lima-vm/lima/milestone/37?closed=1">https://github.com/lima-vm/lima/milestone/37?closed=1</a> Thanks to <a href="https://github.com/afbjorklund"><code>@afbjorklund</code></a></p> <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/5851291166">https://github.com/lima-vm/lima/actions/runs/5851291166</a></p> <p>The sha256sum of the SHA256SUMS file itself is <code>006f022e19d2b03869c33ee30be694217937d8c774af7b9714e2d7659da31aa5</code> .</p> <h2>v0.17.1</h2> <p>This release fixes incompatibility with Go 1.21 (<a href="https://redirect.github.com/lima-vm/lima/issues/1729">#1729</a>).</p> <h2>Changes</h2> <p>Misc:</p> <ul> <li>Support Go 1.21 (<a href="https://redirect.github.com/lima-vm/lima/issues/1729">#1729</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lima-vm/lima/commit/bee0502854e2d2eb6e42389fcc5775cdcee78f44"><code>bee0502</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/1743">#1743</a> from AkihiroSuda/sign-qemu-binary</li> <li><a href="https://github.com/lima-vm/lima/commit/c0b48a933726a41ab3e0002bbcba48c30224f64c"><code>c0b48a9</code></a> qemu: ask to sign QEMU binary when the binary is not properly signed</li> <li><a href="https://github.com/lima-vm/lima/commit/18c029b0d38a354fc9c163ef47b31d05fc997a90"><code>18c029b</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/1745">#1745</a> from afbjorklund/kernel-arch</li> <li><a href="https://github.com/lima-vm/lima/commit/46d0e828650d58b31125e6459122eea034ccd22e"><code>46d0e82</code></a> Validate arch against image not default</li> <li><a href="https://github.com/lima-vm/lima/commit/495271c275ed55b0ee1981cb18bfeef2df06d6ab"><code>495271c</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/1740">#1740</a> from AkihiroSuda/dns-descriptive-debug-log</li> <li><a href="https://github.com/lima-vm/lima/commit/fa053a3d7c439b5f363eb49df0ea123d628bd33e"><code>fa053a3</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/1735">#1735</a> from afbjorklund/limayaml-os-linux</li> <li><a href="https://github.com/lima-vm/lima/commit/9cc6044c4fd3cfcb164c320d66587afdd093d2ce"><code>9cc6044</code></a> dns: make a debug message more descriptive</li> <li><a href="https://github.com/lima-vm/lima/commit/d41c316cf06cf1c5d92b668be3d57464e68e302c"><code>d41c316</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/1733">#1733</a> from AkihiroSuda/go-mod-20230812</li> <li><a href="https://github.com/lima-vm/lima/commit/31e8bbce1af2244b4f97a04b1adc31a22e34467e"><code>31e8bbc</code></a> go.mod: k8s.io/* v0.27.4</li> <li><a href="https://github.com/lima-vm/lima/commit/27b4e787189428ff9724a9244ba0ed0c441d2454"><code>27b4e78</code></a> Merge pull request <a href="https://redirect.github.com/lima-vm/lima/issues/1725">#1725</a> from afbjorklund/reverse-remove</li> <li>Additional commits viewable in <a href="https://github.com/lima-vm/lima/compare/v0.16.0...v0.17.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.16.0&new-version=0.17.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>
- Loading branch information