Skip to content

Commit

Permalink
Upgrade firecracker from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Fang <nhfang@amazon.com>
  • Loading branch information
fangn2 committed Aug 9, 2023
1 parent 73ce43b commit a025b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UID = $(shell id -u)
GID = $(shell id -g)

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

# The below files are needed and can be downloaded from the internet
release_url=https://github.com/firecracker-microvm/firecracker/releases/download/$(firecracker_version)/firecracker-$(firecracker_version)-$(arch).tgz
Expand Down
2 changes: 1 addition & 1 deletion client/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
The API is accessible through HTTP calls on specific URLs
carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 1.4.0
version: 1.4.1
termsOfService: ""
contact:
email: "compute-capsule@amazon.com"
Expand Down
2 changes: 1 addition & 1 deletion examples/cmd/snapshotting/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# permissions and limitations under the License.

RELEASE_URL=https://github.com/firecracker-microvm/firecracker/releases
VER=v1.4.0
VER=v1.4.1

ARCH=$(shell uname -m)
GID = $(shell id -g)
Expand Down

0 comments on commit a025b7c

Please sign in to comment.