8000 Release v1.4.0-beta.1: containerd 1.4.0-beta.1 · Yikun/containerd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.4.0-beta.1

@dmcgowan dmcgowan tagged this 28 May 21:31
Welcome to the v1.4.0-beta.1 release of containerd!
*This is a pre-release of containerd*

The fifth major release of containerd includes a mix of new features and
expanded support, such as support for CGroups v2, expanded SELinux support,
support for Windows on Kubernetes through CRI, and support for snapshotters
based on shared remote storage. All significant bug and stability fixes included
in this release are also available on supported prior releases. Like previous
major releases, what is not included in this release is also important. There
are only two small additions to the API with no backwards incompatible changes,
allowing client and daemon upgrades to be done independently without disruption.
The incredible increase in usage of containerd over the last year has shown the
value of our core principles to easily expand support for different use cases
while driving toward ever increasing stability.

### Runtime
* **Support cgroups v2** [#3726](https://github.com/containerd/containerd/pull/3726)
* **Improved SELinux support**
* **Rework shim logger shutdown process** [#4162](https://github.com/containerd/containerd/pull/4162)

### Snapshots
* **Support target snapshot option on prepare to allow skipping prepare when snapshot reports target already exists** [#3793](https://github.com/containerd/containerd/pull/3793)
* **Add filters to walk function** [#3709](https://github.com/containerd/containerd/pull/3709)
* **Support for FUSE mounts** [#3765](https://github.com/containerd/containerd/pull/3765)
* **Snapshotter options passed to backend** [#4080](https://github.com/containerd/containerd/pull/4080)
* **Support for lazy-pull snapshotters such as [stargz-snapshotter](https://github.com/containerd/stargz-snapshotter)**

### Plugins
* **Proxy snapshotter support for cleanup** [#3925](https://github.com/containerd/containerd/pull/3925)

### Client
* **Add spec options for host device and privileged handling** [#3718](https://github.com/containerd/containerd/pull/3718)
* **WithLease takes options for more flexibility** [#3719](https://github.com/containerd/containerd/pull/3719)
* **Add unpack options for pull** [#3826](https://github.com/containerd/containerd/pull/3826)
* **Improve host fallback behaviour in docker remote** [#3868](https://github.com/containerd/containerd/pull/3868)
* **Defer layer download until unpack to support skipping download when snapshotter reports already exists** [#3870](https://github.com/containerd/containerd/pull/3870)
* **Split UID and GID namespace mapping in spec generation** [#3881](https://github.com/containerd/containerd/pull/3881)
* **Propagate snapshotter layer annotations on unpack** [#3911](https://github.com/containerd/containerd/pull/3911)
* **Create image record after blob download to fix concurrent download issue** [#3972](https://github.com/containerd/containerd/pull/3972)
* **Add Linux resources to spec options** [#4083](https://github.com/containerd/containerd/pull/4083)
* **New registry configuration tooling for improved mirror and endpoint options** [#4138](https://github.com/containerd/containerd/pull/4138)
* **Use spec's mountLabel when mounting container rootfs** [#4051](https://github.com/containerd/containerd/pull/4051)

### API
* **Add filters to snapshot list** [#3709](https://github.com/containerd/containerd/pull/3709)
* **Add snapshot cleanup** [#3925](https://github.com/containerd/containerd/pull/3925)

### Daemon
* **Support NOTIFY_SOCKET for notifying the daemon's readiness to systemd** [#4088](https://github.com/containerd/containerd/pull/4088)

### Windows
* **Disk usage support in snapshotter** [#3785](https://github.com/containerd/containerd/pull/3785)
* **Add support for custom wcow and lcow sandbox scratch sizes** [#3965](https://github.com/containerd/containerd/pull/3965)
* **Enable CRI plugin** [#4076](https://github.com/containerd/containerd/pull/4076)

### CRI

* **Support CNI DNS capabilities** [cri#1244](https://github.com/containerd/cri/pull/1244)
* **Build CRI Plugin on Windows and add presubmit** [cri#1258](https://github.com/containerd/cri/pull/1258)
* **Use container annotations when creating containers** [cri#1260](https://github.com/containerd/cri/pull/1260)
* **Add support for Windows containers process isolation** [cri#1264](https://github.com/containerd/cri/pull/1264)
* **Add windows port forward support** [cri#1284](https://github.com/containerd/cri/pull/1284)
* **Use `http` for localhost registry connections** [cri#1328](https://github.com/containerd/cri/pull/1328)
* **Add `resolv.conf` to sandbox container mounts** [cri#1344](https://github.com/containerd/cri/pull/1344)
* **Use host devices options from oci specs** [cri#1349](https://github.com/containerd/cri/pull/1349)
* **Fix privileged supported** [cri#1356](https://github.com/containerd/cri/pull/1356)
* **Update default runtime to `io.containerd.runc.v2`** [cri#1359](https://github.com/containerd/cri/pull/1359)
* **Add instrospection service** [cri#1364](https://github.com/containerd/cri/pull/1364)
* **Unshare cgroup namespace for container when using cgroupv2** [cri#1371](https://github.com/containerd/cri/pull/1371)
* **Add CPU and memory cgroupv2 metrics** [cri#1376](https://github.com/containerd/cri/pull/1376)
* **Reload CNI network config on fs change events** [cri#1405](https://github.com/containerd/cri/pull/1405)
* **Add support for stargz remote snapshots** [cri#1431](https://github.com/containerd/cri/pull/1431)
* **Add support for 'container-name' OCI annotation** [cri#1436](https://github.com/containerd/cri/pull/1436)
* **Remove socat for port forwarding** [cri#1470](https://github.com/containerd/cri/pull/1470)
* **Add config flag to default empty seccomp profile** [cri#1472](https://github.com/containerd/cri/pull/1472)
* **Add SELinux support** [cri#1487](https://github.com/containerd/cri/pull/1487)

And many more improvements and bug fixes in the complete changelog

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

### Contributors

* Phil Estes
* Michael Crosby
* Sebastiaan van Stijn
* Lantao Liu
* Akihiro Suda
* Boris Popovschi
* Mike Brown
* Wei Fu
* Maksym Pavlenko
* Derek McGowan
* Brandon Lum
* Stefan Berger
* Davanum Srinivas
* Rui Chen
* Stefan Berger
* Kir Kolyshkin
* Shengjing Zhu
* Justin Terry
* Brian Goff
* Li Yuxuan
* Fahed Dorgaa
* Hu Shuai
* Kazuyoshi Kato
* Kohei Tokunaga
* Xiaodong Ye
* Ted Yu
* Eric Ren
* Erik Sipsma
* Fupan Li
* Jie Hao Liao
* Joakim Roubert
* Mario Macias
* Paul "TBBle" Hampson
* Sam Whited
* Sascha Grunert
* Alex Price
* Antonio Ojea
* Byonggon Chun
* Darren Shepherd
* Ed Bartosh
* Gaurav Singh
* George Goh
* Kathryn Baldauf
* Manuel Rüger
* Seth Pellegrino
* Shengjing Zhu
* Stephen J Day
* Tibor Vass
* xianlubird
* Alex Ellis (OpenFaaS Ltd)
* Ameya Gawde
* Angela Li
* Arnaud Rebillout
* Chethan Suresh
* Chris C
* Daniel Bevenius
* Dave Syer
* Drew Erny
* Eli Uriegas
* Eric Ernst
* Erik Wilson
* Evan Cordell
* Fabricio Voznika
* Gábor Lipták
* Haitao Li
* Ivan Markin
* Johann Neuhauser
* John Millikin
* Joris De Winne
* Josh Dolitsky
* Justin Cormack
* Justin Hutchings
* Kenta Tada
* Kevin Parsons
* Kiril Vladimiroff
* Lifubang
* Lucas Kanashiro
* Mario Macias
* Martin Hickey
* Mihai Coman
* Mikko Ylinen
* Morgan Bauer
* Nick Ethier
* Nishchay Kumar
* Peng Tao
* Philip Marin
* Reid Li
* SaiHarshaK
* Seth Bunce
* Shiwei Zhang
* SiYu Zhao
* Stanislav Levin
* Thibaut Collet
* Tobias Klauser
* Tom Wieczorek
* Tõnis Tiigi
* Ulysses Souza
* Wilbert van de Ridder
* Zhiyu Li
* sayaoailun
* yang yang
* yuxiaobo
* 张潇
* 徐敏才

### Changes

* [`8e9ba8376e`](https://github.com/containerd/containerd/commit/8e9ba8376ec25a6158719118a97a99a3555d0fd8) Merge pull request  [#4271](https://github.com/containerd/containerd/pull/4271) from cpuguy83/actions_add_windows_integration
* [`27f1e0d9ed`](https://github.com/containerd/containerd/commit/27f1e0d9edd3443f12cbe8acfa9bc8f7ac43d767) Merge pull request  [#4283](https://github.com/containerd/containerd/pull/4283) from hs0210/work
* [`137abe4ef9`](https://github.com/containerd/containerd/commit/137abe4ef906e61229260c3164d0c275c28d2bf5) Merge pull request  [#4282](https://github.com/containerd/containerd/pull/4282) from estesp/add-release-action
* [`77bc753024`](https://github.com/containerd/containerd/commit/77bc753024ac3ed0da699ead3acb985979494515) Merge pull request  [#4289](https://github.com/containerd/containerd/pull/4289) from dmcgowan/next-1.4-beta
* [`230cf6deda`](https://github.com/containerd/containerd/commit/230cf6dedaa25ffb0bbd8072c53e1205187d8368) Add unit test for func in remotes/docker/handler.go
* [`bb2b2825b6`](https://github.com/containerd/containerd/commit/bb2b2825b6fcdfb1b2c119eaa08fa0a8dbdace37) Add release GH Action triggered by signed tag
* [`8f1ddb1428`](https://github.com/containerd/containerd/commit/8f1ddb1428577783079f23a0399d448753cc05ce) Update release for 1.4.0-beta.1
* [`26f7df1466`](https://github.com/containerd/containerd/commit/26f7df1466d2bfd3510e6b2dccc16b91f1c7fded) Merge pull request  [#4288](https://github.com/containerd/containerd/pull/4288) from crosbymichael/cri-bump
* [`c376f4f763`](https://github.com/containerd/containerd/commit/c376f4f7639ca70285f5ac8a0368b52d4a6b3499) Move Windows testing to GH Actions
* [`3226283470`](https://github.com/containerd/containerd/commit/3226283470dbdaf7d5518620a9c68b67ac0b11f8) Fix client tests to work on Windows.
* [`f0f49c6cab`](https://github.com/containerd/containerd/commit/f0f49c6cab0244ce2a0ec8a065c5991165df1970) Merge pull request  [#4284](https://github.com/containerd/containerd/pull/4284) from jmillikin-stripe/cli-tls-flags
* [`b8ccdcb07d`](https://github.com/containerd/containerd/commit/b8ccdcb07dfcb8b8db691da28122e5ada880645c) Add `ctr` flags for configuring default TLS credentials.
* [`c5273930bd`](https://github.com/containerd/containerd/commit/c5273930bd3976aa4b2560058d896115927e9b0c) Update CRI to 52c2c6b5df15790b671ebd6cbbc6039a4d30
* [`4cbf59db82`](https://github.com/containerd/containerd/commit/4cbf59db8249058a5e65fd556c04bb8108eae958) Merge pull request  [#4279](https://github.com/containerd/containerd/pull/4279) from AkihiroSuda/ci-cgroup2
* [`af131d7258`](https://github.com/containerd/containerd/commit/af131d725873472f2dca1adfe81192f1c30d479a) cgroup2 CI
* [`1c58c5d440`](https://github.com/containerd/containerd/commit/1c58c5d440f424e2d192f35f02306c5dc1a1e8c9) Merge pull request  [#4277](https://github.com/containerd/containerd/pull/4277) from lucaskanashiro/fix-build-on-riscv64
* [`e34bf08e58`](https://github.com/containerd/containerd/commit/e34bf08e5891bb805aba7b80a35d4267721eaa0e) riscv64 arch does not support -buildmode=pie
* [`7ef3c0f47d`](https://github.com/containerd/containerd/commit/7ef3c0f47d322a12c543fbd96cdcb14b3c561644) Merge pull request  [#4275](https://github.com/containerd/containerd/pull/4275) from estesp/fix-image-usage
* [`0c9b05fa60`](https://github.com/containerd/containerd/commit/0c9b05fa60e9b3a8ab2b0eb0254833741a73db74) Fix image usage calculation error
* [`4e08c2de67`](https://github.com/containerd/containerd/commit/4e08c2de67ec514b5602eea47804d41dfeabdc72) Merge pull request  [#4269](https://github.com/containerd/containerd/pull/4269) from KentaTada/remove-unused-syscall
* [`03755821d2`](https://github.com/containerd/containerd/commit/03755821d2b900827b1f07547d5d38ac7a94fd98) seccomp: remove the unused query_module(2)
* [`d7c4bda3b1`](https://github.com/containerd/containerd/commit/d7c4bda3b199b0db590a2762ba95275943a07551) Merge pull request  [#4264](https://github.com/containerd/containerd/pull/4264) from thaJeztah/seccomp_allow_clock_adjtime
* [`0f2b15b7af`](https://github.com/containerd/containerd/commit/0f2b15b7af41896190fcb6e7b597be789c11756b) Merge pull request  [#4261](https://github.com/containerd/containerd/pull/4261) from gaurav1086/fix_docker_data_race
* [`0814750023`](https://github.com/containerd/containerd/commit/0814750023ca448fa7b52b281013ef2a99d5cb7c) Merge pull request  [#4262](https://github.com/containerd/containerd/pull/4262) from gaurav1086/fix_data_race_in_unpacker
* [`49db7dfcfb`](https://github.com/containerd/containerd/commit/49db7dfcfb2e833305e51fa72c6defa3789de70e) Merge pull request  [#4260](https://github.com/containerd/containerd/pull/4260) from thaJeztah/bump_golang_1.13.11
* [`5765991f2c`](https://github.com/containerd/containerd/commit/5765991f2c54eb7f65b47f17efaff273fe4de84c) seccomp: Whitelist `clock_adjtime`
* [`db74d3115e`](https://github.com/containerd/containerd/commit/db74d3115ee35362935d584f0b7dd51faacc628f) unpacker: Fix data race and possible data corruption
* [`2325182529`](https://github.com/containerd/containerd/commit/2325182529cbc6ce824adcfe4396f5553ca521ad) docker: fix data race on err
* [`d07a71b97f`](https://github.com/containerd/containerd/commit/d07a71b97fce845a92917ba9db0d17669818110d) Bump Golang 1.13.11
* [`b7cf3c68e7`](https://github.com/containerd/containerd/commit/b7cf3c68e7945056e1158cd8998b17b99cec8086) Merge pull request  [#4258](https://github.com/containerd/containerd/pull/4258) from estesp/codeql
* [`0207b7ff0e`](https://github.com/containerd/containerd/commit/0207b7ff0ef1d960bda00c4624bc5be63f2b2f8d) Enable running CodeQL on PRs that modify Action
* [`5425067e8f`](https://github.com/containerd/containerd/commit/5425067e8f20ca0144c230eb8c2434af79f39da6) Merge pull request  [#4256](https://github.com/containerd/containerd/pull/4256) from mxpv/nightly_pr
* [`1a06884f18`](https://github.com/containerd/containerd/commit/1a06884f1875096e7e1375d9023f4d769bb632d4) Add CodeQL Analysis workflow
* [`563964e9d5`](https://github.com/containerd/containerd/commit/563964e9d57589ffbd19c18b11e0d4fa3e20dbf6) Trigger nightly builds on pull reuqest events
* [`6312b52de5`](https://github.com/containerd/containerd/commit/6312b52de5ad8fa5637e6d1a24954b68448303a9) Merge pull request  [#4245](https://github.com/containerd/containerd/pull/4245) from thaJeztah/remove_deprecated_dualstack
* [`32985949d4`](https://github.com/containerd/containerd/commit/32985949d4f2f38a484c5021766251250764322b) Merge pull request  [#4242](https://github.com/containerd/containerd/pull/4242) from dmcgowan/1.4-beta
* [`77ab0104e2`](https://github.com/containerd/containerd/commit/77ab0104e246861334075a0e238a799ba3469aa4) Add release notes for 1.4 beta
* [`7fd23fe143`](https://github.com/containerd/containerd/commit/7fd23fe1430966f6d4d3de44f84d866681d8ca8f) Merge pull request  [#4254](https://github.com/containerd/containerd/pull/4254) from thaJeztah/bump_go_digest
* [`6eeed18cb4`](https://github.com/containerd/containerd/commit/6eeed18cb4eade64ef89820ecd7b54683616f3e8) vendor: opencontainers/go-digest v1.0.0
* [`7207226e9d`](https://github.com/containerd/containerd/commit/7207226e9d9aa6af9b48b681137139873b7c692d) Merge pull request  [#4253](https://github.com/containerd/containerd/pull/4253) from estesp/no-codecov-comment
* [`7cdacdda81`](https://github.com/containerd/containerd/commit/7cdacdda815c6281f0552eeb240584f238213c67) Set codecov to not comment on PRs
* [`f13ba8f2f2`](https://github.com/containerd/containerd/commit/f13ba8f2f2fd27fc2172453434938170e7807149) Merge pull request  [#4247](https://github.com/containerd/containerd/pull/4247) from thaJeztah/bump_continuity
* [`65df60b3c9`](https://github.com/containerd/containerd/commit/65df60b3c9cf08c1421f9d67fe23ca24f56a36fa) Merge pull request  [#4251](https://github.com/containerd/containerd/pull/4251) from thaJeztah/bump_cri
* [`3e7bbb8a49`](https://github.com/containerd/containerd/commit/3e7bbb8a491840ddc099749ea2af30c1796557f7) vendor: update containerd/cri, remove "docker/distribution" dependency
* [`6038423bdd`](https://github.com/containerd/containerd/commit/6038423bdd2d920e47cfb5530c74b9d4342850af) Merge pull request  [#4250](https://github.com/containerd/containerd/pull/4250) from milkwine/master
* [`9898dc2a64`](https://github.com/containerd/containerd/commit/9898dc2a64b19a1685056fa173852d96e0fc1ee3) Code about `task` in "README.md" is out of date
* [`f09e999099`](https://github.com/containerd/containerd/commit/f09e999099b1dd3cfef9a91e8a769fe8c160813f) vendor: containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
* [`d9d1d5b624`](https://github.com/containerd/containerd/commit/d9d1d5b624cf997fba66b9ea3242584fbbfb3332) vendor: containerd/fifo f15a3290365b9d2627d189e619ab4008e0069caf
* [`c5078a5b72`](https://github.com/containerd/containerd/commit/c5078a5b7248c386557f89239fef27c19cc39b06) vendor: containerd/continuity d3ef23f19fbb106bb73ffde425d07a9187e30745
* [`04985039ce`](https://github.com/containerd/containerd/commit/04985039cede6aafbb7dfb3206c9c4d04e2f924d) Merge pull request  [#4214](https://github.com/containerd/containerd/pull/4214) from payall4u/bugfix-check-not-exist
* [`f03fc406ab`](https://github.com/containerd/containerd/commit/f03fc406ab6092d935d79a8adb3dbbf1e7443415) Merge pull request  [#4246](https://github.com/containerd/containerd/pull/4246) from thaJeztah/bump_cri
* [`b437938d2f`](https://github.com/containerd/containerd/commit/b437938d2f237ba3cbb48242c773321c743edac5) Transfer error to ErrNotFound when kill a not exist container, also add test case.
* [`2c77dc63a4`](https://github.com/containerd/containerd/commit/2c77dc63a42f6536e51b5cbb934c0893a4d2c4da) vendor: update containerd/cri to current master
* [`a4f8be1d43`](https://github.com/containerd/containerd/commit/a4f8be1d4343739227a1a32df039de519c9b388a) vendor: kubernetes v1.18.2
* [`0d198fd096`](https://github.com/containerd/containerd/commit/0d198fd0965f4bba44468793e6b665671c3384d0) vendor: roll docker/distribution back to latest (v2.7.1) release
* [`1b9640496e`](https://github.com/containerd/containerd/commit/1b9640496e846dc976339bd3f8ad2271c76e749c) ConfigureHosts: remove deprecated DualStack option
* [`83084c9328`](https://github.com/containerd/containerd/commit/83084c9328800291b430c0a27ef629a88e301a46) Merge pull request  [#4244](https://github.com/containerd/containerd/pull/4244) from dmcgowan/tagged-vendors
* [`f5c5c08bed`](https://github.com/containerd/containerd/commit/f5c5c08bedbd916b7b54e88e6c77a2984ed154b5) Merge pull request  [#4243](https://github.com/containerd/containerd/pull/4243) from AkihiroSuda/remove-beta-release-notes
* [`e9e765d6e5`](https://github.com/containerd/containerd/commit/e9e765d6e555b3e362a47bdba6580cbcd3537661) Use tagged versions in vendor file
* [`bd3210d29e`](https://github.com/containerd/containerd/commit/bd3210d29e0db19ab229f1fbb4b80c018db389f3) remove releases/*-beta.toml
* [`c80284d4b5`](https://github.com/containerd/containerd/commit/c80284d4b5291a351bb471bcdabb5c1d95e7a583) Merge pull request  [#4241](https://github.com/containerd/containerd/pull/4241) from crosbymichael/update-ttrpc-typeurl
* [`d5d94afd08`](https://github.com/containerd/containerd/commit/d5d94afd08644818ba5a37bb2a37edb0600709c1) Merge pull request  [#4238](https://github.com/containerd/containerd/pull/4238) from thaJeztah/what_is_the_cause
* [`ed261720c8`](https://github.com/containerd/containerd/commit/ed261720c86d1e700cd5d39175128322baac6dda) Update ttrpc/typeurl to v1.0.1
* [`dc92ad6520`](https://github.com/containerd/containerd/commit/dc92ad65206d9c43ba87f483a794bc6566e83e91) Replace errors.Cause() with errors.Is()
* [`834f58bd0c`](https://github.com/containerd/containerd/commit/834f58bd0cbeb1e3371f583b745ef0ad2fca238e) Merge pull request  [#4237](https://github.com/containerd/containerd/pull/4237) from thaJeztah/bump_pkg_errors
* [`f212e7d1fe`](https://github.com/containerd/containerd/commit/f212e7d1fe7cec094f749ca3357c098064de4c08) vendor: github.com/pkg/errors v0.9.1
* [`990076b731`](https://github.com/containerd/containerd/commit/990076b731ec9446437972b41176a6b0f3b7bcbf) Merge pull request  [#4228](https://github.com/containerd/containerd/pull/4228) from thaJeztah/refactor_reaper
* [`b2aef14c0c`](https://github.com/containerd/containerd/commit/b2aef14c0c78fca5941d649658a8763d2f77252c) Merge pull request  [#4210](https://github.com/containerd/containerd/pull/4210) from cpuguy83/ctr_mount
* [`35ffd2376e`](https://github.com/containerd/containerd/commit/35ffd2376ed818370bf536ab8b8b768adf8730a8) Merge pull request  [#4232](https://github.com/containerd/containerd/pull/4232) from fahedouch/install_runc_with_gosu
* [`80859e8fd8`](https://github.com/containerd/containerd/commit/80859e8fd8fb9f5822ab93f07ece4fdc40928bfd) Merge pull request  [#4235](https://github.com/containerd/containerd/pull/4235) from renzhengeek/renzhen/fix-iohang
* [`63b7587cd6`](https://github.com/containerd/containerd/commit/63b7587cd64ec03c5a46180a6d5e4a286d10a30c) snapshots/devmapper: fix race windown causing IO hangup
* [`24b331ad1e`](https://github.com/containerd/containerd/commit/24b331ad1ed723a0773f79b48fa2870f7635f895) omit sudo when EUID eqto 0
* [`b1f514641f`](https://github.com/containerd/containerd/commit/b1f514641f328ad20d0444ad3837947105c76434) Merge pull request  [#4230](https://github.com/containerd/containerd/pull/4230) from thaJeztah/remove_libcontainer_system
* [`0088c2de80`](https://github.com/containerd/containerd/commit/0088c2de8019dfd38040634931ce05e04b1aa74f) sys: RunningInUserNS(): use sync.Once
* [`76c62f2722`](https://github.com/containerd/containerd/commit/76c62f27222e908b04785e512b1d111d91a54cb0) sys: simplify RunningInUserNS to original implementation
* [`6a9b94927f`](https://github.com/containerd/containerd/commit/6a9b94927f55b7e8fc59a16a7e59d971c8fb746f) Remove remaining uses of libcontainer/system package
* [`21fd2ccf8b`](https://github.com/containerd/containerd/commit/21fd2ccf8bcb211f7c91722d4cb9b229363cad44) Merge pull request  [#4227](https://github.com/containerd/containerd/pull/4227) from thaJeztah/cleanup_sys
* [`37c839e594`](https://github.com/containerd/containerd/commit/37c839e5944eafc4c462721fc45c91d0a34e4e0e) sys/proc: remove GetSystemCPUUsage as it is unused
* [`1b66fecad3`](https://github.com/containerd/containerd/commit/1b66fecad33d68da2e6b619141070d8cd553b1b9) Integrate sys.SetSubreaper, sys.GetSubreaper in sys/reaper package
* [`fffea312aa`](https://github.com/containerd/containerd/commit/fffea312aa0cd574b662581d722795c6cd3ac37a) move sys.Reap() into sys/reaper package
* [`295e74008f`](https://github.com/containerd/containerd/commit/295e74008f89354479c42acddab82b930bdeb9a5) sys: remove custom setChildSubreaper const
* [`d7cad51275`](https://github.com/containerd/containerd/commit/d7cad51275e115a5c0c8a76dd2ecd6a5e9959b76) Merge pull request  [#4229](https://github.com/containerd/containerd/pull/4229) from thaJeztah/bump_logrus
* [`b354188618`](https://github.com/containerd/containerd/commit/b354188618b2a9f5b4a80404ef299706a0220c5c) Merge pull request  [#4226](https://github.com/containerd/containerd/pull/4226) from thaJeztah/remove_libcontainer_from_shim
* [`ec12d3042f`](https://github.com/containerd/containerd/commit/ec12d3042f2d1e8cee989f6e63ad434db7e6e575) vendor: sirupsen/logrus v1.6.0
* [`23aab35fdb`](https://github.com/containerd/containerd/commit/23aab35fdbddc1977dd3078fa6cfa5065e333156) Remove libcontainer from containerd-shim
* [`c668d7660d`](https://github.com/containerd/containerd/commit/c668d7660d0cfa0e6550cb4439234851819de2f5) Merge pull request  [#4225](https://github.com/containerd/containerd/pull/4225) from fuweid/update-cri
* [`ae7cdc814b`](https://github.com/containerd/containerd/commit/ae7cdc814b029493d213a63f3399b03bfb531ac9) vendor: update containerd/cri
* [`7d7104c549`](https://github.com/containerd/containerd/commit/7d7104c549207a486e43837a3f845422770ae20d) Merge pull request  [#4222](https://github.com/containerd/containerd/pull/4222) from dims/update-to-latest-hcsshim
* [`c1096864a7`](https://github.com/containerd/containerd/commit/c1096864a7206b89923a7c1882aaee936554b979) Update to latest hcsshim - 0.8.9
* [`4be98fa28b`](https://github.com/containerd/containerd/commit/4be98fa28b62e8a012491d655a4d6818ef87b080) Merge pull request  [#4220](https://github.com/containerd/containerd/pull/4220) from thaJeztah/update_terminal_sequences
* [`a10b502568`](https://github.com/containerd/containerd/commit/a10b502568ca2cf7a2c6d4acfd9338fed2aa764f) Merge pull request  [#4221](https://github.com/containerd/containerd/pull/4221) from thaJeztah/bump_logrus
* [`f3c03c0b81`](https://github.com/containerd/containerd/commit/f3c03c0b81fdfdc1c6540eba1813f549a64fc88b) Merge pull request  [#4219](https://github.com/containerd/containerd/pull/4219) from ktock/bc
* [`ea182aec8a`](https://github.com/containerd/containerd/commit/ea182aec8af7f4e283d0b5b16fd07572e1e7b3c3) vendor: sirupsen/logrus v1.5.0
* [`68f1515932`](https://github.com/containerd/containerd/commit/68f151593257ad4325583bff044d2b0ccfb6ece6) vendor konsorten/go-windows-terminal-sequences v1.0.3
* [`046a520c91`](https://github.com/containerd/containerd/commit/046a520c91a1126fb6fddcdbcddec37616166298) vendor: update containerd/cri dc7afe8fbe53db06c3f883f6f8c9895a9dfb2314
* [`3f95bc5f18`](https://github.com/containerd/containerd/commit/3f95bc5f18a7d9dceb1e7502d2fc6120900c5bfb) Merge pull request  [#4213](https://github.com/containerd/containerd/pull/4213) from fahedouch/remove_unnecessary_condition
* [`8e76d18eff`](https://github.com/containerd/containerd/commit/8e76d18eff7ce47075134b870c37c2114fa4a8c5) remove if condition because it is handled by the sdNotify daemon func
* [`1a10211e3f`](https://github.com/containerd/containerd/commit/1a10211e3f9986d9712881a58ed5d3bb9ecc029b) WithLease: always return context and done fn
* [`98b30f4690`](https://github.com/containerd/containerd/commit/98b30f469055a06aed02be6c392e15fdbce534ef) Add commands to mount/unmount image from ref
* [`36952e989a`](https://github.com/containerd/containerd/commit/36952e989a8e25ca7b21e6abf89fff91ab9c0028) Merge pull request  [#4208](https://github.com/containerd/containerd/pull/4208) from estesp/moar-startup-time
* [`5d4a9bae9f`](https://github.com/containerd/containerd/commit/5d4a9bae9fd1df2b2c3809880bb26a095d5b8e9d) Merge pull request  [#4199](https://github.com/containerd/containerd/pull/4199) from fuweid/update-go-version-zuul
* [`cd0e62f5c9`](https://github.com/containerd/containerd/commit/cd0e62f5c9d04072c0e6c666f3633ee081fa8297) Allow more time for containerd to start for integration
* [`9687ba6315`](https://github.com/containerd/containerd/commit/9687ba6315d2a4f37224101790a8d74e4963907a) test: TestRuntimeWithEmptyMaxEnvProcs should cleanup
* [`b566859acc`](https://github.com/containerd/containerd/commit/b566859acc6af3426e8efdacc5ec352fa17bc648) .zuul: update go version to 1.13.10
* [`e094d363ac`](https://github.com/containerd/containerd/commit/e094d363ac2328305805c8d72b64ae2542617dd3) Merge pull request  [#4206](https://github.com/containerd/containerd/pull/4206) from estesp/fix-golang-lint
* [`32649fe305`](https://github.com/containerd/containerd/commit/32649fe3055e9a5966a6311d7ea233d47bc5f23c) Fix retrieval of golangci-lint specific version
* [`1d083fec49`](https://github.com/containerd/containerd/commit/1d083fec4939ce58f23a48ad3a914adb826d592a) Merge pull request  [#4198](https://github.com/containerd/containerd/pull/4198) from fuweid/ignore-ttrpc-closed
* [`126e497e63`](https://github.com/containerd/containerd/commit/126e497e63e33baaa0fa66f3aac1212ec86b90fa) vendor: update ttrpc with 6e416eafd26e6e738df716b21d421d5b59702bb4
* [`0116352e1b`](https://github.com/containerd/containerd/commit/0116352e1bfb944237f5053695cd2251f285a45f) runtime: ignore ttrpc.ErrClosed when delete task
* [`5bfab78acd`](https://github.com/containerd/containerd/commit/5bfab78acd08113f49155245fef3aeb8f9f48a83) Merge pull request  [#4195](https://github.com/containerd/containerd/pull/4195) from mxpv/binary-io
* [`4f6c594de3`](https://github.com/containerd/containerd/commit/4f6c594de32bfafea7defa62d6474955c7907c2f) Merge pull request  [#4194](https://github.com/containerd/containerd/pull/4194) from cpuguy83/remove_subreaper_config
* [`917e7646ae`](https://github.com/containerd/containerd/commit/917e7646ae59e64dbae4f19f53ca1cfe5849f2ac) Add binary IO tests
* [`9175401b28`](https://github.com/containerd/containerd/commit/9175401b283d6437db7ec6cd3541a018c51322b5) Cleanup binary IO resources on error
* [`0dc7c85956`](https://github.com/containerd/containerd/commit/0dc7c8595627e38ca2b83d17a062b51f384c2025) Don't use timeout package when stopping shim logger
* [`8574083153`](https://github.com/containerd/containerd/commit/8574083153f44c7351a272e55eb9fec0ac507aa2) This config no longer exists, so remove from docs.
* [`d8506bfd7b`](https://github.com/containerd/containerd/commit/d8506bfd7b407dcb346149bcec3ed3c19244e3f1) Merge pull request  [#4193](https://github.com/containerd/containerd/pull/4193) from ktock/bump_cri
* [`e79d666cdd`](https://github.com/containerd/containerd/commit/e79d666cdd5b0ac44938aea0459548266fd212dc) vendor: update containerd/cri 61b7af7564602234662562a9d37e772f5a54facb
* [`aa6a66b65e`](https://github.com/containerd/containerd/commit/aa6a66b65e27ab27519fa3c6fbcea5d66616bbd4) Merge pull request  [#4192](https://github.com/containerd/containerd/pull/4192) from estesp/disable-travis-on-master
* [`61597b4317`](https://github.com/containerd/containerd/commit/61597b431755a6de04782434fee4bbaa90e599a1) Disable Travis CI on master
* [`327c92f7d7`](https://github.com/containerd/containerd/commit/327c92f7d79a4ffb7972b3edd1b30bd372b41358) Merge pull request  [#4189](https://github.com/containerd/containerd/pull/4189) from estesp/actions-fixes
* [`74ceb35f50`](https://github.com/containerd/containerd/commit/74ceb35f508e67abb00366ceeb42156a721316c5) Small fixes to our Actions CI workflow
* [`9441507fd2`](https://github.com/containerd/containerd/commit/9441507fd29704bf14e0f38cea2129a4c0430171) Merge pull request  [#4183](https://github.com/containerd/containerd/pull/4183) from dims/build-runc-with-selinux-support
* [`7a252f3ca1`](https://github.com/containerd/containerd/commit/7a252f3ca1f158203574f2c7786a28e6c0368f5e) Build runc with selinux support
* [`ccaf35b01c`](https://github.com/containerd/containerd/commit/ccaf35b01c8799267ee51c414bc48fd1cb49fb05) Merge pull request  [#4188](https://github.com/containerd/containerd/pull/4188) from estesp/fix-proto-gen
* [`041545cd6a`](https://github.com/containerd/containerd/commit/041545cd6ad53bd8a5279c3ea0ede101865cdc83) Fix protobuild and CI check protos
* [`9bd3bf9bec`](https://github.com/containerd/containerd/commit/9bd3bf9becea17c4b345c289da98ba42620652fd) Merge pull request  [#4185](https://github.com/containerd/containerd/pull/4185) from estesp/badges
* [`e3bc5c487a`](https://github.com/containerd/containerd/commit/e3bc5c487af215b047ec9046cc56f2d3ee61a257) Use GH Actions CI status for badge
* [`2ed8d12bb0`](https://github.com/containerd/containerd/commit/2ed8d12bb06f3d0725d5256569f500913c13b2e8) Merge pull request  [#3845](https://github.com/containerd/containerd/pull/3845) from fahedouch/v2_shim_test
* [`842b1e3b0b`](https://github.com/containerd/containerd/commit/842b1e3b0b0413063b6f1940c59322ba122f5467) Merge pull request  [#4184](https://github.com/containerd/containerd/pull/4184) from dims/cri-plugin-needs-selinux-tag
* [`49200a1dd4`](https://github.com/containerd/containerd/commit/49200a1dd4aa752d4a8223e3056b816216a463f6) CRI plugin needs selinux tag as well
* [`3282a1c14c`](https://github.com/containerd/containerd/commit/3282a1c14cd98c124970e448f6d1a9fe5ae0b9b8) Merge pull request  [#4175](https://github.com/containerd/containerd/pull/4175) from thaJeztah/more_go_bumps
* [`b116bcd9b3`](https://github.com/containerd/containerd/commit/b116bcd9b3be66f79c5bb4d3140fcf99d5abf283) Merge pull request  [#4176](https://github.com/containerd/containerd/pull/4176) from stevvooe/valdiate-digest-before-disk
* [`2201007dc2`](https://github.com/containerd/containerd/commit/2201007dc236d5cbf3234eb774f41cf87abc9311) Merge pull request  [#4179](https://github.com/containerd/containerd/pull/4179) from fuweid/update-release12-status
* [`d97cca47ee`](https://github.com/containerd/containerd/commit/d97cca47ee3e9a7ed10092a6c4d88baae21eb1b7) RELEASES.md: update release1.2 status
* [`4615111ba2`](https://github.com/containerd/containerd/commit/4615111ba2d448d2a0ce7f5881ef3af0d24ba4d7) content/local: validate digest before calculating path
* [`a6828e8c39`](https://github.com/containerd/containerd/commit/a6828e8c397584309c334fa564a142183689efdc) CI: Some Go 1.13.10 updates that were missed
* [`a31f5e46e0`](https://github.com/containerd/containerd/commit/a31f5e46e09608135d2f51394e6a5349892f6f62) Merge pull request  [#4169](https://github.com/containerd/containerd/pull/4169) from thaJeztah/bump_golang_1.13.10
* [`7da1e13b5d`](https://github.com/containerd/containerd/commit/7da1e13b5d7c9561f95ba64af1e9baee25dc2a08) Bump Golang 1.13.10
* [`069ce2389a`](https://github.com/containerd/containerd/commit/069ce2389a5a5cd0e09993bbeaaadf1630b517a7) Merge pull request  [#4160](https://github.com/containerd/containerd/pull/4160) from atlassian-forks/forkmount-use-pipe-instead-wait4
* [`35c14c6b56`](https://github.com/containerd/containerd/commit/35c14c6b56d38aaf100fb598c11cd4ffc2928209) sys/mount_linux: use pipe for communicating mount result
* [`5957849544`](https://github.com/containerd/containerd/commit/595784954416a482dd8bde138e82305270b825e7) Merge pull request  [#4162](https://github.com/containerd/containerd/pull/4162) from mxpv/log-fix
* [`660bc71393`](https://github.com/containerd/containerd/commit/660bc71393b1678c71fa33a26bd6fc4ef6e2de26) Merge pull request  [#4165](https://github.com/containerd/containerd/pull/4165) from dims/update-to-selinux-1.5.1
* [`50faf254d3`](https://github.com/containerd/containerd/commit/50faf254d387a91eae73c59f4bf25d88a0c406e9) Merge pull request  [#4164](https://github.com/containerd/containerd/pull/4164) from estesp/turn-down-travis
* [`f328f61b81`](https://github.com/containerd/containerd/commit/f328f61b813606df4e9924a00feb629ea06a27ef) Update to selinux 1.5.1
* [`f7c2bf544e`](https://github.com/containerd/containerd/commit/f7c2bf544ec746dfe1d3e56005e5bc1dea7473e9) Migrate functions to actions
* [`dc29ce296b`](https://github.com/containerd/containerd/commit/dc29ce296b21a3e279353068daaca640175320ce) Merge pull request  [#4163](https://github.com/containerd/containerd/pull/4163) from estesp/longer-integ-timeout
* [`d7c2513ff3`](https://github.com/containerd/containerd/commit/d7c2513ff3bf862cc800d93b4fb7cfac1e1d7102) Update integration test timeout
* [`0caa233158`](https://github.com/containerd/containerd/commit/0caa2331581ec9e2bc489ceb33fa7280fe6eacad) Rework shim logger shutdown process
* [`4660e4dbb6`](https://github.com/containerd/containerd/commit/4660e4dbb653b4d83ffbc7b0dd21c9c2d2f10ea3) Merge pull request  [#4153](https://github.com/containerd/containerd/pull/4153) from thaJeztah/update_go_events
* [`173cbc1ba9`](https://github.com/containerd/containerd/commit/173cbc1ba9646981a3f4e87563e960fc0a928d47) Merge pull request  [#4155](https://github.com/containerd/containerd/pull/4155) from fuweid/bugfix-for-default-hostconfig
* [`067aba732e`](https://github.com/containerd/containerd/commit/067aba732e2250575ff25ef662950a27d235ce68) Add test for default setup for host configuration
* [`d9a1c3f9e4`](https://github.com/containerd/containerd/commit/d9a1c3f9e474646b13abf6929c75ea6701eb5a02) bugfix: add default host config if not set
* [`23fc8597db`](https://github.com/containerd/containerd/commit/23fc8597dbecb65a1896ada0efde9e63655f0e23) Merge pull request  [#4157](https://github.com/containerd/containerd/pull/4157) from mxpv/gh
* [`6d4429edde`](https://github.com/containerd/containerd/commit/6d4429eddeaff0fa0640f4a51c66fb65702477df) Setup dependencies between jobs
* [`fe7bfffbf4`](https://github.com/containerd/containerd/commit/fe7bfffbf43829d93e476f3e02efbefdad518a8a) Merge pull request  [#4151](https://github.com/containerd/containerd/pull/4151) from thaJeztah/bump_runtime_spec
* [`e598e5e0c6`](https://github.com/containerd/containerd/commit/e598e5e0c61ca7e2f251d8c5d0444de0b4a47275) Add CRI tests
* [`4175ebf236`](https://github.com/containerd/containerd/commit/4175ebf236a647514d04129254e8ea4959c62da5) Move integration tests to Github Actions
* [`599547d9cb`](https://github.com/containerd/containerd/commit/599547d9cb3148a0d789f1c18efb7f98d2e17231) Make binaries with Github Actions
* [`ba5a904f54`](https://github.com/containerd/containerd/commit/ba5a904f5429c9daceaf700c354d5b3fd2729072) Merge pull request  [#4156](https://github.com/containerd/containerd/pull/4156) from mxpv/bolt-revert
* [`3968fb0a49`](https://github.com/containerd/containerd/commit/3968fb0a49f982ae22549ed23aa59f51e2d15e71) Revert "vendor: update go.etcd.io/bbolt v1.3.4"
* [`a89fe1b5b8`](https://github.com/containerd/containerd/commit/a89fe1b5b8a1873abe65361bb5e74174138dcf1d) Merge pull request  [#4152](https://github.com/containerd/containerd/pull/4152) from thaJeztah/bump_cgroup_deps
* [`056d602240`](https://github.com/containerd/containerd/commit/056d60224046ef4ede772633ebdba6c61784be3b) vendor: update go-events to fix alignment for 32bit systems
* [`4fb3410f65`](https://github.com/containerd/containerd/commit/4fb3410f65d0ab6a8c72a4adcde15b21332c7a28) vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
* [`e822296fc4`](https://github.com/containerd/containerd/commit/e822296fc421f0e09f96c77497fab5373e9f5182) vendor: runtime-spec v1.0.2
* [`b0e71d7977`](https://github.com/containerd/containerd/commit/b0e71d797713edbde3852ec4bb5c4ffab82531c2) Merge pull request  [#4146](https://github.com/containerd/containerd/pull/4146) from kzys/cgroups-upgrade
* [`c52691f732`](https://github.com/containerd/containerd/commit/c52691f7329841eb51177a0402ed4dc5f40971c0) Merge pull request  [#4145](https://github.com/containerd/containerd/pull/4145) from thaJeztah/bump_golang_1.13.9
* [`3261fb5c49`](https://github.com/containerd/containerd/commit/3261fb5c49d11cfc5632d76ba426354e2110e6d6) vendor: containerd/cgroups b4448137398923af7f4918b8b2ad8249172ca7a6
* [`aa76d95375`](https://github.com/containerd/containerd/commit/aa76d9537554afaa1ca47d46f6adba857f81dd8f) Bump Golang 1.13.9
* [`1512f0dc29`](https://github.com/containerd/containerd/commit/1512f0dc29e90a267d68b2d39c2376e06438f932) Merge pull request  [#4140](https://github.com/containerd/containerd/pull/4140) from thaJeztah/man_man_man
* [`ad090e67e9`](https://github.com/containerd/containerd/commit/ad090e67e9d72fdce6259c51ff56d2df824b25cd) man: move ctr.1, containerd-config to section 8, and fix generation
* [`9ba5ea232c`](https://github.com/containerd/containerd/commit/9ba5ea232c781438906be7858a26ad7db1aa1aae) Merge pull request  [#4138](https://github.com/containerd/containerd/pull/4138) from dmcgowan/registry-configuration-tools
* [`d8153b065a`](https://github.com/containerd/containerd/commit/d8153b065acf8932a684023d7772d6d019379936) Merge pull request  [#4137](https://github.com/containerd/containerd/pull/4137) from hs0210/work
* [`a19a357f91`](https://github.com/containerd/containerd/commit/a19a357f9118d5a80c3a9fb27212f879df665ae5) Merge pull request  [#4139](https://github.com/containerd/containerd/pull/4139) from thaJeztah/fix_manpages
* [`356782cb47`](https://github.com/containerd/containerd/commit/356782cb47296a0066f74f6519d145441bbf8674) Makefile: man page: rename containerd.1 to containerd.8
* [`547301cb0c`](https://github.com/containerd/containerd/commit/547301cb0c674247f0e506912e1ecb3bae23a15f) Update ctr resolver to use new config package
* [`17b6050d20`](https://github.com/containerd/containerd/commit/17b6050d20bf7d25d15e26ed867f774e8c7c72fe) Add Docker resolver configuration package
* [`dc131aa862`](https://github.com/containerd/containerd/commit/dc131aa862cfb41b3bc866e7af4ff8e8cd739b3d) support loading certs from a directory
* [`c263c5b146`](https://github.com/containerd/containerd/commit/c263c5b146ce81d70c079d08df4f1e2a5b384ab1) Add unit test for func in remotes/docker/handler.go
* [`e852da5855`](https://github.com/containerd/containerd/commit/e852da5855572bfb7f48bbea45fa481eb2b3caf8) Merge pull request  [#4135](https://github.com/containerd/containerd/pull/4135) from hs0210/work
* [`c8d9c6f2a6`](https://github.com/containerd/containerd/commit/c8d9c6f2a6cc217c340a708f9991d0179af55482) Add unit test for func in remotes/docker/handler.go
* [`a83927d5f1`](https://github.com/containerd/containerd/commit/a83927d5f13a2f90365a340382795a3de89e9cd3) Merge pull request  [#4134](https://github.com/containerd/containerd/pull/4134) from thaJeztah/bump_bbolt
* [`e5fc99107a`](https://github.com/containerd/containerd/commit/e5fc99107a210a5070561bd8126c0467eb91847f) Merge pull request  [#4132](https://github.com/containerd/containerd/pull/4132) from mxpv/linters
* [`89f9b300d8`](https://github.com/containerd/containerd/commit/89f9b300d80350c337d3ecf50cc5cc5a9f3157d0) Merge pull request  [#4123](https://github.com/containerd/containerd/pull/4123) from estesp/no-del-rootdir-ios
* [`fb9e3d9f21`](https://github.com/containerd/containerd/commit/fb9e3d9f21074e60e9b74034dca5ef19f3456c4c) vendor: update go.etcd.io/bbolt v1.3.4
* [`e4cbbc78bf`](https://github.com/containerd/containerd/commit/e4cbbc78bf7cd6440bca42d8ff332dcb3400a174) Move checks to Github actions
* [`1c1a08e71a`](https://github.com/containerd/containerd/commit/1c1a08e71a54d7c82d05f47c3b6297a6e4c766e9) Merge pull request  [#4130](https://github.com/containerd/containerd/pull/4130) from cpuguy83/docs_buildtags
* [`c1a218195d`](https://github.com/containerd/containerd/commit/c1a218195dc0eb6861b0b16db37eb499b1bd7c8c) Add docs for build tags used by cri.
* [`7ef7d1e245`](https://github.com/containerd/containerd/commit/7ef7d1e245dd006ffe83b625c891ccae02264eca) Merge pull request  [#4129](https://github.com/containerd/containerd/pull/4129) from crosbymichael/cgroup-idname
* [`d654dbafac`](https://github.com/containerd/containerd/commit/d654dbafac6ccfde77ba9611c7c36e09d6c4ca73) Allow the id for cgroup metrics to be changed
* [`78ab1d13d2`](https://github.com/containerd/containerd/commit/78ab1d13d22ec82e269d7a943a0a8ae3b01a11aa) Correct logic of FIFO cleanup
* [`7bdec4e47f`](https://github.com/containerd/containerd/commit/7bdec4e47fee1b776955ca689cfda6db9fb7a2ce) Merge pull request  [#4125](https://github.com/containerd/containerd/pull/4125) from dims/add-version-numbers-for-newly-tagged-repos
* [`92a36dc10f`](https://github.com/containerd/containerd/commit/92a36dc10f616682feeeccda18fc10b7847d9a98) Add version numbers for newly tagged repos
* [`0c78dacbc5`](https://github.com/containerd/containerd/commit/0c78dacbc5c8b1c02ae3f7e30be5ed170bee4d4b) Move isFifo from process/io to sys/ and make public
* [`214fbcede3`](https://github.com/containerd/containerd/commit/214fbcede3b81da60fc6568c3378165360154e95) Merge pull request  [#4124](https://github.com/containerd/containerd/pull/4124) from thaJeztah/seccomp_time64
* [`9529c69b8a`](https://github.com/containerd/containerd/commit/9529c69b8aaa9e2632d025849f843301863ded12) seccomp: add 64-bit time_t syscalls
* [`e0d4208f7e`](https://github.com/containerd/containerd/commit/e0d4208f7eeeadfbff41be0388604e142cd94002) Merge pull request  [#4122](https://github.com/containerd/containerd/pull/4122) from bergwolf/runtimeopts
* [`ebd745f91a`](https://github.com/containerd/containerd/commit/ebd745f91a702f0d437e59e9e1ee66f9c205efee) ctr: do not assume runc options by default
* [`058a32e771`](https://github.com/containerd/containerd/commit/058a32e77105b925a1eaeec6bef4f00c3f975515) Merge pull request  [#4099](https://github.com/containerd/containerd/pull/4099) from mythi/hardlink
* [`e2269f2ae0`](https://github.com/containerd/containerd/commit/e2269f2ae0a8bb996b13d98ed6ffbdad7cdafd0f) archive: skip chmod IsNotExist error
* [`2899cb231a`](https://github.com/containerd/containerd/commit/2899cb231a60e8f3ead9894285b89fb272f07597) Merge pull request  [#4116](https://github.com/containerd/containerd/pull/4116) from mxpv/dm-docs
* [`6c64032c14`](https://github.com/containerd/containerd/commit/6c64032c14d177b642aa29ccd64edece41ba9b57) Merge pull request  [#4115](https://github.com/containerd/containerd/pull/4115) from kolyshkin/num-signals-are-ok
* [`bd22653003`](https://github.com/containerd/containerd/commit/bd2265300324778244223badd74c7308345a4032) Add devmapper configuration examples
* [`5ef66e48f2`](https://github.com/containerd/containerd/commit/5ef66e48f228bc5f1f3bfcceb619ddfcea60c1bd) ParseSignal: drop add'l check for numeric signals
* [`672eb827cb`](https://github.com/containerd/containerd/commit/672eb827cbfad9ba1b4fef66ccf8b52f8762be63) Merge pull request  [#4113](https://github.com/containerd/containerd/pull/4113) from crosbymichael/shim-version
* [`649f2aac66`](https://github.com/containerd/containerd/commit/649f2aac66eef515322fdbe6613dcc7343df5165) add -v to shim binaries
* [`5ebd0e5d0f`](https://github.com/containerd/containerd/commit/5ebd0e5d0fef54f7cdcd30425c4d3366e64f6892) Merge pull request  [#4114](https://github.com/containerd/containerd/pull/4114) from estesp/more-golangci-time
* [`4ff9d69966`](https://github.com/containerd/containerd/commit/4ff9d69966b9518e7ac489432f48036cab63bd80) Increase golangci-lint timeout
* [`2532bdf43f`](https://github.com/containerd/containerd/commit/2532bdf43f4973758bf1b4c22c1f6dbe5933ffdd) Merge pull request  [#4100](https://github.com/containerd/containerd/pull/4100) from lifubang/publisher
* [`14fbcd886f`](https://github.com/containerd/containerd/commit/14fbcd886f6e971d86f6e3bed43298491d89f393) Merge pull request  [#4106](https://github.com/containerd/containerd/pull/4106) from thaJeztah/bump_cri
* [`e2e40e19d7`](https://github.com/containerd/containerd/commit/e2e40e19d70abeec54ffc988c6298862349a2e58) Merge pull request  [#3924](https://github.com/containerd/containerd/pull/3924) from renzhengeek/renzhen/snapshot-gc
* [`c00cf9a670`](https://github.com/containerd/containerd/commit/c00cf9a670ea3e2a7a669d3c6a7ef5c5fe954934) vendor: containerd/cri 92cb4ed9786a6cd271152ba1f862183d84701003
* [`62083eeed2`](https://github.com/containerd/containerd/commit/62083eeed275db8c154dd87a5f84444e97ddb507) Merge pull request  [#4102](https://github.com/containerd/containerd/pull/4102) from kolyshkin/scan
* [`488d6194f2`](https://github.com/containerd/containerd/commit/488d6194f2080709d9667e00ff244fbdc7ff95b2) fix dial error when clean up a dead shim
* [`6e638ad27a`](https://github.com/containerd/containerd/commit/6e638ad27a6b5708f8b0eb06b17d3d0352609a2f) Nit: fix use of bufio.Scanner.Err
* [`c6851ace61`](https://github.com/containerd/containerd/commit/c6851ace61864f8018d476d84fc82093e25db233) Merge pull request  [#4098](https://github.com/containerd/containerd/pull/4098) from thaJeztah/update_golangci_lint
* [`dc085abda5`](https://github.com/containerd/containerd/commit/dc085abda5a4ca48cdec11dfd3011279477ff238) Merge pull request  [#4097](https://github.com/containerd/containerd/pull/4097) from tklauser/fix-duplicate-imports
* [`4326fc624a`](https://github.com/containerd/containerd/commit/4326fc624a6504c154c6743774e225c8782f6a36) Update Golangci-lint v1.23.8
* [`4756258faf`](https://github.com/containerd/containerd/commit/4756258faf55c1e2b4eb601c9fb669ecb3b43e8b) service_windows.go: remove unused "service" variable
* [`a9bd451ab4`](https://github.com/containerd/containerd/commit/a9bd451ab4b87a771a40067304b7bc7ee68f49c5) Avoid duplicate imports of github.com/gogo/protobuf/types
* [
10000
`4eb9d15dc6`](https://github.com/containerd/containerd/commit/4eb9d15dc6d01f8ef4507e6a50e58f615f430f55) Merge pull request  [#4095](https://github.com/containerd/containerd/pull/4095) from thaJeztah/partial_revert
* [`3a0a52ab95`](https://github.com/containerd/containerd/commit/3a0a52ab95353ea3ee980ec01c28326949c74a34) Merge pull request  [#4091](https://github.com/containerd/containerd/pull/4091) from SaiHarshaK/update-install-steps
* [`cad67b73f2`](https://github.com/containerd/containerd/commit/cad67b73f2bebc59cc450e830605df38a1ebdef7) Update btrfs dependencies in docs for debian buster and ubuntu 19.10 * Fixes: #4090
* [`6320236985`](https://github.com/containerd/containerd/commit/6320236985d4c9c179b51dab2ea1ca4835123d49) Partial revert of sys: windows: use golang.org/x/sys/windows
* [`9ec579bf8a`](https://github.com/containerd/containerd/commit/9ec579bf8a09f2fd1b63c7670eea5aa095720b7e) Merge pull request  [#4093](https://github.com/containerd/containerd/pull/4093) from thaJeztah/replace_more_syscall
* [`a30225b220`](https://github.com/containerd/containerd/commit/a30225b2209c031af55aae6c6e9466c248925ef1) Merge pull request  [#4094](https://github.com/containerd/containerd/pull/4094) from thaJeztah/deprecate_sys_epoll
* [`b4f1986bf5`](https://github.com/containerd/containerd/commit/b4f1986bf54b37a95fe8f9ca8531c97209d2bdd4) Merge pull request  [#4092](https://github.com/containerd/containerd/pull/4092) from thaJeztah/bump_x_sys
* [`0a7fd55f32`](https://github.com/containerd/containerd/commit/0a7fd55f32a8eff3554e8c2e992db8ff65400e9c) sys: deprecate EpollCreate1, EpollCtl, EpollWait
* [`7b06192f61`](https://github.com/containerd/containerd/commit/7b06192f61d02c28bdbd8470388cc21fa676e58c) sys: windows: use golang.org/x/sys/windows
* [`1b7d1e81be`](https://github.com/containerd/containerd/commit/1b7d1e81be79d786ae0a828cf17256c609fb4c92) vendor: golang.org/x/sys 5c8b2ff67527cb88b770f693cebf3799036d8bc0
* [`92cfc5b1fb`](https://github.com/containerd/containerd/commit/92cfc5b1fb91e0e09bd9ef18de082cd648e2bdc0) Merge pull request  [#4088](https://github.com/containerd/containerd/pull/4088) from mxpv/sd
* [`7a5fcf617e`](https://github.com/containerd/containerd/commit/7a5fcf617ef550c76c6831d97244baff0ac6121e) Merge pull request  [#4089](https://github.com/containerd/containerd/pull/4089) from thaJeztah/update_cri
* [`ddae905b82`](https://github.com/containerd/containerd/commit/ddae905b824a264be620cea03d3dee66f779f19a) Support NOTIFY_SOCKET
* [`b78dfbdfbe`](https://github.com/containerd/containerd/commit/b78dfbdfbe54ec5cc9c5b59d79a9739756daae01) vendor: golang.org/x/sys 52ab431487773bc9dd1b0766228b1cf3944126bf
* [`ba6796abde`](https://github.com/containerd/containerd/commit/ba6796abde0090a1984c056fec9e1cc6fb9b3796) vendor: update kubernetes v1.18.0-beta.1
* [`f3d062423c`](https://github.com/containerd/containerd/commit/f3d062423c7a50e0258132bf5786d7a025e54a06) vendor: sigs.k8s.io/yaml v1.2.0
* [`04c805e636`](https://github.com/containerd/containerd/commit/04c805e636b3879f689501fd052cb287fd80327c) vendor: github.com/google/gofuzz v1.1.0
* [`12c7d69769`](https://github.com/containerd/containerd/commit/12c7d69769b43b8f432fe4dd779335f02c52c036) vendor: update containerd/cri 1a00c068864a59835ff442e0dddfa5a254be6bb3
* [`5607b23b0f`](https://github.com/containerd/containerd/commit/5607b23b0f7fd48645372adeab96515882ad0d97) vendor.conf: move some imports to match position with containerd/cri
* [`3868dd7540`](https://github.com/containerd/containerd/commit/3868dd754064b843579e2aac0fa846185869c2a7) Merge pull request  [#4087](https://github.com/containerd/containerd/pull/4087) from crosbymichael/cgroups-exports
* [`97ca1be067`](https://github.com/containerd/containerd/commit/97ca1be06752cf220f1fa91ae8ececa0461dc284) Merge pull request  [#4058](https://github.com/containerd/containerd/pull/4058) from tedyu/get-process
* [`e3ab8bda60`](https://github.com/containerd/containerd/commit/e3ab8bda604dbafb6c69f4c42979e92ead445138) Avoid allocating slice for finding Process
* [`1239f54035`](https://github.com/containerd/containerd/commit/1239f5403534145ffefc4b53dbf2569af5a78d0c) export cgroups collectors
* [`aac6a51ee7`](https://github.com/containerd/containerd/commit/aac6a51ee775d89958dd6dbde1f61096ddbcb5a0) Merge pull request  [#4059](https://github.com/containerd/containerd/pull/4059) from fuweid/me-upstream-release-status
* [`35a8de8996`](https://github.com/containerd/containerd/commit/35a8de899651770bc7ba1cc498ec1057a8b6e83c) Merge pull request  [#4080](https://github.com/containerd/containerd/pull/4080) from mxpv/opts
* [`8c9e84174d`](https://github.com/containerd/containerd/commit/8c9e84174d55af4fcedf7bf0dbe3469936c0f43a) RELEASES.md: update release status
* [`936b7b0043`](https://github.com/containerd/containerd/commit/936b7b0043e4b90a7f4810ed91ce066257117178) Merge pull request  [#4085](https://github.com/containerd/containerd/pull/4085) from thaJeztah/update_crypto
* [`e0a8fe7cb6`](https://github.com/containerd/containerd/commit/e0a8fe7cb60e165ba5158db99957993587f52d50) vendor: bump golang.org/x/crypto bac4c82f6975
* [`0131015594`](https://github.com/containerd/containerd/commit/01310155947cb6eec37dcae29742a165e56acb4a) Merge pull request  [#4084](https://github.com/containerd/containerd/pull/4084) from crosbymichael/kill-all-check
* [`233d61f51c`](https://github.com/containerd/containerd/commit/233d61f51c867c314b5b66a1df91996b23ea1eb3) Merge pull request  [#4083](https://github.com/containerd/containerd/pull/4083) from crosbymichael/resource-opts
* [`a687d3a36d`](https://github.com/containerd/containerd/commit/a687d3a36dac0c75adcef6318a1891034b4cc284) Check error return from json.Unmarshal
* [`a3ca8a0dfc`](https://github.com/containerd/containerd/commit/a3ca8a0dfc4f2e79487d2479fbb3ee41bc75227b) Add linux resource oci.SpecOpts
* [`54fd2cba49`](https://github.com/containerd/containerd/commit/54fd2cba4970fe77b10bb113f252cd5a10bddb40) Merge pull request  [#4081](https://github.com/containerd/containerd/pull/4081) from crosbymichael/info-spec
* [`00e6be9f45`](https://github.com/containerd/containerd/commit/00e6be9f45751937854b2ebe2a8822c72fd8330f) Add ctr c info --spec flag to output spec
* [`3be12fe1c0`](https://github.com/containerd/containerd/commit/3be12fe1c0ad47e3ace8e373fd2bf41f4aa775df) Do not loose snapshotter options
* [`8cddb5f91d`](https://github.com/containerd/containerd/commit/8cddb5f91d8055747b497d4e7639367af1436ff0) Pass snapshotter opts during Pull
* [`ca66f3dd5d`](https://github.com/containerd/containerd/commit/ca66f3dd5d917694797a377b8ab9b8fb603b089b) Merge pull request  [#4076](https://github.com/containerd/containerd/pull/4076) from kevpar/windows-cri-support
* [`a3685262fe`](https://github.com/containerd/containerd/commit/a3685262fe7d501a2a236c7ce39209a7161f2519) snapshots/devmapper: do not stop snapshot GC when one snapshot removing fails
* [`b6bf7b97c2`](https://github.com/containerd/containerd/commit/b6bf7b97c23bece60866801c18680471d4cd7eb7) devmapper: async remove device using Cleanup
* [`3a1c6a260a`](https://github.com/containerd/containerd/commit/3a1c6a260a0a3f518593da4a6091dd447ab10260) Merge pull request  [#4073](https://github.com/containerd/containerd/pull/4073) from dims/update-opencontainers/selinux-to-1.3.3
* [`c7eec0c178`](https://github.com/containerd/containerd/commit/c7eec0c1786595b9aa4c31cf43c65acd2c204f8f) Fix file header in builtins_cri.go
* [`269015e31c`](https://github.com/containerd/containerd/commit/269015e31c5036d447da88d021921b09a17eb543) Merge pull request  [#4072](https://github.com/containerd/containerd/pull/4072) from thaJeztah/update_gotest_tools_v3
* [`f2edc6f164`](https://github.com/containerd/containerd/commit/f2edc6f164f977b459a3abaa310d145f20050617) vendor: update gotest.tools v3.0.2
* [`026e43806a`](https://github.com/containerd/containerd/commit/026e43806a8099b70c166874e59dcbbfe0634cc4) Update to a released version of opencontainers/selinux (1.3.3)
* [`4d242818bf`](https://github.com/containerd/containerd/commit/4d242818bf55542e5d7876ca276fea83029e803c) Merge pull request  [#4053](https://github.com/containerd/containerd/pull/4053) from AkihiroSuda/vendor-grpc-20200225
* [`669f516b0e`](https://github.com/containerd/containerd/commit/669f516b0e083238036cdd1118c3601f017557bf) Merge pull request  [#4062](https://github.com/containerd/containerd/pull/4062) from tedyu/start-shim-defer
* [`f8ade8debd`](https://github.com/containerd/containerd/commit/f8ade8debd8877de4d7717ad48fb48e3203b215d) Use named error return for service#StartShim
* [`536d7ef92d`](https://github.com/containerd/containerd/commit/536d7ef92da517fde23cff7ddccd86ef4c459fba) Merge pull request  [#4066](https://github.com/containerd/containerd/pull/4066) from thaJeztah/choco_progress
* [`985b26f2f9`](https://github.com/containerd/containerd/commit/985b26f2f9fe63ef116e6fd764c0990a2d24a2b9) AppVeyor: disable download progress on choco installs
* [`06b284026d`](https://github.com/containerd/containerd/commit/06b284026da5e88c47577a0ff465c18f9cac891d) Merge pull request  [#4063](https://github.com/containerd/containerd/pull/4063) from tedyu/namespace-path
* [`4105135e36`](https://github.com/containerd/containerd/commit/4105135e368071ece17f46484e3b5d84921d8161) fix killall when use pidnamespace
* [`ebec675a8d`](https://github.com/containerd/containerd/commit/ebec675a8d0c042401b77a77a048a621709ca7e9) Merge pull request  [#3802](https://github.com/containerd/containerd/pull/3802) from vladimiroff/unify-dialers
* [`4dd75be2b9`](https://github.com/containerd/containerd/commit/4dd75be2b93da857cd4cfa384e9088c03a58d6cb) Unify dialer implementations
* [`8e448bb279`](https://github.com/containerd/containerd/commit/8e448bb2798b94c09cf84e9b8de401d04f20decf) vendor protobuf & grpc
* [`9b4967bd6b`](https://github.com/containerd/containerd/commit/9b4967bd6b77e4a6bb4c36c86b4e3a6daaead6d4) Merge pull request  [#4048](https://github.com/containerd/containerd/pull/4048) from fuweid/me-use-new-ctx-to-cleanup
* [`3b9f2e8540`](https://github.com/containerd/containerd/commit/3b9f2e85402f77d6ff63405a6dbb7a72938ca6f5) Merge pull request  [#4051](https://github.com/containerd/containerd/pull/4051) from rancher/selinux
* [`c134a9befa`](https://github.com/containerd/containerd/commit/c134a9befa59fd5ab670a9c250f74cb3e4c88844) Use spec's mountLabel when mounting the rootfs
* [`2c5279e820`](https://github.com/containerd/containerd/commit/2c5279e820f86714df591b7f8d4b71052cf8ad87) Merge pull request  [#4049](https://github.com/containerd/containerd/pull/4049) from fuweid/me-fix-flaky-testcase
* [`1d888ad6a6`](https://github.com/containerd/containerd/commit/1d888ad6a69d412cfb93054fe8368caca97d944e) cleanup the image synchronously for Usage case
* [`18e581dd91`](https://github.com/containerd/containerd/commit/18e581dd91fd671aaeba86dcae2b6c97142a1cb0) bugfix: cleanup dangling shim by brand new context
* [`fed8890e93`](https://github.com/containerd/containerd/commit/fed8890e935f28de075b4031ebbc794076d21f69) Enable CRI plugin for Windows builds as well
* [`0e08405433`](https://github.com/containerd/containerd/commit/0e08405433e3060ce6e1194e836cc7e71c80f9c6) Merge pull request  [#4046](https://github.com/containerd/containerd/pull/4046) from darfux/cancel_shim_log_ctx_by_onclose
* [`84464b801f`](https://github.com/containerd/containerd/commit/84464b801faf2c80b71f8fa057d1f8daf9474a1c) v2: Cancel shim log ctx when ttrpc is closed
* [`986d06785c`](https://github.com/containerd/containerd/commit/986d06785c4abaa5fcd546999e1c4066ed6646e8) Merge pull request  [#4042](https://github.com/containerd/containerd/pull/4042) from thaJeztah/bump_crypto
* [`7f0bccf1a0`](https://github.com/containerd/containerd/commit/7f0bccf1a00f84fc9f8fc289b5560f02562f86d9) Merge pull request  [#4041](https://github.com/containerd/containerd/pull/4041) from elboulangero/remove-executable-bit-on-api-txt-files
* [`f3652d0682`](https://github.com/containerd/containerd/commit/f3652d0682f500a84191b34cd58e37e6fd684c36) vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382
* [`773adf7ab6`](https://github.com/containerd/containerd/commit/773adf7ab600824fe64bf5b5496763345eaed33d) Remove the executable bit for api/*.txt files
* [`986f294187`](https://github.com/containerd/containerd/commit/986f2941871087f31865a1d9fd69b4f97e3aea88) Merge pull request  [#3942](https://github.com/containerd/containerd/pull/3942) from hs0210/work
* [`724d0eb859`](https://github.com/containerd/containerd/commit/724d0eb859065f3fa11f32fa54b1c1970b670704) Merge pull request  [#4039](https://github.com/containerd/containerd/pull/4039) from AkihiroSuda/no-zfs
* [`8e685f78cf`](https://github.com/containerd/containerd/commit/8e685f78cf66e2901b2fbed2fdddd64449a74ab9) support building with BUILDTAGS="no_zfs no_aufs"
* [`3fe22817ab`](https://github.com/containerd/containerd/commit/3fe22817ab757f43cf9bc6d9de55649a99a2e986) Merge pull request  [#4037](https://github.com/containerd/containerd/pull/4037) from thaJeztah/update_mailmap
* [`61596169bb`](https://github.com/containerd/containerd/commit/61596169bbe688f576dbddc72ebce09955a49440) Update .mailmap
* [`f44d360992`](https://github.com/containerd/containerd/commit/f44d360992c4d30d413c38d276a36bf40b02d194) Update .mailmap with changes from release-branches
* [`04cda9b400`](https://github.com/containerd/containerd/commit/04cda9b4005e367c579b606c22874e953166f38e) Merge pull request  [#4032](https://github.com/containerd/containerd/pull/4032) from thaJeztah/bump_golang_1.13.8
* [`499ab8a99a`](https://github.com/containerd/containerd/commit/499ab8a99ad489fb911557f4ea7ffd33173ed65b) Update Golang 1.13.8
* [`48d998f52c`](https://github.com/containerd/containerd/commit/48d998f52cc119cdc414268b39f5bfb391e291f5) Merge pull request  [#4034](https://github.com/containerd/containerd/pull/4034) from fuweid/me-use-current-git-for-critools
* [`246a560edb`](https://github.com/containerd/containerd/commit/246a560edb19ef9220bb452d0a3c82c7770213fb) script: use github.com/kubernetes-sigs/cri-tools directly
* [`27f25069c0`](https://github.com/containerd/containerd/commit/27f25069c06d597542e57428165225bd2a9e2696) Merge pull request  [#4013](https://github.com/containerd/containerd/pull/4013) from estesp/support-32bit-arm64
* [`7811aa7552`](https://github.com/containerd/containerd/commit/7811aa755265ba3f017683afb1ee3b5a1e0f29b4) Merge pull request  [#4022](https://github.com/containerd/containerd/pull/4022) from estesp/fix-script-comment
* [`75d0c5f2e7`](https://github.com/containerd/containerd/commit/75d0c5f2e74b44353da357c5603a52871bea3940) Fix incorrect comment from copy/paste of starting script
* [`e74962eaa6`](https://github.com/containerd/containerd/commit/e74962eaa6c0533453fcc823ae0e1b5976a30d8c) Merge pull request  [#4018](https://github.com/containerd/containerd/pull/4018) from estesp/update-readme
* [`0dd6d24d2a`](https://github.com/containerd/containerd/commit/0dd6d24d2ae34680d6fb59fcd58c617ad0d61b34) Fix reference to LICENSE in README.md
* [`89de113de9`](https://github.com/containerd/containerd/commit/89de113de9aedce0f41126c83c08ba9d3c6df0f1) Support 32-bit userspace on 64-bit ARM cores
* [`5abacb62da`](https://github.com/containerd/containerd/commit/5abacb62da89dd18219f8ce28a2d4c3d28d8304d) Merge pull request  [#4017](https://github.com/containerd/containerd/pull/4017) from bloodorangeio/octet-stream-fix
* [`d8a0d29c23`](https://github.com/containerd/containerd/commit/d8a0d29c232330f371c949a27527d8b89adccfc5) Set octet-stream content-type on put request
* [`cbf3ee0e22`](https://github.com/containerd/containerd/commit/cbf3ee0e22635920adc221b7bf570cd82ab7bab9) Merge pull request  [#4010](https://github.com/containerd/containerd/pull/4010) from zhsj/fix-zsh-complete
* [`348e683ceb`](https://github.com/containerd/containerd/commit/348e683cebe4ddada6d9b11c2581bfeacba8d458) Fix zsh autocomplete script
* [`4f348c5b5b`](https://github.com/containerd/containerd/commit/4f348c5b5b53a70b282ab5b81b2cc8f03bf6a338) Merge pull request  [#3999](https://github.com/containerd/containerd/pull/3999) from thaJeztah/bump_cri
* [`263ab70146`](https://github.com/containerd/containerd/commit/263ab701463864381e113db9ad72aa1a65897b5a) vendor: bump gopkg.in/yaml.v2 v2.2.8
* [`4c38278895`](https://github.com/containerd/containerd/commit/4c38278895a431fc4939bad0b7d4270d88d8b589) vendor: update containerd/cri c0294ebfe0b4342db85c0faf7727ceb8d8c3afce
* [`f5d8ff57c8`](https://github.com/containerd/containerd/commit/f5d8ff57c8558c5a9a5357304d6b4a1a4aa80931) Merge pull request  [#3965](https://github.com/containerd/containerd/pull/3965) from jterry75/wcow_lcow_scratch_size
* [`46d1fb2fdc`](https://github.com/containerd/containerd/commit/46d1fb2fdcf167648215350f159fbbfa9abc8471) Merge pull request  [#3992](https://github.com/containerd/containerd/pull/3992) from mxpv/losetup
* [`12cb1554be`](https://github.com/containerd/containerd/commit/12cb1554be8e3ba3fa6a7d11db2e8606a3163c0c) Merge pull request  [#3972](https://github.com/containerd/containerd/pull/3972) from fuweid/me-fix-3937
* [`f0652e1434`](https://github.com/containerd/containerd/commit/f0652e1434be5d952abfbc67227ccc100757a8f7) Make tests less flaky
* [`bb8af922bb`](https://github.com/containerd/containerd/commit/bb8af922bb921da1a61fc3b932a113b6826895e6) Add support for custom wcow and lcow sandbox scratch sizes
* [`431cfd86e7`](https://github.com/containerd/containerd/commit/431cfd86e7bc636cdd5254ea8a30bd4f547c7bfc) Merge pull request  [#3991](https://github.com/containerd/containerd/pull/3991) from mihaicmn/fix-default-config
* [`5e6d56ee2d`](https://github.com/containerd/containerd/commit/5e6d56ee2deaeeebf15cb6a19d4898e365a3d926) Fix startup_delay within default configuration
* [`07de4eccf1`](https://github.com/containerd/containerd/commit/07de4eccf1e62056efd24a232e2f75266b03608a) Merge pull request  [#3983](https://github.com/containerd/containerd/pull/3983) from AkihiroSuda/ctr-events-ignore-err
* [`a07cb9d0c4`](https://github.com/containerd/containerd/commit/a07cb9d0c48b06e627c585f0ce70d90ba97a9ff9) Merge pull request  [#3987](https://github.com/containerd/containerd/pull/3987) from thaJeztah/bump_golang_1.13.7
* [`833701165a`](https://github.com/containerd/containerd/commit/833701165aad9d55adda23f48bb5a46cdbcff5b1) ctr events: do not exit on an error
* [`2002411638`](https://github.com/containerd/containerd/commit/2002411638cfdc620f3e3be112e2184452048779) vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
* [`32ba75f0fb`](https://github.com/containerd/containerd/commit/32ba75f0fbfe47ad94e7c7daccc9f31efd0b2db2) Update Golang 1.13.7 (CVE-2020-0601, CVE-2020-7919)
* [`d3b42574a7`](https://github.com/containerd/containerd/commit/d3b42574a751e056362d8f5abe0717e45b9f17d2) Merge pull request  [#3986](https://github.com/containerd/containerd/pull/3986) from thaJeztah/fix_release_tool_link
* [`09944e714f`](https://github.com/containerd/containerd/commit/09944e714f1aee8c84a86f405acf1d0c1246fe43) Merge pull request  [#3985](https://github.com/containerd/containerd/pull/3985) from thaJeztah/bump_versions
* [`e42110f326`](https://github.com/containerd/containerd/commit/e42110f3263bdf826b113b00fe66ff3ed6109ef2) Fix broken link to release-tool
* [`e2e07c9bc1`](https://github.com/containerd/containerd/commit/e2e07c9bc1ad0076bfea09c5e55c94a0f699fdfb) RELEASES.md update links to latest v1.2.11 and v1.3.2
* [`a1e0303e7a`](https://github.com/containerd/containerd/commit/a1e0303e7adaf8b6316293b605f631aba78914d5) Merge pull request  [#3978](https://github.com/containerd/containerd/pull/3978) from dims/sync-with-latest-containerd-cri-master-including-selinux-change
* [`0dc69620b8`](https://github.com/containerd/containerd/commit/0dc69620b8dc5f03a1282acff7a37ffbefd2697d) update dependencies of containerd/cri
* [`53ced5ffe1`](https://github.com/containerd/containerd/commit/53ced5ffe1d38dd407d18dfab752ab29623b3647) update to latest containerd/cri (master)
* [`faf03c3d23`](https://github.com/containerd/containerd/commit/faf03c3d239d54e9fce44deaae274dc1fe8b672e) Pick up fix for CVE-2019-16884 in opencontainers/selinux
* [`5c72f92a5d`](https://github.com/containerd/containerd/commit/5c72f92a5d924fdd699e761d022991266a77ed51) Merge pull request  [#3973](https://github.com/containerd/containerd/pull/3973) from dims/update-to-new-rc10-of-opencontainers/runc
* [`923c05bed1`](https://github.com/containerd/containerd/commit/923c05bed10b14512cf5ec029066ca5e90d87431) Bump to opencontainers/runc new version - v1.0.0-rc10
* [`c2ad9dc12d`](https://github.com/containerd/containerd/commit/c2ad9dc12dc049607adf541f453cd5b28f0b7c37) Merge pull request  [#3970](https://github.com/containerd/containerd/pull/3970) from TBBle/windows_build_without_cgo
* [`e44d008659`](https://github.com/containerd/containerd/commit/e44d0086596862a8ac5eda5e28b23564324efe38) Appveyor on_success field should be an array.
* [`a224937d2c`](https://github.com/containerd/containerd/commit/a224937d2c23cbc81c49aed0280cfd05d1a3e734) Disable CGO for AppVeyor build steps
* [`75af17946d`](https://github.com/containerd/containerd/commit/75af17946d94bc95ba519be5c2b6fc6f1adde4d6) Pull: create image record after blobs download
* [`45a17cffb6`](https://github.com/containerd/containerd/commit/45a17cffb67cb407b4130b718b15674ae0c5b113) Vendor Microsoft/hcsshim with CGO removal
* [`592a617f3d`](https://github.com/containerd/containerd/commit/592a617f3d6e3c6aa0f1894c3edfe9a9cf890600) Merge pull request  [#3969](https://github.com/containerd/containerd/pull/3969) from thaJeztah/bump_golang_1.13.6
* [`94964b36d0`](https://github.com/containerd/containerd/commit/94964b36d0248257743615a5e3bff0bea301d55c) Update Golang 1.13.6
* [`6b5553ee6c`](https://github.com/containerd/containerd/commit/6b5553ee6c20955f9e01145528527241f33f8940) Merge pull request  [#3919](https://github.com/containerd/containerd/pull/3919) from Zyqsempai/add-io-metrics
* [`64b08f90e9`](https://github.com/containerd/containerd/commit/64b08f90e9d990886885735cdc983e20d914f361) Merge pull request  [#3966](https://github.com/containerd/containerd/pull/3966) from zhsj/update-btrfs
* [`22b73a9a78`](https://github.com/containerd/containerd/commit/22b73a9a7800b71944529846a5c9ce212c92c218) vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d
* [`b8797016bb`](https://github.com/containerd/containerd/commit/b8797016bb34650f4c6dbec36e8407cc650147ec) Merge pull request  [#3964](https://github.com/containerd/containerd/pull/3964) from zhsj/flaky-metastore-test
* [`e095480716`](https://github.com/containerd/containerd/commit/e095480716f635647711a81a4976611ac357f72f) Merge pull request  [#3962](https://github.com/containerd/containerd/pull/3962) from zhsj/clean-test
* [`1189cc40f2`](https://github.com/containerd/containerd/commit/1189cc40f2bea63d2d381a4c95617c869c5c99cc) snapshots: fix flaky TestMetastore
* [`35a8e6e589`](https://github.com/containerd/containerd/commit/35a8e6e589eb37a73f94cdbd5c8d7938b2b04140) sys: clean up process after test
* [`5383d31f32`](https://github.com/containerd/containerd/commit/5383d31f32ba7db0eb6f0cd333be6463af07034d) Merge pull request  [#3963](https://github.com/containerd/containerd/pull/3963) from zhsj/flaky-gc-test
* [`3eb57b01be`](https://github.com/containerd/containerd/commit/3eb57b01be87a9b5047ae79775b9c43d65fb2150) Added IO metrics
* [`e859b8a92b`](https://github.com/containerd/containerd/commit/e859b8a92b58499b4681cb96dae74f2f3bb50a70) gc: increase sleep time in test
* [`486d33631e`](https://github.com/containerd/containerd/commit/486d33631e8ab0d1e60c9d57f729a6205937f478) test runtime v2 CPU settings
* [`c55bd87f47`](https://github.com/containerd/containerd/commit/c55bd87f471a4de48ea349e66bfdf7c454327421) Merge pull request  [#3956](https://github.com/containerd/containerd/pull/3956) from sethp-nr/fix/eventfd-leak
* [`bb9d4e8bf2`](https://github.com/containerd/containerd/commit/bb9d4e8bf22e802301ffab4d3bc247659b9f5dbe) Merge pull request  [#3959](https://github.com/containerd/containerd/pull/3959) from thaJeztah/bump_prometheus
* [`66508589d3`](https://github.com/containerd/containerd/commit/66508589d33c3ae0ad3db5a581c75c8257bc4bfc) fix: eventfd leak for v2 runtime with v1 cgroups
* [`9456040acb`](https://github.com/containerd/containerd/commit/9456040acb746dccf65e700563fb7371a03f79e6) fix: eventfd leak
* [`2f0db8e2a8`](https://github.com/containerd/containerd/commit/2f0db8e2a81319b3e48bc6e3d433b10090bd5f50) vendor: bump prometheus/client_golang v1.3.0
* [`e10c911876`](https://github.com/containerd/containerd/commit/e10c911876614cef082e988f7b14c4d008370165) vendor: bump prometheus/client_golang v1.1.0
* [`845b91d6b5`](https://github.com/containerd/containerd/commit/845b91d6b5431433cf2b33a21bd921d5b23ec432) vendor: bump prometheus/client_golang v0.9.4
* [`04506b87d6`](https://github.com/containerd/containerd/commit/04506b87d65a3390656de6f9e5de8d84d0270567) vendor: bump docker/go-metrics v0.0.1:
* [`99911ea668`](https://github.com/containerd/containerd/commit/99911ea668437cb0dcd30d67fcf3d7fb86238a95) vendor: bump prometheus/procfs v0.0.8
* [`ed6ae81861`](https://github.com/containerd/containerd/commit/ed6ae818612b8f08dfa319eb40aea1aab286c979) vendor: bump prometheus/common v0.7.0
* [`c02dc24ecf`](https://github.com/containerd/containerd/commit/c02dc24ecfa6b46f8575a170f90498d89115e492) vendor: bump prometheus/client_model v0.1.0
* [`77a3780c25`](https://github.com/containerd/containerd/commit/77a3780c25735901928284496efc4b6349de328c) vendor: bump beorn7/perks v1.0.1
* [`a767b62321`](https://github.com/containerd/containerd/commit/a767b62321ae3fae0b77a1320d93680baff0d7c1) Merge pull request  [#3954](https://github.com/containerd/containerd/pull/3954) from AkihiroSuda/vendor-cgroups-20200110
* [`e1221e69a8`](https://github.com/containerd/containerd/commit/e1221e69a824ce9aaca34c5bb603feb2f921b883) revendor containerd/cgroups
* [`1c2606d05b`](https://github.com/containerd/containerd/commit/1c2606d05bf242d269b7a8dfb27c05305dc7331b) Merge pull request  [#3946](https://github.com/containerd/containerd/pull/3946) from wawa0210/bump-hcsshim
* [`4d62d8795c`](https://github.com/containerd/containerd/commit/4d62d8795c42dfec2506631cc7013b3b8786bf76) bump microsoft/hcsshim to 0.8.7
* [`0a1f2b4064`](https://github.com/containerd/containerd/commit/0a1f2b40642e54ed06cd0a22cdf6025cbe70853c) Merge pull request  [#3952](https://github.com/containerd/containerd/pull/3952) from lumjjb/fix_unpacker
* [`95fbf3dc28`](https://github.com/containerd/containerd/commit/95fbf3dc28d8dcc2531904c3efa5b53caa8ee6a4) Fix unpacker to pass use apply options
* [`7804afb226`](https://github.com/containerd/containerd/commit/7804afb226b6b44d6baac469157cd50f7a6bd761) Merge pull request  [#3950](https://github.com/containerd/containerd/pull/3950) from dmcgowan/fix-printf-scanner-error
* [`9f193c41d7`](https://github.com/containerd/containerd/commit/9f193c41d74e815480c2f69964411f9b87599902) Merge pull request  [#3948](https://github.com/containerd/containerd/pull/3948) from jterry75/fix_lcow_size
* [`3af3a76026`](https://github.com/containerd/containerd/commit/3af3a7602650a8de47b77457fa05835ebcbff3bf) Fix filter errors
* [`7b52bc506c`](https://github.com/containerd/containerd/commit/7b52bc506c5bc2a6a85a889ee3bc134edb80cddd) Add unit test for func in filter.go
* [`cd1cad9d55`](https://github.com/containerd/containerd/commit/cd1cad9d5581f855c3feac293d7d52d49ca4d34b) Support disk usage in windows-lcow snapshot
* [`d3c1691ae1`](https://github.com/containerd/containerd/commit/d3c1691ae105067a4636dfbe81c0ba2d8d980f52) Merge pull request  [#3933](https://github.com/containerd/containerd/pull/3933) from AkihiroSuda/update-rootless-md
* [`8b3ef5fb20`](https://github.com/containerd/containerd/commit/8b3ef5fb205730fc45614586b2aa95dfa2444f6f) Merge pull request  [#3944](https://github.com/containerd/containerd/pull/3944) from zhsj/fix-openlabci
* [`41088e405f`](https://github.com/containerd/containerd/commit/41088e405fa46a8325eeea3217fd05b48779419e) Merge pull request  [#3939](https://github.com/containerd/containerd/pull/3939) from zhsj/fix-arm
* [`80d50a8a63`](https://github.com/containerd/containerd/commit/80d50a8a636d0961571b93679956615b66c69e4d) Merge pull request  [#3925](https://github.com/containerd/containerd/pull/3925) from dmcgowan/snapshot-cleanup-api
* [`3e9ef5db79`](https://github.com/containerd/containerd/commit/3e9ef5db79cac1227bec5c6e93d025412c348f76) Merge pull request  [#3941](https://github.com/containerd/containerd/pull/3941) from dmcgowan/skip_tests
* [`f3090ce80f`](https://github.com/containerd/containerd/commit/f3090ce80f05a88e588d9e9283bf5134367b198b) ci: set pipefail in zuul script
* [`90cd777a6c`](https://github.com/containerd/containerd/commit/90cd777a6c8c92c105625ba086e2e67a0c32d7ed) platforms: fill default arm variant when parse platform specifier
* [`b553bc14a2`](https://github.com/containerd/containerd/commit/b553bc14a2cfa1994646d2f52a8e25c023de76bb) update docs/rootless.md
* [`94d499843c`](https://github.com/containerd/containerd/commit/94d499843c0202af9636cad522d30eaf9ffed798) Add Makefile variable to skip test packages
* [`123af61c0b`](https://github.com/containerd/containerd/commit/123af61c0bd897c0892d7a0fb51574a78698de8a) Add Cleanup to snapshot API
* [`0d276ece0e`](https://github.com/containerd/containerd/commit/0d276ece0e280812297f20be5110800db6614c03) Merge pull request  [#3932](https://github.com/containerd/containerd/pull/3932) from AkihiroSuda/ovl-test-opts
* [`fda9cebc81`](https://github.com/containerd/containerd/commit/fda9cebc813b035be137d4d61f203e625623692c) Merge pull request  [#3936](https://github.com/containerd/containerd/pull/3936) from hs0210/work
* [`da2890a908`](https://github.com/containerd/containerd/commit/da2890a90826458c0573cdbc4e3e3768d69197b8) Merge pull request  [#3934](https://github.com/containerd/containerd/pull/3934) from AkihiroSuda/ctr-address-env
* [`82fdac1cd6`](https://github.com/containerd/containerd/commit/82fdac1cd602fa3f1800d9fa82a9d3b90a0cf024) Merge pull request  [#3935](https://github.com/containerd/containerd/pull/3935) from zhsj/fix-gccgo
* [`465c11dc87`](https://github.com/containerd/containerd/commit/465c11dc8736d3e2a9a3b76ece6abdeb63a2f676) Fix build with gccgo
* [`52e477f947`](https://github.com/containerd/containerd/commit/52e477f947434989e93d0a9c22a7389d08b9b056) Fix outdated comments
* [`b127b666aa`](https://github.com/containerd/containerd/commit/b127b666aa679ab0ac50025e0741b54acd743496) ctr: support $CONTAINERD_ADDRESS env var
* [`a4b423b19b`](https://github.com/containerd/containerd/commit/a4b423b19b0b3f18bd4827afcd4a9c7ca4a6645a) overlay: test actual Opts
* [`d5714702d1`](https://github.com/containerd/containerd/commit/d5714702d1f78ad1149e78e204db0b53611ddb3c) Merge pull request  [#3883](https://github.com/containerd/containerd/pull/3883) from AkihiroSuda/ci-crun
* [`067a66b90a`](https://github.com/containerd/containerd/commit/067a66b90a3bf0915ff34d5fa5bbc790ff625d77) .travis.yml: run test with crun
* [`b9fad5e310`](https://github.com/containerd/containerd/commit/b9fad5e310fafb453def5f1e7094f4c36a9806d2) Merge pull request  [#3765](https://github.com/containerd/containerd/pull/3765) from AkihiroSuda/mount-fuse
* [`7c856d1980`](https://github.com/containerd/containerd/commit/7c856d19804fa9516e793c055d16fa22d010c857) Merge pull request  [#3929](https://github.com/containerd/containerd/pull/3929) from darfux/v2_fix_win_ctx_ns
* [`1fb1d93212`](https://github.com/containerd/containerd/commit/1fb1d93212af763bd481b476293040b1566ae00b) v2: Fix missing ns when openShimLog on windows
* [`5fc0f30167`](https://github.com/containerd/containerd/commit/5fc0f30167216f7b11de904df4df8b1c96290104) Merge pull request  [#3903](https://github.com/containerd/containerd/pull/3903) from katiewasnothere/local_introspection
* [`a18f77bea0`](https://github.com/containerd/containerd/commit/a18f77bea0a7193b6594af3ca22cd2734d6dfb14) create local version of introspection service
* [`b95fa01b95`](https://github.com/containerd/containerd/commit/b95fa01b95d54bfb88d8c004975e36d00df0fc1e) Merge pull request  [#3915](https://github.com/containerd/containerd/pull/3915) from yeahdongcn/push
* [`e739314ed4`](https://github.com/containerd/containerd/commit/e739314ed421ecf10d52a47dcdf27859022fa124) mount: support FUSE helper
* [`537afb1498`](https://github.com/containerd/containerd/commit/537afb149869e5ef6acbd267f9b02c648abcbef3) Merge pull request  [#3921](https://github.com/containerd/containerd/pull/3921) from darfux/v2_try_to_delete_shim_when_create_fail
* [`06b15f072d`](https://github.com/containerd/containerd/commit/06b15f072db3b177af4ffa1d9f8d4a9a454990f7) Merge pull request  [#3920](https://github.com/containerd/containerd/pull/3920) from hs0210/work
* [`87e2a95951`](https://github.com/containerd/containerd/commit/87e2a95951c3e00e8d672922a8bc07337c7a331c) Fix a typo in task.go
* [`f823c37708`](https://github.com/containerd/containerd/commit/f823c377086bccc8c35a0ddfe12a02a0c6c112af) Merge pull request  [#3904](https://github.com/containerd/containerd/pull/3904) from yeahdongcn/manifest
* [`d82fa43193`](https://github.com/containerd/containerd/commit/d82fa431937f0fda2c11f45fd52da48ab899c29c) v2: Call shim.Delete at first when create is failed
* [`6b94b646b7`](https://github.com/containerd/containerd/commit/6b94b646b7712ecbf0d16ce19588dc1b083b829f) Merge pull request  [#3911](https://github.com/containerd/containerd/pull/3911) from ktock/passinfo
* [`493a36de95`](https://github.com/containerd/containerd/commit/493a36de9521c4a6a0e0cc2fd0495da1d5c08db7) Move label filter to snapshots package
* [`c1a24be5ac`](https://github.com/containerd/containerd/commit/c1a24be5acf4e04c8a751a9eff2fe040fe58023c) Merge pull request  [#3916](https://github.com/containerd/containerd/pull/3916) from thaJeztah/bump_golang_1.13.5
* [`06f6ea099a`](https://github.com/containerd/containerd/commit/06f6ea099a784ecb62d67548d901dc7a85a65c76) switch nighly builds to Go 1.13.5
* [`c07e356d29`](https://github.com/containerd/containerd/commit/c07e356d293895fa52f7dd215922861291d3d799) Update Golang 1.13.5
* [`072dfbaf36`](https://github.com/containerd/containerd/commit/072dfbaf3601dd80d2b363fc8c855cd225fec166) Support pushing a specific platform of a multi-architecture docker image to a registry
* [`4ccb7aa221`](https://github.com/containerd/containerd/commit/4ccb7aa2213e09c21a4b320eec5b8b6d1ac32e48) Enable to propagate necessary information to snapshotter during unpack
* [`97712c8ad7`](https://github.com/containerd/containerd/commit/97712c8ad73dd302d5d226e0384b2d86e5de2989) Merge pull request  [#3906](https://github.com/containerd/containerd/pull/3906) from estesp/update-console-vendor
* [`166cc8b7d5`](https://github.com/containerd/containerd/commit/166cc8b7d50c2b0d69ccee15a98aa891fa8f265f) Merge pull request  [#3905](https://github.com/containerd/containerd/pull/3905) from estesp/more-adopters
* [`496836c092`](https://github.com/containerd/containerd/commit/496836c09266a0ab00205bec78589c0aa83ee125) Update containerd/console vendor for fix
* [`a057bfbd71`](https://github.com/containerd/containerd/commit/a057bfbd7122d1ce1dc3057d5170fd557ea7b678) Add more adopters to ADOPTERS.md
* [`facedf8980`](https://github.com/containerd/containerd/commit/facedf8980daa7296c4b56782ee695f1dba96457) Remove an empty line
* [`05d192929b`](https://github.com/containerd/containerd/commit/05d192929b1e9d34d74386ecc6e6472b1f496a86) Update checkImages to accept images.MediaTypeDockerSchema2Manifest
* [`c4ed3ff1ed`](https://github.com/containerd/containerd/commit/c4ed3ff1edf383512789746419a28431bd4e256a) Replace ocispec.MediaTypeImageManifest with manifest.MediaType
* [`1809231003`](https://github.com/containerd/containerd/commit/18092310031adca3ed7c29c8ac6c841e26467b46) Merge pull request  [#3896](https://github.com/containerd/containerd/pull/3896) from sipsma/close-platform-once
* [`f602b7b883`](https://github.com/containerd/containerd/commit/f602b7b8834cbbd99ffd4416a09c09a8f841269e) Merge pull request  [#3899](https://github.com/containerd/containerd/pull/3899) from AkihiroSuda/fix-sys-mkdiras
* [`fbd46d7094`](https://github.com/containerd/containerd/commit/fbd46d70940b913adef07f54f3db1abcb0f08bb2) runtime v2: Close platform in runc shim's Shutdown method.
* [`05bc0a1899`](https://github.com/containerd/containerd/commit/05bc0a189948f44f98e4a1d4f096e56b814df5a6) Merge pull request  [#3898](https://github.com/containerd/containerd/pull/3898) from estesp/test-5.0-kernel-ci
* [`8c7e6be290`](https://github.com/containerd/containerd/commit/8c7e6be290003a354fcf163dbd4c7f21f97a709f) Merge pull request  [#3870](https://github.com/containerd/containerd/pull/3870) from dmcgowan/download-during-apply
* [`aac1ba0da4`](https://github.com/containerd/containerd/commit/aac1ba0da44f485a420c6aca87877265ec7e2eb2) Merge pull request  [#3893](https://github.com/containerd/containerd/pull/3893) from Zyqsempai/3736-added-cpu-and-memory-metrics
* [`02dcf384bf`](https://github.com/containerd/containerd/commit/02dcf384bfe3397ec08ef8912e2e3a1f396c98e6) Disable criu tests in Travis CI
* [`62adc516dd`](https://github.com/containerd/containerd/commit/62adc516ddfae6e247dcd6a69bd00a7f7e7e96c1) sys: mkdirAs: do chown if dir already exists
* [`9b5581cc9c`](https://github.com/containerd/containerd/commit/9b5581cc9c5bb4e9f4e47606ba883234167b1c23) Merge pull request  [#3887](https://github.com/containerd/containerd/pull/3887) from joakimr-axis/joakimr-axis_scripts
* [`49e7039a85`](https://github.com/containerd/containerd/commit/49e7039a8501c0396d591471d40680402af2c784) cpu metrics consistency
* [`b9d9bdf1fd`](https://github.com/containerd/containerd/commit/b9d9bdf1fda27652035879082bd84aba43c4f6ac) make cpu metrics consistent with v2 docs
* [`929ab521c6`](https://github.com/containerd/containerd/commit/929ab521c67e59a34983d9bffc513e1b20c3d647) fix system usage naming
* [`659c971cad`](https://github.com/containerd/containerd/commit/659c971cad1fa1c0e183e17e3349bb2270fa1a3a) task metrics fix
* [`23dbae3e71`](https://github.com/containerd/containerd/commit/23dbae3e71550e43b21c963f859dc7ecee444f8f) Schema name fix
* [`566121485b`](https://github.com/containerd/containerd/commit/566121485bc9ef4c2b59ba7725f55491bc8795cd) Merge pull request  [#3868](https://github.com/containerd/containerd/pull/3868) from awprice/issue-3850
* [`17d61d6b7e`](https://github.com/containerd/containerd/commit/17d61d6b7e7ac55c9b8bd52d41606aeca8b6bd03) Units fix
* [`f287bc2292`](https://github.com/containerd/containerd/commit/f287bc2292efadee8e4ed2092ae7c782e595cdbd) Schema names fix
* [`6bfb24824b`](https://github.com/containerd/containerd/commit/6bfb24824b552cf09d8078750f565a0d72f8c711) Fix prometheus metrics units
* [`b98cc79184`](https://github.com/containerd/containerd/commit/b98cc7918446427e4b2de7b975c65c1f44451a56) Added memory and cpu metrics for cgroupv2
* [`5473637144`](https://github.com/containerd/containerd/commit/5473637144496250e4221c9103568d96c33ca29b) Merge pull request  [#3892](https://github.com/containerd/containerd/pull/3892) from mxpv/dm-retry
* [`6c82fe5429`](https://github.com/containerd/containerd/commit/6c82fe5429931ced190b5b1f38e25573ca00c195) Merge pull request  [#3891](https://github.com/containerd/containerd/pull/3891) from AkihiroSuda/rename-pids-v2
* [`75efbaf678`](https://github.com/containerd/containerd/commit/75efbaf67859c85471a40643d79bd7d5fdd6fa77) Attempt to make device mapper snapshotter tests less flaky
* [`9eef69e3ae`](https://github.com/containerd/containerd/commit/9eef69e3ae145e0e442d9107cabcfa569029bbdd) Update after review comments
* [`43fca9eba2`](https://github.com/containerd/containerd/commit/43fca9eba242e3f019369bcc4a0b4243899e319a) metrics: rename pids_v2 to pids
* [`082f7e3aed`](https://github.com/containerd/containerd/commit/082f7e3aed57ae0a3cec3cd82e41d3bf4e553428) Merge pull request  [#3890](https://github.com/containerd/containerd/pull/3890) from estesp/printf-to-log
* [`a022c21819`](https://github.com/containerd/containerd/commit/a022c218194c05449ad69b69c48fc6cac9d6f0b3) Improve host fallback behaviour in docker remote
* [`fa62b6d238`](https://github.com/containerd/containerd/commit/fa62b6d2380817f9baef36944289d826398a0999) Use logrus instead of printf for warning
* [`ff91f225fa`](https://github.com/containerd/containerd/commit/ff91f225fa0e3c795b7365af7cefad22ca845d4b) Merge pull request  [#3889](https://github.com/containerd/containerd/pull/3889) from dmcgowan/allow-empty-scope
* [`5d93ece758`](https://github.com/containerd/containerd/commit/5d93ece75875c030b6b9dd76a7facfc9c3bf7a29) Merge pull request  [#3799](https://github.com/containerd/containerd/pull/3799) from AkihiroSuda/cgroup2
* [`1649e8e43b`](https://github.com/containerd/containerd/commit/1649e8e43b2bede35b8cc56d2bd41e59e1e97469) Merge pull request  [#3848](https://github.com/containerd/containerd/pull/3848) from liaojh1998/master
* [`08517e5864`](https://github.com/containerd/containerd/commit/08517e586485ef3b977b641c7dcc3ea33f6a6148) Allow empty scope authorization
* [`499fbb0337`](https://github.com/containerd/containerd/commit/499fbb0337c9138b5360117e0b25a7a1428f9667) Improve install scripts
* [`55698e6942`](https://github.com/containerd/containerd/commit/55698e69428896661f288f031d1492f8fb2c4c92) Merge pull request  [#3886](https://github.com/containerd/containerd/pull/3886) from joakimr-axis/joakimr-axis_helptext
* [`e0011978ff`](https://github.com/containerd/containerd/commit/e0011978fff03d6f7061ad709bbfffaf992a77ae) start.go: Improve help text
* [`9862cb8f85`](https://github.com/containerd/containerd/commit/9862cb8f8544a3069add9a3b90e87e695d14b313) support user remapping in ctr
* [`b02e20f12e`](https://github.com/containerd/containerd/commit/b02e20f12e4faa07d4fba741337921968d901e9d) cgroup2: enable controllers automatically
* [`8f870c233f`](https://github.com/containerd/containerd/commit/8f870c233f14fe9df47ef9defa42cf8517fb64e0) support cgroup2
* [`f01665aa02`](https://github.com/containerd/containerd/commit/f01665aa02d8b26c581fdfcc93d837ce3b275edd) Merge pull request  [#3881](https://github.com/containerd/containerd/pull/3881) from liaojh1998/idmap
* [`f0c6684ef1`](https://github.com/containerd/containerd/commit/f0c6684ef1c4c111be5fa09079d128d3782d2211) Merge pull request  [#3884](https://github.com/containerd/containerd/pull/3884) from danbev/building-correction
* [`caeacfce34`](https://github.com/containerd/containerd/commit/caeacfce34a9a5a042e8ef6d713defb9c5abe437) Correct grammar/typo in BUILDING.MD
* [`51a6813c06`](https://github.com/containerd/containerd/commit/51a6813c06030ae2b3fcf9ec068e4b39cd2d1e69) Split uid and gid user ns remapping in oci
* [`30d92eff1c`](https://github.com/containerd/containerd/commit/30d92eff1c61d012be0053467f619974ad841698) Defer layer download until unpack
* [`e8948e11aa`](https://github.com/containerd/containerd/commit/e8948e11aa1bd7a5448384f9983fc895492646b2) Merge pull request  [#3878](https://github.com/containerd/containerd/pull/3878) from crosbymichael/bump-console
* [`85e8b7f816`](https://github.com/containerd/containerd/commit/85e8b7f8168ae1316ea4cb804d72c1d89b338217) Merge pull request  [#3877](https://github.com/containerd/containerd/pull/3877) from crosbymichael/go-runc-race
* [`9d5a095b00`](https://github.com/containerd/containerd/commit/9d5a095b006a7314e1ded50490e66d63d6344084) Bump containerd console for os.File changes
* [`cd23ad2447`](https://github.com/containerd/containerd/commit/cd23ad2447d7c6c694572d35a96752e3daaab89b) Bump go-runc for buffer race fix
* [`640ca7812f`](https://github.com/containerd/containerd/commit/640ca7812f26a98aadfa5d4323772fa5eea60766) Merge pull request  [#3874](https://github.com/containerd/containerd/pull/3874) from crosbymichael/image-meta
* [`6a22a8fc9e`](https://github.com/containerd/containerd/commit/6a22a8fc9eb64fe5cf14742015272217f91df94f) Return the underlying images metadata
* [`6ed7ec4472`](https://github.com/containerd/containerd/commit/6ed7ec4472580a7ca3820f91c54ad4cb97ec2ae1) Merge pull request  [#3872](https://github.com/containerd/containerd/pull/3872) from liaojh1998/ctr-run-readonly
* [`787be0efe2`](https://github.com/containerd/containerd/commit/787be0efe2831764e6e0599adbfce3c38fb90e92) Modify ctr run to search for read-only flag instead of readonly
* [`5af0dcbe9d`](https://github.com/containerd/containerd/commit/5af0dcbe9d83cef8a4908fb0438ca41e6e683d30) Merge pull request  [#3869](https://github.com/containerd/containerd/pull/3869) from estesp/enable-appveyor-for-release-branches
* [`cfb4f734da`](https://github.com/containerd/containerd/commit/cfb4f734dab77f8809f505e44d4c1b7f9cec3a29) Make sure for next release branch appveyor runs
* [`8b12d46a39`](https://github.com/containerd/containerd/commit/8b12d46a395ae3eed3cd718a7bcc721405f650d7) Merge pull request  [#3867](https://github.com/containerd/containerd/pull/3867) from awprice/issue-3865
* [`f92470b3eb`](https://github.com/containerd/containerd/commit/f92470b3ebf5fec28f9d3129b48387ef99384652) Fix dependency in BUILDING.md
* [`b0821c801d`](https://github.com/containerd/containerd/commit/b0821c801dc2225bb7478f91e967888a353fb60a) Merge pull request  [#3857](https://github.com/containerd/containerd/pull/3857) from Random-Liu/fix-container-pid
* [`8883983731`](https://github.com/containerd/containerd/commit/88839837312ff0afd117b162e768348d003eef6e) Merge pull request  [#3860](https://github.com/containerd/containerd/pull/3860) from sayaoailun/master
* [`f2ef7b7d79`](https://github.com/containerd/containerd/commit/f2ef7b7d795c0fb9551ef8e6ff1c74a413e63253) Merge pull request  [#3858](https://github.com/containerd/containerd/pull/3858) from thaJeztah/reformat_vendor
* [`a6b6097c90`](https://github.com/containerd/containerd/commit/a6b6097c90c02ad2c8aac45e4f0332dc1a00a60c) Fix container pid.
* [`726dcaea50`](https://github.com/containerd/containerd/commit/726dcaea50883e51b2ec6db13caff0e7936b711d) update cpuinfo to make variant matches aarch64 and so on
* [`6fa9a42ea7`](https://github.com/containerd/containerd/commit/6fa9a42ea76e02b4a123e606543b3ee0fe17b9aa) vendor.conf: sort imports alphabetically
* [`a44189d2ff`](https://github.com/containerd/containerd/commit/a44189d2ff29921d6b87990bf0ec790d28c9c03e) vendor.conf: pin all dependencies by git-sha
* [`55ea3dc9b1`](https://github.com/containerd/containerd/commit/55ea3dc9b113353c9abed21caa9e411d0a8dfcda) vendor.conf: reformat to use columns
* [`3a31ce267d`](https://github.com/containerd/containerd/commit/3a31ce267db4cb64e543bede342f59b2beedbeb8) Merge pull request  [#3853](https://github.com/containerd/containerd/pull/3853) from dmcgowan/fix-content-test-cleanup-race
* [`3e5402ce02`](https://github.com/containerd/containerd/commit/3e5402ce020513425c760dab6005f10d006fece6) Merge pull request  [#3852](https://github.com/containerd/containerd/pull/3852) from estesp/update-vendors
* [`8da4346686`](https://github.com/containerd/containerd/commit/8da4346686f339241efed3e6bf752cc4f8670103) Fix cleanup error on content client test
* [`75a46cec6a`](https://github.com/containerd/containerd/commit/75a46cec6a524c4439336fe3e99d9d9a5312a0b5) Merge pull request  [#3851](https://github.com/containerd/containerd/pull/3851) from thaJeztah/bump_go_runc
* [`252d6550f5`](https://github.com/containerd/containerd/commit/252d6550f50d7e49de2d39ae7f34cab98f34b550) Update cri and docker vendors
* [`8a66dc6edb`](https://github.com/containerd/containerd/commit/8a66dc6edbdb2bf2b84e1d8ccd42bcf34a5d6995) bump containerd/go-runc a2952bc25f5116103a8b78f3817f6df759aa7def
* [`45fb5aeaf7`](https://github.com/containerd/containerd/commit/45fb5aeaf7febcd42c8b8a9822f7c747dc8fef29) Merge pull request  [#3793](https://github.com/containerd/containerd/pull/3793) from dmcgowan/prepare-snapshot-target
* [`526c0db693`](https://github.com/containerd/containerd/commit/526c0db6932b95d955207c9356ea38aefc82c3bf) Support target snapshot references on prepare
* [`d1261b5087`](https://github.com/containerd/containerd/commit/d1261b5087f985c6e1d2b52dbe1498b9a204bf08) Update snapshot parent filter property to always exist
* [`383f4a77ee`](https://github.com/containerd/containerd/commit/383f4a77eeb726e0b7da491c70ad22b10f3b2bff) Merge pull request  [#3842](https://github.com/containerd/containerd/pull/3842) from estesp/update-x-sys-vendor
* [`11ef041ff4`](https://github.com/containerd/containerd/commit/11ef041ff4a19e3f9c1d07c39375e8c774beec63) Update golang.org/x/sys to recent commit
* [`c3b1bc931b`](https://github.com/containerd/containerd/commit/c3b1bc931b86702271370d8c93cdcaffc5e89c57) Merge pull request  [#3836](https://github.com/containerd/containerd/pull/3836) from egernst/devmapper-docs-update
* [`c68848f69b`](https://github.com/containerd/containerd/commit/c68848f69bf0999c1439beb7ea9fe17fbda20890) Merge pull request  [#3830](https://github.com/containerd/containerd/pull/3830) from fahedouch/spec_test
* [`afd33bce81`](https://github.com/containerd/containerd/commit/afd33bce81344cb67237e9113fd64ee862645cdd) test add tests to spec_opts
* [`731e144a48`](https://github.com/containerd/containerd/commit/731e144a48eecdc0dc9b88b4b3889cc52e41d178) devmapper: update example base image size in README
* [`499f346be3`](https://github.com/containerd/containerd/commit/499f346be357115c288d14e910cbc7b9067b80da) Merge pull request  [#3832](https://github.com/containerd/containerd/pull/3832) from darfux/improve_image_is_unpacked_test
* [`31ea7b4ede`](https://github.com/containerd/containerd/commit/31ea7b4ede85f9caa8e86c7997adde60efe1b7e3) Merge pull request  [#3831](https://github.com/containerd/containerd/pull/3831) from Random-Liu/add-windows-log-file
* [`2e293874f1`](https://github.com/containerd/containerd/commit/2e293874f1bdb8400aea4b5b011a786227e2db77) Merge pull request  [#3825](https://github.com/containerd/containerd/pull/3825) from Random-Liu/fix-unpacker
* [`19f7f3ccc4`](https://github.com/containerd/containerd/commit/19f7f3ccc414919f0cc19c83b225bde880bd06ef) test: Do SynchronousDelete cleanup before testing ImageIsUnpacked
* [`0bb48aef07`](https://github.com/containerd/containerd/commit/0bb48aef07803d90bcee335a6a17b3ea85597754) Add `--log-file` flag for windows service.
* [`c560591627`](https://github.com/containerd/containerd/commit/c56059162707b9fb95c4c4bcc899d74a036c14a5) Avoid deadlock in unpacker.
* [`ec661e8ceb`](https://github.com/containerd/containerd/commit/ec661e8ceb85bca68cd759f9d9513cb6f103ca42) Merge pull request  [#3829](https://github.com/containerd/containerd/pull/3829) from mxpv/cross
* [`32ef2e6305`](https://github.com/containerd/containerd/commit/32ef2e6305d15f16015bebc9a24daa36567c5c51) Update README
* [`82651d3867`](https://github.com/containerd/containerd/commit/82651d38673de7b57253a8617fb0d38298be8edd) Cross build nightly builds (arm64, s390x, ppc64el)
* [`d7ec45b172`](https://github.com/containerd/containerd/commit/d7ec45b172d956575dbd195d809172095bc74bbb) Merge pull request  [#3826](https://github.com/containerd/containerd/pull/3826) from lumjjb/add_unpack_opt
* [`bc62a829ac`](https://github.com/containerd/containerd/commit/bc62a829acab5ccdf6c0cfc4ec6df165f6de0597) Merge pull request  [#3827](https://github.com/containerd/containerd/pull/3827) from mxpv/nightly
* [`c479156b81`](https://github.com/containerd/containerd/commit/c479156b81882f50ada95e96bf70797fa37ddd6c) Add Github workflow for nightly builds
* [`856ea30556`](https://github.com/containerd/containerd/commit/856ea30556cfdc01ba3545de087e735413245210) Add client unpack opts
* [`a176179a08`](https://github.com/containerd/containerd/commit/a176179a0894ca6768a0f993e678f08a7f8553d5) Merge pull request  [#3785](https://github.com/containerd/containerd/pull/3785) from Random-Liu/support-disk-usage-windows
* [`2a60547b4e`](https://github.com/containerd/containerd/commit/2a60547b4eb4b37967f4fd4fa589d4d328ff2653) Merge pull request  [#3823](https://github.com/containerd/containerd/pull/3823) from Random-Liu/better-support-windows-build
* [`3db1c3b8f4`](https://github.com/containerd/containerd/commit/3db1c3b8f406edf9e59714d0c65c2fdb37a18d65) Better support windows binaries.
* [`95de2655a7`](https://github.com/containerd/containerd/commit/95de2655a7aafd10c21062e0fabde87f29798388) Merge pull request  [#3819](https://github.com/containerd/containerd/pull/3819) from fuweid/me-return-error
* [`08d4231f57`](https://github.com/containerd/containerd/commit/08d4231f57c99796dde5d00b6dae659b6ca93844) Merge pull request  [#3818](https://github.com/containerd/containerd/pull/3818) from shizhMSFT/fix_ref
* [`843423ec38`](https://github.com/containerd/containerd/commit/843423ec3887eb47ac70308cee9267ef6a1fa435) snapshots: return error if readSnapshot fails
* [`2c1d0880bb`](https://github.com/containerd/containerd/commit/2c1d0880bbf676e2aec68a2729477efd36605ae6) Merge pull request  [#3810](https://github.com/containerd/containerd/pull/3810) from thaJeztah/update_mailmap
* [`01047edea6`](https://github.com/containerd/containerd/commit/01047edea6425d4d7379d92a32963072ac43c996) Merge pull request  [#3814](https://github.com/containerd/containerd/pull/3814) from rll2396/bug-3813
* [`f684e5a775`](https://github.com/containerd/containerd/commit/f684e5a775a60d428122dc4a4127ef1273cd192e) Merge pull request  [#3815](https://github.com/containerd/containerd/pull/3815) from estesp/fix-Dockerfile
* [`5bf2c6fc25`](https://github.com/containerd/containerd/commit/5bf2c6fc25ad321b89f6d6fbad850276871d05f2) Fix panic on reference.Spec.Hostname()
* [`d1bcb4beea`](https://github.com/containerd/containerd/commit/d1bcb4beea2896f9d970b16b67292a0ef2b1296b) Merge pull request  [#3620](https://github.com/containerd/containerd/pull/3620) from thaJeztah/update_go_1.13
* [`fda652be5a`](https://github.com/containerd/containerd/commit/fda652be5aa802bc3298fad70833934d363a9743) Update name for btrfs headers package
* [`a647407ca0`](https://github.com/containerd/containerd/commit/a647407ca038bc208280ab5d5832f08c2f149464) Fix dependency in BUILDING.md
* [`608791bfc3`](https://github.com/containerd/containerd/commit/608791bfc34ead497cdae9851a572fc78552a864) Update to Golang 1.13.4
* [`cfb425fc10`](https://github.com/containerd/containerd/commit/cfb425fc101572914b13f082e56284669147efc7) Update .mailmap to reduce duplicates
* [`40ac9239a8`](https://github.com/containerd/containerd/commit/40ac9239a8b4e5f10d5f5a42293ec650f8ebc70c) Merge pull request  [#3806](https://github.com/containerd/containerd/pull/3806) from thaJeztah/bump_golang_1.12.13
* [`15669a1d34`](https://github.com/containerd/containerd/commit/15669a1d34e904b4e45c85f763df2098e706ffb0) Update to Golang 1.12.13
* [`1e12854831`](https://github.com/containerd/containerd/commit/1e1285483179a739425dfd8770894a7752f842f2) Merge pull request  [#3805](https://github.com/containerd/containerd/pull/3805) from AkihiroSuda/ctr-shim2-runc-flags
* [`8f74de9e9e`](https://github.com/containerd/containerd/commit/8f74de9e9e4aecbf5d0fe98af3e2b9c5f7a6cc14) ctr: allow specifying --runc-systemd-cgroup
* [`7f5d900769`](https://github.com/containerd/containerd/commit/7f5d900769ad02eb339ff2b8ed191af13d663464) ctr: allow specifying --runc-binary
* [`c038a7c4b1`](https://github.com/containerd/containerd/commit/c038a7c4b18d7a3143b5bd75152b250208385300) Merge pull request  [#3803](https://github.com/containerd/containerd/pull/3803) from crosbymichael/proto-paths
* [`0f4374169e`](https://github.com/containerd/containerd/commit/0f4374169e10ee6f99a46c27b3ae752c4201e216) Add proto path /usr/include to Protobuild
* [`c80fa7df17`](https://github.com/containerd/containerd/commit/c80fa7df17ad8979c2e45a3550d561aa1151b85f) Merge pull request  [#3801](https://github.com/containerd/containerd/pull/3801) from jneuhauser/arch-mips
* [`4c99c81326`](https://github.com/containerd/containerd/commit/4c99c81326f4026fb8c0b8c5e10542205d99c321) mips: -buildmode=pie is not supported for the mips arch
* [`356702098d`](https://github.com/containerd/containerd/commit/356702098d777c5f288262fa5c141bb8f05b0572) Merge pull request  [#3798](https://github.com/containerd/containerd/pull/3798) from estesp/common-indentifiers
* [`fdf7a795bc`](https://github.com/containerd/containerd/commit/fdf7a795bce4abb9488f19a9c4f71f944f0ab00c) Clarify requirements for identifiers validation
* [`76aa4e546e`](https://github.com/containerd/containerd/commit/76aa4e546ef4d3d8f35e525ebe93ec3ee879662a) Use common identifiers package with less restrictive regex
* [`4d7739527e`](https://github.com/containerd/containerd/commit/4d7739527e1d7a328bfc31e905f9825c5b3afefc) Merge pull request  [#3796](https://github.com/containerd/containerd/pull/3796) from crosbymichael/cgo
* [`84879b7c48`](https://github.com/containerd/containerd/commit/84879b7c48bfbf33984a55054519ee122d7be3a7) Add CGO makefile flag
* [`f9d8f0e56e`](https://github.com/containerd/containerd/commit/f9d8f0e56ee43594ec529c4d28aec7be7343cd36) Merge pull request  [#3794](https://github.com/containerd/containerd/pull/3794) from fahedouch/server_test
* [`7c016b655b`](https://github.com/containerd/containerd/commit/7c016b655b54efd5a4bb97a5a3a0f92c0df9c06c) add tests to server_test
* [`8f9eff4fec`](https://github.com/containerd/containerd/commit/8f9eff4fec4da6a8236bd38af5999a383de95f1b) Support disk usage in windows snapshot.
* [`257a7498d0`](https://github.com/containerd/containerd/commit/257a7498d00827fbca08078f664cc6b4be27d7aa) Merge pull request  [#3790](https://github.com/containerd/containerd/pull/3790) from ameyag/windows-shim-install
* [`d21f0f116e`](https://github.com/containerd/containerd/commit/d21f0f116e29e498eeebf8440e9f43a06cf39cfc) windows process shim installer
* [`342ce3e602`](https://github.com/containerd/containerd/commit/342ce3e602d13a05b13c7cb642aba5996315e02f) Merge pull request  [#3789](https://github.com/containerd/containerd/pull/3789) from AkihiroSuda/vendor-20191030
* [`a2688b972c`](https://github.com/containerd/containerd/commit/a2688b972c36bc88407591898fb84f478d3790d2) bring back aufs and zfs
* [`4a1a1bc626`](https://github.com/containerd/containerd/commit/4a1a1bc626830b0a9d0efc8ae154e30d3486d742) Merge pull request  [#3784](https://github.com/containerd/containerd/pull/3784) from tiborvass/ppc64
* [`62b13256ef`](https://github.com/containerd/containerd/commit/62b13256efd11fafd739fc60c5067430574422ec) Merge pull request  [#3786](https://github.com/containerd/containerd/pull/3786) from Random-Liu/not-found-error-if-no-platform
* [`78be736622`](https://github.com/containerd/containerd/commit/78be736622e3eaf5b1f7c9030a930c0b916453bf) Return not found error if no platform matched.
* [`d12b53a072`](https://github.com/containerd/containerd/commit/d12b53a072dd67aad37046bb4437043fe02d0419) ppc64: -buildmode=pie is not supported
* [`cedd3cb16c`](https://github.com/containerd/containerd/commit/cedd3cb16c37d266de18dfda1b8aed71b1d998e0) Merge pull request  [#3782](https://github.com/containerd/containerd/pull/3782) from mrueg/vndr-autocompl
* [`5e5584196b`](https://github.com/containerd/containerd/commit/5e5584196b3ca6b9ccfd2fa8603a9b7d25746997) Makefile: Drop vndr whitelist
* [`edb6f2344a`](https://github.com/containerd/containerd/commit/edb6f2344a3629ada21b0f267e4db87161e859db) Merge pull request  [#3780](https://github.com/containerd/containerd/pull/3780) from AkihiroSuda/1.1-eol
* [`aeec80fca1`](https://github.com/containerd/containerd/commit/aeec80fca165ab6217cd4c03fa59b1bee9cb0427) Merge pull request  [#3773](https://github.com/containerd/containerd/pull/3773) from Random-Liu/use-logrus-trace
* [`20e844a227`](https://github.com/containerd/containerd/commit/20e844a227950952e110cf751a8efeb7dfcbf167) Use logrus trace support.
* [`0c01992f9c`](https://github.com/containerd/containerd/commit/0c01992f9c8cc2794b3d2b4f2ed0b55a4b91ed9e) Merge pull request  [#3709](https://github.com/containerd/containerd/pull/3709) from Zyqsempai/3708-added-filters-to-shapsotters-api
* [`66aa1d3ef6`](https://github.com/containerd/containerd/commit/66aa1d3ef6f69be075f6acf10123f7e8db9112c2) Add snapshot walk implementations
* [`e8c14c07c6`](https://github.com/containerd/containerd/commit/e8c14c07c6d9c33df7484bdde4df166627b6b44a) Added filters to snapshots API
* [`c59561a08e`](https://github.com/containerd/containerd/commit/c59561a08ec1936d4632a6b4868110681216d160) Merge pull request  [#3763](https://github.com/containerd/containerd/pull/3763) from AkihiroSuda/disable-mknod00-in-userns
* [`f05e19c5c6`](https://github.com/containerd/containerd/commit/f05e19c5c6fa330753b84fe200f887cb3d62df41) Merge pull request  [#3777](https://github.com/containerd/containerd/pull/3777) from Random-Liu/fix-containerd-config
* [`f593efdf0c`](https://github.com/containerd/containerd/commit/f593efdf0c160037c9f831983f62537285739b03) RELEASES.md: 1.1 EOL
* [`aaccfcbe2b`](https://github.com/containerd/containerd/commit/aaccfcbe2b8792e5fa3711811f3025562485e8bb) Fix `containerd config dump`.
* [`c224edc5c6`](https://github.com/containerd/containerd/commit/c224edc5c6350026a7d35a09dce638b0f09e6d44) apply: use naive applier when running in UserNS
* [`966b1b8e30`](https://github.com/containerd/containerd/commit/966b1b8e30c9ccf7e0f3127da08d4db30133e3bc) Merge pull request  [#3775](https://github.com/containerd/containerd/pull/3775) from jterry75/vendor_hcsshim
* [`37b56cafc6`](https://github.com/containerd/containerd/commit/37b56cafc63445721c4475eea4e0994de3ed5118) Add ctr metrics support for Windows/LCOW containers
* [`178469e2ae`](https://github.com/containerd/containerd/commit/178469e2ae5b7edd9e55601415fe9f494ab22b9a) Update Microsoft/hcsshim vendor
* [`4523ab734a`](https://github.com/containerd/containerd/commit/4523ab734aff7fd4abc0b676b767b1026b826278) Merge pull request  [#3766](https://github.com/containerd/containerd/pull/3766) from estesp/move-autocomplete
* [`0d8fc0a487`](https://github.com/containerd/containerd/commit/0d8fc0a487f82b922122ca0280fe1ba3d19b3803) Merge pull request  [#3767](https://github.com/containerd/containerd/pull/3767) from thaJeztah/bump_grpc
* [`3bf461ae8e`](https://github.com/containerd/containerd/commit/3bf461ae8ebec194e333a54ec0dfc562b741112c) Move autocomplete files to contrib/
* [`885232b72f`](https://github.com/containerd/containerd/commit/885232b72f0b7ead6ffec76fe0adfda384572b6f) bump google.golang.org/grpc v1.23.1
* [`3e3c5fe129`](https://github.com/containerd/containerd/commit/3e3c5fe129e4d25e5ec215439bc7a0986e49f995) Merge pull request  [#3759](https://github.com/containerd/containerd/pull/3759) from fuweid/me-update-vendor
* [`36c4260e6f`](https://github.com/containerd/containerd/commit/36c4260e6fa15cb20012cfe95f322ef85cf771ca) Merge pull request  [#3760](https://github.com/containerd/containerd/pull/3760) from thaJeztah/bump_golang_1.12.x
* [`6356e55be0`](https://github.com/containerd/containerd/commit/6356e55be002df80b98ba59ec98dfd0ece7ec80c) Update Golang 1.12.12 (CVE-2019-17596)
* [`074b453ac6`](https://github.com/containerd/containerd/commit/074b453ac66797ab93d9570e826ef9c35b079b13) vendor: call vndr to remove useless pkgs and update vendor
* [`9c86b8f5ed`](https://github.com/containerd/containerd/commit/9c86b8f5ed49c63b887fe94c369c3a797e79c91f) Merge pull request  [#3750](https://github.com/containerd/containerd/pull/3750) from ecordell/202-accepted-response
* [`7177af84ac`](https://github.com/containerd/containerd/commit/7177af84acdddfb3e36b7982cbac982bc7a8d5d5) Allow 202 response code for commit
* [`acdcf13d5e`](https://github.com/containerd/containerd/commit/acdcf13d5eaf0dfe0eaeabe7194a82535549bc2b) Merge pull request  [#3749](https://github.com/containerd/containerd/pull/3749) from AkihiroSuda/native-copydir-allow-xattr-errors
* [`d52cbc19be`](https://github.com/containerd/containerd/commit/d52cbc19be7a8bb4937e52a57cf32ff2ea3bcb31) snapshots/native: ignore xattr errors during CopyDir
* [`57cfc90260`](https://github.com/containerd/containerd/commit/57cfc902606e2d601d4fd910291ccbd391234446) Merge pull request  [#3743](https://github.com/containerd/containerd/pull/3743) from crosbymichael/v2blocking
* [`f8cca26f3c`](https://github.com/containerd/containerd/commit/f8cca26f3c0aea485841e96e3b524acc7ef6f4c1) Handle large output in v2 shim with TTY
* [`6af355f3c7`](https://github.com/containerd/containerd/commit/6af355f3c7a2c1577d5e5e7b769ec26870ad21e9) Merge pull request  [#3744](https://github.com/containerd/containerd/pull/3744) from crosbymichael/test-flags
* [`d5b7bf51aa`](https://github.com/containerd/containerd/commit/d5b7bf51aa7dc6217fea04e3e3b6e43289a25746) Move flag.Parse in tests to TestMain
* [`38937f0607`](https://github.com/containerd/containerd/commit/38937f0607267f2effc76bc8fd4855e75ab8eb17) Merge pull request  [#3718](https://github.com/containerd/containerd/pull/3718) from crosbymichael/devperms
* [`41028772ba`](https://github.com/containerd/containerd/commit/41028772ba66f921c2c4d4972337e936e9a49b0b) Merge pull request  [#3741](https://github.com/containerd/containerd/pull/3741) from crosbymichael/localfs
* [`54257bb5e6`](https://github.com/containerd/containerd/commit/54257bb5e6681971ce6521e88fad1f5da9d7c72c) Add local-fs.target to service file
* [`a6d3f4d30b`](https://github.com/containerd/containerd/commit/a6d3f4d30bcdebc97d10bdfefaf34ea00c77165f) Add device opts to ctr --privileged
* [`a6a0c8b6e3`](https://github.com/containerd/containerd/commit/a6a0c8b6e36415a151d93d096c1c0af9e0bd7977) Merge pull request  [#3736](https://github.com/containerd/containerd/pull/3736) from Random-Liu/final-fix-delete-code
* [`ffcb1cc9be`](https://github.com/containerd/containerd/commit/ffcb1cc9be3eda8478d75c46ca02928db43b2693) Fix delete error code on the containerd daemon side.
* [`772aaf127a`](https://github.com/containerd/containerd/commit/772aaf127ad8b311c
6285
5db7baafb31b5a3bc0e3a9f) Merge pull request  [#3729](https://github.com/containerd/containerd/pull/3729) from seemethere/fix_man
* [`036db34f37`](https://github.com/containerd/containerd/commit/036db34f37617d6a02f07b04fc2d35a91732c6e3) build: Fix manpage generation
* [`c0c6b51179`](https://github.com/containerd/containerd/commit/c0c6b511792575fd07d1b1c63e9c2f36f8d1ffb0) Merge pull request  [#3730](https://github.com/containerd/containerd/pull/3730) from Random-Liu/fix-error-code
* [`06be794cb2`](https://github.com/containerd/containerd/commit/06be794cb228a5df073545d366965000ca25f3a4) Fix shim delete error code.
* [`614c0858f2`](https://github.com/containerd/containerd/commit/614c0858f2a8db9ee0c788a9164870069f3e53ed) Merge pull request  [#3728](https://github.com/containerd/containerd/pull/3728) from crosbymichael/dist-rm
* [`c58e1e20d6`](https://github.com/containerd/containerd/commit/c58e1e20d6810beee6f4e6a375a63ba6d266db95) Merge pull request  [#3725](https://github.com/containerd/containerd/pull/3725) from fuweid/me-use-runtime-version
* [`901bcb2231`](https://github.com/containerd/containerd/commit/901bcb2231466229d27aee8d38a6e2fcdc95015e) Add distribution subpkgs to core
* [`eaef634ef7`](https://github.com/containerd/containerd/commit/eaef634ef79d474d78713d637a593379618c5680) version: use runtime.Version() directly
* [`25947db049`](https://github.com/containerd/containerd/commit/25947db049b058fcbce291ef883b8b512e3ea440) Add support for spec generation with host devices
* [`8d0d1ebb63`](https://github.com/containerd/containerd/commit/8d0d1ebb6375f953178bfe394b3380fbc2c10a42) Merge pull request  [#3716](https://github.com/containerd/containerd/pull/3716) from fahedouch/add_go_version_to_cli
* [`635dbf251a`](https://github.com/containerd/containerd/commit/635dbf251a8e325064bdc3695a373628b035ec38) Merge pull request  [#3720](https://github.com/containerd/containerd/pull/3720) from dmcgowan/fix-flaky-btrfs
* [`ea8cb3ac46`](https://github.com/containerd/containerd/commit/ea8cb3ac462695d471b14e12e94ad4d302514387) Merge pull request  [#3721](https://github.com/containerd/containerd/pull/3721) from thaJeztah/bump_runc_1.0.0-rc9
* [`c0984941e3`](https://github.com/containerd/containerd/commit/c0984941e38447933a5599a7c8233ed8fc218622) adding go version to client description
* [`fe947e83dc`](https://github.com/containerd/containerd/commit/fe947e83dce45d108bb364262a1ce2c56a3828c3) bump runc v1.0.0-rc9
* [`772032598a`](https://github.com/containerd/containerd/commit/772032598a4282a50ccee29e9cc23be88bd74b2f) Fix flaky btrfs test
* [`2a6d13b2ca`](https://github.com/containerd/containerd/commit/2a6d13b2ca2d529103885cfc02e6cc57963eb439) Merge pull request  [#3719](https://github.com/containerd/containerd/pull/3719) from mxpv/lease_opts
* [`e4e7e554d5`](https://github.com/containerd/containerd/commit/e4e7e554d5ddc8291f64be897b595ec0f9aa0d15) Make client's WithLease more flexible.
* [`38a0013c70`](https://github.com/containerd/containerd/commit/38a0013c70944d09876f96854c3bbcb9984e39d3) Merge pull request  [#3711](https://github.com/containerd/containerd/pull/3711) from Random-Liu/avoid-unnecessary-runc-state
* [`18be6e3714`](https://github.com/containerd/containerd/commit/18be6e37140e778dffd91804dab2bc66ba54493f) Use cached state instead of `runc state`.
* [`be6bead423`](https://github.com/containerd/containerd/commit/be6bead423dccf804add1cbe4b053c260fba6579) Merge pull request  [#3712](https://github.com/containerd/containerd/pull/3712) from estesp/add-completion-docs
* [`4c2d740a2a`](https://github.com/containerd/containerd/commit/4c2d740a2ae6a741be5f62fe81e5a4fd42927d65) Merge pull request  [#3713](https://github.com/containerd/containerd/pull/3713) from crosbymichael/runc-bump2
* [`f277665edb`](https://github.com/containerd/containerd/commit/f277665edba8c08ffc8ce9a9348d73a2765841a0) Bump runc to 1b8a1eeec3f337ab5d94f28980
* [`e33f70385b`](https://github.com/containerd/containerd/commit/e33f70385b6664e7fed5312b0972d6c38952162d) Add more detail on releases
* [`309c9c25ba`](https://github.com/containerd/containerd/commit/309c9c25baa81db884645a9a1539f5a537b515d6) Merge pull request  [#3706](https://github.com/containerd/containerd/pull/3706) from mrueg/enable-autocmpl
* [`a83ae30016`](https://github.com/containerd/containerd/commit/a83ae3001616121085c0bc38e54cf53fa2dcf6b3) Merge pull request  [#3681](https://github.com/containerd/containerd/pull/3681) from crosbymichael/bump-cgroups
* [`8ff5827e98`](https://github.com/containerd/containerd/commit/8ff5827e98ee6efeee161421abdc6da48c8f27b4) Update cri and cgroup packages
* [`1009023783`](https://github.com/containerd/containerd/commit/100902378300d20063435ccd1581e3b722f1a2e8) Merge pull request  [#3705](https://github.com/containerd/containerd/pull/3705) from dmcgowan/limit-travis-release
* [`b5fa55b0c2`](https://github.com/containerd/containerd/commit/b5fa55b0c2837d033614c2c2ab1488d097aec2a0) ctr: Enable shell autocompletion
* [`45ce735676`](https://github.com/containerd/containerd/commit/45ce7356762cf7d7814f73c7ace479a3b60bf0cb) Limit travis release script to a single build
* [`7f9530d95b`](https://github.com/containerd/containerd/commit/7f9530d95b6450f5045fcfd7f3602a1ff2331336) Merge pull request  [#3703](https://github.com/containerd/containerd/pull/3703) from yuxiaobo96/containerd-my
* [`0cb7e4d5fd`](https://github.com/containerd/containerd/commit/0cb7e4d5fdba013a2188578ffd6a38a2b0a2f8c1) Perfect documentations

### Changes from containerd/aufs

* [`371312c`](https://github.com/containerd/aufs/commit/371312c1e31c210a21e49bf3dfd3f31729ed9f2f) Merge pull request  [#17](https://github.com/containerd/aufs/pull/17) from justincormack/no-fail-modprobe
* [`afb1812`](https://github.com/containerd/aufs/commit/afb181272e123eb123fff2ad6672a4ee7181d66a) Should not fail if modprobe aufs fails
* [`702852f`](https://github.com/containerd/aufs/commit/702852f40822cd17a1c92073ef46c42f4b0e8d7c) Merge pull request  [#16](https://github.com/containerd/aufs/pull/16) from Zyqsempai/fix-walk-method-interface
* [`2fa1667`](https://github.com/containerd/aufs/commit/2fa166733bb10dd638030e18e157f8b827a698d6) Added filters to Walk method signature

### Changes from containerd/btrfs

* [`1539353`](https://github.com/containerd/btrfs/commit/153935315f4ab9be5bf03650a1341454b05efa5d) Merge pull request  [#24](https://github.com/containerd/btrfs/pull/24) from zhsj/fix-mipsle
* [`6d8cb52`](https://github.com/containerd/btrfs/commit/6d8cb5218ef717b43b6b994456467c1decb805c8) fix slice size overflow on mipsle
* [`cbb5fe5`](https://github.com/containerd/btrfs/commit/cbb5fe5149c635e501414010581d486b8a7e5894) Merge pull request  [#23](https://github.com/containerd/btrfs/pull/23) from estesp/more-go-mod
* [`6f558ec`](https://github.com/containerd/btrfs/commit/6f558ec1dd58c49482b468d6fdd57a82d308b941) Use go.mod to get vendored content
* [`184a308`](https://github.com/containerd/btrfs/commit/184a3088e080e39e28a3921047acc72619ab6336) Merge pull request  [#22](https://github.com/containerd/btrfs/pull/22) from chenrui333/go-modules
* [`383a85f`](https://github.com/containerd/btrfs/commit/383a85fef116407c241ce05363391dc593ab0b9e) Update travis config and build badge
* [`e85a177`](https://github.com/containerd/btrfs/commit/e85a17791e3f9e5204dd74ba68982e658e12d847) Move to go modules

### Changes from containerd/cgroups

* [`b444813`](https://github.com/containerd/cgroups/commit/b4448137398923af7f4918b8b2ad8249172ca7a6) Merge pull request  [#151](https://github.com/containerd/cgroups/pull/151) from kolyshkin/mountinfo
* [`77aed01`](https://github.com/containerd/cgroups/commit/77aed013e70cb4c3c6281833a844d765f43575b0) v1MountPoint: simplify/speedup a bit
* [`1c82bea`](https://github.com/containerd/cgroups/commit/1c82beac9f50c6356ff7fc875169d4adb87e266d) getCgroupDestination: speedup and improve
* [`8a7151d`](https://github.com/containerd/cgroups/commit/8a7151d737af59df0be4c145c4884ae66fa13d2f) Fix bufio.Scanner.Err usage
* [`6c3dec4`](https://github.com/containerd/cgroups/commit/6c3dec43a1030a55584ab8b5b181411029d43ecc) Merge pull request  [#147](https://github.com/containerd/cgroups/pull/147) from kzys/blkio-fix
* [`78ba487`](https://github.com/containerd/cgroups/commit/78ba487483b3c95d919ac84f2c5de5cbc15b43db) Skip TestBlkioStat() if there is no /sys/fs/cgroup/blkio
* [`46c515d`](https://github.com/containerd/cgroups/commit/46c515d3711bb34430ce223d89b4854533fd4609) throttle.* metrics must be kept for non-CFQ schedulers
* [`44306b6`](https://github.com/containerd/cgroups/commit/44306b6a1d46985d916b48b4199f93a378af314f) Merge pull request  [#146](https://github.com/containerd/cgroups/pull/146) from Zyqsempai/add-hugetlb-controller-support
* [`42ee50a`](https://github.com/containerd/cgroups/commit/42ee50a2c342eaf24c1f95b8a7376ef2da3fcf86) eof fix
* [`15ebcab`](https://github.com/containerd/cgroups/commit/15ebcab1ba8d88764878281c87475fc32ce81525) Sdd skip condition
* [`56d3e8c`](https://github.com/containerd/cgroups/commit/56d3e8c07eb10a8c2c273cd83d0cc151d6db96b0) Skip hygetlb test
* [`04f7c33`](https://github.com/containerd/cgroups/commit/04f7c33f27d3760dced02c351b9aaf2e5a62c872) Added support for HugeTlb controller
* [`d732e37`](https://github.com/containerd/cgroups/commit/d732e370d46d8d554ed462c41f421a738e5b6d5d) Merge pull request  [#145](https://github.com/containerd/cgroups/pull/145) from Zyqsempai/memory-events-handling-rework
* [`c5e426b`](https://github.com/containerd/cgroups/commit/c5e426b4c83511fd517ab226f3502185d168cdff) Add goDoc
* [`01da1a5`](https://github.com/containerd/cgroups/commit/01da1a502b5743ce47f05aa66986a6f5779168be) memory.events handling rework
* [`780d211`](https://github.com/containerd/cgroups/commit/780d211660898498b231fdcfbce55afad3cb8891) Merge pull request  [#144](https://github.com/containerd/cgroups/pull/144) from chenrui333/upgrade-dependencies
* [`bc4e236`](https://github.com/containerd/cgroups/commit/bc4e23659161a7f99dd7f73fa937c7729d2901ba) Update travis config and simplify installation
* [`5157b33`](https://github.com/containerd/cgroups/commit/5157b337e55451c1bc4d63a418f4eb1ee35f23f8) Upgrade dependencies
* [`a890871`](https://github.com/containerd/cgroups/commit/a8908713319d7d6099cbb6cc6da0700c7c9f0169) Merge pull request  [#143](https://github.com/containerd/cgroups/pull/143) from Zyqsempai/add-io-resource-controll-for-systemd
* [`69a639c`](https://github.com/containerd/cgroups/commit/69a639c59786aec5f73d35cec6f1e7a0277ad851) Fixed io.weight conversation + systemd io.weight controll added
* [`7347743`](https://github.com/containerd/cgroups/commit/7347743e5d1e8500d9f27c8e748e689ed991d92b) Merge pull request  [#141](https://github.com/containerd/cgroups/pull/141) from AkihiroSuda/fix-iostat
* [`f3f2777`](https://github.com/containerd/cgroups/commit/f3f2777567cc6059293374b9f25cdee51c719c26) v2: do not parse io.stat as KV stat
* [`3f83850`](https://github.com/containerd/cgroups/commit/3f83850c48d225466698517ad34f4848d2ddaeeb) Merge pull request  [#140](https://github.com/containerd/cgroups/pull/140) from Zyqsempai/dbus-fix-version
* [`7305d12`](https://github.com/containerd/cgroups/commit/7305d123a75b0f622f2ee543761e2cadf3b1c86e) go mod fix
* [`140bd90`](https://github.com/containerd/cgroups/commit/140bd90a7ae79a5d347a4394675f0a1a5d09a0ab) Fix dbus version in utils
* [`918ed86`](https://github.com/containerd/cgroups/commit/918ed86e29ccef2bf3f0c70d76405781afc3bdf5) Merge pull request  [#138](https://github.com/containerd/cgroups/pull/138) from Zyqsempai/add-tests-for-pids-controller
* [`6794948`](https://github.com/containerd/cgroups/commit/6794948df685beb61f4137092026064351f71613) Added pids controller tests
* [`d1b3bdc`](https://github.com/containerd/cgroups/commit/d1b3bdc8f5403d73b1b3f5443b6a30eece9d2590) Merge pull request  [#125](https://github.com/containerd/cgroups/pull/125) from Zyqsempai/104-add-systemd
* [`acbc802`](https://github.com/containerd/cgroups/commit/acbc8024b3f44e265c066ff60c0b5065b3b0205f) rebase on master
* [`7d585c4`](https://github.com/containerd/cgroups/commit/7d585c40f10b87650d114877dbcec2b72a852357) Resource rework + path fix
* [`fe68974`](https://github.com/containerd/cgroups/commit/fe689749600616370376829ff953d126d2d9abba) tests for systemd contro...
Assets 2
Loading
0