Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: xibz <[email protected]>
  • Loading branch information
xibz committed Mar 3, 2020
1 parent 7404c2b commit a653afc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.21.0
* Fixes default jailer socket and seccomp filters to be compatible with firecracker-v0.21.0 (#176)
* Fixes signal handling goroutine leak (#204)
* Machine.Wait now will wait until firecracker has stopped before returning (#182)
* Allowing passing of parsed CNI configs (#177)

# 0.20.0
* Moves the NetNS field to `Config` from `JailerConfig` (#155).
* Supports forcing CNI network creation (#130).
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
package firecracker

// Version represents the current version of the SDK.
const Version = "0.20.0"
const Version = "0.21.0"

0 comments on commit a653afc

Please sign in to comment.