Releases: edera-dev/krata
Releases · edera-dev/krata
v0.0.24
14 Dec 23:58
Compare
Sorry, something went wrong.
No results found
Added
(xen) update xenclient and xenplatform to the latest structure (#433 )
(xencall) improve asynchronous support (#430 )
(evtchn) harden evtchn handling and improve api (#431 )
(xenstore) multi-watch and maybe-commit support (#429 )
Fixed
(xenclient) examples should use supported platform
(xenclient) boot example should use unsupported platform on aarch64
(xenplatform) e820 sanitize should now produce valid mappings
(xenplatform) use cfg attributes for returning supported platforms
Other
(deps) upgrade dependencies and clean code (#432 )
update Cargo.toml dependencies
v0.0.23
17 Sep 04:25
Compare
Sorry, something went wrong.
No results found
Other
update Cargo.toml dependencies
v0.0.21
03 Sep 21:24
Compare
Sorry, something went wrong.
No results found
Other
update Cargo.lock dependencies
v0.0.20
29 Aug 02:00
Compare
Sorry, something went wrong.
No results found
Added
(krata) implement network reservation list (#366 )
(zone-exec) implement terminal resize support (#363 )
Other
update Cargo.toml dependencies
v0.0.19
26 Aug 01:47
Compare
Sorry, something went wrong.
No results found
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
22 Aug 23:53
Compare
Sorry, something went wrong.
No results found
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
15 Aug 19:16
Compare
Sorry, something went wrong.
No results found
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
14 Aug 06:45
Compare
Sorry, something went wrong.
No results found
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
06 Aug 03:58
Compare
Sorry, something went wrong.
No results found
Fixed
(zone) waitpid should be limited when no child processes exist (fixes #304 ) (#305 )
v0.0.14
06 Aug 01:16
Compare
Sorry, something went wrong.
No results found
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