Skip to content

v0.3.5

Choose a tag to compare

@CMGS CMGS released this 20 Apr 06:33
· 61 commits to master since this release

Changelog

  • 25e6b7d clean up
  • 42823d9 feat: use pidfd for TOCTOU-safe process termination on Linux 5.3+
  • 58de607 fix: remove omitempty from int/bool fields that lose zero values
  • 5c634b3 fix: replace remaining os.IsNotExist with errors.Is in cni and storage
  • df01bff refactor: consolidate const/var blocks, replace os.IsNotExist with errors.Is