Skip to content

Commit ff4f388

Browse files
author
Noah Meyerhans
committed
Update CHANGELOG and version.go
Indicate support for firecracker 0.17.x Signed-off-by: Noah Meyerhans <[email protected]>
1 parent 3ddb70c commit ff4f388

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Fixes bug where context was not being used at all during startVM (#86)
55
* Updates the jailer's socket path to point to the unix socket in the jailer's workspace (#86)
66
* Fixes bug where default socketpath would always be used when not using jailer (#84).
7+
* Update for compatibility with Firecracker 0.17.x
78

89
# 0.15.1
910

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
package firecracker
1515

1616
// Version represents the current version of the SDK.
17-
const Version = "0.15.1"
17+
const Version = "0.17.0"

0 commit comments

Comments
 (0)