Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerd/cgroups
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: containerd/cgroups
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.3
Choose a head ref
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Dec 15, 2025

  1. build(deps): bump actions/cache from 4 to 5

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    90c5813 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Merge pull request #385 from containerd/dependabot/github_actions/act…

    …ions/cache-5
    
    build(deps): bump actions/cache from 4 to 5
    estesp authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    568b349 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Cg2: Add the ability to filter stats

    A large user of this library (unsurprisingly) is the containerd
    daemon, and specifically through the CRI entrypoint. There's quite
    a few stats we gather that are never bubbled up the chain when requested
    through that funnel. The stats never used are:
    
    MemoryEvents, Rdma, Hugetlb, and IO.
    
    We should likely do the same to cg1, but if we want to add it to the Cgroup
    interface it'd be a breaking change.
    
    Signed-off-by: Danny Canter <[email protected]>
    dcantah committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    9293fbb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Events: Add OOMGroupKill

    Closes #274
    
    Signed-off-by: Danny Canter <[email protected]>
    dcantah committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    4584088 View commit details
    Browse the repository at this point in the history
  2. Cg2: Add ability to set memory.oom.group

    Following the last patch, this allows setting the oom.group
    value in general.
    
    Signed-off-by: Danny Canter <[email protected]>
    dcantah committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    d72c9ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31da8b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Merge pull request #387 from dcantah/cg2-stats-filter

    Cg2: Add the ability to filter stats
    samuelkarp authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    076b5e0 View commit details
    Browse the repository at this point in the history
Loading