Skip to content

Commit f27894a

Browse files
committed
release v0.18.0: changelog update
Updated `CHANGELOG.md` with the user-facing changes merged since v0.17.0. Signed-off-by: Dan Horobeanu <[email protected]>
1 parent e7df471 commit f27894a

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44

55
### Added
66

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`.
99

1010
### Fixed
1111

12-
- Corrected firecracker-experimental.yaml indentation issues that
13-
prevented code generation.
1412
- 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.
1520

1621
### Removed
1722
- Removed experimental support for vhost-based vsock devices.
@@ -28,7 +33,8 @@
2833
the process upon intercepting the signal.
2934
- Added documentation for signal handling utilities.
3035
- 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.
3238

3339
### Changed
3440

@@ -58,8 +64,8 @@
5864
in favor of individual classic command-line parameters.
5965
- When running with `jailer` the location of the API socket has changed to
6066
`<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.
6369
- Improved multiple error messages.
6470
- Removed all kernel modules from the recommended kernel config.
6571

@@ -167,7 +173,8 @@
167173
called `memory.dirty_pages` is computed as the number of pages dirtied by the
168174
guest since the last time the metric was flushed.
169175
- 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.
171178
- Documentation on vsock experimental feature and host setup recommendations.
172179

173180
### Changed

0 commit comments

Comments
 (0)