Skip to content

Commit 3a88964

Browse files
Added missing entries in the changelog
Signed-off-by: Andreea Florescu <[email protected]>
1 parent 4000502 commit 3a88964

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

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

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

55
### Added
66

@@ -20,8 +20,8 @@
2020
### Changed
2121

2222
- Vsock API call: `PUT /vsocks/{id}` changed to `PUT /vsock` and no longer
23-
appear to support multiple vsock devices. Any subsequent calls to this API endpoint
24-
will override the previous vsock device configuration.
23+
appear to support multiple vsock devices. Any subsequent calls to this API
24+
endpoint will override the previous vsock device configuration.
2525
- Removed unused 'Halting' and 'Halted' instance states.
2626

2727
### Fixed
@@ -30,6 +30,12 @@
3030
- Upon panic, the terminal is now reset to canonical mode.
3131
- Explicit error upon failure of vsock device creation.
3232
- The failure message returned by an API call is flushed in the log FIFOs.
33+
- Insert virtio devices in the FDT in order of their addresses sorted from
34+
low to high.
35+
- Enforce the maximum length of the network interface name to be 16 chars as
36+
specified in the Linux Kernel.
37+
- Changed the vsock property `id` to `vsock_id` so that the API client can be
38+
successfully generated from the swagger definition.
3339

3440
## [0.18.0]
3541

0 commit comments

Comments
 (0)