Skip to content

Commit a025b7c

Browse files
committed
Upgrade firecracker from 1.4.0 to 1.4.1
Signed-off-by: Tony Fang <[email protected]>
1 parent 73ce43b commit a025b7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ UID = $(shell id -u)
2929
GID = $(shell id -g)
3030

3131
# Version has to be in format of vx.x.x
32-
firecracker_version=v1.4.0
32+
firecracker_version=v1.4.1
3333

3434
# The below files are needed and can be downloaded from the internet
3535
release_url=https://github.com/firecracker-microvm/firecracker/releases/download/$(firecracker_version)/firecracker-$(firecracker_version)-$(arch).tgz

client/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
The API is accessible through HTTP calls on specific URLs
66
carrying JSON modeled data.
77
The transport medium is a Unix Domain Socket.
8-
version: 1.4.0
8+
version: 1.4.1
99
termsOfService: ""
1010
contact:
1111

examples/cmd/snapshotting/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# permissions and limitations under the License.
1313

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

1717
ARCH=$(shell uname -m)
1818
GID = $(shell id -g)

0 commit comments

Comments
 (0)