[19.03] update containerd runtime v1.2.13#40540
Merged
cpuguy83 merged 1 commit intomoby:19.03from Feb 20, 2020
Merged
Conversation
The thirteenth patch release for `containerd` 1.2 fixes a regression introduced in v1.2.12 that caused container/shim to hang on single core machines, fixes an issue with blkio, and updates the Golang runtime to 1.12.17. * Fix container pid race condition * Update containerd/cgroups dependency to address blkio issue * Set octet-stream content-type on PUT request * Pin to libseccomp 2.3.3 to preserve compatibility with hosts that do not have libseccomp 2.4 or higher installed * Update Golang runtime to 1.12.17, which includes a fix to the runtime full diff: containerd/containerd@v1.2.12...v1.2.13 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
arkodg
approved these changes
Feb 18, 2020
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.
The thirteenth patch release for
containerd1.2 fixes a regression introducedin v1.2.12 that caused container/shim to hang on single core machines, fixes an
issue with blkio, and updates the Golang runtime to 1.12.17.
full diff: containerd/containerd@v1.2.12...v1.2.13