Releases: edera-dev/krata
Releases · edera-dev/krata
v0.0.23
Other
- update Cargo.toml dependencies
v0.0.21
Other
- update Cargo.lock dependencies
v0.0.20
Added
- (krata) implement network reservation list (#366)
- (zone-exec) implement terminal resize support (#363)
Other
- update Cargo.toml dependencies
v0.0.19
Added
- (config) write default config to config.toml on startup (#356)
- (ctl) add --format option to host status and improve cpu topology format (#355)
Fixed
- (zone-exec) ensure that the underlying process is killed when rpc is closed (#361)
- (rpc) rename HostStatus to GetHostStatus (#360)
- (console) don't replay history when attaching to the console (#358)
- (zone-exec) catch panic errors and show all errors immediately (#359)
Other
- (control) split out all of the rpc calls into their own files (#357)
v0.0.18
Added
- (zone) kernel command line control on launch (#351)
- (xen-preflight) test for hypervisor presence explicitly and error if missing (#347)
Fixed
- (network) allocate host ip from allocation pool (#353)
- (daemon) turn off trace logging (#352)
Other
- Add support for reading hypervisor console (#344)
- (ctl) move logic for branching ctl run steps into ControlCommands (#342)
- update Cargo.toml dependencies
v0.0.17
Added
- (krata) first pass on cpu hotplug support (#340)
- (exec) implement tty support (fixes #335) (#336)
- (krata) dynamic resource allocation (closes #298) (#333)
Other
- update Cargo.toml dependencies
v0.0.16
Added
- (krata) prepare for workload rework (#276)
Fixed
- (idm) reimplement packet processing algorithm (#330)
- (power-trap-eacces) gracefully handle hypercall errors in power management (#325)
Other
- (o11y) add more debug logs to daemon & runtime (#318)
v0.0.15
Fixed
- (zone) waitpid should be limited when no child processes exist (fixes #304) (#305)
v0.0.14
Added
- (oci) use local index as resolution cache when appropriate, fixes #289 (#294)
Fixed
- (idm) process all idm messages in the same frame and use childwait exit notification for exec (fixes #290) (#302)
Other
- init: mount /proc with hidepid=1 (#277)
- update Cargo.toml dependencies
v0.0.13
Added
- (kratactl) rework cli to use subcommands (#268)
- (krata) rename guest to zone (#266)
Other
- (deps) upgrade dependencies, fix hyper io traits issue (#252)
- update Cargo.lock dependencies
- update Cargo.toml dependencies