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 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.12.0 ]
4
4
5
5
### Added
6
6
- The ` /logger ` API has a new field called ` options ` . This is an array of
7
7
strings that specify additional logging configurations. The only supported
8
8
value is ` LogDirtyPages ` .
9
9
- When the ` LogDirtyPages ` option is configured via ` PUT /logger ` , a new metric
10
10
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.
12
15
13
16
### Changed
14
17
15
18
- ` PUT ` requests on ` /mmds ` always return 204 on success.
16
19
- ` PUT ` operations on ` /network-interfaces ` API resources no longer accept
17
20
the previously required ` state ` parameter.
18
21
- 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
+
20
30
21
31
## [ 0.11.0]
22
32
You can’t perform that action at this time.
0 commit comments