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

Commit

Permalink
Upgrade to Firecracker v0.22.0
Browse files Browse the repository at this point in the history
Bump firecracker-go-sdk to a171aa18f6749f54178aa46ecfdf63eeb211d200

The firecracker rust API's have changed the fields for `log_fifo` -> `log_path`
and `metrics_fifo`->`metrics_path`.
Metrics have been moved to their own API call.

This change is breaking on the firecracker side, but the firecracker-go-sdk
Config has been kept backwards compatible.
  • Loading branch information
stealthybox committed Sep 21, 2020
1 parent 6f92a45 commit 03c0bb9
Show file tree
Hide file tree
Showing 146 changed files with 19,165 additions and 1,404 deletions.
3 changes: 1 addition & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ commands should now be available:
```console
$ ignite version
Ignite version: version.Info{Major:"0", Minor:"7", GitVersion:"v0.7.1", GitCommit:"...", GitTreeState:"clean", BuildDate:"...", GoVersion:"...", Compiler:"gc", Platform:"linux/amd64"}
Firecracker version: v0.21.1
Runtime: containerd
Firecracker version: v0.22.0
```

### Ignited Daemon
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ require (
github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328 // indirect
github.com/containerd/ttrpc v1.0.0 // indirect
github.com/containerd/typeurl v1.0.0 // indirect
github.com/containernetworking/plugins v0.8.5
github.com/containernetworking/plugins v0.8.6
github.com/containers/image v3.0.2+incompatible
github.com/coreos/go-iptables v0.4.5
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
github.com/docker/go-connections v0.4.0
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/firecracker-microvm/firecracker-go-sdk v0.21.1-0.20200312220944-e6eaff81c885
github.com/firecracker-microvm/firecracker-go-sdk v0.21.1-0.20200903150035-a171aa18f674
github.com/freddierice/go-losetup v0.0.0-20170407175016-fc9adea44124
github.com/go-openapi/spec v0.19.8
github.com/gogo/googleapis v1.3.2 // indirect
Expand All @@ -50,7 +50,7 @@ require (
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/vishvananda/netlink v1.1.0
github.com/weaveworks/libgitops v0.0.0-20200611103311-2c871bbbbf0c
Expand Down
102 changes: 86 additions & 16 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/FIRECRACKER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.21.1
v0.22.0
33 changes: 22 additions & 11 deletions vendor/github.com/asaskevich/govalidator/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion vendor/github.com/asaskevich/govalidator/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/asaskevich/govalidator/patterns.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/asaskevich/govalidator/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions vendor/github.com/asaskevich/govalidator/validator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion vendor/github.com/containernetworking/plugins/pkg/ns/ns_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03c0bb9

Please sign in to comment.