Skip to content
containerd 1.5.5

Welcome to the v1.5.5 release of containerd!

The fifth patch release for containerd 1.5 updates runc to 1.0.1 and contains
other minor updates.

### Notable Updates

* **Update runc binary to 1.0.1** [#5751](https://github.com/containerd/containerd/pull/5751)
* **Update pull logic to try next mirror on non-404 response** [#5275](https://github.com/containerd/containerd/pull/5275)
* **Update pull authorization logic on redirect** [#5504](https://github.com/containerd/containerd/pull/5504)

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

* Derek McGowan
* Akihiro Suda
* Phil Estes
* Shiming Zhang
* Kazuyoshi Kato
* Sebastian Hasler

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

* [`72cec4be5`](https://github.com/containerd/containerd/commit/72cec4be58a9eb6b2910f5d10f1c01ca47d231c0) Merge pull request  [#5805](https://github.com/containerd/containerd/pull/5805) from dmcgowan/prepare-1.5.5
* [`677fade0f`](https://github.com/containerd/containerd/commit/677fade0f9be8e0c116d941d59ff0bdbba5437a9) Prepare release notes for v1.5.5
* [`1c13c54ca`](https://github.com/containerd/containerd/commit/1c13c54cae4f53510a7a45ae3e4af49030a76193) Merge pull request  [#5764](https://github.com/containerd/containerd/pull/5764) from thaJeztah/1.5_backport_dm_log
* [`883750151`](https://github.com/containerd/containerd/commit/883750151b7c7532eb3189b21b2f6f73c8ce7734) Merge pull request  [#5772](https://github.com/containerd/containerd/pull/5772) from thaJeztah/1.5_backport_fix_missing_body_close
* [`7b17268fd`](https://github.com/containerd/containerd/commit/7b17268fd1803a4a1790967a32518ed6686864a3) remotes/docker/pusher.go: Fix missing Close()
* [`2f11d5855`](https://github.com/containerd/containerd/commit/2f11d58550fe0ce577746f86a1d7cef57dc40f38) remotes/docker/fetcher.go: Fix missing Close()
* [`bc12da7f6`](https://github.com/containerd/containerd/commit/bc12da7f6c658b992f9efe3037f50a87aba7fb7a) Merge pull request  [#5766](https://github.com/containerd/containerd/pull/5766) from thaJeztah/1.5_backport_fix_authorization_on_redirect
* [`4c1722e2b`](https://github.com/containerd/containerd/commit/4c1722e2bf5b64bf9266646642ebd2a0510591e2) Update docker resolver to authorize redirects
* [`166a81f88`](https://github.com/containerd/containerd/commit/166a81f88da3c7c8067ba41e6a31c781768b19ff) snapshot/devmapper: log exported methods correctly
* [`47d0f52cb`](https://github.com/containerd/containerd/commit/47d0f52cbd144d439d8e7ec3afc136db0002d6c1) Merge pull request  [#5747](https://github.com/containerd/containerd/pull/5747) from fuweid/cp-15-5275
* [`c355601d3`](https://github.com/containerd/containerd/commit/c355601d37c19d1559397dd5701b02d2a618a63a) Merge pull request  [#5752](https://github.com/containerd/containerd/pull/5752) from AkihiroSuda/runc-v1.0.1-15
* [`d2cb9949b`](https://github.com/containerd/containerd/commit/d2cb9949b516d0da62e476ae5c107b8dfd9abb5a) go.mod: runc v1.0.1
* [`6807d070e`](https://github.com/containerd/containerd/commit/6807d070e8614e1c55806a6d88ec5309d5c2ebf9) update runc binary to v1.0.1
* [`d9b284bfd`](https://github.com/containerd/containerd/commit/d9b284bfda094d6234ca32c7357b2ce23523382b) Try next mirror in case of non-404 errors, too
</p>
</details>

### Dependency Changes

* **github.com/bits-and-blooms/bitset**       v1.2.0 **_new_**
* **github.com/cilium/ebpf**                  v0.4.0 -> v0.6.2
* **github.com/google/go-cmp**                v0.5.4 -> v0.5.5
* **github.com/opencontainers/runc**          v1.0.0-rc93 -> v1.0.1
* **github.com/opencontainers/runtime-spec**  e6143ca7d51d -> 1c3f411f0417
* **github.com/opencontainers/selinux**       v1.8.0 -> v1.8.2
* **github.com/sirupsen/logrus**              v1.7.0 -> v1.8.1
* **golang.org/x/sys**                        47abb6519492 -> d19ff857e887

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