[release/1.2] Prepare v1.2.13 release#4033
Conversation
|
Generated release notes containerd 1.2.13 Welcome to the v1.2.13 release of containerd! The thirteenth patch release for Notable Updates
Please try out the release binaries and report any issues at Contributors
Changes
Changes from containerd/cgroups
Dependency ChangesPrevious release can be found at v1.2.12 |
Codecov Report
@@ Coverage Diff @@
## release/1.2 #4033 +/- ##
===============================================
+ Coverage 44.19% 47.87% +3.67%
===============================================
Files 100 91 -9
Lines 10847 8483 -2364
===============================================
- Hits 4794 4061 -733
+ Misses 5313 3688 -1625
+ Partials 740 734 -6
Continue to review full report at Codecov.
|
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9a517f6 to
bd32c5c
Compare
|
Rebased, updated mailmap, and updated the generated release notes above #4033 (comment) @dmcgowan @estesp @mikebrow @fuweid @Random-Liu this should be ready for review |
|
Found a couple really minor typos, but we might as well fix |
bd32c5c to
9efd13d
Compare
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. Notable Updates ---------------------------------- * Fix container pid race condition [containerd#4025](containerd#4025) * Update containerd/cgroups dependency to address blkio issue [containerd#4001](containerd#4001) * Set octet-stream content-type on PUT request [containerd#4028](containerd#4028) * Pin to libseccomp 2.3.3 to preserve compatibility with hosts that do not have libseccomp 2.4 or higher installed [containerd#4015](containerd#4015) * Update Golang runtime to 1.12.17, which includes a fix to the runtime [containerd#4031](containerd#4031) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9efd13d to
f141d0f
Compare
|
Opened containerd/release-tool#9 for the above |
depends on:
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.
Notable Updates