Skip to content

Commit

Permalink
Upgrade firecracker to 1.4.0
Browse files Browse the repository at this point in the history
1. Pull swagger specs from firecracker
2. `go generate` to rebuild the client
3. Upgrade version in the Makefile

Signed-off-by: Tony Fang <nhfang@amazon.com>
  • Loading branch information
fangn2 committed Aug 7, 2023
1 parent 2e09014 commit 73ce43b
Show file tree
Hide file tree
Showing 14 changed files with 895 additions and 13 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ JAILER_BIN=$(FC_TEST_DATA_PATH)/jailer-main
UID = $(shell id -u)
GID = $(shell id -g)

# Version has to be in format of vx.x.x
firecracker_version=v1.4.0

# The below files are needed and can be downloaded from the internet
Expand Down
39 changes: 39 additions & 0 deletions client/models/cpu_config.go

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

19 changes: 17 additions & 2 deletions client/models/cpu_template.go

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

84 changes: 84 additions & 0 deletions client/models/entropy_device.go

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

2 changes: 1 addition & 1 deletion client/models/machine_configuration.go

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

66 changes: 64 additions & 2 deletions client/operations/operations_client.go

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

0 comments on commit 73ce43b

Please sign in to comment.