Skip to content

Releases: opencontainers/cgroups

v0.0.7

Choose a tag to compare

@kolyshkin kolyshkin released this 17 Jun 19:24
bada14e

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@cyphar cyphar released this 31 Oct 11:06
v0.0.6
e0c56cb

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6
Signed-off-by: Aleksa Sarai [email protected]

v0.0.5

Choose a tag to compare

@kolyshkin kolyshkin released this 05 Sep 21:08
v0.0.5
6a793b6

What's Changed

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

v0.0.4

Choose a tag to compare

@kolyshkin kolyshkin released this 14 Jul 21:19
a3e2ecd

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

Choose a tag to compare

@kolyshkin kolyshkin released this 18 Jun 21:59
b970779

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

Choose a tag to compare

@kolyshkin kolyshkin released this 28 Apr 17:22
v0.0.2
9657f5a

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

Choose a tag to compare

@kolyshkin kolyshkin released this 28 Feb 19:17
afa9f8f

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.