Skip to content

Commit a653afc

Browse files
committed
Release 0.21.0
Signed-off-by: xibz <impactbchang@gmail.com>
1 parent 7404c2b commit a653afc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.20.0
28
* Moves the NetNS field to `Config` from `JailerConfig` (#155).
39
* Supports forcing CNI network creation (#130).

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.20.0"
17+
const Version = "0.21.0"

0 commit comments

Comments
 (0)