|
4 | 4 |
|
5 | 5 | ### Added
|
6 | 6 |
|
7 |
| -- New device: virtio-vsock, backed by Unix domain sockets. See |
8 |
| - `docs/vsock.md`. |
| 7 | +- New device: virtio-vsock, backed by Unix domain sockets (GitHub issue #650). |
| 8 | + See `docs/vsock.md`. |
9 | 9 |
|
10 | 10 | ### Fixed
|
11 | 11 |
|
12 |
| -- Corrected firecracker-experimental.yaml indentation issues that |
13 |
| - prevented code generation. |
14 | 12 | - Updated the documentation for integration tests.
|
| 13 | +- Fixed high CPU usage before guest network interface is brought up (GitHub |
| 14 | + issue #1049). |
| 15 | +- Fixed an issue that caused the wrong date (month) to appear in the log. |
| 16 | +- Fixed a bug that caused the seccomp filter to reject legit syscalls in some |
| 17 | + rare cases (GitHub issue #1206). |
| 18 | +- Docs: updated the production host setup guide. |
| 19 | +- Docs: updated the rootfs and kernel creation guide. |
15 | 20 |
|
16 | 21 | ### Removed
|
17 | 22 | - Removed experimental support for vhost-based vsock devices.
|
|
28 | 33 | the process upon intercepting the signal.
|
29 | 34 | - Added documentation for signal handling utilities.
|
30 | 35 | - Added [alpha] aarch64 support.
|
31 |
| -- Added metrics for successful read and write operations of MMDS, Net and Block devices. |
| 36 | +- Added metrics for successful read and write operations of MMDS, Net and Block |
| 37 | + devices. |
32 | 38 |
|
33 | 39 | ### Changed
|
34 | 40 |
|
|
58 | 64 | in favor of individual classic command-line parameters.
|
59 | 65 | - When running with `jailer` the location of the API socket has changed to
|
60 | 66 | `<jail-root-path>/api.socket` (API socket was moved _inside_ the jail).
|
61 |
| -- `PUT` and `PATCH` requests on `/mmds` with data containing any value type other |
62 |
| - than `String`, `Array`, `Object` will return status code 400. |
| 67 | +- `PUT` and `PATCH` requests on `/mmds` with data containing any value type |
| 68 | + other than `String`, `Array`, `Object` will return status code 400. |
63 | 69 | - Improved multiple error messages.
|
64 | 70 | - Removed all kernel modules from the recommended kernel config.
|
65 | 71 |
|
|
167 | 173 | called `memory.dirty_pages` is computed as the number of pages dirtied by the
|
168 | 174 | guest since the last time the metric was flushed.
|
169 | 175 | - Log messages on both graceful and forceful termination.
|
170 |
| -- Availability of the list of dependencies for each commit inside the code base. |
| 176 | +- Availability of the list of dependencies for each commit inside the code |
| 177 | + base. |
171 | 178 | - Documentation on vsock experimental feature and host setup recommendations.
|
172 | 179 |
|
173 | 180 | ### Changed
|
|
0 commit comments