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 11# Changelog
22
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+
323## [ 0.5.0]
424
525### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " firecracker"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
" Amazon firecracker team <[email protected] >" ]
55
66[dependencies ]
Original file line number Diff line number Diff line change 11swagger : " 2.0"
22info :
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.
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.5 .0
7+ version : 0.6 .0
88 termsOfService : " "
99 contact :
1010
You can’t perform that action at this time.
0 commit comments