containerd 1.2.13
Welcome to the v1.2.13 release of containerd!
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
- Update containerd/cgroups dependency to address blkio issue containerd#4001
- Set octet-stream content-type on PUT request 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
- Update Golang runtime to 1.12.17, which includes a fix to the runtime containerd#4031
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
- Phil Estes
- Wei Fu
- Michael Crosby
- Sebastiaan van Stijn
- Gábor Lipták
- Cao Zhihao
- Derek McGowan
- Ji'an Liu
- Josh Dolitsky
- Lantao Liu
- Laurent Bernaille
- Odin Ugedal
- Su Fei
- jiangpengfei
Changes
7ad184331f
Merge pull request #4033 from thaJeztah/release_1.2.13f141d0f7a1
Prepare v1.2.13 release0c10aca55e
Update .mailmap with changes from masterb9b4fa7f10
Merge pull request #4025 from thaJeztah/1.2_backport_fix_container_pid1f6ea50be7
Merge pull request #4028 from estesp/cp-1.2-4017b970987628
Fix container pid.567ca6785c
Set octet-stream content-type on put request89c46ed579
Merge pull request #4035 from fuweid/cp12-246a560ec9524284e4
Merge pull request #4031 from thaJeztah/1.2_bump_golang_1.12.1728eb964b00
script: use github.com/kubernetes-sigs/cri-tools directly5bead4582c
Merge pull request #4001 from DataDog/lbernail/upgrade-cgroups01edb7cddb
Merge pull request #4015 from hakman/fix-libseccomp-ver2a0ca2d077
Update Golang 1.12.17a7c9b7605c
Fix incorrect comment from copy/paste of starting script6ad255383a
Pin to libseccomp 2.3.325a806c508
bump cgroups dependency to address blkio issue
Changes from containerd/cgroups
c4b9ac5
Merge pull request #93 from sofat1989/masterf627015
avoid adding io_serviced and io_service_bytes duplicatelyd596c78
Merge pull request #92 from lgtczh/add_mem_soft_limitb589cd9
Merge pull request #90 from crosbymichael/makefile13a3ac4
fixed an issue with invalid soft memory limits215221e
Add makefile for go and protosdb27230
Merge pull request #88 from woshijpf/fix-cgroup-left-problem0ecd2b6
cgroups: fix MoveTo function fail problem51b62d3
Merge pull request #86 from gliptak/import142091f5
Merge pull request #85 from odinuge/cgroups-hugetlb-fix97bda9c
Merge pull request #84 from gliptak/patch-238dc3ac
Correct forked Travis buildsa9a304a
Add Go 1.12 to Travis51dcf5f
Fix cgroup hugetlb size prefix for kBfc51a4c
Merge pull request #81 from ZeroMagic/add_network_stats1741ae0
add network stats
Dependency Changes
Previous release can be found at v1.2.12