Skip to content

Commit 288258c

Browse files
committed
Release v1.0.0
Signed-off-by: Yasin Turan <turyasin@amazon.com>
1 parent 226c8ef commit 288258c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.0.0
2+
* Added support for MMDS version 2. (#441)
3+
* Added support for set drive IO engine type. (#411)
4+
* Added support for get Firecracker version. (#410)
5+
* Added a DriveOpt func for configuring CacheType. (#401)
6+
* Added GetExportVMConfig to read the /vm/config endpoint. (#400)
7+
* Added ability to allow passing cgroup-version to jailer. (#399)
8+
* Added support for the MMDS configuration. (#290)
9+
* Added PauseVM, ResumeVM, CreateSnapshot and LoadSnapshot capabilities. (#278) (#414)
10+
* Fixed InitrdPath usage. (#295)
11+
112
# 0.22.0
213
* Since firecracker-microvm/firecracker#2125, `cargo build` doesn't build jailer by default. (#263)
314
* Fix Benchmark Goroutine (#259)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
package firecracker
1515

1616
// Version represents the current version of the SDK.
17-
const Version = "0.22.0"
17+
const Version = "1.0.0"

0 commit comments

Comments
 (0)