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 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.19.0 ]
4
4
5
5
### Added
6
6
20
20
### Changed
21
21
22
22
- 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.
25
25
- Removed unused 'Halting' and 'Halted' instance states.
26
26
27
27
### Fixed
30
30
- Upon panic, the terminal is now reset to canonical mode.
31
31
- Explicit error upon failure of vsock device creation.
32
32
- 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.
33
39
34
40
## [ 0.18.0]
35
41
You can’t perform that action at this time.
0 commit comments