Skip to content

Commit

Permalink
Release v0.22.0
Browse files Browse the repository at this point in the history
* Since firecracker-microvm/firecracker#2125, `cargo build` doesn't build jailer by default. (firecracker-microvm#263)
* Fix Benchmark Goroutine (firecracker-microvm#259)
* Jailer configuration API cleanup and improved logging with Debug log level (firecracker-microvm#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. (firecracker-microvm#253)
* Fixed error that was not being test against in `TestWait` (firecracker-microvm#251)
* Fixes issue where socket path may not be defined since the config file has yet to be loaded (firecracker-microvm#230)
* Fixed error that was not being test against in `TestNewPlugin` (firecracker-microvm#225)
* Download Firecracker 0.21.1 and its jailer from Makefile (firecracker-microvm#218)

Signed-off-by: xibz <[email protected]>
  • Loading branch information
Debian authored and xibz committed Oct 23, 2020
1 parent 19055e1 commit 2206275
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.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)

# 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)
Expand Down

0 comments on commit 2206275

Please sign in to comment.