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

[24.0 backport] update containerd binary to v1.7.3 #46103

Merged

Commits on Jul 28, 2023

  1. update containerd binary to v1.7.2

    - full diff: containerd/containerd@v1.7.1...v1.7.2
    - release notes: https://github.com/containerd/containerd/releases/tag/v1.7.2
    
    ----
    
    Welcome to the v1.7.2 release of containerd!
    
    The second patch release for containerd 1.7 includes enhancements to CRI
    sandbox mode, Windows snapshot mounting support, and CRI and container IO
    bug fixes.
    
    CRI/Sandbox Updates
    
    - Publish sandbox events
    - Make stats respect sandbox's platform
    
    Other Notable Updates
    
    - Mount snapshots on Windows
    - Notify readiness when registered plugins are ready
    - Fix `cio.Cancel()` should close pipes
    - CDI: Use CRI `Config.CDIDevices` field for CDI injection
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit a78381c)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3a6899c View commit details
    Browse the repository at this point in the history
  2. update containerd binary to v1.7.3

    - full diff: containerd/containerd@v1.7.2...v1.7.3
    - release notes: https://github.com/containerd/containerd/releases/tag/v1.7.3
    
    ----
    
    Welcome to the v1.7.3 release of containerd!
    
    The third patch release for containerd 1.7 contains various fixes and updates.
    
    Notable Updates
    
    - RunC: Update runc binary to v1.1.8
    - CRI: Fix `additionalGids`: it should fallback to `imageConfig.User`
      when `securityContext.RunAsUser`,`RunAsUsername` are empty
    - CRI: write generated CNI config atomically
    - Port-Forward: Correctly handle known errors
    - Resolve docker.NewResolver race condition
    - Fix `net.ipv4.ping_group_range` with userns
    - Runtime/V2/RunC: handle early exits w/o big locks
    - SecComp: always allow `name_to_handle_at`
    - CRI: Windows Pod Stats: Add a check to skip stats for containers that
      are not running
    - Task: don't `close()` io before cancel()
    - Remove CNI conf_template deprecation
    - Fix issue for HPC pod metrics
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit bf48d3e)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    02241b0 View commit details
    Browse the repository at this point in the history