Skip to content

Commit 3ad0b7b

Browse files
dianpopaandreeaflorescu
authored andcommitted
Firecracker release v0.12.0
* updated version in TOML files and API spec * ran `cargo update` * adjusted CHANGELOG.MD * enforced functional version on backtrace crate Signed-off-by: Diana Popa <[email protected]>
1 parent 369be6b commit 3ad0b7b

File tree

6 files changed

+102
-90
lines changed

6 files changed

+102
-90
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.12.0]
44

55
### Added
66
- The `/logger` API has a new field called `options`. This is an array of
77
strings that specify additional logging configurations. The only supported
88
value is `LogDirtyPages`.
99
- When the `LogDirtyPages` option is configured via `PUT /logger`, a new metric
1010
called `memory.dirty_pages` is computed as the number of pages dirtied by the
11-
guest since the last time the metric was flushed.
11+
guest since the last time the metric was flushed.
12+
- Log messages on both graceful and forceful termination.
13+
- Availability of the list of dependencies for each commit inside the code base.
14+
- Documentation on vsock experimental feature and host setup recommendations.
1215

1316
### Changed
1417

1518
- `PUT` requests on `/mmds` always return 204 on success.
1619
- `PUT` operations on `/network-interfaces` API resources no longer accept
1720
the previously required `state` parameter.
1821
- The jailer starts with `--seccomp-level=2` (was previously 0) by default.
19-
- Log messages use `anonymous-instance` as instance-id if no instance-id is set.
22+
- Log messages use `anonymous-instance` as instance id if none is specified.
23+
24+
### Fixed
25+
- Fixed crash upon instance start on hosts without 1GB huge page support.
26+
- Fixed "fault_message" inconsistency between Open API specification and code base.
27+
- Ensure MMDS compatibility with C5's IMDS implementation.
28+
- Corrected the swagger specification to ensure `OpenAPI 2.0` compatibility.
29+
2030

2131
## [0.11.0]
2232

0 commit comments

Comments
 (0)