Skip to content
containerd 1.3.7

Welcome to the v1.3.7 release of containerd!

The seventh patch release for `containerd` 1.3 includes bug fixes related to clean-up of containers that don't exist, and suspending a devmapper device to avoid data corruption when taking snapshots.

### Notable Updates

* Transfer error to ErrNotFound when kill a not exist container [containerd/containerd#4361](https://github.com/containerd/containerd/pull/4361)
* snapshots/devmapper: suspend a device to avoid data corruption [containerd/containerd#4416](https://github.com/containerd/containerd/pull/4416)
* shim: move event context timeout to publisher [containerd/containerd#4417](https://github.com/containerd/containerd/pull/4417)
* Allow empty scope authorization [containerd/containerd#4422](https://github.com/containerd/containerd/pull/4422)
* Replace ocispec.MediaTypeImageManifest with manifest.MediaType [containerd/containerd#4432](https://github.com/containerd/containerd/pull/4432)

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

### Contributors

* Phil Estes
* Derek McGowan
* Xiaodong Ye
* Akihiro Suda
* Joe Julian
* Kazuyoshi Kato
* Wei Fu
* Brian Goff
* Li Yuxuan
* Maksym Pavlenko
* Zhiyu Li

### Changes

* [`8fba4e9a`](https://github.com/containerd/containerd/commit/8fba4e9a7d01810a393d5d25a3621dc101981175) Merge pull request  [#4448](https://github.com/containerd/containerd/pull/4448) from joejulian/1.3.7
* [`7101a2a3`](https://github.com/containerd/containerd/commit/7101a2a3d636f284354bc52606a9943bdfc847cf) Merge pull request  [#4450](https://github.com/containerd/containerd/pull/4450) from dmcgowan/update-mailmap-1.3
* [`6816dfae`](https://github.com/containerd/containerd/commit/6816dfae938a7fc7557baefcebb87cfbca433171) Update mailmap for latest release
* [`a60b483c`](https://github.com/containerd/containerd/commit/a60b483cbd8b94eee625cdfe0dcaf8d3b23e97ff) Prepare v1.3.7 fix release
* [`c9831cbc`](https://github.com/containerd/containerd/commit/c9831cbcd8582d3650ec579f15e5397e6a72bfa5) Merge pull request  [#4432](https://github.com/containerd/containerd/pull/4432) from estesp/cp-3904
* [`da855486`](https://github.com/containerd/containerd/commit/da855486a0b4da05117b99aefe24afdc9db0f89c) Merge pull request  [#4417](https://github.com/containerd/containerd/pull/4417) from cpuguy83/1.3-shim2_event_cancelled
* [`59b7f645`](https://github.com/containerd/containerd/commit/59b7f645ab99394e6652f907197d3dcffb07a813) Merge pull request  [#4422](https://github.com/containerd/containerd/pull/4422) from kzys/backport-3889
* [`400c7841`](https://github.com/containerd/containerd/commit/400c784151f54e17069900db31d38bee277ff9a7) Remove an empty line
* [`f34fe9e5`](https://github.com/containerd/containerd/commit/f34fe9e5b7238bd6a61f04982afa487beebabeac) Update checkImages to accept images.MediaTypeDockerSchema2Manifest
* [`0e29f9b8`](https://github.com/containerd/containerd/commit/0e29f9b8b88a66ed3d24e2c3969c4d1a6f56416b) Replace ocispec.MediaTypeImageManifest with manifest.MediaType
* [`ad19320c`](https://github.com/containerd/containerd/commit/ad19320c7768edaf8aff4754bd6f2f1129ce2373) shim: move event context timeout to publsher
* [`2a76bb8a`](https://github.com/containerd/containerd/commit/2a76bb8a45463a1d57718d24f9c3562dbb5a9d9d) Merge pull request  [#4416](https://github.com/containerd/containerd/pull/4416) from kzys/backport-4374
* [`97938939`](https://github.com/containerd/containerd/commit/979389390151168ff1eb4b213c374e1f6feebb5b) snapshots/devmapper: backport ResumeDevice() from master
* [`e59d348f`](https://github.com/containerd/containerd/commit/e59d348f0e85b0c607bee94a8546cc7c848cfc7b) snapshots/devmapper: suspend a device to avoid data corruption
* [`4ee5184c`](https://github.com/containerd/containerd/commit/4ee5184c884a21763179204dbaf1fad4d00bf3ef) Allow empty scope authorization
* [`4f6d25c2`](https://github.com/containerd/containerd/commit/4f6d25c2f5d37ad53d6d91cb8c59079ba9509ed9) Merge pull request  [#4361](https://github.com/containerd/containerd/pull/4361) from joejulian/backport-4214
* [`6bc17344`](https://github.com/containerd/containerd/commit/6bc173446e6b7bffb5bc6d9129c6c9d1f1894dfb) Update to later version of critools with timing fix.
* [`b7831603`](https://github.com/containerd/containerd/commit/b783160364d9ad1afa11733d8397a29d56781640) Don't clash with GH Actions runner's containerd
* [`fcbd278b`](https://github.com/containerd/containerd/commit/fcbd278b4da2437c90747cd991830df21b6143a4) cleanup the image synchronously for Usage case
* [`a7dca07b`](https://github.com/containerd/containerd/commit/a7dca07b37640a6bc45be3bac83d971ceffa2058) test: Do SynchronousDelete cleanup before testing ImageIsUnpacked
* [`431b5b5c`](https://github.com/containerd/containerd/commit/431b5b5c90d038efa8574a04af993c7cb72330ad) fixes for backports to 1.3 from 1.4
* [`9053787a`](https://github.com/containerd/containerd/commit/9053787a70d9aafce33ac6f4eddb6a6e2a4fd573) Minor actions fixes/updates
* [`57072568`](https://github.com/containerd/containerd/commit/57072568468ccc91058295b107e1a45c9550a8a0) [backport] Transfer error to ErrNotFound when kill a not exist container

### Dependency Changes

This release has no dependency changes

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