Skip to content

Commit 149b917

Browse files
Alexandra Iordachealxiord
authored andcommitted
Release notes for Firecracker v0.5.0
Fixes #352 Signed-off-by: Alexandra Iordache <[email protected]>
1 parent a69144e commit 149b917

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.5.0]
4+
5+
### Added
6+
7+
* Added metrics for API requests, VCPU and device actions for the serial console (UART), keyboard (i8042), block and network devices. Metrics are logged every 60 seconds.
8+
* A CPU features template for C3 is available, in addition to the one for T2.
9+
* Seccomp filters restrict Firecracker from calling any other system calls than the minimum set it needs to function properly. The filters are enabled by setting the `USE_SECCOMP` environment variable to 1 before running Firecracker.
10+
* Firecracker can be started by a new binary called `jailer`. The jailer takes as command line arguments a unique ID, the path to the Firecracker binary, the NUMA node that Firecracker will be assigned to and a uid and gid for Firecracker to run under. It sets up a chroot environment and a cgroup and calls exec to morph into Firecracker.
11+
12+
### Changed
13+
14+
* In case of failure, the metrics and the panic location are logged before aborting.
15+
* Metric values are reset with every flush.
16+
* `CPUTemplate` is now called `CpuTemplate` in order to work seamlessly with the swagger code generator for Go.
17+
* `firecracker-beta.yaml` is now called `firecracker.yaml`.
18+
19+
### Fixed
20+
* Handling was added for several untreated KVM exit scenarios, which could have led to panic.
21+
* Fixed a bug that caused Firecracker to crash when attempting to disable the IA32_DEBUG_INTERFACE MSR flag in the T2 CPU features.
22+
23+
### Removed
24+
25+
* Removed a leftover file generated by the logger unit tests.
26+
* Removed `firecracker-v1.0.yaml`.
27+
328
## [0.4.0]
429

530
### Added

0 commit comments

Comments
 (0)