Skip to content

GRR v0.6.0

Compare
Choose a tag to compare
@garden-gnome garden-gnome released this 25 Aug 15:20
· 3173 commits to develop since this release

Mostly a bug-fixin'-and-PR-mergin' release. Enjoy, get it while it's hot!

  • Improve handling of re-attaching to processes after restart
  • Fix bug where output was lost if a process exited while writing to a TTY
  • Make semantics of Lookup match garden-linux to avoid flakes in other components (specific Lookup pretends not to know about containers until Create has returned successfully)
  • PR: Don't run internal ("kawasaki") networker if an external network plugin path has been provided (enables container-to-container networking plugin to be tried experimentally in production), thanks @rosenhouse!
  • PR: Support for execveat syscall in case of ppc64 arch, thanks @barthy1!
  • PR: Remove destination filter from MASQUERADE rules, thanks @geofffranks!
  • PR: Increase max keyrings from 500 to 1000000, thanks @RochesterinNYC!
  • PR: Make rootfs a parameter to be passed in to guardian ifrit runner, thanks @nimakaviani & @jenspinney!