v3.0.0
What's Changed
- Use google.golang.org/protobuf instead of github.com/gogo/protobuf by @kzys in #220
- Swap 'retryingWriteFile' for os.WriteFile by @dcantah in #252
- Retry on EINVAL like runc by @kzys in #250
- Rename the package to github.com/containerd/cgroups/v2 by @kzys in #251
- Add containerd project checks to CI by @austinvazquez in #256
- Add cgroup1/ to make cgroup1 and cgroup2 symmmetric by @kzys in #255
- Rename the package to github.com/containerd/cgroups/v3 by @kzys in #257
- Make cgroup1.Load and cgroup2.Load closer by @kzys in #259
- spelling: deault -> default by @dcantah in #264
- cgroup2: Don't retry on EINTR by @dcantah in #262
- cgroup2: Add Kill method to manager by @dcantah in #263
- cg1: Clarify MemoryEvent comments by @dcantah in #266
Full Changelog: v1.1.0...v3.0.0