v3.0.2
What's Changed
- gof(ump)t code and update some dependencies by @thaJeztah in #268
- cg2: syscall -> x/sys/unix by @dcantah in #269
- cg2: Add ability to set type by @dcantah in #270
- Add Go 1.20 support by @austinvazquez in #271
- Add Golangci-lint to CI by @austinvazquez in #272
- Docs: Add section on setting/getting cgroup2 type by @dcantah in #273
- Reduce allocs in ReadUint64 by pre-allocating byte buffer by @manugupt1 in #278
- cgroup2: rm/simplify some code by @kolyshkin in #283
- Cgroup2: Testify all tests by @dcantah in #285
- Cgroup2: Cleanup procs in TestKill by @dcantah in #286
- Upgrade actions/setup-go to v4 in CI workflow by @austinvazquez in #288
- cgroup2: only enable the cpuset controller if cpus or mems is specified by @zhuangqh in #293
- Cgroup2: Reduce allocations for
manager.Stat
by @dcantah in #281 - Cgroup2: Remove lingering cgroups after tests by @dcantah in #282
- Improve performance by for pid stats (cgroups1) re-using readuint by @manugupt1 in #291
- cgroup1 delete: proceed to the next subsystem when a cgroup is not found by @singholt in #296
New Contributors
- @manugupt1 made their first contribution in #278
- @zhuangqh made their first contribution in #293
- @singholt made their first contribution in #296
Full Changelog: v3.0.1...v3.0.2