Skip to content

Commit

Permalink
build(deps): Bump github.com/lima-vm/lima from 0.16.0 to 0.17.2 (#531)
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.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 &quot;default&quot;        
WARN[0000] QEMU binary &quot;/usr/local/bin/qemu-system-x86_64&quot; is
not properly signed with the &quot;com.apple.security.hypervisor&quot;
entitlement error=&quot;failed to run [codesign --verify
/usr/local/bin/qemu-system-x86_64]: exit status 1
(out=\&quot;/usr/local/bin/qemu-system-x86_64: invalid signature (code
or signature have been modified)\\nIn architecture:
x86_64\\n\&quot;)&quot;
? Try to sign &quot;/usr/local/bin/qemu-system-x86_64&quot; with the
&quot;com.apple.security.hypervisor&quot; 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent 8df84cf commit 6e33d15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/docker/docker v24.0.5+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.16.0
github.com/lima-vm/lima v0.17.2
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.10
github.com/pelletier/go-toml v1.9.5
Expand All @@ -27,14 +27,15 @@ require (
)

require (
github.com/containerd/containerd v1.7.1 // indirect
github.com/containerd/containerd v1.7.3 // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/lima-vm/go-qcow2reader v0.1.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
12 changes: 7 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/containerd/containerd v1.7.1 h1:k8DbDkSOwt5rgxQ3uCI4WMKIJxIndSCBUaGm5oRn+Go=
github.com/containerd/containerd v1.7.1/go.mod h1:gA+nJUADRBm98QS5j5RPROnt0POQSMK+r7P7EGMC/Qc=
github.com/containerd/containerd v1.7.3 h1:cKwYKkP1eTj54bP3wCdXXBymmKRQMrWjkLSWZZJDa8o=
github.com/containerd/containerd v1.7.3/go.mod h1:32FOM4/O0RkNg7AjQj3hDzN9cUGtu+HMvaKUNiqCZB8=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down Expand Up @@ -265,8 +265,10 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
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/lima-vm/lima v0.16.0 h1:pEGuYZ7W41o7MtrzXVeB+1s+d9M9BLiVynDoYq1TyHo=
github.com/lima-vm/lima v0.16.0/go.mod h1:ySA4WB5xHMaVl4xO+tx/07mLIEWl/Wkv2tXvzLCeY2M=
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.17.2 h1:qW6hJr9pL9UdKJ4DMre0WByq6/C6GABLt1+L6MURXj4=
github.com/lima-vm/lima v0.17.2/go.mod h1:11OhWybhpOY1MEy6v0D2KInRroGFh70EDqu27mJJlmw=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
Expand Down Expand Up @@ -888,7 +890,7 @@ gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o=
gotest.tools/v3 v3.5.0 h1:Ljk6PdHdOhAb5aDMWXjDLMMhph+BpztA4v1QdqEW2eY=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
Expand Down

0 comments on commit 6e33d15

Please sign in to comment.