File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ This file documents all notable changes made to this project since it was
4+ split out of runc repository.
5+
6+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
7+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8+
9+ ## [ Unreleased]
10+
11+ [ Unreleased ] : https://github.com/opencontainers/cgroups/compare/v0.0.2...HEAD
12+
13+ ## [ 0.0.2] - 2005-04-25
14+
15+ ### Added
16+ * CPU burst stats. (#11 )
17+ * CI infrastructure. (#3 , #6 )
18+ * CI: add nolintlint linter. (#10 )
19+
20+ ### Changed
21+ * Mark some fileds with ` omitempty ` JSON attribute. (#9 )
22+ * Modernize code by using new Go features. (#13 )
23+ * CI: switch to golangci-lint v2. (#12 )
24+
25+ ### Fixed
26+ * systemd: write rounded CPU quota to cgroupfs. (#4 )
27+
28+ [ 0.0.2 ] : https://github.com/opencontainers/cgroups/compare/v0.0.1...v0.0.2
29+
30+ ## 0.0.1 - 2025-02-28
31+
32+ ### Added
33+
34+ * This is an initial release of the code after splitting it from the runc repository,
35+ according to the [ proposal] .
36+
37+ [ proposal ] : https://github.com/opencontainers/tob/blob/main/proposals/cgroups.md
You can’t perform that action at this time.
0 commit comments