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 7404c2b commit a653afcCopy full SHA for a653afc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.21.0
2
+* Fixes default jailer socket and seccomp filters to be compatible with firecracker-v0.21.0 (#176)
3
+* Fixes signal handling goroutine leak (#204)
4
+* Machine.Wait now will wait until firecracker has stopped before returning (#182)
5
+* Allowing passing of parsed CNI configs (#177)
6
+
7
# 0.20.0
8
* Moves the NetNS field to `Config` from `JailerConfig` (#155).
9
* Supports forcing CNI network creation (#130).
version.go
@@ -14,4 +14,4 @@
14
package firecracker
15
16
// Version represents the current version of the SDK.
17
-const Version = "0.20.0"
+const Version = "0.21.0"
0 commit comments