Skip to content

Commit

Permalink
Merge pull request #444 from turan18/release-v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
turan18 authored Aug 31, 2022
2 parents 226c8ef + 288258c commit 1f80072
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
package firecracker

// Version represents the current version of the SDK.
const Version = "0.22.0"
const Version = "1.0.0"

0 comments on commit 1f80072

Please sign in to comment.