Skip to content

Tags: firecracker-microvm/firecracker-go-sdk

Tags

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #444 from turan18/release-v1.0.0

Release v1.0.0

v0.22.0

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 <impactbchang@gmail.com>

v0.21.0

Release 0.21.0

Signed-off-by: xibz <impactbchang@gmail.com>

v0.20.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #163 from kzys/release-0.20.0

Release 0.20.0

v0.19.0

Bump version to 0.19.0

Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com>

v0.17.0

Update to version v0.17.0

Signed-off-by: xibz <impactbchang@gmail.com>

v0.15.1

Update changelog for 0.15.1 release

Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com>

v0.15.0

Adding CHANGELOG file