Skip to content

Commit 2206275

Browse files
Debianxibz
authored andcommitted
Release v0.22.0
* Since firecracker-microvm/firecracker#2125, `cargo build` doesn't build jailer by default. (#263) * Fix Benchmark Goroutine (#259) * Jailer configuration API cleanup and improved logging with Debug log level (#255) * Firecracker is internally has an instance ID, but the SDK didn't have the way to configure the ID. This change connects Config.VMID to the instance ID. (#253) * Fixed error that was not being test against in `TestWait` (#251) * Fixes issue where socket path may not be defined since the config file has yet to be loaded (#230) * Fixed error that was not being test against in `TestNewPlugin` (#225) * Download Firecracker 0.21.1 and its jailer from Makefile (#218) Signed-off-by: xibz <[email protected]>
1 parent 19055e1 commit 2206275

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.22.0
2+
* Since firecracker-microvm/firecracker#2125, `cargo build` doesn't build jailer by default. (#263)
3+
* Fix Benchmark Goroutine (#259)
4+
* Jailer configuration API cleanup and improved logging with Debug log level (#255)
5+
* Firecracker is internally has an instance ID, but the SDK didn't have the way to configure the ID. This change connects Config.VMID to the instance ID. (#253)
6+
* Fixed error that was not being test against in `TestWait` (#251)
7+
* Fixes issue where socket path may not be defined since the config file has yet to be loaded (#230)
8+
* Fixed error that was not being test against in `TestNewPlugin` (#225)
9+
* Download Firecracker 0.21.1 and its jailer from Makefile (#218)
10+
111
# 0.21.0
212
* Fixes default jailer socket and seccomp filters to be compatible with firecracker-v0.21.0 (#176)
313
* Fixes signal handling goroutine leak (#204)

0 commit comments

Comments
 (0)