File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.7.0]
6
+
5
7
### Added
6
8
7
9
- Rate limiting functionality allows specifying an initial one time
8
10
burst size.
9
11
- Firecracker can now boot from an arbitrary boot partition by specifying
10
12
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.
11
30
12
31
## [ 0.6.0]
13
32
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " firecracker"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [
" Amazon firecracker team <[email protected] >" ]
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change 4
4
description : RESTful public-facing API.
5
5
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
6
6
The transport medium is a Unix Domain Socket.
7
- version : 0.6 .0
7
+ version : 0.7 .0
8
8
termsOfService : " "
9
9
contact :
10
10
You can’t perform that action at this time.
0 commit comments