Skip to content

Releases: edera-dev/krata

v0.0.21

03 Sep 21:24
a320efa
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

v0.0.20

29 Aug 02:00
3cb0e21
Compare
Choose a tag to compare

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
f1e3d59
Compare
Choose a tag to compare

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
adb7b29
Compare
Choose a tag to compare

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
1d75dfb
Compare
Choose a tag to compare

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
1dca770
Compare
Choose a tag to compare

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
d469da4
Compare
Choose a tag to compare

Fixed

  • (zone) waitpid should be limited when no child processes exist (fixes #304) (#305)

v0.0.14

06 Aug 01:16
08b30c2
Compare
Choose a tag to compare

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

19 Jul 06:43
398e555
Compare
Choose a tag to compare

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

v0.0.12

12 Jul 23:45
07cceed
Compare
Choose a tag to compare
chore: Release package krata version 0.0.12