Releases: kata-containers/cgroups-rs
Releases · kata-containers/cgroups-rs
v0.3.4
What's Changed
- memory: use
peak
inmax_usage_in_bytes
by @HeRaNO in #126 - Support setting max memory limit in cgroup v2 by @mzweilz in #129
- make musl cgroupv2 identifying same as other target_envs by @nrxus in #127
- release: v0.3.4 by @Tim-Zhang in #130
New Contributors
- @HeRaNO made their first contribution in #126
- @mzweilz made their first contribution in #129
- @nrxus made their first contribution in #127
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- gha: Bump Rust version to 1.69.0 by @justxuewei in #119
- devices: Throw an error if device resources are invalid by @justxuewei in #118
- Minor changes for cgroup and devices subsystem by @justxuewei in #121
- add .path() method by @fprasx in #120
- release: v0.3.3 by @justxuewei in #122
New Contributors
- @justxuewei made their first contribution in #119
- @fprasx made their first contribution in #120
Full Changelog: v0.3.2...v0.3.3
0.3.2
What's Changed
- Determine cgroup mode in add_task() by @yaoyinnan in #104
- Fix HugeTlbController::limit_in_bytes() for v2 by @gkurz in #113
- release: v0.3.2 by @Tim-Zhang in #114
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- error: replace cause method with source by @jongwu in #108
- blkio: add discard field to IoService by @liubin in #110
- Fixed documentation for cpu quota and period by @amitlevy in #105
- release: v0.3.1 by @Tim-Zhang in #111
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Basic cgroup v2 support
This release will add basic cgroup v2 support.