Skip to content

Commit 1585aa9

Browse files
committed
Release 0.6.0
Signed-off-by: Diana Popa <[email protected]>
1 parent 18f9ecb commit 1585aa9

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

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.5.0"
3+
version = "0.6.0"
44
authors = ["Amazon firecracker team <[email protected]>"]
55

66
[dependencies]

api_server/swagger/firecracker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
swagger: "2.0"
22
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.
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

0 commit comments

Comments
 (0)