From 26b7b094814db88d500621b581ba8d6f676a21bc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Dec 2022 12:55:24 -0800
Subject: [PATCH] build(deps): Bump github.com/lima-vm/lima from 0.14.1 to
0.14.2 (#130)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from
0.14.1 to 0.14.2.
Release notes
Sourced from github.com/lima-vm/lima's
releases.
v0.14.2
Changes
-
VZ:
- Fix
NSInvalidArgumentException
on headless hosts, such
as EC2 mac2.metal
(#1261)
-
limactl
CLI:
limactl start
: support reading template from stdin
(limactl start --name=NAME --tty=false -
) (#1250,
thanks to @deitch
)
limactl info
: add vmTypes []string
to the
JSON output (#1262)
-
Templates:
- Arch Linux: update to 20221215.111177 (#1257)
Full changes: https://github.com/lima-vm/lima/milestone/32?closed=1
Thanks to @deitch
Usage
[macOS]$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.
[macOS]$ lima uname
Linux
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/3766201229
The sha256sum of the SHA256SUMS file itself is
682c7d5e520914cc513d8af440de9ea3608817bbb475a45e893e238b7d14d0af
.
Commits
f8f3a7b
Merge pull request #1261
from AkihiroSuda/vz-remove-spice
c437a9d
vz: remove spice
a92ddad
Merge pull request #1262
from AkihiroSuda/info-vmtypes
153d455
limactl info: add vmTypes []string
ade4a37
Merge pull request #1254
from lima-vm/dependabot/go_modules/github.com/goccy/...
07c7e3c
build(deps): bump github.com/goccy/go-yaml from 1.9.7 to 1.9.8
333276b
Merge pull request #1255
from lima-vm/dependabot/go_modules/github.com/contai...
224c965
Merge pull request #1250
from deitch/template-stdin
ba10858
build(deps): bump github.com/containerd/containerd from 1.6.12 to
1.6.14
2b516bb
Merge pull request #1257
from AkihiroSuda/dev
- Additional commits viewable in compare
view
[![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.14.1&new-version=0.14.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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 4 ++--
go.sum | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/go.mod b/go.mod
index b800cae11..e9c778171 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.18
require (
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.5.0
- github.com/lima-vm/lima v0.14.1
+ github.com/lima-vm/lima v0.14.2
github.com/onsi/ginkgo/v2 v2.6.1
github.com/onsi/gomega v1.24.2
github.com/pelletier/go-toml v1.9.5
@@ -44,7 +44,7 @@ require (
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
- github.com/goccy/go-yaml v1.9.7 // indirect
+ github.com/goccy/go-yaml v1.9.8 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148 // indirect
diff --git a/go.sum b/go.sum
index a27ad4377..9a5d7748a 100644
--- a/go.sum
+++ b/go.sum
@@ -209,8 +209,8 @@ github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7a
github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
-github.com/goccy/go-yaml v1.9.7 h1:D/Vx+JITklB1ugSkncB4BNR67M3X6AKs9+rqVeo3ddw=
-github.com/goccy/go-yaml v1.9.7/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXKkTfoE=
+github.com/goccy/go-yaml v1.9.8 h1:5gMyLUeU1/6zl+WFfR1hN7D2kf+1/eRGa7DFtToiBvQ=
+github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXKkTfoE=
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/gofrs/flock v0.8.0/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU=
@@ -388,8 +388,8 @@ 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/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
-github.com/lima-vm/lima v0.14.1 h1:LZZ61MiQeB0Laun/jgaNWBFYvJDQK+Z4zTfXo5LKv4g=
-github.com/lima-vm/lima v0.14.1/go.mod h1:zi5fFSF3yKj/lOldUJ01oN1hQEVC0oCPy9D7AUh7noA=
+github.com/lima-vm/lima v0.14.2 h1:a5kI3worMG/qCfbak+tqHMXrbA2mHlM4BsXcy0UCZdw=
+github.com/lima-vm/lima v0.14.2/go.mod h1:0fr835M8HKbYzpEDcgeK5sPcbjlEe2YV6HcjYvv06q4=
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2/go.mod h1:SWzULI85WerrFt3u+nIm5F9l7EvxZTKQvd0InF3nmgM=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=