Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 89b4ed9

Browse files
authored
Merge pull request #692 from stealthybox/fc-0-22
Signed-off-by: leigh capili <leigh@null.net>
2 parents d52f9ef + d2a9999 commit 89b4ed9

File tree

163 files changed

+18205
-1572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+18205
-1572
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ commands should now be available:
121121
```console
122122
$ ignite version
123123
Ignite version: version.Info{Major:"0", Minor:"8", GitVersion:"v0.8.0", GitCommit:"...", GitTreeState:"clean", BuildDate:"...", GoVersion:"...", Compiler:"gc", Platform:"linux/amd64"}
124-
Firecracker version: v0.21.1
124+
Firecracker version: v0.22.1
125125
Runtime: containerd
126126
```
127127

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ require (
2222
github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328 // indirect
2323
github.com/containerd/ttrpc v1.0.0 // indirect
2424
github.com/containerd/typeurl v1.0.0 // indirect
25-
github.com/containernetworking/plugins v0.8.5
25+
github.com/containernetworking/plugins v0.8.7
2626
github.com/containers/image v3.0.2+incompatible
2727
github.com/coreos/go-iptables v0.4.5
2828
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
2929
github.com/docker/go-connections v0.4.0
3030
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
31-
github.com/firecracker-microvm/firecracker-go-sdk v0.21.1-0.20200312220944-e6eaff81c885
31+
github.com/firecracker-microvm/firecracker-go-sdk v0.22.0
3232
github.com/freddierice/go-losetup v0.0.0-20170407175016-fc9adea44124
3333
github.com/go-openapi/spec v0.19.8
3434
github.com/gogo/googleapis v1.3.2 // indirect
@@ -46,10 +46,10 @@ require (
4646
github.com/pkg/errors v0.9.1
4747
github.com/pkg/sftp v1.11.0
4848
github.com/prometheus/client_golang v1.5.1
49-
github.com/sirupsen/logrus v1.6.0
49+
github.com/sirupsen/logrus v1.7.0
5050
github.com/spf13/cobra v1.0.0
5151
github.com/spf13/pflag v1.0.5
52-
github.com/stretchr/testify v1.5.1
52+
github.com/stretchr/testify v1.6.1
5353
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
5454
github.com/vishvananda/netlink v1.1.0
5555
github.com/weaveworks/libgitops v0.0.0-20200611103311-2c871bbbbf0c

go.sum

Lines changed: 94 additions & 18 deletions
Large diffs are not rendered by default.

hack/FIRECRACKER_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.21.1
1+
v0.22.1

vendor/github.com/asaskevich/govalidator/README.md

Lines changed: 22 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/error.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/patterns.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/types.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/asaskevich/govalidator/validator.go

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containernetworking/cni/libcni/api.go

Lines changed: 50 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)