Releases: opencontainers/cgroups
Releases · opencontainers/cgroups
v0.0.6
What's Changed
- config: switch PidsLimit to *int64 by @cyphar in #48
- fs2: add iocost statistics by @tiljeset in #43
- systemd: retry when the dbus connection returns EAGAIN by @jianghao65536 in #45
- fs: fix/improve cpuacct.usage_all parsing by @kolyshkin in #50
New Contributors
- @cyphar made their first contribution in #48
- @tiljeset made their first contribution in #43
- @jianghao65536 made their first contribution in #45
Full Changelog: v0.0.5...v0.0.6
Signed-off-by: Aleksa Sarai cyphar@cyphar.com
v0.0.5
What's Changed
- Implement AddPid for cgroup managers by @kolyshkin in #26
- ci: bump golangci-lint to v2.4.x by @kolyshkin in #29
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #27
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #40
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- fs2: Fix statHugeTlb error when rsvd usage is present by @gavinkflam in #24
- ci: bump golangci-lint, golangci-lint-action by @kolyshkin in #23
- fs2: ignore no device error when reading freezer state by @lifubang in #25
New Contributors
- @gavinkflam made their first contribution in #24
- @lifubang made their first contribution in #25
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- ConvertCPUSharesToCgroupV2Value: improve by @kolyshkin in #20
- Add .github/dependabot.yml by @kolyshkin in #15
- Remove annotations from Resources (fixes a regression introduced in v0.0.2) by @kolyshkin in #22
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Added:
Changed:
- Mark some fields with
omitemptyJSON attribute. (#9) - Modernize code by using new Go features. (#13)
- CI: switch to golangci-lint v2. (#12)
Fixed:
- systemd: write rounded CPU quota to cgroupfs. (#4)
Thanks to the following contributors who made this release possible:
- Akihiro Suda akihiro.suda.cz@hco.ntt.co.jp
- Hironori Shiina shiina.hironori@gmail.com
- Kir Kolyshkin kolyshkin@gmail.com
- Zou Nengren zouyee1989@gmail.com
Full Changelog: v0.0.1...v0.0.2
Initial release
This is the initial release of github.com/opencontainers/cgroups, which is moved from
its old home at github.com/opencontainers/runc/libcontainer/cgroups according to
the plan outlined in https://github.com/opencontainers/tob/blob/main/proposals/cgroups.md.