Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versions: Update runc version #8796

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Commits on Jan 10, 2024

  1. versions: Update runc version

    This PR updates the runc version to 1.1.11 which includes the
    following improvements
    
    - Fix several issues with userns path handling.
    - Support memory.peak and memory.swap.peak in cgroups v2. Add
    swapOnlyUsage in MemoryStats. This field reports swap-only usage.
    For cgroupv1, Usage and Failcnt are set by subtracting memory usage
    from memory+swap usage. For cgroupv2, Usage, Limit, and MaxUsage
    are set.
    - build(deps): bump github.com/cyphar/filepath-securejoin.
    
    Fixes kata-containers#8795
    
    Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
    GabyCT committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e69f7c0 View commit details
    Browse the repository at this point in the history