Skip to content
containerd 1.0.1

Welcome to the v1.0.1 release of containerd!

This is the first patch release for `containerd` in the 1.0 series. Several
bugfixes surrounding tar, image handling, errant log messages and resource
management are present. During the release candidate period, issues with layer
whiteout files were fixed, in addition to logic adjustements to user resolution
in OCI images.

Note the daemon no longer shuts down when failing to adjust its own OOM score.
Instead, a warning will be issued.

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

Contributors

* Akihiro Suda
* Daniel Nephin
* Derek McGowan
* Jess Valarezo
* Kenfe-Mickaël Laventure
* Lantao Liu
* Michael Crosby
* Phil Estes
* Stephen J Day

Changes

* 9b55aab9 Merge pull request #2010 from stevvooe/prepare-101
* 9a969ce3 release: prepare 1.0.1
* dafb45d7 Merge pull request #2005 from AkihiroSuda/fix-user-1.0
* 2eb4408d oci: simplify WithImageConfig
* fc51e569 oci: add TODO comments
* 2b041869 oci: fix err variable scope
* 51590f21 ctr: promote cOpts over opts, as oci.WithImageConfig requires snapshot
* 0a2c2a26 Merge pull request #2003 from dmcgowan/cherry-pick-fix-whiteout-rootpath-1.0
* ce75ddff archive: check whiteout path before removal
* 1549ddad Merge pull request #1998 from stevvooe/use-correct-version
* ec0b96a2 release: use correct version number
* 27cbd2ad Merge pull request #1997 from stevvooe/release-1.0.1-rc.0
* 5a09fd37 release: prepare v1.0.1-rc.0
* 4cc882cd Merge pull request #1996 from crosbymichael/bp-reaper
* 8cfebc0d Merge pull request #1992 from stevvooe/backport-1982
* 4acee3f9 Remove reaper from containerd daemon
* 2d82842e services/tasks, linux: ignore shutdown tasks
* fbc6de1a Merge pull request #1984 from stevvooe/backport-1981
* 8b6cbcc7 vendor: update ttrpc for shutdown fix
* 3cb6d730 Merge pull request #1988 from crosbymichael/content-lease
* 9e50861e metadata: add content lease on existing content
* edc72bbc Merge pull request #1980 from dmcgowan/cherry-pick-fix-1723
* 2e3f26fd Revert "Emit unmodified change events for directories"
* 0f1f8f66 Add parent directories to tar
* eeef202b Fix parent directories not included in tar
* c59bc7e4 Merge pull request #1954 from crosbymichael/cherry-diff
* 70bc6db2 rootfs: remove upper snapshot after use
* a1a9bda2 Merge pull request #1933 from crosbymichael/cherry-runc-bump
* e643d8e6 Update runc to 7f24b40cc5423969b4554ef04ba0b00e2
* 49540d69 Merge pull request #1929 from stevvooe/less-noise-build-1.0
* e6798c73 Less verbose build output
* 6c7abf7c Merge pull request #1918 from crosbymichael/cherry-pull-fix
* 63e1963b Fix image pull after a failure
* dba5fa07 Merge pull request #1913 from Random-Liu/cherry-pick-#1907
* de5beee2 Fix containerd deadlock.
* 2689c984 Merge pull request #1909 from estesp/backport-oom-warn-only
* e5de8bdb server: only warn on failed OOM score adjust

Dependency Changes

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

* 74a17296470088de3805e138d3d87c62e613dfc4 -> 7f24b40cc5423969b4554ef04ba0b00e2b4ba010 **github.com/opencontainers/runc**
* 76e68349ad9ab4d03d764c713826d31216715e4f -> d2710463e497617f16f26d1e715a3308609e7982 **github.com/stevvooe/ttrpc**