[24.0 backport] update containerd binary to v1.7.3#46103
Merged
AkihiroSuda merged 2 commits intoJul 30, 2023
Merged
Conversation
- 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>
- 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>
AkihiroSuda
approved these changes
Jul 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update containerd binary to 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
Other Notable Updates
cio.Cancel()should close pipesConfig.CDIDevicesfield for CDI injectionupdate containerd binary to 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
additionalGids: it should fallback toimageConfig.Userwhen
securityContext.RunAsUser,RunAsUsernameare emptynet.ipv4.ping_group_rangewith usernsname_to_handle_atare not running
close()io before cancel()- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)