We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddb70c commit ff4f388Copy full SHA for ff4f388
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Fixes bug where context was not being used at all during startVM (#86)
5
* Updates the jailer's socket path to point to the unix socket in the jailer's workspace (#86)
6
* Fixes bug where default socketpath would always be used when not using jailer (#84).
7
+* Update for compatibility with Firecracker 0.17.x
8
9
# 0.15.1
10
version.go
@@ -14,4 +14,4 @@
14
package firecracker
15
16
// Version represents the current version of the SDK.
17
-const Version = "0.15.1"
+const Version = "0.17.0"
0 commit comments