Skip to content

containerd 1.2.13

Compare
Choose a tag to compare
@dmcgowan dmcgowan released this 18 Feb 19:04
v1.2.13
7ad1843

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

Changes from containerd/cgroups

  • c4b9ac5 Merge pull request #93 from sofat1989/master
  • f627015 avoid adding io_serviced and io_service_bytes duplicately
  • d596c78 Merge pull request #92 from lgtczh/add_mem_soft_limit
  • b589cd9 Merge pull request #90 from crosbymichael/makefile
  • 13a3ac4 fixed an issue with invalid soft memory limits
  • 215221e Add makefile for go and protos
  • db27230 Merge pull request #88 from woshijpf/fix-cgroup-left-problem
  • 0ecd2b6 cgroups: fix MoveTo function fail problem
  • 51b62d3 Merge pull request #86 from gliptak/import1
  • 42091f5 Merge pull request #85 from odinuge/cgroups-hugetlb-fix
  • 97bda9c Merge pull request #84 from gliptak/patch-2
  • 38dc3ac Correct forked Travis builds
  • a9a304a Add Go 1.12 to Travis
  • 51dcf5f Fix cgroup hugetlb size prefix for kB
  • fc51a4c Merge pull request #81 from ZeroMagic/add_network_stats
  • 1741ae0 add network stats

Dependency Changes

Previous release can be found at v1.2.12