From 288258ce96e549960d7a3d565878facbafa4ee1a Mon Sep 17 00:00:00 2001 From: Yasin Turan Date: Tue, 30 Aug 2022 19:50:04 +0000 Subject: [PATCH] Release v1.0.0 Signed-off-by: Yasin Turan --- CHANGELOG.md | 11 +++++++++++ version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6941c917..0e0fa8e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.0.0 +* Added support for MMDS version 2. (#441) +* Added support for set drive IO engine type. (#411) +* Added support for get Firecracker version. (#410) +* Added a DriveOpt func for configuring CacheType. (#401) +* Added GetExportVMConfig to read the /vm/config endpoint. (#400) +* Added ability to allow passing cgroup-version to jailer. (#399) +* Added support for the MMDS configuration. (#290) +* Added PauseVM, ResumeVM, CreateSnapshot and LoadSnapshot capabilities. (#278) (#414) +* Fixed InitrdPath usage. (#295) + # 0.22.0 * Since firecracker-microvm/firecracker#2125, `cargo build` doesn't build jailer by default. (#263) * Fix Benchmark Goroutine (#259) diff --git a/version.go b/version.go index 3f504c64..a3206217 100644 --- a/version.go +++ b/version.go @@ -14,4 +14,4 @@ package firecracker // Version represents the current version of the SDK. -const Version = "0.22.0" +const Version = "1.0.0"