update containerd binary to v1.4.4#42121
Merged
Merged
Conversation
full diff: containerd/containerd@v1.4.3...v1.4.4 Release notes: The fourth patch release for `containerd` 1.4 contains a fix for CVE-2021-21334 along with various other minor issues. See [GHSA-36xw-fx78-c5r4](GHSA-36xw-fx78-c5r4) for more details related to CVE-2021-21334. Notable Updates - Fix container create in CRI to prevent possible environment variable leak between containers - Update shim server to return grpc NotFound error - Add bounds on max `oom_score_adj` value for shim's AdjustOOMScore - Update task manager to use fresh context when calling shim shutdown - Update Docker resolver to avoid possible concurrent map access panic - Update shim's log file open flags to avoid containerd hang on syscall open - Fix incorrect usage calculation Signed-off-by: Sebastiaan van Stijn <[email protected]>
Member
Author
|
Related PR for containerd.io; docker/containerd-packaging#223 |
tonistiigi
approved these changes
Mar 8, 2021
tiborvass
approved these changes
Mar 8, 2021
Contributor
|
ping @thaJeztah https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ I checked the containerd go version. it is build by go1.13.15. Is it expected? |
Member
Author
|
@fuweid that's (currently) expected; @tiborvass is in the process of evaluating if there's outstanding issues to address related to the changes in Go 1.14 and up across our codebase, and for the time being we're pinning to Go 1.13 (but this may change in a future update) |
Contributor
|
@thaJeztah Thanks for the information. Hope we can use go1.15.x in the future~ |
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.
full diff: containerd/containerd@v1.4.3...v1.4.4
Release notes:
The fourth patch release for
containerd1.4 contains a fix for CVE-2021-21334along with various other minor issues.
See GHSA-6g2q-w5j3-fwh4
for more details related to CVE-2021-21334.
Notable Updates
oom_score_adjvalue for shim's AdjustOOMScore- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)