Skip to content

Commit cb03b28

Browse files
committed
release v0.7.0 - Updated Firecracker version and CHANGELOG.md
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent 2efb8d7 commit cb03b28

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,31 @@
22

33
## [Unreleased]
44

5+
## [0.7.0]
6+
57
### Added
68

79
- Rate limiting functionality allows specifying an initial one time
810
burst size.
911
- Firecracker can now boot from an arbitrary boot partition by specifying
1012
its unique id in the driver's API call.
13+
- Block device rescan is triggered via a PUT `/actions` with the drive ID in the
14+
action body's `payload` field and the `action_type` field set to
15+
`BlockDeviceRescan`.
16+
17+
### Changed
18+
19+
- Removed `noapic` from the default guest kernel command line.
20+
- The `action_id` parameter is no longer required for synchronous PUT requests
21+
to `/actions`.
22+
- PUT requests are no longer allowed on `/drives` resources after the guest
23+
has booted.
24+
25+
### Fixed
26+
27+
- Fixed guest instance kernel loader to accelerate vCPUs launch and consequently
28+
guest kernel boot.
29+
- Fixed network emulation to improve IO performance.
1130

1231
## [0.6.0]
1332

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55

66
[dependencies]

api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: RESTful public-facing API.
55
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
66
The transport medium is a Unix Domain Socket.
7-
version: 0.6.0
7+
version: 0.7.0
88
termsOfService: ""
99
contact:
1010

0 commit comments

Comments
 (0)