File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 0.19.0 ]
44
55### Added
66
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
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
You can’t perform that action at this time.
0 commit comments