Skip to content

Commit

Permalink
build(deps): Bump github.com/lima-vm/lima from 0.19.0 to 0.20.0 (#769)
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.19.0 to 0.20.0.
<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.0</h2>
<p>This release adds the support for propagating the timezone from the
host setting.
This release also fixes incompatibility with Go 1.22 (ETA: February
2024).</p>
<h2>Changes</h2>
<ul>
<li>
<p>Misc:</p>
<ul>
<li>Set guest timezone from host setting (<a
href="https://redirect.github.com/lima-vm/lima/issues/2097">#2097</a>)</li>
<li>Support Go 1.22 (<a
href="https://redirect.github.com/lima-vm/lima/issues/2137">#2137</a>)</li>
<li>Store <code>lima-version</code> file in the instance directory (<a
href="https://redirect.github.com/lima-vm/lima/issues/2107">#2107</a>,
thanks to <a
href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li>
</ul>
</li>
<li>
<p><code>limactl</code> CLI:</p>
<ul>
<li>Add <code>limactl start --foreground</code> for better support of
launchd (<a
href="https://redirect.github.com/lima-vm/lima/issues/2146">#2146</a>,
thanks to <a
href="https://github.com/norio-nomura"><code>@​norio-nomura</code></a>)</li>
</ul>
</li>
<li>
<p>YAML:</p>
<ul>
<li>Add <code>upgradePackages: &lt;bool&gt;</code> to upgrade the
packages on boot (<a
href="https://redirect.github.com/lima-vm/lima/issues/2119">#2119</a>,
thanks to <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li>
</ul>
</li>
<li>
<p>QEMU:</p>
<ul>
<li>Revert virtserialport back to unix socket for QEMU guest agent
communication (<a
href="https://redirect.github.com/lima-vm/lima/issues/2112">#2112</a>,
thanks to <a
href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li>
<li>Support Debian trixie hosts' UEFI firmware path (<a
href="https://redirect.github.com/lima-vm/lima/issues/2124">#2124</a>,
thanks to <a
href="https://github.com/DennisRasey"><code>@​DennisRasey</code></a>)</li>
</ul>
</li>
<li>
<p>WSL2:</p>
<ul>
<li>Support guest agent (<a
href="https://redirect.github.com/lima-vm/lima/issues/2118">#2118</a>,
thanks to <a
href="https://github.com/pendo324"><code>@​pendo324</code></a>)</li>
</ul>
</li>
<li>
<p>Templates:</p>
<ul>
<li><code>alpine</code>: Update Alpine to 3.19 (<a
href="https://redirect.github.com/lima-vm/lima/issues/2136">#2136</a>,
thanks to <a
href="https://github.com/jandubois"><code>@​jandubois</code></a>)</li>
<li><code>rke2</code>: Update RKE2 to 1.29 (<a
href="https://redirect.github.com/lima-vm/lima/issues/2157">#2157</a>)</li>
<li><code>u7s</code>: Update Usernetes to gen2-v20231218.0 (<a
href="https://redirect.github.com/lima-vm/lima/issues/2157">#2157</a>)</li>
<li><code>k8s</code>: stop using <code>sudo kubectl</code> for
<code>KUBECONFIG</code> (<a
href="https://redirect.github.com/lima-vm/lima/issues/2102">#2102</a>,
thanks to <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a>)</li>
<li>Update Ubuntu, CentOS Stream, Debian, Arch Linux to the latest
revision (<a
href="https://redirect.github.com/lima-vm/lima/issues/2157">#2157</a>)</li>
</ul>
</li>
</ul>
<p>Full changes: <a
href="https://github.com/lima-vm/lima/milestone/41?closed=1">https://github.com/lima-vm/lima/milestone/41?closed=1</a>
Thanks to <a
href="https://github.com/DennisRasey"><code>@​DennisRasey</code></a> <a
href="https://github.com/afbjorklund"><code>@​afbjorklund</code></a> <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> <a
href="https://github.com/jandubois"><code>@​jandubois</code></a> <a
href="https://github.com/mhumeSF"><code>@​mhumeSF</code></a> <a
href="https://github.com/norio-nomura"><code>@​norio-nomura</code></a>
<a href="https://github.com/pendo324"><code>@​pendo324</code></a> <a
href="https://github.com/porfirion"><code>@​porfirion</code></a> <a
href="https://github.com/stefanb"><code>@​stefanb</code></a> <a
href="https://github.com/zhaojizhuang"><code>@​zhaojizhuang</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/7582028915">https://github.com/lima-vm/lima/actions/runs/7582028915</a></p>
<p>The sha256sum of the SHA256SUMS file itself is
<code>09361987b9794963cfc4e6290842de8fbeafb8f075138178b0a7c42d85839b25</code>
.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lima-vm/lima/commit/b578b3fad840402d08607150f97b217f6c29f586"><code>b578b3f</code></a>
Merge pull request <a
href="https://redirect.github.com/lima-vm/lima/issues/2157">#2157</a>
from AkihiroSuda/dev</li>
<li><a
href="https://github.com/lima-vm/lima/commit/cb1b59e2f2ca71b886ece186adf50c7319accb32"><code>cb1b59e</code></a>
templates: update Usernetes to gen2-v20231218.0</li>
<li><a
href="https://github.com/lima-vm/lima/commit/c0ece9b993000b401cb7bf8133dd0040f4ea51cf"><code>c0ece9b</code></a>
templates: update RKE2 to v1.29</li>
<li><a
href="https://github.com/lima-vm/lima/commit/d189cedb2cb4ad526f8731407a4f1cb91596938a"><code>d189ced</code></a>
templates: update Arch Linux to 20240115.207158</li>
<li><a
href="https://github.com/lima-vm/lima/commit/faa651615b9fb2714591e4b1b3e277698b56b623"><code>faa6516</code></a>
templates: update Debian 12 to 20240102-1614</li>
<li><a
href="https://github.com/lima-vm/lima/commit/6aad83096583131933c1df406b96d79026c3f834"><code>6aad830</code></a>
templates: update Debian 11 to 20240104-1616</li>
<li><a
href="https://github.com/lima-vm/lima/commit/fef279bec0681d531f84ff84a6fa0fbd91377eaa"><code>fef279b</code></a>
templates: update CentOS Stream 9 to 20240115.0</li>
<li><a
href="https://github.com/lima-vm/lima/commit/bd995dab4c7a98359762ee2f57c3e0d4c733124d"><code>bd995da</code></a>
templates: update CentOS Stream 8 to 20240117.0</li>
<li><a
href="https://github.com/lima-vm/lima/commit/5724db24aa20a0a8b42e936afc13ee6e12f44894"><code>5724db2</code></a>
templates: update Ubuntu 23.10 to release-20231220</li>
<li><a
href="https://github.com/lima-vm/lima/commit/8532b74924557b7097198cc5b53788b9d2f2fca1"><code>8532b74</code></a>
Merge pull request <a
href="https://redirect.github.com/lima-vm/lima/issues/2156">#2156</a>
from AkihiroSuda/doc-dns-internal</li>
<li>Additional commits viewable in <a
href="https://github.com/lima-vm/lima/compare/v0.19.0...v0.20.0">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.19.0&new-version=0.20.0)](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 Jan 30, 2024
1 parent 307845c commit 7f0c86e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/docker/docker v24.0.7+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
github.com/lima-vm/lima v0.19.0
github.com/lima-vm/lima v0.20.0
github.com/onsi/ginkgo/v2 v2.14.0
github.com/onsi/gomega v1.30.0
github.com/pelletier/go-toml v1.9.5
Expand All @@ -30,7 +30,7 @@ require (

require (
github.com/aws/smithy-go v1.19.0 // indirect
github.com/containerd/containerd v1.7.11 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,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.11 h1:lfGKw3eU35sjV0aG2eYZTiwFEY1pCzxdzicHP3SZILw=
github.com/containerd/containerd v1.7.11/go.mod h1:5UluHxHTX2rdvYuZ5OJTC5m/KJNs0Zs9wVoJm9zf5ZE=
github.com/containerd/containerd v1.7.12 h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=
github.com/containerd/containerd v1.7.12/go.mod h1:/5OMpE1p0ylxtEUGY8kuCYkDRzJm9NO1TFMWjUpdevk=
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
Expand Down Expand Up @@ -273,8 +273,8 @@ 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/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.19.0 h1:l4eW1H8XLFXX9QEjrOie1o9h14zynuRA5lMrSx0lbKo=
github.com/lima-vm/lima v0.19.0/go.mod h1:YUhBhA8CyXSToiaNV0/xOBeGXSbKlFJRSFBfv9+3RsQ=
github.com/lima-vm/lima v0.20.0 h1:ifVowJNX1y93AWKyZuc7eFPCbiNCdm+N1loEzIo0JPc=
github.com/lima-vm/lima v0.20.0/go.mod h1:N8HdwkX0PjeVeoyCqOCfIDiMh4HFN7tVNgzBvMIVc8c=
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

0 comments on commit 7f0c86e

Please sign in to comment.