Skip to content

v0.5.1

Compare
Choose a tag to compare
@distorhead distorhead released this 15 Jun 09:36
· 240 commits to main since this release
8ebddce

Changelog

  • [kubedog cmd] Suppress klog as in werf.
  • Fix multitracker exited before ready issue
    • Context cancelled error was not suppressed properly in lowlevel pod-tracker and was ignored in multitracker.
  • Fix pod tracker panic
    • Remove map shared by multiple goroutines, use channel to pass container state from the parent routing to the child routines instead.
  • [docs] Update install links.

Installation