Skip to content
containerd 1.3.5

Welcome to the v1.3.5 release of containerd!

The fifth patch release for `containerd` 1.3 includes bug fixes related to clean-up of I/O and shim processes.

### Notable Updates

* Cleanup allocated resources in case of a binary I/O error [containerd/containerd#4278](https://github.com/containerd/containerd/pull/4278)
* Fix image usage calculation error [containerd/containerd#4276](https://github.com/containerd/containerd/pull/4276)
* Make killing shims more resilient [containerd/containerd#4307](https://github.com/containerd/containerd/pull/4307)
* shim v2 runc: propagate options.Root to Cleanup [containerd/containerd#4329](https://github.com/containerd/containerd/pull/4329)
* Bump Golang 1.13.12 [containerd/containerd#4337](https://github.com/containerd/containerd/pull/4337)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

### Contributors

* Phil Estes
* Akihiro Suda
* Derek McGowan
* Maksym Pavlenko
* Ashray Jain
* Brian Goff
* Davanum Srinivas
* Sebastiaan van Stijn
* Wei Fu

### Changes

* [`9b6f3ec030`](https://github.com/containerd/containerd/commit/9b6f3ec0307a825c38617b93ad55162b5bb94234) Merge pull request  [#4338](https://github.com/containerd/containerd/pull/4338) from AkihiroSuda/prepare-v1.3.5
* [`ae8cac9eb6`](https://github.com/containerd/containerd/commit/ae8cac9eb6cb6e6a1bec2f0b8eede3ef5eb236b0) Prepare release v1.3.5
* [`8d4a661618`](https://github.com/containerd/containerd/commit/8d4a661618da1b486182885127346f61182865fe) release.yml: Bump Golang 1.13.12
* [`5c41fe4592`](https://github.com/containerd/containerd/commit/5c41fe459246d12a0c3b414f257e0fbf34fcdb81) Streamline hcs shim release flow
* [`c6d0967590`](https://github.com/containerd/containerd/commit/c6d0967590eae86f101e0be693aab767e21e504c) Add windows hcsshim to release pipeline
* [`cbc479bf6b`](https://github.com/containerd/containerd/commit/cbc479bf6b5bf4d36edfbcf5fcc6d53a0884d6a7) Don't inadvertently clip release notes
* [`a902cd85ae`](https://github.com/containerd/containerd/commit/a902cd85ae2b79e05ca4502e1af38b8e904fd065) Add release GH Action triggered by signed tag
* [`60cf2f0374`](https://github.com/containerd/containerd/commit/60cf2f0374671df31d0c61b02fdc4b56fd0dd340) Merge pull request  [#4337](https://github.com/containerd/containerd/pull/4337) from AkihiroSuda/golang-1.13.12-containerd1.3
* [`0ade3c24d0`](https://github.com/containerd/containerd/commit/0ade3c24d0b880085b6ff05cd96153c743d17baa) Bump Golang 1.13.12
* [`885ab8fb0f`](https://github.com/containerd/containerd/commit/885ab8fb0ff6a6de052ecd8d4089373f5dfd7cb1) Merge pull request  [#4329](https://github.com/containerd/containerd/pull/4329) from thaJeztah/1.3_backport_fix_4326
* [`1ceb0a815a`](https://github.com/containerd/containerd/commit/1ceb0a815a30411f3ab38b8a398dfd69a009f5b3) shim v2 runc: propagate options.Root to Cleanup
* [`cc54652c61`](https://github.com/containerd/containerd/commit/cc54652c617e631daa91806372b175b02d102dbe) Merge pull request  [#4307](https://github.com/containerd/containerd/pull/4307) from fuweid/cp-1_3-4204
* [`d52ea2a627`](https://github.com/containerd/containerd/commit/d52ea2a6276468c679ed6c65af02a0bfafed45a1) Merge pull request  [#4318](https://github.com/containerd/containerd/pull/4318) from hakman/runc-selinux-1.3
* [`fa88191a1a`](https://github.com/containerd/containerd/commit/fa88191a1aa1d0e41b40f0145df4c119fabfc220) Build runc with selinux support
* [`1fa7a23e15`](https://github.com/containerd/containerd/commit/1fa7a23e15e045eb80fbc49c5054e515f5d72313) Make killing shims more resilient
* [`1e902b2d7e`](https://github.com/containerd/containerd/commit/1e902b2d7e2cdb21e88b11cdf16e267b500d15a8) Merge pull request  [#4276](https://github.com/containerd/containerd/pull/4276) from estesp/cp-usage-fix
* [`868a235972`](https://github.com/containerd/containerd/commit/868a23597276d97de13795703b673f2b0738fa65) Fix image usage calculation error
* [`e655edce10`](https://github.com/containerd/containerd/commit/e655edce10c97b691e32e59d9360b955bf79eca2) Merge pull request  [#4278](https://github.com/containerd/containerd/pull/4278) from kzys/1.3-backport-issue-4195
* [`cb32a60351`](https://github.com/containerd/containerd/commit/cb32a60351d218d2f069e7091767e4de024ecbef) Merge pull request  [#4281](https://github.com/containerd/containerd/pull/4281) from estesp/disable-travis-1.3
* [`0cca78f46d`](https://github.com/containerd/containerd/commit/0cca78f46db09098b12787dabb21fcb7a7d69b6f) Add binary IO tests
* [`7699c5e936`](https://github.com/containerd/containerd/commit/7699c5e936b5a5f29cfea1913b5ce86254244a2a) Cleanup binary IO resources on error
* [`b26e6abe00`](https://github.com/containerd/containerd/commit/b26e6abe00d17541647f78c37bbf091cbf797fc3) Don't use timeout package when stopping shim logger
* [`fc2579849a`](https://github.com/containerd/containerd/commit/fc2579849a507099f7879ccc48b36bd7c94f5929) Disable travis and codecov comments
* [`3943a53731`](https://github.com/containerd/containerd/commit/3943a5373108f3299758abc1030ccf5d8ee7842e) Merge pull request  [#4280](https://github.com/containerd/containerd/pull/4280) from estesp/enable-actions-1.3
* [`c77ae0e5c6`](https://github.com/containerd/containerd/commit/c77ae0e5c688661bd68f97faf901fdc44385d878) Re-add socat based on continued dependency
* [`229bfe2562`](https://github.com/containerd/containerd/commit/229bfe25628327073223d0b13cb5dcfe137dd260) service_windows.go: remove unused "service" variable
* [`55b88c4598`](https://github.com/containerd/containerd/commit/55b88c45982dc4a9d7d4f1d3c17d93240bf7b108) Enable GH Actions for release/1.3

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v1.3.4](https://github.com/containerd/containerd/releases/tag/v1.3.4)