From 520cc7f06f9a98652fb077822f1a752da26f7bb9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 23 Nov 2022 17:36:43 -0800
Subject: [PATCH] build(deps): Bump github.com/lima-vm/lima from 0.12.0 to
0.13.0 (#40)
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.12.0 to 0.13.0.
Release notes
Sourced from github.com/lima-vm/lima's
releases.
v0.13.0
Lima
is now a CNCF Sandbox project :tada:
The slack is now moved to the #lima
channel in the CNCF
Slack.
Changes
-
nerdctl:
-
YAML:
-
QEMU:
- Enable trimming QEMU disks (#1102,
thanks to
@chrisx8
)
- Change the default
securityModel
of 9p
(experimental) from mapped-xattr
to none
, for
supporting symlinks, sacrificing the support for chown (#1110)
-
Templates:
alpine
: update alpine-lima
to 0.2.23, to
include resize2fs and growpart (#1106,
#1118,
thanks to @jandubois
)
archlinux
: update update Arch Linux to 20221015.94571
(#1127)
debian
: update Debian 11 to 20221020-1174 (#1127)
default
, ubuntu
, etc.: update Ubuntu from
22.04 to 22.10 (#1127)
experimental/{almalinux,centos-stream,oraclinux,rocky}-9
:
moved to almalinux
, centos-stream
,
oraclelinux
, rocky
(#1120)
k8s
: Update flannel from v0.19.1 to v0.20.0 (#1128,
thanks to @afbjorklund
)
podman-rootful
: add podman-rootful
(#1052,
thanks to @afbjorklund
)
singularity
, experimental/apptainer
: moved
to apptainer
(#1076,
#1081,
thanks to @afbjorklund
)
ubuntu-lts
: update Ubuntu 22.04 to release-20221018 (#1127)
-
Project:
Full changes: https://github.com/lima-vm/lima/milestone/28?closed=1
Thanks to @Nino-K
@afbjorklund
@chrisx8
@jandubois
@pendo324
@saltbo
@vmasutin
Usage
[macOS]$ limactl start
...
INFO[0029] READY. Run `lima` to open the shell.
[macOS]$ lima uname
Linux
... (truncated)
Commits
6b6073f
Merge pull request #1127
from AkihiroSuda/dev
1ec2ba5
README.ja.md: sync (2022-Oct-23)
b723985
nerdctl: update to v1.0.0
8bc33d3
templates: update Debian 11 to 20221020-1174
566f8d8
templates: update Arch Linux to 20221015.94571
b65049d
templates: update Ubuntu from 22.04 to 22.10
0adcd62
templates: update Ubuntu 22.04 to release-20221018
a5d043d
hack/test-example.sh: set DEBIAN_FRONTEND=noninteractive
2ff80c5
Merge pull request #1130
from lima-vm/dependabot/go_modules/github.com/contai...
572d827
build(deps): bump github.com/containerd/containerd from 1.6.8 to
1.6.9
- 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.12.0&new-version=0.13.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)
---
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 | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/go.mod b/go.mod
index 13d024a1a..c5324bb43 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.12.0
+ github.com/lima-vm/lima v0.13.0
github.com/onsi/ginkgo/v2 v2.5.0
github.com/onsi/gomega v1.24.1
github.com/pelletier/go-toml v1.9.5
@@ -13,7 +13,7 @@ require (
github.com/runfinch/common-tests v0.1.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/afero v1.9.2
- github.com/spf13/cobra v1.6.0
+ github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.0
github.com/xorcare/pointer v1.2.1
golang.org/x/crypto v0.1.0
diff --git a/go.sum b/go.sum
index ae25bcada..d9705b644 100644
--- a/go.sum
+++ b/go.sum
@@ -251,8 +251,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.12.0 h1:HedFwaQH7gLSia+JFZFUV0vdfjOVEU7qPHWOfcRaNj4=
-github.com/lima-vm/lima v0.12.0/go.mod h1:RPuS4RuIasryy8HWdxHMDeq1PnnpzIvW1IRpiCdCzWI=
+github.com/lima-vm/lima v0.13.0 h1:pa2O2v5DdhEawjpzSHvvT+oOhEAOKXG5j/NmWujWGF8=
+github.com/lima-vm/lima v0.13.0/go.mod h1:/TgNEBHnagF3aAQyPv4YRHUna0KRkxhvyiX2Lbm9UOg=
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
@@ -304,8 +304,9 @@ github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/spf13/afero v1.9.2 h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw=
github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
-github.com/spf13/cobra v1.6.0 h1:42a0n6jwCot1pUmomAp4T7DeMD+20LFv4Q54pxLf2LI=
github.com/spf13/cobra v1.6.0/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
+github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
+github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=
@@ -830,7 +831,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.3.0 h1:MfDY1b1/0xN1CyMlQDac0ziEy9zJQd9CXBRRDHw2jJo=
+gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o=
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=