Skip to content

Commit 1f80072

Browse files
authored
Merge pull request #444 from turan18/release-v1.0.0
Release v1.0.0
2 parents 226c8ef + 288258c commit 1f80072

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
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

+1-1
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)