Skip to content
containerd 1.4.10

Welcome to the v1.4.10 release of containerd!

The tenth patch release for containerd 1.4 contains minor fixes and updates
including an updated runc and hcsshim.

### Notable Updates

* **Update runc to v1.0.2** [#5899](https://github.com/containerd/containerd/pull/5899)
* **Update hcsshim to v0.8.21** [#5957](https://github.com/containerd/containerd/pull/5957)
* **Support "clone3" in default seccomp profile** [#5982](https://github.com/containerd/containerd/pull/5982)
* **Fix panic in metadata content writer on copy error** [#6043](https://github.com/containerd/containerd/pull/6043)

See the changelog for complete list of changes

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

### Contributors

* Sebastiaan van Stijn
* Akihiro Suda
* Phil Estes
* Derek McGowan
* Daniel Canter
* Jintao Zhang
* Michael Crosby
* Wei Fu

### Changes
<details><summary>26 commits</summary>
<p>

* [`8848fdb7c`](https://github.com/containerd/containerd/commit/8848fdb7c4ae3815afcc990a8a99d663dda1b590) Merge pull request  [#6062](https://github.com/containerd/containerd/pull/6062) from dmcgowan/prepare-1.4.10
* [`87d81c4f2`](https://github.com/containerd/containerd/commit/87d81c4f249f37c9c768e17e000b21cd79d5b8bd) Update release notes for v1.4.10
* [`16c175576`](https://github.com/containerd/containerd/commit/16c175576683c01f547e1af887e36751e6c039b8) Prepare release notes for v1.4.10
* [`f8a9b3b61`](https://github.com/containerd/containerd/commit/f8a9b3b61ab86082fd5022a8c35cd3286532c037) Merge pull request  [#6010](https://github.com/containerd/containerd/pull/6010) from thaJeztah/1.4_update_golang_1.16
* [`9b712ec73`](https://github.com/containerd/containerd/commit/9b712ec731b5a457c6cff35676beeaf3b82f9998) Merge pull request  [#6044](https://github.com/containerd/containerd/pull/6044) from dmcgowan/1.4-fix-metadata-content-panic
* [`6dddee4c8`](https://github.com/containerd/containerd/commit/6dddee4c8ffde7112a9ff1b6e2256b060733c12e) Fix panic in metadata content writer on copy error
* [`780289586`](https://github.com/containerd/containerd/commit/7802895866c4b85b2effa682823eda4da4135e49) Merge pull request  [#6014](https://github.com/containerd/containerd/pull/6014) from AkihiroSuda/cherrypick-5982-1.4
* [`668960dd3`](https://github.com/containerd/containerd/commit/668960dd3b6cbafc1e4a9d2b62c2f5c453eb0bea) seccomp: support "clone3" (return ENOSYS unless SYS_ADMIN is granted)
* [`bfe529e43`](https://github.com/containerd/containerd/commit/bfe529e43f9deb420a33d957d5f1747abff5c9ea) [release/1.4] update Go to 1.16.8
* [`46f70c5d8`](https://github.com/containerd/containerd/commit/46f70c5d85ee68c8c6abebceefc442b9b9231eb7) Update Go to 1.16.7
* [`6b98d33b8`](https://github.com/containerd/containerd/commit/6b98d33b8b646ce42ba63a010f66cc48e930d024) Update Go to 1.16.6
* [`8cc99a88d`](https://github.com/containerd/containerd/commit/8cc99a88debe6fa4ceae4a26a6b4327489bb20ad) Update Go to 1.16.4
* [`c1a8d3b4f`](https://github.com/containerd/containerd/commit/c1a8d3b4f0a7f7048d76c0cf3e51ff3e8b53ebf2) Update Go to 1.16.3
* [`80cbe4160`](https://github.com/containerd/containerd/commit/80cbe416095f60943aae448e98f6b900c8159a42) Update to Go 1.16.2
* [`ef6ce6c0c`](https://github.com/containerd/containerd/commit/ef6ce6c0c023bb2d620f789045a01c22455cf76d) Update to Go 1.16.1
* [`c9f216407`](https://github.com/containerd/containerd/commit/c9f2164072f03ac347eb7b513b8354cd2b7e0c75) [release/1.4] disable go modules where needed
* [`b9cc6ec62`](https://github.com/containerd/containerd/commit/b9cc6ec62bd45ce8f63bb6aa78fb9f4c65659768) Revert "[release/1.4] update Go to 1.15.11"
* [`8d271b339`](https://github.com/containerd/containerd/commit/8d271b339dbcf9f74afa88ee41da0ab35814d2e1) Revert "[release/1.4] Update Go to 1.15.13"
* [`afaa37975`](https://github.com/containerd/containerd/commit/afaa379753d40dd67e05b6a18f436af07e9a7e42) Revert "Update Go to 1.15.14"
* [`4ce1ce6f7`](https://github.com/containerd/containerd/commit/4ce1ce6f7dba7e12af76d863e41642cfa100c466) Revert "[release/1.4] Update Go to 1.15.15"
* [`f961e7b3c`](https://github.com/containerd/containerd/commit/f961e7b3ce4f32bcf075e2a7fa2649b277c42813) Merge pull request  [#5984](https://github.com/containerd/containerd/pull/5984) from AkihiroSuda/runc-v1.0.2-14
* [`b9d8ae17f`](https://github.com/containerd/containerd/commit/b9d8ae17f3d618bb1f48b803d0483297071d54da) update runc binary to v1.0.2
* [`e25371f79`](https://github.com/containerd/containerd/commit/e25371f799ee1a803eb997aaaeb31844aea7b2b1) Merge pull request  [#5957](https://github.com/containerd/containerd/pull/5957) from dcantah/hcsshim-backport-1.4
* [`a503d4c11`](https://github.com/containerd/containerd/commit/a503d4c11f1a52310dee1a3730bb484ebeca4c49) [release/1.4] go.mod: Update hcsshim to v0.8.21
* [`d30f83879`](https://github.com/containerd/containerd/commit/d30f83879a0d4a263978e99a41d7ebccf31c3b1c) Merge pull request  [#5841](https://github.com/containerd/containerd/pull/5841) from thaJeztah/1.4_update_golang
* [`2009fa71e`](https://github.com/containerd/containerd/commit/2009fa71eade66d669521e9f784d447987b87106) [release/1.4] Update Go to 1.15.15
</p>
</details>

### Dependency Changes

* **github.com/Microsoft/hcsshim**  v0.8.16 -> v0.8.21

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