v0.3.5
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