File tree Expand file tree Collapse file tree 6 files changed +102
-90
lines changed Expand file tree Collapse file tree 6 files changed +102
-90
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments