Skip to content

Releases: opencontainers/cgroups

v0.0.6

31 Oct 11:06
v0.0.6
e0c56cb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6
Signed-off-by: Aleksa Sarai cyphar@cyphar.com

v0.0.5

05 Sep 21:08
v0.0.5
6a793b6

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

14 Jul 21:19
a3e2ecd

Choose a tag to compare

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

Full Changelog: v0.0.3...v0.0.4

v0.0.3

18 Jun 21:59
b970779

Choose a tag to compare

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

28 Apr 17:22
v0.0.2
9657f5a

Choose a tag to compare

Added:

  • CPU burst stats. (#11)
  • CI infrastructure. (#3, #6)
  • CI: add nolintlint linter. (#10)

Changed:

  • Mark some fields with omitempty JSON 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:

Full Changelog: v0.0.1...v0.0.2

Initial release

28 Feb 19:17
afa9f8f

Choose a tag to compare

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.