File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.0]
4
+
5
+ ### Added
6
+
7
+ * Firecracker uses two different named pipes to record human readable logs and metrics, respectively.
8
+
9
+ ### Changed
10
+
11
+ * Seccomp filtering can be enabled via setting the ` USE_SECCOMP ` environment variable.
12
+ * It is possible to supply only a partial specification when attaching a rate limiter (i.e. just the bandwidth or ops parameter).
13
+ * Errors related to guest network interfaces are now more detailed.
14
+
15
+ ### Fixed
16
+ * Fixed a bug that was causing Firecracker to panic whenever a PUT request was sent on an existing network interface.
17
+ * The id parameter of the jailer is required to be an RFC 4122-compliant UUID.
18
+ * Fixed an issue which caused the network RX rate limiter to be more restrictive than intended.
19
+ * API requests which contain unknown fields will generate an error.
20
+ * Fixed an issue related to high CPU utilization caused by improper KVM PIT configuration.
21
+ * It is now possible to create more than one network tun/tap interface inside a jailed Firecracker.
22
+
3
23
## [ 0.5.0]
4
24
5
25
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " firecracker"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [
" Amazon firecracker team <[email protected] >" ]
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change 1
1
swagger : " 2.0"
2
2
info :
3
- title : Firecracker v0.4 API
4
- description : Firecraker v0.4 - RESTful public-facing API.
3
+ title : Firecracker API
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.5 .0
7
+ version : 0.6 .0
8
8
termsOfService : " "
9
9
contact :
10
10
You can’t perform that action at this time.
0 commit comments