Skip to content
containerd 1.4.0-beta.1

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
* [`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/772aaf127ad8b311c5db7baafb31b5a3bc0e3a9f) 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 controllers
* [`7b4fbc7`](https://github.com/containerd/cgroups/commit/7b4fbc7a0b3877704bdc4b82bc4ded8bc42f18e7) Toggle controllers fix
* [`b0a15b1`](https://github.com/containerd/cgroups/commit/b0a15b1d1682d7555d4793bc2122c8f9b162fb4f) conflict fix
* [`3a32c65`](https://github.com/containerd/cgroups/commit/3a32c65f78c12eb7934c4d4ceda4729f2970c147) Systemd refactoring
* [`5efa14e`](https://github.com/containerd/cgroups/commit/5efa14e3dbc5c34d93de6c706af24fea4a30de46) Added systemd manager
* [`e077fb6`](https://github.com/containerd/cgroups/commit/e077fb66772a16c72a32cd85c7ce6bf2b173a802) Merge pull request  [#137](https://github.com/containerd/cgroups/pull/137) from Zyqsempai/update-go-systemd-to-v22
* [`07c51ec`](https://github.com/containerd/cgroups/commit/07c51ec75fa7fc5ce7813c735571947723a77fb7) dbus version fix
* [`0a0e0a4`](https://github.com/containerd/cgroups/commit/0a0e0a424a32bb123821b4fd075d35a47ae87115) add dbus
* [`5506eff`](https://github.com/containerd/cgroups/commit/5506effa1f8367785d475488e658bbcf4dac3682) Updated go-systemd to v22
* [`06e7180`](https://github.com/containerd/cgroups/commit/06e7180859011d9f463faa337f661bd8c97139c2) Merge pull request  [#135](https://github.com/containerd/cgroups/pull/135) from Zyqsempai/add-io-stats
* [`94c46b4`](https://github.com/containerd/cgroups/commit/94c46b4c3e607eb8d8aebb46bcd1a0b704850d8a) proto fix
* [`57d16a5`](https://github.com/containerd/cgroups/commit/57d16a52135e636dbfe92662532342c7c7c3ef72) Added maj:min stats and multy entry of IO usage
* [`8195cc0`](https://github.com/containerd/cgroups/commit/8195cc0d3c1358233942a589cc9e307e4c96c29a) Added IO metrics
* [`ba4fddb`](https://github.com/containerd/cgroups/commit/ba4fddbc79761de696104c139f2e296d66de671a) Merge pull request  [#134](https://github.com/containerd/cgroups/pull/134) from Zyqsempai/133-add-period-configuration
* [`203cfb9`](https://github.com/containerd/cgroups/commit/203cfb95c7a4bbcbb381d6f7a095787aacefba19) Added CPUMax type
* [`e509dbb`](https://github.com/containerd/cgroups/commit/e509dbba72a973ebc5c47529bd821e3a2f957979) test default behaviour
* [`0225ff8`](https://github.com/containerd/cgroups/commit/0225ff82a1a23d9ddf19a83c48611fe6ab107b97) Added test for ToResources func
* [`f5cb2b1`](https://github.com/containerd/cgroups/commit/f5cb2b18dfc490a215d2b731d1a5171ffb8808f6) Added possibility to set quota in cpu.max
* [`f26d9e0`](https://github.com/containerd/cgroups/commit/f26d9e0c03a97fa64284f27ecb8666a0c638a157) Merge pull request  [#131](https://github.com/containerd/cgroups/pull/131) from Zyqsempai/add-tests-for-cpu-cgroupv2
* [`ac62cf6`](https://github.com/containerd/cgroups/commit/ac62cf6dd3afcbac5a4dadbf8fefb5918878f070) fix out of range err for cpuset.cpus
* [`d411a5c`](https://github.com/containerd/cgroups/commit/d411a5c20485b46ff79713ccd18d7b6d3dbdc643) smaller range for cpuset.cpus
* [`48a6ef5`](https://github.com/containerd/cgroups/commit/48a6ef5d047b0f54527ee4606ab6633e3ec3455c) added cpuset controller
* [`9b3ab60`](https://github.com/containerd/cgroups/commit/9b3ab60f90931a1f8447d077b911219e7b69bf80) Test fix
* [`d616474`](https://github.com/containerd/cgroups/commit/d616474a70ceca06b773f2fb66f38095a046747c) remove deprecated controller
* [`c08031d`](https://github.com/containerd/cgroups/commit/c08031d108497a87673fe39c255e0db026d3e170) Check nil resources
* [`237bd06`](https://github.com/containerd/cgroups/commit/237bd068665be03287a1e214ec448dacda5c5882) Toggle not nil controllers
* [`dbc9f68`](https://github.com/containerd/cgroups/commit/dbc9f68659923357ea676cc3e8cd1e82f612cddd) try another weight param
* [`a69ffc1`](https://github.com/containerd/cgroups/commit/a69ffc17119765506c8a9b02bc7dee01317c36ca) remove useless step
* [`c84632a`](https://github.com/containerd/cgroups/commit/c84632af308672849e4a1da00910c49b946e9066) Added tests for CPU
* [`fada802`](https://github.com/containerd/cgroups/commit/fada802a7909d430bd17126fd6e4bbf5716f2bcd) Merge pull request  [#129](https://github.com/containerd/cgroups/pull/129) from Zyqsempai/add-memory-tests
* [`e284b4a`](https://github.com/containerd/cgroups/commit/e284b4ab2fcfbee98c0d2c004534fc3587403a1d) comment fix
* [`2a19d52`](https://github.com/containerd/cgroups/commit/2a19d525a687f57493063555743fa8f585ed29ac) Move cgroup creation to test func
* [`80c60c2`](https://github.com/containerd/cgroups/commit/80c60c28a488a8d18c7ffc65f92cfb9bb16d1240) Trim spaces
* [`5dba053`](https://github.com/containerd/cgroups/commit/5dba05335a7d92d7ec6abb0d6166e77131542571) GroupPath fix 2
* [`f40b256`](https://github.com/containerd/cgroups/commit/f40b25688bb5cce86d6bcc6cf7fb213109848af3) GroupPath fix
* [`836aa29`](https://github.com/containerd/cgroups/commit/836aa29c5b09c036fe818d17ceb498bfb7cafdf6) Added v2 memory test
* [`80b32e3`](https://github.com/containerd/cgroups/commit/80b32e3c75c99f1b99f3690c15b87c710b314e51) Merge pull request  [#130](https://github.com/containerd/cgroups/pull/130) from Zyqsempai/128-set-reservation-in-low
* [`697f2cd`](https://github.com/containerd/cgroups/commit/697f2cdc5e27a66415401af74eaf85181f2128f7) Return memory `high` property
* [`28f74d7`](https://github.com/containerd/cgroups/commit/28f74d748f4cf34c33386d8b3d7b3c827e93d17e) Fixed memory convertion for `reservation` from high to low.
* [`10dcde2`](https://github.com/containerd/cgroups/commit/10dcde236e523a22c2f9f0013f7ebb8e4a065a5e) Merge pull request  [#127](https://github.com/containerd/cgroups/pull/127) from crosbymichael/v2-check
* [`370d60c`](https://github.com/containerd/cgroups/commit/370d60c324399794c8f33ae0be976cc2880b004a) Add Mode() func to check cgroup mount type
* [`9e08996`](https://github.com/containerd/cgroups/commit/9e089962ffffaeb9281c22c14bdb77b59852f7a1) Merge pull request  [#126](https://github.com/containerd/cgroups/pull/126) from fuweid/gofmt
* [`bd09c0d`](https://github.com/containerd/cgroups/commit/bd09c0d4a78929b7acaebc4bdc979a445138481e) Merge pull request  [#124](https://github.com/containerd/cgroups/pull/124) from AkihiroSuda/fix-toggle
* [`3022591`](https://github.com/containerd/cgroups/commit/302259114275aad7b19c605335603d8285d8851b) v2: toggle ancestors of c.path, not c.path itself
* [`079295c`](https://github.com/containerd/cgroups/commit/079295c02a9d9e0f5d732b60d1f4e0cd0bc6e4e6) v2: refactor ListControllers
* [`da8ad43`](https://github.com/containerd/cgroups/commit/da8ad43b2fb3b257c5b743f44731f7e624b8cd16) Merge pull request  [#122](https://github.com/containerd/cgroups/pull/122) from AkihiroSuda/v2-move-dev
* [`ca48756`](https://github.com/containerd/cgroups/commit/ca4875604fa29abf6fa0dfd053d61b93369223f8) v2: put Devices to Resources struct as a field, not as a method
* [`7f48529`](https://github.com/containerd/cgroups/commit/7f48529d150061c82e086ffbdf4a500f6b49278c) v2: follow package import rule and update license statement
* [`e0c89c3`](https://github.com/containerd/cgroups/commit/e0c89c36d7a50f945a17f1865023a46cbe51fa3e) Merge pull request  [#123](https://github.com/containerd/cgroups/pull/123) from AkihiroSuda/fix-stat-panic
* [`3a0e799`](https://github.com/containerd/cgroups/commit/3a0e799bed92fe66eb71391f1f8d337fb8bbe7ba) v2: fix rdma nil panic
* [`ca363a0`](https://github.com/containerd/cgroups/commit/ca363a059e42aee6bd9071fb66f8813beb83ee92) Merge pull request  [#116](https://github.com/containerd/cgroups/pull/116) from Zyqsempai/104-add-bpf-device
* [`b01be99`](https://github.com/containerd/cgroups/commit/b01be9909e1ab064f35c2d6b99c49a85f8ca2efe) Merge pull request  [#119](https://github.com/containerd/cgroups/pull/119) from Zyqsempai/104-added-rdma-controller
* [`e56683d`](https://github.com/containerd/cgroups/commit/e56683d3d5a15abdea66d7511b5e16083da2f594) Merge pull request  [#120](https://github.com/containerd/cgroups/pull/120) from AkihiroSuda/fix-v2-stats
* [`c4993ae`](https://github.com/containerd/cgroups/commit/c4993aebedaa31fe8435702ddae54ec0a5c0ac9f) v2: fix nil panic on statting disabled controllers
* [`1c26af6`](https://github.com/containerd/cgroups/commit/1c26af6c55f531b70d57f7058796c8e6d6aa6e09) v2: fix parsing pids stat
* [`dea9e11`](https://github.com/containerd/cgroups/commit/dea9e11a135347ac4616823fb9ab396615bd1370) Added header to devicefilter test file.
* [`dc02b2f`](https://github.com/containerd/cgroups/commit/dc02b2f5d16be7b3ac6e1bc770a28e430c2753ca) Header fix
* [`7384bc5`](https://github.com/containerd/cgroups/commit/7384bc55ee220d4f5a06ce205aefe0674fdc0b3b) Credits header update
* [`2036eb8`](https://github.com/containerd/cgroups/commit/2036eb8905da80070184eae3155f45bbac66f4e8) Test fix
* [`df66df1`](https://github.com/containerd/cgroups/commit/df66df17b3500399c4a1df4379a73e61b3e26328) Added tests
* [`33207b4`](https://github.com/containerd/cgroups/commit/33207b488aea7b6d1ce3bc9a3768b1c5386ea801) Added ebps support(based on runc implementation)
* [`3053714`](https://github.com/containerd/cgroups/commit/3053714118a15e50f55eac10898f14da12645ca4) Added RDMA controller
* [`daf5261`](https://github.com/containerd/cgroups/commit/daf52615ff6e6378ce2d2e822949d509cc5816bc) Merge pull request  [#113](https://github.com/containerd/cgroups/pull/113) from AkihiroSuda/v2-travis
* [`c4474e8`](https://github.com/containerd/cgroups/commit/c4474e830f20c7825a2f93915d661e74b62ab12e) Merge pull request  [#115](https://github.com/containerd/cgroups/pull/115) from Zyqsempai/104-add-oom-notifications
* [`2bd4ae1`](https://github.com/containerd/cgroups/commit/2bd4ae17dfc7244a7bba1485e0fc810423b8e20f) Merge pull request  [#117](https://github.com/containerd/cgroups/pull/117) from Zyqsempai/104-add-more-memory-stats
* [`0339015`](https://github.com/containerd/cgroups/commit/0339015d72ef1b41b490b3c63b41cdf89a828e78) .travis.yml: add cgroup v2 Vagrant box
* [`cfc1c23`](https://github.com/containerd/cgroups/commit/cfc1c23314b641473dd9599a31e604b75adeec8c) Function rename
* [`d03d516`](https://github.com/containerd/cgroups/commit/d03d5167784d274aa37013826c6a09ded7d6b978) Remove global var
* [`4aad508`](https://github.com/containerd/cgroups/commit/4aad508d1059e09c03caef3ed781781605ab0020) Added events struct and error channel
* [`eb898ed`](https://github.com/containerd/cgroups/commit/eb898ed08d0acb48db00b8bd01cc9227b001641b) Added event channel for oom event subscription
* [`9629c6e`](https://github.com/containerd/cgroups/commit/9629c6ed18b2cfc13dca1597a8ae15314bdd4733) Added OOM notification for Memory controller
* [`4d88c26`](https://github.com/containerd/cgroups/commit/4d88c26a2d0f62baae782ce922975473b41291a6) Simplify stats
* [`344a8ab`](https://github.com/containerd/cgroups/commit/344a8ab471a2dd96068c8963b3e3ce2777c15b98) Remove unused metrics
* [`4276e8e`](https://github.com/containerd/cgroups/commit/4276e8e73adca3befbc45b77d2fac8a65bee988d) Added current and mas swap and memory usage stats
* [`d26e1b3`](https://github.com/containerd/cgroups/commit/d26e1b37d042d3cd3aaba23b4713f5b8185b9517) Merge pull request  [#118](https://github.com/containerd/cgroups/pull/118) from estesp/go-mod-travis
* [`d0f61b7`](https://github.com/containerd/cgroups/commit/d0f61b75b2777e567a0504d584d733b8cc5760df) Set GO111MODULE=on to fix Go 1.11/1.12 builds
* [`4baafdb`](https://github.com/containerd/cgroups/commit/4baafdb2bf451498eae2a8b3620cff8755b4628c) Merge pull request  [#112](https://github.com/containerd/cgroups/pull/112) from crosbymichael/io
* [`684eefa`](https://github.com/containerd/cgroups/commit/684eefa15a1bae5f170f96cb7dddfc3c4abf599c) Add mapping to stats struct
* [`7209a8d`](https://github.com/containerd/cgroups/commit/7209a8dfde2726fa544906fc061605e43e798b1d) Add v2 io support
* [`3ecfbc4`](https://github.com/containerd/cgroups/commit/3ecfbc409fb699785831415dd204dc355c738e2b) Merge pull request  [#111](https://github.com/containerd/cgroups/pull/111) from crosbymichael/to-res
* [`8e6ae5f`](https://github.com/containerd/cgroups/commit/8e6ae5fe16fe1193771e8a14f79bf2f51e92b9f5) Add ToResources func for spec to v2.Resources
* [`a026e7e`](https://github.com/containerd/cgroups/commit/a026e7e7c3457dafd8ca0119b749e7291ea7b63e) Merge pull request  [#110](https://github.com/containerd/cgroups/pull/110) from AkihiroSuda/v2-verifypath
* [`a4f92d6`](https://github.com/containerd/cgroups/commit/a4f92d6967edd0fc3b8e7a302e77a9fd3032d2db) .travis.yml: run test for all packages
* [`29ec75e`](https://github.com/containerd/cgroups/commit/29ec75e6255b2ae35307600f57feafa0c0563a6f) update go.mod
* [`b15f984`](https://github.com/containerd/cgroups/commit/b15f98493ecf98710faa65af8eb3e4eeef892859) v2: fix TestParseCgroupFromReader
* [`788d082`](https://github.com/containerd/cgroups/commit/788d0827be5d0f784456c45df30642add9547a7e) v2: restore VerifyGroupPath
* [`82928e8`](https://github.com/containerd/cgroups/commit/82928e855c6c9fa78d1e0767c46e1b05168d623d) Merge pull request  [#109](https://github.com/containerd/cgroups/pull/109) from crosbymichael/v2-controller
* [`54a40c2`](https://github.com/containerd/cgroups/commit/54a40c2af707f9ee43f6fa28f4ab6c0a79789f34) Add basic stats implementation
* [`7bf30d7`](https://github.com/containerd/cgroups/commit/7bf30d7bf13852d1f2b493817489d37170d2b8a4) Rename playground to cgctl
* [`3239d7b`](https://github.com/containerd/cgroups/commit/3239d7b8395519d4951e886a03ac74c79543c04b) Simpler v2 cgroup interface
* [`c0a1dbc`](https://github.com/containerd/cgroups/commit/c0a1dbc386b3fed186c541fab178ba6037e319b9) Merge pull request  [#106](https://github.com/containerd/cgroups/pull/106) from xianlubird/test1
* [`66a6951`](https://github.com/containerd/cgroups/commit/66a6951a6dbad6aa0d903ec243d8d2f990a2a052) Merge pull request  [#105](https://github.com/containerd/cgroups/pull/105) from xianlubird/test
* [`eeb53b7`](https://github.com/containerd/cgroups/commit/eeb53b7c613a27e66e70cf7ed2471f4a51d72d87) add static path prefix doc
* [`9aebee9`](https://github.com/containerd/cgroups/commit/9aebee9e378b6a1539de029df39f9392f93d325f) Update doc add static path prefix
* [`010a0d6`](https://github.com/containerd/cgroups/commit/010a0d6a188e2bed91cef77126fd6604a7518cf8) Merge pull request  [#108](https://github.com/containerd/cgroups/pull/108) from Zyqsempai/104-added-memory-cgroup2-impl
* [`2843dfa`](https://github.com/containerd/cgroups/commit/2843dfa2072234f2b2849be0cae35589c4b19ad2) Added cgroup v2 memory implementation
* [`2ff88b8`](https://github.com/containerd/cgroups/commit/2ff88b8e832795d097daab5869d7584662e20534) Merge pull request  [#107](https://github.com/containerd/cgroups/pull/107) from Zyqsempai/104-add-v2-cgroups-for-cpu
* [`8f1875b`](https://github.com/containerd/cgroups/commit/8f1875b57fa4054436a878d34ca02c238fa8ba34) Added cgroups v2 CPU implementation.
* [`6fb48e1`](https://github.com/containerd/cgroups/commit/6fb48e16d8117807adf676f7c735f4f553d19fde) Merge pull request  [#103](https://github.com/containerd/cgroups/pull/103) from AkihiroSuda/cgroup2-poc2
* [`27e64bc`](https://github.com/containerd/cgroups/commit/27e64bce3d6c36729f965c628e2ce8bef08abab6) cgroup2: the first cut (yet another version)
* [`5fbad35`](https://github.com/containerd/cgroups/commit/5fbad35c2a7e855762d3c60f2e474ffcad0d470a) Merge pull request  [#100](https://github.com/containerd/cgroups/pull/100) from fuweid/me-support-cgroupstats
* [`fccf4d4`](https://github.com/containerd/cgroups/commit/fccf4d469e6ce7ec1289356b218e980418d0c1dc) stats/v1: export per-cgroup stats
* [`bec0ecb`](https://github.com/containerd/cgroups/commit/bec0ecbda1466b6907a70c1908aea0998b491df4) Merge pull request  [#99](https://github.com/containerd/cgroups/pull/99) from gliptak/patch-3
* [`3de5a6b`](https://github.com/containerd/cgroups/commit/3de5a6bb4823a9b39ab1e1108e3bc58bf8fc76ad) Add Go 1.13 to Travis
* [`abd0b19`](https://github.com/containerd/cgroups/commit/abd0b19954a6b05e0963f48427062d1481b7faad) Merge pull request  [#98](https://github.com/containerd/cgroups/pull/98) from mariomac/ignoremem
* [`ad1c4b9`](https://github.com/containerd/cgroups/commit/ad1c4b91138ced79481a43fd94a4c123daad72f1) Added OptionalSwap memory constructor option
* [`484059a`](https://github.com/containerd/cgroups/commit/484059adcfa921c879869d9745e3ca746917a81c) Merge pull request  [#97](https://github.com/containerd/cgroups/pull/97) from mariomac/master
* [`fa1a76b`](https://github.com/containerd/cgroups/commit/fa1a76b28faaff678184549171de676315645c09) Fixed test file permissions
* [`cf275c8`](https://github.com/containerd/cgroups/commit/cf275c85f259d6ca47586a823a2ca85e0afe13e2) Allows ignoring memory modules
* [`af0bc55`](https://github.com/containerd/cgroups/commit/af0bc55d7d5b9c931dc875c73bcc2f4eb5ec46ce) Allow overriding the default /proc folder in blkioController
* [`bf292b2`](https://github.com/containerd/cgroups/commit/bf292b21730f0be58f47cd194dcf447dca57e200) Merge pull request  [#96](https://github.com/containerd/cgroups/pull/96) from jterry75/stats_pkg
* [`caf7157`](https://github.com/containerd/cgroups/commit/caf71576c8b19daf80ab4685916e4d5b4c74887e) Move metrics proto package to stats/v1
* [`fc51bcb`](https://github.com/containerd/cgroups/commit/fc51bcbe4714807834a6481e609aef94e5e6b917) Merge pull request  [#82](https://github.com/containerd/cgroups/pull/82) from saschagrunert/go-modules
* [`034edae`](https://github.com/containerd/cgroups/commit/034edae5587873d009802cf5f65882e3137cdf5b) Add go module support

### Changes from containerd/console

* [`8375c34`](https://github.com/containerd/console/commit/8375c3424e4d7b114e8a90a4a40c8e1b40d1d4e6) Merge pull request  [#34](https://github.com/containerd/console/pull/34) from sipsma/close-once
* [`38c5469`](https://github.com/containerd/console/commit/38c5469e7522db0c9435a5c33e0e0629113c4952) Only close epoller FD at most once.
* [`02ecf6a`](https://github.com/containerd/console/commit/02ecf6a7291e65f4a361525245c2bea023dc2e0b) Merge pull request  [#33](https://github.com/containerd/console/pull/33) from ulyssessouza/add-file-interface
* [`f652dc3`](https://github.com/containerd/console/commit/f652dc3e99a9f4aa760deb9b4b28edb7c4e5001a) Add File interface instead of using os.File
* [`53a0f1d`](https://github.com/containerd/console/commit/53a0f1deb970a40f08acc1e740a7293bedb8b6b9) Merge pull request  [#32](https://github.com/containerd/console/pull/32) from estesp/check-vendor
* [`6214f20`](https://github.com/containerd/console/commit/6214f2040a2c667ff1458db9485d42299b1d8220) Add vendor check now that content is vendored
* [`4b1ac2b`](https://github.com/containerd/console/commit/4b1ac2bbbdd500f0887e0195f283702be93d5734) Merge pull request  [#31](https://github.com/containerd/console/pull/31) from TwinProduction/master
* [`55928bd`](https://github.com/containerd/console/commit/55928bd5a38487e9b1676c55461ed3b47e796652) Enable vendoring

### Changes from containerd/continuity

* [`d3ef23f`](https://github.com/containerd/continuity/commit/d3ef23f19fbb106bb73ffde425d07a9187e30745) Merge pull request  [#151](https://github.com/containerd/continuity/pull/151) from kolyshkin/readlink-win
* [`0f16d7a`](https://github.com/containerd/continuity/commit/0f16d7a0959cac64d7a54ce015e50cf4839d1970) Merge pull request  [#150](https://github.com/containerd/continuity/pull/150) from kolyshkin/xattr
* [`643e66e`](https://github.com/containerd/continuity/commit/643e66e4bb3e30dda0a35b6468fb5f35cde7d856) Remove Windows' Readlink fork
* [`da42a30`](https://github.com/containerd/continuity/commit/da42a3033a39c971c1336a8a9f70fbf323857374) driver: fail to build on Windows with go < 1.13
* [`d7961f4`](https://github.com/containerd/continuity/commit/d7961f4caa26b030e7aba76153188a1aad74437e) travis.yml: rm unsupported go releases, add 1.14
* [`bbd0be0`](https://github.com/containerd/continuity/commit/bbd0be0b8f642b9a7b2b2b4f6cccb8f3a90e4f2e) sysx/xattr: improve listxattrAll
* [`9e256e6`](https://github.com/containerd/continuity/commit/9e256e61eee8fc393366eb5c00d8b5fed8bb94fe) sysx/xattr: fix getxattrAll
* [`26c1120`](https://github.com/containerd/continuity/commit/26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4) Merge pull request  [#109](https://github.com/containerd/continuity/pull/109) from nogoegst/fs-openbsd
* [`0ec5967`](https://github.com/containerd/continuity/commit/0ec596719c75bfd42908850990acea594b7593ac) Merge pull request  [#148](https://github.com/containerd/continuity/pull/148) from zhsj/fix-gccgo
* [`a7f992c`](https://github.com/containerd/continuity/commit/a7f992c52c205be63cf0b6e7543099a0c9b45700) fs: don't convert syscall.Timespec to unix.Timespec directly
* [`669de92`](https://github.com/containerd/continuity/commit/669de920ecb0fd1e96591fcb031b9e12bb9cf21c) Merge pull request  [#147](https://github.com/containerd/continuity/pull/147) from yeahdongcn/xattr
* [`b05c0fd`](https://github.com/containerd/continuity/commit/b05c0fd3fcbecc051122adcbd2d616b55bd0f7aa) xattr lost when copying directory
* [`1097c8b`](https://github.com/containerd/continuity/commit/1097c8bae83b84cf3dfccfcc542e06c8c28ea3f4) Merge pull request  [#144](https://github.com/containerd/continuity/pull/144) from SamWhited/modules
* [`91c91a7`](https://github.com/containerd/continuity/commit/91c91a736c4eb12c7bbc93face8ec47a3feb4464) Merge branch 'master' into modules
* [`f65d91d`](https://github.com/containerd/continuity/commit/f65d91d395ebd5507b567968624a4bbdbb9e8819) Merge pull request  [#146](https://github.com/containerd/continuity/pull/146) from fuweid/me-enable-root-for-testing
* [`2f58149`](https://github.com/containerd/continuity/commit/2f581495a4a9485494f737a583616789f8a07578) test: enable root for RequiresRoot cases
* [`abe3784`](https://github.com/containerd/continuity/commit/abe378447a9f73e8a4fe810aa78130b0d490dc40) Support Go Modules
* [`75bee3e`](https://github.com/containerd/continuity/commit/75bee3e2ccb6402e3a986ab8bd3b17003fc0fdec) Merge pull request  [#143](https://github.com/containerd/continuity/pull/143) from tiborvass/fix-sockets
* [`403b5be`](https://github.com/containerd/continuity/commit/403b5be3d72bcee44af7a08c32c0f7ed30ae711b) Merge pull request  [#141](https://github.com/containerd/continuity/pull/141) from WRidder/patch-1
* [`cd143ee`](https://github.com/containerd/continuity/commit/cd143ee28a838efd0d76879d7193a78ac4c40904) fstest: have CreateSocket actually create a socket
* [`38f9467`](https://github.com/containerd/continuity/commit/38f946779f570033f2af75b74d353c0589b36a56) Add src string to copyDirectory error message.
* [`cad9e55`](https://github.com/containerd/continuity/commit/cad9e557d773df5aff292893d4e36781c0164a39) fs: support for OpenBSD

### Changes from containerd/cri

* [`c744b66a`](https://github.com/containerd/cri/commit/c744b66a3b655f140426f846cf64ef50ea8419c8) Merge pull request  [#1495](https://github.com/containerd/cri/pull/1495) from crosbymichael/cni-bump
* [`52c2c6b5`](https://github.com/containerd/cri/commit/52c2c6b5df15790b671ebd6cbbc6039a4d30c342) Merge pull request  [#1494](https://github.com/containerd/cri/pull/1494) from MHBauer/docs-moved
* [`58777166`](https://github.com/containerd/cri/commit/5877716621e96a56d478c10c779a3490cbc2a52c) docs moved
* [`477b31ce`](https://github.com/containerd/cri/commit/477b31ce044eb77f5e1d5de05da7b00d8938b792) Use go-cni tag
* [`129bdd7a`](https://github.com/containerd/cri/commit/129bdd7a3d3d93e4bb3a437aa421f435e823a596) Merge pull request  [#1487](https://github.com/containerd/cri/pull/1487) from crosbymichael/selinux
* [`dea62299`](https://github.com/containerd/cri/commit/dea6229923fcc48f874f9f329d37bd04c629f237) Merge pull request  [#1491](https://github.com/containerd/cri/pull/1491) from thaJeztah/bump_selinux
* [`72edf301`](https://github.com/containerd/cri/commit/72edf3016dba6de095eb47ec5d33675e6cdc8d09) Use new SELinux APIs
* [`0b3c7e14`](https://github.com/containerd/cri/commit/0b3c7e1479c95fb6ea72a900c16639009bd4e6fe) vendor: opencontainers/selinux v1.5.2
* [`24209b91`](https://github.com/containerd/cri/commit/24209b91bf361e131478d15cfea1ab05694dc3eb) Add MCS label support
* [`e10e07b5`](https://github.com/containerd/cri/commit/e10e07b50e6de4a553648206d4ba7d2e97795fdf) Merge pull request  [#1489](https://github.com/containerd/cri/pull/1489) from mikebrow/ltag-scan-symlink-fixed
* [`cc54a9dc`](https://github.com/containerd/cri/commit/cc54a9dca405cf6ddcccf34702b727078da77158) no longer need to skip /test due to symlink
* [`40071878`](https://github.com/containerd/cri/commit/40071878d7392be4193b33b556a69827710b00b1) Merge pull request  [#1486](https://github.com/containerd/cri/pull/1486) from thaJeztah/bump_golang_1.13.11
* [`48ee0b34`](https://github.com/containerd/cri/commit/48ee0b348c8385bdc03e1c3a3f901e0e5f3f9a91) Merge pull request  [#1485](https://github.com/containerd/cri/pull/1485) from thaJeztah/vendor_back_to_tags
* [`8f02fe04`](https://github.com/containerd/cri/commit/8f02fe04d8029a012a1ada6184310abb0fb240a7) Bump Golang 1.13.11
* [`6096c0eb`](https://github.com/containerd/cri/commit/6096c0ebbbcade0dbf893e16c05174a34c26f6d3) vendor.conf: back to using tags
* [`dc81240a`](https://github.com/containerd/cri/commit/dc81240a6d705b22ccf31432bcc628bb77b36f99) Merge pull request  [#1484](https://github.com/containerd/cri/pull/1484) from thaJeztah/bump_containerd
* [`36ba7766`](https://github.com/containerd/cri/commit/36ba7766fb946b4757fe9815963555d6be09c175) Merge pull request  [#1483](https://github.com/containerd/cri/pull/1483) from thaJeztah/bump_cni
* [`f9083f16`](https://github.com/containerd/cri/commit/f9083f167af09423688db857115cb857bcc10f7a) vendor: containerd/containerd v1.4.0-beta.0
* [`103785ea`](https://github.com/containerd/cri/commit/103785ea26a607fb4935917244838144f8a61676) vendor: containerd/go-cni 0553354f0046ccd41a02e724826040491a3d8998
* [`82a602bf`](https://github.com/containerd/cri/commit/82a602bf122b03b1a8682ca60db62441887092eb) Merge pull request  [#1480](https://github.com/containerd/cri/pull/1480) from mikebrow/remove-boilerplate
* [`3f0aa454`](https://github.com/containerd/cri/commit/3f0aa454533b434d188de1fd763615dfd56a637e) removing boilerplate test replace by projectboiler check
* [`64aa9da7`](https://github.com/containerd/cri/commit/64aa9da76fc0ab333119f455f3b292244c1fae8c) Merge pull request  [#1477](https://github.com/containerd/cri/pull/1477) from saschagrunert/port-forward-timeout
* [`e2cedb94`](https://github.com/containerd/cri/commit/e2cedb9469c03fb78837e3783775633b426dc01a) Increase port-forward timeout to 1s to fix e2e test
* [`8c366df5`](https://github.com/containerd/cri/commit/8c366df5c6a9d49a218990f94f226f5a4a90c808) Merge pull request  [#1476](https://github.com/containerd/cri/pull/1476) from dmcgowan/replace-docker-distribution
* [`21ad9c4e`](https://github.com/containerd/cri/commit/21ad9c4e21d86549692e49652c159f0f0194e456) Use digestset from go-digest
* [`8252e54f`](https://github.com/containerd/cri/commit/8252e54f936b85b58799600edcb98987a8665300) Merge pull request  [#1472](https://github.com/containerd/cri/pull/1472) from mxpv/profile
* [`942c22be`](https://github.com/containerd/cri/commit/942c22bec8eef980fc6a6bcbadab3f753a5c750f) Merge pull request  [#1429](https://github.com/containerd/cri/pull/1429) from Random-Liu/create-etcd-user
* [`bd0a7656`](https://github.com/containerd/cri/commit/bd0a76565a159761d3e528af391f1cebb865dbcd) Merge pull request  [#1469](https://github.com/containerd/cri/pull/1469) from thaJeztah/remove_libcontainer_system
* [`dbedcf87`](https://github.com/containerd/cri/commit/dbedcf8706d84295ff2c61a9291e4ec860eaa792) Merge pull request  [#1449](https://github.com/containerd/cri/pull/1449) from mikebrow/make-http-with-tlsconfig-a-warning
* [`0e1b7bdb`](https://github.com/containerd/cri/commit/0e1b7bdb5940a74adbbd33857aaa50b0e73a1655) Remove dependency on libcontainer/system
* [`674fe72a`](https://github.com/containerd/cri/commit/674fe72aa85c7329aed7a292a44853bb1066fc3c) Update docs for unset seccomp profile
* [`9413131c`](https://github.com/containerd/cri/commit/9413131c7d43a005c106a4aa033277c53ad7fcac) Merge pull request  [#1475](https://github.com/containerd/cri/pull/1475) from thaJeztah/remove_deprecated_dualstack
* [`c96373f6`](https://github.com/containerd/cri/commit/c96373f6d55d4aedc3d7fc97a29dae7f74b32381) newTransport(): remove deprecated DualStack option
* [`51261876`](https://github.com/containerd/cri/commit/51261876f06a2dfb4a11aa9d056515eba398ddb0) Merge pull request  [#1474](https://github.com/containerd/cri/pull/1474) from thaJeztah/bump_k8s
* [`34e6985f`](https://github.com/containerd/cri/commit/34e6985f7815a025558967dc70aeb5a574e8df9f) Merge pull request  [#1473](https://github.com/containerd/cri/pull/1473) from thaJeztah/bump_containerd
* [`498128cf`](https://github.com/containerd/cri/commit/498128cf41e7a00591681235e9a2c068469451fb) vendor: kubernetes v1.18.2
* [`ee3548de`](https://github.com/containerd/cri/commit/ee3548dee8f97695cb203c30b2303d4295ecea1f) vendor: containerd/containerd ed261720c86d1e700cd5d39175128322baac6dda
* [`c784772b`](https://github.com/containerd/cri/commit/c784772ba4f4dad39291daa184a350efe1389530) vendor: roll docker/distribution back to latest (v2.7.1) release
* [`004ff8b9`](https://github.com/containerd/cri/commit/004ff8b995de9ce72553b2f1d4f7cb2ff040d316) vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
* [`fae2a4b0`](https://github.com/containerd/cri/commit/fae2a4b052fee6400151e823a9704a7ffaa3c49e) vendor: update to latest hcsshim - 0.8.9
* [`cdac4dec`](https://github.com/containerd/cri/commit/cdac4dece47e822afa83c78c890942d5cdb7715e) vendor: update go-events to fix alignment for 32bit systems
* [`fe3a018f`](https://github.com/containerd/cri/commit/fe3a018f511ba19f52038cf29014dfbabc3369f3) vendor: bump containerd/typeurl v1.0.1
* [`5494d6ff`](https://github.com/containerd/cri/commit/5494d6ffad17ecaf7c3835765dc173695356e2d6) vendor: containerd/ttrpc v1.0.1
* [`20ee06b0`](https://github.com/containerd/cri/commit/20ee06b0b3ae1fc3fc2228c152d319ad434a0040) vendor: containerd/cgroups b4448137398923af7f4918b8b2ad8249172ca7a6
* [`07106ad0`](https://github.com/containerd/cri/commit/07106ad0490c674108fdeffdbf55af32869df654) vendor: runtime-spec v1.0.2
* [`2a5e4931`](https://github.com/containerd/cri/commit/2a5e493198fb68d9b64d0b103611d31e93cf7668) vendor: github.com/pkg/errors v0.9.1
* [`ee67a4d6`](https://github.com/containerd/cri/commit/ee67a4d67fd531659635c9c7ece5353e44277875) vendor: sirupsen/logrus v1.6.0
* [`271218ef`](https://github.com/containerd/cri/commit/271218ef7d9ff9835f98d23c2fd49919f9f22ac1) vendor konsorten/go-windows-terminal-sequences v1.0.3
* [`7361cf86`](https://github.com/containerd/cri/commit/7361cf86217573819ad210891a552060275730a6) Merge pull request  [#1470](https://github.com/containerd/cri/pull/1470) from aojea/gocat
* [`11a78d9d`](https://github.com/containerd/cri/commit/11a78d9d0f1664466fa3fffebd8ff234f3ef2677) don't use socat for port forwarding
* [`38f19f99`](https://github.com/containerd/cri/commit/38f19f991e85e4ed6f0c3f3b0a125a22967cf506) Add config flag to default empty seccomp profile
* [`3a7fef51`](https://github.com/containerd/cri/commit/3a7fef51fc7a56e1a6f8122d283678b6c2a87768) Create etcd user in cloud init.
* [`65830369`](https://github.com/containerd/cri/commit/65830369b6b2b4edc454bf5cebbd9b76c1c1ac66) Merge pull request  [#1468](https://github.com/containerd/cri/pull/1468) from fuweid/me-change-rollback
* [`9c506d0a`](https://github.com/containerd/cri/commit/9c506d0af41b769d35eee4834ca3734960a28674) Merge pull request  [#1465](https://github.com/containerd/cri/pull/1465) from dsyer/master
* [`48e797c7`](https://github.com/containerd/cri/commit/48e797c77fd5de9308a495b01a895ca3a7a6d33c) RunPodSandbox: destroy network if fails or invalid
* [`dc7afe8f`](https://github.com/containerd/cri/commit/dc7afe8fbe53db06c3f883f6f8c9895a9dfb2314) Merge pull request  [#1466](https://github.com/containerd/cri/pull/1466) from ktock/parallel-snapshot
* [`ca661c8d`](https://github.com/containerd/cri/commit/ca661c8dc968e952b323a3d836efa41a8481f907) Pass chained layer digests to snapshotter for parallel snapshot preparation
* [`5ac8515b`](https://github.com/containerd/cri/commit/5ac8515bf0859074bc4f648d297bb6805cdf5699) Clarify that plugin names are long in version = 2
* [`4ea4ca99`](https://github.com/containerd/cri/commit/4ea4ca99c7b7cd3be559f5e43bd047373a31b8b7) Merge pull request  [#1455](https://github.com/containerd/cri/pull/1455) from 6WIND/master
* [`197dca5a`](https://github.com/containerd/cri/commit/197dca5a350ab2ecc685be9464a9064beebedb5c) Merge pull request  [#1464](https://github.com/containerd/cri/pull/1464) from mikebrow/test-apparmor-profile
* [`776c125e`](https://github.com/containerd/cri/commit/776c125e4f9dccb6b7f1a0f6273b1b3c7965ded1) move up to latest critools; add apparmor profile check
* [`14c4b47b`](https://github.com/containerd/cri/commit/14c4b47bb1106dd1f714206cf24061f814e74b2e) Merge pull request  [#1459](https://github.com/containerd/cri/pull/1459) from mikebrow/containerd-project-readme
* [`6b019469`](https://github.com/containerd/cri/commit/6b01946938645d96dbb1ae618860fa23c089db56) link readme to containerd/project repo
* [`2db26cc9`](https://github.com/containerd/cri/commit/2db26cc9f023c50c2bd689ed6b3acca2c914e3d1) Merge pull request  [#1458](https://github.com/containerd/cri/pull/1458) from mikebrow/copyright-alignment
* [`41470105`](https://github.com/containerd/cri/commit/41470105749546b2f9d2c67dff7f4c519fd37d79) Merge pull request  [#1457](https://github.com/containerd/cri/pull/1457) from hickeyma/fix-docs
* [`02307da3`](https://github.com/containerd/cri/commit/02307da36d772610157e5c1ca52e597da4ac4999) Add improvement to docs
* [`1b60224e`](https://github.com/containerd/cri/commit/1b60224e2e4837655ae8ad2b9278a144223cf73c) use containerd/project header test
* [`98f8ec49`](https://github.com/containerd/cri/commit/98f8ec4995d688db3d62d265f298d3183e3d49f9) fix incomplete host device for PrivilegedWithoutHostDevices
* [`befc70b4`](https://github.com/containerd/cri/commit/befc70b444e24eaa76b3ef18633e9fba64d5e795) Merge pull request  [#1456](https://github.com/containerd/cri/pull/1456) from mikebrow/fix-deprecated-greeting
* [`f673f0cf`](https://github.com/containerd/cri/commit/f673f0cf5ca44b4bb4424ea02deec811ffc1dd0e) remove greetings due to security issue
* [`6b669315`](https://github.com/containerd/cri/commit/6b669315bca2844dc6a9bff38d0026abba5d6e7b) Merge pull request  [#1454](https://github.com/containerd/cri/pull/1454) from mikebrow/project-dco-integration-for-make
* [`a45f57bc`](https://github.com/containerd/cri/commit/a45f57bcf175042024b88132b272122e93f50c76) Merge pull request  [#1375](https://github.com/containerd/cri/pull/1375) from jdewinne/registry-doc
* [`050e8c63`](https://github.com/containerd/cri/commit/050e8c63c0501dfc712ec8fec389212c14c852f9) Update registry.md for auth config
* [`0049d4f9`](https://github.com/containerd/cri/commit/0049d4f9734cb2d30119424e139c5b01c8dc259c) use project dco test locally
* [`9d37687a`](https://github.com/containerd/cri/commit/9d37687a9569775b0bf38fe478ba1a3557b9496c) Merge pull request  [#1436](https://github.com/containerd/cri/pull/1436) from chethanah/add-container-name-annot
* [`f3e44466`](https://github.com/containerd/cri/commit/f3e44466d6b1d391a6a8664a53280478e1e949f3) Merge pull request  [#1451](https://github.com/containerd/cri/pull/1451) from mikebrow/split-validate-from-build-and-test
* [`b838ac8c`](https://github.com/containerd/cri/commit/b838ac8c2e9d35638a1a16c015a40da89346b604) split tests and some refactoring
* [`c6c9268e`](https://github.com/containerd/cri/commit/c6c9268eb01f3e014fc466749ce25495b8475b98) Merge pull request  [#1450](https://github.com/containerd/cri/pull/1450) from yylt/add-scheme-endpoint
* [`d07f7f16`](https://github.com/containerd/cri/commit/d07f7f167a437612b486a381addc0229b10d82bc) add default scheme if endpoint no scheme
* [`61b7af75`](https://github.com/containerd/cri/commit/61b7af7564602234662562a9d37e772f5a54facb) Merge pull request  [#1446](https://github.com/containerd/cri/pull/1446) from mikebrow/remove-travis
* [`27f911d6`](https://github.com/containerd/cri/commit/27f911d663a338c3362ae9e9186a352dde204190) removes the error when tls is configured for https but http is tried first
* [`3fc5a909`](https://github.com/containerd/cri/commit/3fc5a909d1750c39c769acaede1917068427bffa) have moved these tests to github actions
* [`7ccd3f7d`](https://github.com/containerd/cri/commit/7ccd3f7d7e2cf510d3cf9bc824b938be7f172a06) Merge pull request  [#1431](https://github.com/containerd/cri/pull/1431) from ktock/stargz
* [`c1b7bcf3`](https://github.com/containerd/cri/commit/c1b7bcf395d1334333e254ead5b6cd7dfa84cbb9) Enable to pass additional handler on pull for stargz-based remote snapshots
* [`45f0e21d`](https://github.com/containerd/cri/commit/45f0e21d2c46d359632e46d4c425fd0806dffd36) Merge pull request  [#1445](https://github.com/containerd/cri/pull/1445) from mikebrow/move-travis-to-github-actions
* [`7fc8652e`](https://github.com/containerd/cri/commit/7fc8652e32296a14713f988a1338787ee82f8764) Add OCI annotations for container name
* [`67de3e4c`](https://github.com/containerd/cri/commit/67de3e4ccf2b2a69b8398798af7cfca01abf7a7e) adds git hub actions for linux CI
* [`68a84f78`](https://github.com/containerd/cri/commit/68a84f7878d54ab9e7445074393866759b918ce9) Merge pull request  [#1438](https://github.com/containerd/cri/pull/1438) from zhsj/use-containerd-reference
* [`6e980b9e`](https://github.com/containerd/cri/commit/6e980b9efd6d3f10a4e80995e2196e2e0204d99e) Merge pull request  [#1443](https://github.com/containerd/cri/pull/1443) from dims/build-runc-with-selinux-support
* [`4cee89ba`](https://github.com/containerd/cri/commit/4cee89baf54131f68d4e2fe7be2c1e2e4c234e0b) Update vendor after dropping depends distribution/reference
* [`4263229a`](https://github.com/containerd/cri/commit/4263229a7b2775f4294cada91ccde988586019ff) Replace docker/distribution/reference with containerd/reference/docker
* [`2b162b6c`](https://github.com/containerd/cri/commit/2b162b6c11ca02c6f4fdb4dd075a0b4cbb07cf4e) update selinux dependency to fix test failures
* [`e4ad53f2`](https://github.com/containerd/cri/commit/e4ad53f2c2e66d0345111c790bf464c094ebf46e) Build runc with selinux support
* [`d531dc49`](https://github.com/containerd/cri/commit/d531dc492ababd4ff86cc1366749924a3907ff95) Merge pull request  [#1405](https://github.com/containerd/cri/pull/1405) from fuweid/me-async-load-cnicnf
* [`3d250b82`](https://github.com/containerd/cri/commit/3d250b8289d3dbb6c4551c78e8da9a4ede1f0474) Merge pull request  [#1439](https://github.com/containerd/cri/pull/1439) from mikebrow/fix-selinux-unit-test
* [`8b6377ba`](https://github.com/containerd/cri/commit/8b6377bad82d2cc9100e83cdcea2fd16b2042c43) Merge pull request  [#1442](https://github.com/containerd/cri/pull/1442) from containerd/mikebrow-add-greeting-action
* [`4a9fa226`](https://github.com/containerd/cri/commit/4a9fa22683461c232d0a9c315b7d2fed31d7cedd) Merge pull request  [#1441](https://github.com/containerd/cri/pull/1441) from dims/run-test-in-windows
* [`5c31c759`](https://github.com/containerd/cri/commit/5c31c7591e181190533258b1290c61d2484aa83d) Running critest under windows using github actions
* [`aa9b1885`](https://github.com/containerd/cri/commit/aa9b1885b58cc22081d48e6cd2e4cbceca132c77) fixes bad unit tests when selinux is enabled
* [`7381f31b`](https://github.com/containerd/cri/commit/7381f31b366a7c4833f913aebed2aad15e260f88) Create greetings.yml
* [`4ce334aa`](https://github.com/containerd/cri/commit/4ce334aa490dd0e72c8ba2b4b6e4fe98516529ec) reload cni network config if has fs change events
* [`7013a825`](https://github.com/containerd/cri/commit/7013a825b0a7f61210929be6717fead72a390013) Merge pull request  [#1424](https://github.com/containerd/cri/pull/1424) from fvoznika/patch-1
* [`efddc5f2`](https://github.com/containerd/cri/commit/efddc5f2526935be6a014d0fdf86c5f373f514cb) Start docker unconditionally
* [`27d4fd59`](https://github.com/containerd/cri/commit/27d4fd5979ef38c893147774e9801bb31d66d123) Merge pull request  [#1425](https://github.com/containerd/cri/pull/1425) from dims/fix-x/sys-dependency-version
* [`61f095b7`](https://github.com/containerd/cri/commit/61f095b73e074187b23d18fbc978f9080f163c62) use the same dependency version for x/sys from containerd/containerd
* [`dd3c5f08`](https://github.com/containerd/cri/commit/dd3c5f08b8a990a417a6f05245573a11d160af06) Merge pull request  [#1418](https://github.com/containerd/cri/pull/1418) from darfux/fix_handle_resizing_leak
* [`67566810`](https://github.com/containerd/cri/commit/67566810f788c1bd192759bca2a0483364a759fb) Merge pull request  [#1426](https://github.com/containerd/cri/pull/1426) from dims/vendor-update-kubernetes-v1.18.0
* [`95b7c082`](https://github.com/containerd/cri/commit/95b7c082605ce66d603650083ee0f859d31d091f) vendor: update kubernetes v1.18.0
* [`c1115d4e`](https://github.com/containerd/cri/commit/c1115d4e57f55a5f45fb3efd29d3181ce26d5c6a) Merge pull request  [#1422](https://github.com/containerd/cri/pull/1422) from chenrui333/update-golang-versions
* [`cc3fbebe`](https://github.com/containerd/cri/commit/cc3fbebec2415c3c361d51c9ba27316e79874283) Merge pull request  [#1423](https://github.com/containerd/cri/pull/1423) from dims/add-version-numbers-for-newly-tagged-repos
* [`172cf68b`](https://github.com/containerd/cri/commit/172cf68b5327fa8ce461c6907f2ea8b845525262) Add version numbers for newly tagged repos
* [`664acc13`](https://github.com/containerd/cri/commit/664acc1396baec7f58bfc71e2de7a415eabd5cd2) Bump golang to v1.13.9 and v1.14.1
* [`cb014006`](https://github.com/containerd/cri/commit/cb0140063e26eb56e937c2d4fae9d18216b8a80d) Fix goroutine leak when exec/attach
* [`5fb103d8`](https://github.com/containerd/cri/commit/5fb103d8e66f0c6292971b00f05b2aed4c99f902) Merge pull request  [#1382](https://github.com/containerd/cri/pull/1382) from georgegoh/master
* [`c44ad801`](https://github.com/containerd/cri/commit/c44ad801f9e8fa4f2ba566dbdcda8a3a1c568475) Fixed merge conflicts.
* [`4d4c35b3`](https://github.com/containerd/cri/commit/4d4c35b3a8550a31fb82994e7f62cd8cf7924f5f) Merge pull request  [#1417](https://github.com/containerd/cri/pull/1417) from mikebrow/add-golang-1.14-for-travis-tests
* [`7cd773bd`](https://github.com/containerd/cri/commit/7cd773bd3b8587cee1f9666203423eb1e5002c72) add golang 1.14 to prepare for move
* [`92cb4ed9`](https://github.com/containerd/cri/commit/92cb4ed9786a6cd271152ba1f862183d84701003) Merge pull request  [#1416](https://github.com/containerd/cri/pull/1416) from thaJeztah/ensure_remove_all
* [`e093a0ee`](https://github.com/containerd/cri/commit/e093a0ee0808c79fb173c63e16613f375d2bc565) Use local "ensureRemoveAll" instead of docker/pkg/system
* [`46fcfe52`](https://github.com/containerd/cri/commit/46fcfe52192cb83726adec059316c87b7781b55c) vendor: docker/docker 4634ce647cf2ce2c6031129ccd109e557244986f
* [`687469d3`](https://github.com/containerd/cri/commit/687469d3cee18bf0e12defa5c6d0c7b9139a2dbd) Merge pull request  [#1415](https://github.com/containerd/cri/pull/1415) from AkihiroSuda/cgroup2-privileged-no-unshare-cgroupns
* [`fa72e2f6`](https://github.com/containerd/cri/commit/fa72e2f693c2d08805c6114d5226bf646f4128a2) cgroup2: do not unshare cgroup namespace for privileged
* [`1a00c068`](https://github.com/containerd/cri/commit/1a00c068864a59835ff442e0dddfa5a254be6bb3) Merge pull request  [#1413](https://github.com/containerd/cri/pull/1413) from thaJeztah/update_kubernetes
* [`a3e7f68f`](https://github.com/containerd/cri/commit/a3e7f68fa50349b9713fbdc07a09f936cf27a51c) vendor: update kubernetes v1.18.0-beta.1
* [`4210588d`](https://github.com/containerd/cri/commit/4210588d3c4dd686eb7b1d3bf281321e1214f34a) vendor: sigs.k8s.io/yaml v1.2.0
* [`ef54a783`](https://github.com/containerd/cri/commit/ef54a7839a59670dc13ba4602cc98496b5600e6a) vendor: bump golang.org/x/crypto bac4c82f6975 (CVE-2020-9283)
* [`b1417519`](https://github.com/containerd/cri/commit/b1417519e06fe3b3967b0f632ba2457546d84f38) vendor: github.com/google/gofuzz v1.1.0
* [`5f0cbd5f`](https://github.com/containerd/cri/commit/5f0cbd5ffe09f3da3650e27800262d42e5f13474) Merge pull request  [#1414](https://github.com/containerd/cri/pull/1414) from thaJeztah/update_containerd
* [`24cbca5a`](https://github.com/containerd/cri/commit/24cbca5a78fb55c5e5dd7cad605ceac0955ce4fd) vendor: update containerd 01310155947cb6eec37dcae29742a165e56acb4a
* [`d68533d6`](https://github.com/containerd/cri/commit/d68533d654b7825be2a0ab201837264520a3987f) Merge pull request  [#1412](https://github.com/containerd/cri/pull/1412) from mikebrow/update-golang-1.13.8
* [`d5ff8b57`](https://github.com/containerd/cri/commit/d5ff8b5781c1a83062d9f2498454bdfbd1ae209a) Merge pull request  [#1411](https://github.com/containerd/cri/pull/1411) from thaJeztah/reformat_vendor
* [`ad984ca8`](https://github.com/containerd/cri/commit/ad984ca84471a524153507e8122eddc94c57a6ca) update to golang 1.13.8
* [`3650918d`](https://github.com/containerd/cri/commit/3650918d9d4743a1650cbc287f507041c766b42b) vendor.conf: reformat to use columns
* [`1b74251d`](https://github.com/containerd/cri/commit/1b74251d918a5363986244b69bc2f400259e3295) vendor.conf: sort imports alphabetically
* [`073e3c9b`](https://github.com/containerd/cri/commit/073e3c9bb457ebd1b627927fce33ce6ddc36565a) Merge pull request  [#1403](https://github.com/containerd/cri/pull/1403) from thaJeztah/align_selinux_to_tag
* [`bb59a061`](https://github.com/containerd/cri/commit/bb59a061ef4638be7e0c6c6c398c34e1d2eb3c69) vendor: update golang.org/x/sys 52ab431487773bc9dd1b0766228b1cf3944126bf
* [`6565c640`](https://github.com/containerd/cri/commit/6565c640beb7c083f92ce89d74784573424bb3a0) Merge pull request  [#1407](https://github.com/containerd/cri/pull/1407) from dims/update-opencontainers/selinux-to-1.3.3
* [`d4d6b3a0`](https://github.com/containerd/cri/commit/d4d6b3a0fcd0b239fd5275cc6dd07dcd5402b782) Merge pull request  [#1340](https://github.com/containerd/cri/pull/1340) from lumjjb/enc-node-model
* [`3d4c597b`](https://github.com/containerd/cri/commit/3d4c597bdc3ae4304f0da5b3b31b567d3394170b) Update to a released version of opencontainers/selinux (1.3.3)
* [`8d5a8355`](https://github.com/containerd/cri/commit/8d5a8355d07783ba2f8f451209f6bdcc7c412346) Updated docs and code for default nil behavior
* [`808ae59c`](https://github.com/containerd/cri/commit/808ae59cf6246ec791fc4604584966cbea36086f) Update vendors to versioning
* [`7a24da03`](https://github.com/containerd/cri/commit/7a24da03752a00cb1e27b95d72b7f2f690b30f81) Updated docs and encryption.md -> decryption.md
* [`c5209cd6`](https://github.com/containerd/cri/commit/c5209cd679bb0aa0dfdef4f1b3beca592d6c2ffc) Updated doc based on changes requested
* [`ffcef9dc`](https://github.com/containerd/cri/commit/ffcef9dc329fd3b4beb91d798758a7b5a4128587) Addressed nits
* [`8df431fc`](https://github.com/containerd/cri/commit/8df431fc31ab36db352624b6a348545f9b3c2cb5) Defer multitenant key model to image auth discussion
* [`c43a7588`](https://github.com/containerd/cri/commit/c43a7588f6a46e59e7983222a9096db160911253) Refactor encrypted opts and added unit test
* [`ac8ec188`](https://github.com/containerd/cri/commit/ac8ec18813eaca998d91e0f1f31e0b0d38e4fa57) bump imgcrypt commit version
* [`f0579c7b`](https://github.com/containerd/cri/commit/f0579c7b4dc2241dd70e68ac482e3ea559107707) Implmented node key model for image encryption
* [`f4b3cdb8`](https://github.com/containerd/cri/commit/f4b3cdb892c411aad79b8b2f3caa4f7780d07c31) Merge pull request  [#1399](https://github.com/containerd/cri/pull/1399) from mikebrow/pause-image-update
* [`c23ed3be`](https://github.com/containerd/cri/commit/c23ed3befc08b3b85ea3fb50c6c99330871e9295) Merge pull request  [#1402](https://github.com/containerd/cri/pull/1402) from thaJeztah/bump_crypto
* [`98ce6c02`](https://github.com/containerd/cri/commit/98ce6c022e378e4c21f445f8875db300deb397fa) vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382
* [`c9ed9846`](https://github.com/containerd/cri/commit/c9ed98462d9bfae7de19de257a523db1185d2619) move to v3.2 for the pause image
* [`cf0e0a1e`](https://github.com/containerd/cri/commit/cf0e0a1e2c864e7115098f7a7624056bc0749df7) Merge pull request  [#1332](https://github.com/containerd/cri/pull/1332) from bg-chun/update_cri_for_hugepages
* [`c955404c`](https://github.com/containerd/cri/commit/c955404ce7346197ba6286c7e487d9e9bdd0c084) Merge pull request  [#1384](https://github.com/containerd/cri/pull/1384) from jterry75/fix_grpc_err
* [`c02c2484`](https://github.com/containerd/cri/commit/c02c24847f191ea5d38bb3917ec5c54222ba5501) update cri-plugin to parse hugepages limit from CRI message
* [`a8cc66b3`](https://github.com/containerd/cri/commit/a8cc66b37adc95aa9ef58cc859456399cfed87af) Fix store error serialization to gRPC status codes
* [`99c6e0dd`](https://github.com/containerd/cri/commit/99c6e0dd518864976de111f3bb1041ff717d4af7) Update Kubernetes dependencies for CRI update
* [`c0294ebf`](https://github.com/containerd/cri/commit/c0294ebfe0b4342db85c0faf7727ceb8d8c3afce) Merge pull request  [#1387](https://github.com/containerd/cri/pull/1387) from thaJeztah/bump_yaml
* [`3d0818d9`](https://github.com/containerd/cri/commit/3d0818d99e3fd012ebc2a3b299f0c5d9f3cef2f2) vendor: bump gopkg.in/yaml.v2 v2.2.8
* [`19589b4b`](https://github.com/containerd/cri/commit/19589b4bf9663815649f1125fb45a1674d52a702) Merge pull request  [#1383](https://github.com/containerd/cri/pull/1383) from dims/update-to-new-rc10-of-opencontainers/runc
* [`5f0bf052`](https://github.com/containerd/cri/commit/5f0bf0523952f3c0044d4a0faf3cf7d65440a1de) pick up fix for CVE-2019-19921 in opencontainers/selinux
* [`311887da`](https://github.com/containerd/cri/commit/311887da35bd7cf8dcd1eb19bcc88e87f62138e5) Bump to opencontainers/runc new version - v1.0.0-rc10
* [`3f99b450`](https://github.com/containerd/cri/commit/3f99b45073fe84ff61fe90021c072f5f7befc913) Merge pull request  [#1380](https://github.com/containerd/cri/pull/1380) from AkihiroSuda/vendor-kube1.17.1
* [`f5081638`](https://github.com/containerd/cri/commit/f50816381efa9e5b69ee9b8f40fb7b8b62f5b138) Add correct paths for cri's systemd config files in CentOS.
* [`2d28b600`](https://github.com/containerd/cri/commit/2d28b600460896fcf998b1b2291cd00b6bc11458) vendor kubernetes 1.17.1
* [`5e5960f2`](https://github.com/containerd/cri/commit/5e5960f2bc03e6ad768acf575edd0cfe1e27d925) Merge pull request  [#1376](https://github.com/containerd/cri/pull/1376) from Zyqsempai/add-cgroups-v2-metrics
* [`6b8846cd`](https://github.com/containerd/cri/commit/6b8846cdf8b8c98c1d965313d66bc8489166059a) vendor updated + added cgroupv2 metrics
* [`b2804c06`](https://github.com/containerd/cri/commit/b2804c06934245b0ff4a9114c9f1f592a5120815) Merge pull request  [#1371](https://github.com/containerd/cri/pull/1371) from AkihiroSuda/cgroup2-unshare-cgroupns
* [`982e7677`](https://github.com/containerd/cri/commit/982e767745a9b0c8ea5f82d9795ab3c37f21c0f5) Merge pull request  [#1374](https://github.com/containerd/cri/pull/1374) from lumjjb/bump_containerd
* [`73cd077c`](https://github.com/containerd/cri/commit/73cd077c6b298242096e357bf0973d37c330ea45) Bump vendor containerd/containerd version
* [`83a9d246`](https://github.com/containerd/cri/commit/83a9d2460c5fdd4843141386e3b3b462a137f51c) Merge pull request  [#1363](https://github.com/containerd/cri/pull/1363) from Random-Liu/fix-validate-config
* [`71740399`](https://github.com/containerd/cri/commit/71740399e05bbaf64616f10f67573d91ff3e7f28) cgroup2: unshare cgroup namespace for containers
* [`522a056f`](https://github.com/containerd/cri/commit/522a056fe6435a35b263a2c714f1720e343283c1) Merge pull request  [#1368](https://github.com/containerd/cri/pull/1368) from mikebrow/vendor-update-2020-01-06
* [`2da1ced9`](https://github.com/containerd/cri/commit/2da1ced9a1462f3b1593c7deef712b06ef9dca9e) update for containerd vendor changes
* [`55566f96`](https://github.com/containerd/cri/commit/55566f9682a2120d15d70c183369d39ef98001c6) Merge pull request  [#1364](https://github.com/containerd/cri/pull/1364) from katiewasnothere/local_introspection
* [`63d2a044`](https://github.com/containerd/cri/commit/63d2a0445ca51dabafa717b96512bc74e7afcf66) add local support for introspection service
* [`5a9c12d4`](https://github.com/containerd/cri/commit/5a9c12d49e64462f1bfdfe5b17af6e7568f47c94) Validate and update the right config
* [`ff8a2e7c`](https://github.com/containerd/cri/commit/ff8a2e7c652ef233a6b145629695a23c6b2fa899) Merge pull request  [#1359](https://github.com/containerd/cri/pull/1359) from AkihiroSuda/shim-v2-runc-v2
* [`aaddaa27`](https://github.com/containerd/cri/commit/aaddaa27320bfe89959d838205a7117af825361e) bump up the default runtime to "io.containerd.runc.v2"
* [`61d3e49b`](https://github.com/containerd/cri/commit/61d3e49b42a8da5a4607ed3a69d11a459f642938) Merge pull request  [#1357](https://github.com/containerd/cri/pull/1357) from darfux/add-container-restart-test
* [`5cccd008`](https://github.com/containerd/cri/commit/5cccd008a06b7ef39fd9892a255e570a54aff022) integration: Add container restart test
* [`e68cc95f`](https://github.com/containerd/cri/commit/e68cc95fe458835692a06a13e91af5a73d1be420) Merge pull request  [#1356](https://github.com/containerd/cri/pull/1356) from Random-Liu/revert-#1349
* [`0253fa42`](https://github.com/containerd/cri/commit/0253fa42aac882ac209b779daa775df154554aae) Merge pull request  [#1358](https://github.com/containerd/cri/pull/1358) from mikebrow/buildfix-appveyor
* [`7fcef89b`](https://github.com/containerd/cri/commit/7fcef89b7d8ed8db6e8cf7d9607e1e061974bbb1) add removal of old go
* [`78e6d617`](https://github.com/containerd/cri/commit/78e6d6175e0f913351ccb4a084b0d7aacf0cee49) Update golang to 1.13.4.
* [`0c2d3b71`](https://github.com/containerd/cri/commit/0c2d3b718d473157c0e97ebc4e8b217332c1358a) Fix privileged devices.
* [`78708b20`](https://github.com/containerd/cri/commit/78708b20c74e5970ea98bee479ab55054b4be1cc) Merge pull request  [#1351](https://github.com/containerd/cri/pull/1351) from Random-Liu/better-unknown-state-handling
* [`facbaa0e`](https://github.com/containerd/cri/commit/facbaa0e798fb8048de7a84bb896da982b120995) Better handle unknown state.
* [`69828d0b`](https://github.com/containerd/cri/commit/69828d0bb295038c88461761be2202c0e60286e5) Merge pull request  [#1349](https://github.com/containerd/cri/pull/1349) from Zyqsempai/1316-use-with-host-devices
* [`5d7bd738`](https://github.com/containerd/cri/commit/5d7bd738e456e83dae36f689e2cffd85e8fe2ef6) Use containerD WithHostDevices
* [`0881caa9`](https://github.com/containerd/cri/commit/0881caa9bdf2eca8c2e0911ff0cba6b48b964623) Merge pull request  [#1348](https://github.com/containerd/cri/pull/1348) from thaJeztah/bump_kubernetes_1.16.3
* [`444f02a8`](https://github.com/containerd/cri/commit/444f02a89ee80b389aac1bdc7bcf1b32b1100158) Merge pull request  [#1344](https://github.com/containerd/cri/pull/1344) from darfux/add-resolvconf-to-sandbox-container
* [`d63c62fb`](https://github.com/containerd/cri/commit/d63c62fb3020bb7ed838e435a00bdb7a42cd393d) update kubernetes dependency to v1.16.3
* [`dbc1fb37`](https://github.com/containerd/cri/commit/dbc1fb37d0ab04e62b197b19fb6a78abadea81eb) Provide resolvConf to sandbox container's mounts
* [`40e147cb`](https://github.com/containerd/cri/commit/40e147cb737335c43e3494c954952141627e9657) Merge pull request  [#1347](https://github.com/containerd/cri/pull/1347) from Random-Liu/fix-typo
* [`4f350ad4`](https://github.com/containerd/cri/commit/4f350ad474c8f21bcc0ad704d4ba7ff9052476f8) Fix typo.
* [`ae3c28c4`](https://github.com/containerd/cri/commit/ae3c28c4d700c02ff5769a8c52c4a325e91c4729) Merge pull request  [#1345](https://github.com/containerd/cri/pull/1345) from Random-Liu/insecure-skip-verify
* [`ab6701bd`](https://github.com/containerd/cri/commit/ab6701bd1139cc3cb8d0ca35ba2bfb92e8ad7f74) Add insecure_skip_verify option.
* [`d4d337b4`](https://github.com/containerd/cri/commit/d4d337b4253e6671828103764e28163cc11ab673) Merge pull request  [#1338](https://github.com/containerd/cri/pull/1338) from Random-Liu/add-windows-release-tar-for-test
* [`0cb707e5`](https://github.com/containerd/cri/commit/0cb707e5f605cc8d78b0a8d33421eb807afdbd1e) Add build script, this will be used in CI.
* [`a60143be`](https://github.com/containerd/cri/commit/a60143be5b1f27dc71a149cc464a70127171c4fd) Add `GOOS=windows make release` support.
* [`4cc8bafa`](https://github.com/containerd/cri/commit/4cc8bafa20790bebc93b162412a6548a57461a9e) Update vendors.
* [`c9d45e65`](https://github.com/containerd/cri/commit/c9d45e65263e26f7e7f0ac8fdca0d510622f12cb) Merge pull request  [#1341](https://github.com/containerd/cri/pull/1341) from estesp/update-docker-vendor
* [`d6359df2`](https://github.com/containerd/cri/commit/d6359df24f1bd606057ca108c9cf5456cb6d76ff) Update docker/docker vendor to upstream latest
* [`0dcaf6e9`](https://github.com/containerd/cri/commit/0dcaf6e98719b02ad9a1cf93aa3c7dcb4225f7fc) Merge pull request  [#1337](https://github.com/containerd/cri/pull/1337) from Random-Liu/clean-mount-path
* [`5c2f33bd`](https://github.com/containerd/cri/commit/5c2f33bd0d66ab517428dae583a95a2c661c4e21) Cleanup path for windows mount
* [`9f79be1b`](https://github.com/containerd/cri/commit/9f79be1b887af3df40f1e807ad2a1aedf0b931ad) Merge pull request  [#1331](https://github.com/containerd/cri/pull/1331) from erikwilson/fix-http-localhost
* [`7cc39387`](https://github.com/containerd/cri/commit/7cc393871703ebfd8027432336530a2034af3e94) Set default scheme in registryEndpoints for host
* [`5abebfa2`](https://github.com/containerd/cri/commit/5abebfa27a95ccbf723c641b2a6cde578c49ed66) Merge pull request  [#1330](https://github.com/containerd/cri/pull/1330) from mikebrow/update-support-statement-oct29
* [`a3d180b0`](https://github.com/containerd/cri/commit/a3d180b09428f0aaa142cc7141089a26c34d00a9) HEAD is not needed in support tables
* [`73e5fa0f`](https://github.com/containerd/cri/commit/73e5fa0f344cfd02924844e54acda4ee220006f2) Merge pull request  [#1328](https://github.com/containerd/cri/pull/1328) from Random-Liu/make-localhost-http
* [`41f73f79`](https://github.com/containerd/cri/commit/41f73f79fe17295747a462a776a1056f43001adb) Merge pull request  [#1329](https://github.com/containerd/cri/pull/1329) from Random-Liu/update-support-metrics
* [`bd54412b`](https://github.com/containerd/cri/commit/bd54412b8102c3dddce96b603ac15226148f429a) Update support metrics.
* [`65b9c318`](https://github.com/containerd/cri/commit/65b9c31805db2a46251be20aa5ee8c06c39fffdf) Use `http` for localhost, 127.0.0.1 and ::1 by default.
* [`aeebf37a`](https://github.com/containerd/cri/commit/aeebf37ab784605248ad0f6bbc868ec5e2eef485) Merge pull request  [#1326](https://github.com/containerd/cri/pull/1326) from Random-Liu/add-container-compute-stats
* [`d95e21c8`](https://github.com/containerd/cri/commit/d95e21c89b6cbf1777a5c5380b44acd4cb3bc24e) Add container compute stats support.
* [`a7c5a650`](https://github.com/containerd/cri/commit/a7c5a650ff7afd1be34f5abd0cf84d06366cb419) Merge pull request  [#1324](https://github.com/containerd/cri/pull/1324) from Random-Liu/stdout-non-block
* [`8ce2ad6b`](https://github.com/containerd/cri/commit/8ce2ad6b7c9a83f830684d1025034fb3ad2ec375) Merge pull request  [#1323](https://github.com/containerd/cri/pull/1323) from Random-Liu/use-logrus-trace
* [`125d1693`](https://github.com/containerd/cri/commit/125d1693451826ea826aa20dbc2738595205188c) Merge pull request  [#1318](https://github.com/containerd/cri/pull/1318) from PeriferalDevice/#1317
* [`132a3594`](https://github.com/containerd/cri/commit/132a35942fc0b7eb6eaa9cd52e43d65fee3f9c31) Avoid O_NONBLOCK on stdout in the windows test.
* [`6ab2e108`](https://github.com/containerd/cri/commit/6ab2e10869e3e2443ae8d92d3489905bc0c987f5) logrus supports trace level now.
* [`fe757946`](https://github.com/containerd/cri/commit/fe757946cabdc36ac62bbfac7c888d37d57ab935) Merge pull request  [#1319](https://github.com/containerd/cri/pull/1319) from Random-Liu/fix-containerd-build
* [`8bfff7db`](https://github.com/containerd/cri/commit/8bfff7dbd2c3e594bfb13b82f48ccc7c1971e5a4) Fix containerd build, use `libbtrfs-dev` when available.
* [`3a8687f0`](https://github.com/containerd/cri/commit/3a8687f05c4a9f715b1d805b8959319c8e4134d2) Containerd version updated for kubernetes ansible example.
* [`815f3e72`](https://github.com/containerd/cri/commit/815f3e727de84cda4c74ac4324d6469d20df94f7) Merge pull request  [#1309](https://github.com/containerd/cri/pull/1309) from Random-Liu/update-containerd
* [`2ce0bb09`](https://github.com/containerd/cri/commit/2ce0bb0926b54bf2aeec6d9914d2336202a5adb9) Update code for latest containerd.
* [`4e2b4aa9`](https://github.com/containerd/cri/commit/4e2b4aa972e2def144a6ddc1082ced782d3cdeff) Update containerd to c0c6b511792575fd07d1b1c63e9c2f36f8d1ffb0.
* [`22b18262`](https://github.com/containerd/cri/commit/22b18262e7369f0d5b34713233eefc7cb10a0e39) Merge pull request  [#1312](https://github.com/containerd/cri/pull/1312) from Random-Liu/travis-trusty
* [`2a9a982a`](https://github.com/containerd/cri/commit/2a9a982ae36cb0d4186b1e19259c990c62e29f6c) Fix integration test for golang 1.13
* [`9a1e3655`](https://github.com/containerd/cri/commit/9a1e3655ed034a7494d6c203a00650c779346951) Update based on default xenial distro.
* [`c368af1b`](https://github.com/containerd/cri/commit/c368af1bc3e5de7c0bd193e7a81b6318f7d72142) Configure golangci-lint
* [`10f88f99`](https://github.com/containerd/cri/commit/10f88f99cceabad292d1e5bd4a15cd2e6ca29b55) Fix appveyor test.
* [`0ebf032a`](https://github.com/containerd/cri/commit/0ebf032aac5f6029f95a94e42161e9db7a7e84df) Merge pull request  [#1306](https://github.com/containerd/cri/pull/1306) from Random-Liu/extend-permission-denied-retry
* [`180e86ab`](https://github.com/containerd/cri/commit/180e86ab396f7c6fcffaa516ec741236b937547d) Extend permission denied retry to 3min.
* [`16292774`](https://github.com/containerd/cri/commit/1629277497e30041370b800f41abff18b364b907) Merge pull request  [#1300](https://github.com/containerd/cri/pull/1300) from Random-Liu/hostname-test
* [`358d6721`](https://github.com/containerd/cri/commit/358d6721602ae43ad4b78a9b7a49ec5cf8bc6940) Add hostname CRI validation and unit test.
* [`7fba77f2`](https://github.com/containerd/cri/commit/7fba77f238adb9f51aae6bd9b0d3d7ccfc9e0b20) Merge pull request  [#1298](https://github.com/containerd/cri/pull/1298) from Random-Liu/set-sandbox-cpu-shares
* [`a1e4f99a`](https://github.com/containerd/cri/commit/a1e4f99a321435cb55cdbedd066d0e2419a6ee9c) Merge pull request  [#1296](https://github.com/containerd/cri/pull/1296) from Random-Liu/fix-ssh-disconnect
* [`2eba67a7`](https://github.com/containerd/cri/commit/2eba67a7ee63a699c90fcccb35374451ed81911b) Merge pull request  [#1287](https://github.com/containerd/cri/pull/1287) from crosbymichael/cgroups
* [`f3ef10e9`](https://github.com/containerd/cri/commit/f3ef10e9a23089a966f3c588ff5c756488f5499c) Set default sandbox container cpu shares on windows.
* [`4a0b0a88`](https://github.com/containerd/cri/commit/4a0b0a883f9e80c2a340ea43a031a65105732c4a) Set keepalive for ssh in windows test.
* [`36f393dc`](https://github.com/containerd/cri/commit/36f393dc6d19414b4276ac337b6ba8be8656c3fd) Merge pull request  [#1292](https://github.com/containerd/cri/pull/1292) from Random-Liu/better-kube-up
* [`44e1f8de`](https://github.com/containerd/cri/commit/44e1f8ded52f3cfcd93e7a700045a7552fba8a97) Merge pull request  [#1294](https://github.com/containerd/cri/pull/1294) from jterry75/fix_windows_hostname_upstream
* [`ed7873ef`](https://github.com/containerd/cri/commit/ed7873ef1ef91228551f991cff1560ad8de725f6) Forward SandboxConfig.Hostname to Workload container activation
* [`4f203aa8`](https://github.com/containerd/cri/commit/4f203aa8ba5d94e495e6cb6e920bd6edcb10aa41) Merge pull request  [#1293](https://github.com/containerd/cri/pull/1293) from Random-Liu/update-hcsshim
* [`e8a788d7`](https://github.com/containerd/cri/commit/e8a788d786202ac12c6e8022ed5346e4eb50f0ca) Update hcsshim to c088f411aaf3585d8dffc9deb4289ffa32854497.
* [`bad68a82`](https://github.com/containerd/cri/commit/bad68a8270f5d70fab28cd7c53e3038294ff9391) Merge pull request  [#1284](https://github.com/containerd/cri/pull/1284) from liyanhui1228/win_portforward
* [`0a6d9f18`](https://github.com/containerd/cri/commit/0a6d9f188b06901b1e6778efa087a5f1a07d4875) Merge pull request  [#1291](https://github.com/containerd/cri/pull/1291) from Random-Liu/fix-indent-cni
* [`dc413bd6`](https://github.com/containerd/cri/commit/dc413bd6d6cab4af1cac8b1927054300ea09667c) Add windows portforward support
* [`56fa16ef`](https://github.com/containerd/cri/commit/56fa16ef9c34ba3afd3ade1766fb2ef20d920f6a) Update the kube-up doc with a simpler approach.
* [`b4c46db7`](https://github.com/containerd/cri/commit/b4c46db790f828e931da22b0d831dd83de92d3bc) Fix indent in cni.template.
* [`f7f64fde`](https://github.com/containerd/cri/commit/f7f64fdefdd4336dfcb6bb33066b8672784ca770) Merge pull request  [#1289](https://github.com/containerd/cri/pull/1289) from Random-Liu/ignore-permission-denied
* [`67440484`](https://github.com/containerd/cri/commit/67440484f2c5636185dda97cf3f286108ca741f7) Ignore temporary permission denied error.
* [`c8c7c54a`](https://github.com/containerd/cri/commit/c8c7c54a6e5266abf39732db58e183f4daf6d073) Use typealias for containerd metrics
* [`43712364`](https://github.com/containerd/cri/commit/437123646a4953a0402c3fddfb465ee393af7324) Update containerd to ed16170c4c399c57f25
* [`470776c9`](https://github.com/containerd/cri/commit/470776c903313f7946dab56a08d1bcef0495d974) Merge pull request  [#1274](https://github.com/containerd/cri/pull/1274) from Random-Liu/dualstack
* [`c1ece0c8`](https://github.com/containerd/cri/commit/c1ece0c8018b21b6edd3b0ba0c0878a52e520e25) Address comment.
* [`b431316e`](https://github.com/containerd/cri/commit/b431316edd0beb837b1107690aae6386dbbeef09) Merge pull request  [#1280](https://github.com/containerd/cri/pull/1280) from estesp/add-default-path-env
* [`df88e190`](https://github.com/containerd/cri/commit/df88e190c3d7e4b1f047ef6584d96f028eb317c4) Merge pull request  [#1281](https://github.com/containerd/cri/pull/1281) from estesp/golangci-config
* [`161abf8f`](https://github.com/containerd/cri/commit/161abf8f5b5700dd838f23bbfd6520e893a70126) Fix golangci-lint findings
* [`1e3cd5b0`](https://github.com/containerd/cri/commit/1e3cd5b052ef5a6728deb3e80d5a92875ca8d4bb) Move golangci-lint configuration out of Makefile
* [`229eb19b`](https://github.com/containerd/cri/commit/229eb19bd6d8b823ae7254b983eb41486ed6cf48) Add back default UNIX env to container config
* [`35eb96d9`](https://github.com/containerd/cri/commit/35eb96d901ab439eeea46928f9325102615ae9d5) Update deployment and integration test
* [`5a68bd70`](https://github.com/containerd/cri/commit/5a68bd70c8408a63eb629e31de5b56c7e1c3a9f3) Update kubernetes to 1.16.0-rc.2
* [`fcd6bf31`](https://github.com/containerd/cri/commit/fcd6bf318be5cb11a32d25020cef4f3d0374194c) Report Additional POD IPs
* [`9d60f9c5`](https://github.com/containerd/cri/commit/9d60f9c56ea34166660e89c0a811e2869e0dcfeb) Merge pull request  [#1264](https://github.com/containerd/cri/pull/1264) from Random-Liu/windows-support-2
* [`7e96aaab`](https://github.com/containerd/cri/commit/7e96aaab090c98bef6fb18ec3e0f13b8c2925b7f) Add CRI Validation test.
* [`dc964de8`](https://github.com/containerd/cri/commit/dc964de85fc718a02ead60b5ada93a7c2c531186) Add windows implmenetation
* [`bbcf5647`](https://github.com/containerd/cri/commit/bbcf564745afe1bb341e8eecd27b22bf34f33ad5) Add windows image platform comparer
* [`c6cb25c1`](https://github.com/containerd/cri/commit/c6cb25c158b45e3c4b4a7e92b1e63f4dec2685db) Open/create log file with FILE_SHARE_DELETE on windows
* [`59b6ed64`](https://github.com/containerd/cri/commit/59b6ed641fb1ed5d6ab7d79e7a90470a056e1917) Update containerd to 59a625defb21c958c25424fa5cc806167e22382e
* [`3a651075`](https://github.com/containerd/cri/commit/3a6510756ef6e937abd38d4a560c4052df78ecfa) Merge pull request  [#1260](https://github.com/containerd/cri/pull/1260) from bart0sh/PR0001-container-annotations
* [`73817954`](https://github.com/containerd/cri/commit/738179542a43c9eda045764dd02d52d025e353c0) add a test case for container_annotations
* [`05a90289`](https://github.com/containerd/cri/commit/05a9028969b9d21dd7d0ddc883f6490243017716) Use container annotations when creating containers
* [`e2868965`](https://github.com/containerd/cri/commit/e28689657a7eaaa796314c57bd4cac9b1baff51b) Add ContatinerAnnotations to the Runtime and config
* [`307e802a`](https://github.com/containerd/cri/commit/307e802aa5c9db05ac5d2050cc889810dd9a987f) Merge pull request  [#1271](https://github.com/containerd/cri/pull/1271) from mikebrow/update-readme-goinstr
* [`da03c5bb`](https://github.com/containerd/cri/commit/da03c5bb9ac9c8319f66fd5b92f784e10c676e6c) remove integration files from lint verify
* [`02596d27`](https://github.com/containerd/cri/commit/02596d2758154961247d5511937819774405f68e) need to move up to a more recent golang
* [`6961bfa1`](https://github.com/containerd/cri/commit/6961bfa1d4dee2644a7a6f7ca87517317dd15e2a) Merge pull request  [#1266](https://github.com/containerd/cri/pull/1266) from Random-Liu/support-local-containerd
* [`763461f4`](https://github.com/containerd/cri/commit/763461f47f96a83b53d9b05a097975a69b531d59) Support local containerd release.
* [`6f59705a`](https://github.com/containerd/cri/commit/6f59705a3f0b715301152bbb4cd05cf9ce36dd21) Merge pull request  [#1256](https://github.com/containerd/cri/pull/1256) from Random-Liu/exec-background
* [`115b7664`](https://github.com/containerd/cri/commit/115b7664d9dbbebcc29f90351977c2624c7fcb20) Clarify some exec behavior.
* [`857a2d0c`](https://github.com/containerd/cri/commit/857a2d0cc7483251aa98ef300d8e1c9faff0f9de) Merge pull request  [#1258](https://github.com/containerd/cri/pull/1258) from Random-Liu/windows-support-1
* [`0122e90b`](https://github.com/containerd/cri/commit/0122e90b209f8ee090f47a07851dce2991834183) Add presubmit test for windows.
* [`86de625e`](https://github.com/containerd/cri/commit/86de625ece43ccf3f61f41bc0d2a78bb7a29e4be) Update vendor
* [`50c73e6d`](https://github.com/containerd/cri/commit/50c73e6dc550c2cdb579e303ac26394497f9f331) Move unix specific logic into _unix.go
* [`7b606375`](https://github.com/containerd/cri/commit/7b606375ae4997112246c4cf237c0056c5b41aa3) Merge pull request  [#1259](https://github.com/containerd/cri/pull/1259) from Random-Liu/fix-potential-panic-for-unknown-state
* [`2d17942b`](https://github.com/containerd/cri/commit/2d17942b1761746b541f2655234301f16ea1e83d) Merge pull request  [#1252](https://github.com/containerd/cri/pull/1252) from Random-Liu/update-cri-tools
* [`c6203ec1`](https://github.com/containerd/cri/commit/c6203ec13bfd2cbe3cbed43f1622d27737d583cd) Fix panic for task in unknown state.
* [`b5ec5ee4`](https://github.com/containerd/cri/commit/b5ec5ee4f63e2fee693eacc716d754385bbfe485) Merge pull request  [#1255](https://github.com/containerd/cri/pull/1255) from Random-Liu/fix-doc
* [`2d03ccf5`](https://github.com/containerd/cri/commit/2d03ccf5dd2f5113d492d7fd1923fc81e950db18) FDQN is a typo, and we don't support trailing dot in FQDN.
* [`f304b16a`](https://github.com/containerd/cri/commit/f304b16a16d6ca5fcda4cb8a4f9b6adeb076e033) Merge pull request  [#1251](https://github.com/containerd/cri/pull/1251) from Random-Liu/add-task-max
* [`0997453f`](https://github.com/containerd/cri/commit/0997453f33fb1c46f8322820adc5c892b7490f52) Update cri-tools to fix all image reference test failure.
* [`567cd57f`](https://github.com/containerd/cri/commit/567cd57f5fba83b11842fe026b9794d699b55f15) Merge pull request  [#1250](https://github.com/containerd/cri/pull/1250) from awesomenix/fixemptyauth
* [`523f3440`](https://github.com/containerd/cri/commit/523f3440b028fac92f9d87c63755efb514190bf7) Add TaskMax=infinity
* [`f41675d2`](https://github.com/containerd/cri/commit/f41675d234bb8212457ea04eae5d47dc3606bf6b) fix: support empty auth config for anonymous registry
* [`6dc2a874`](https://github.com/containerd/cri/commit/6dc2a874470f7489217a7c757da258356b92bfdb) Merge pull request  [#1244](https://github.com/containerd/cri/pull/1244) from Random-Liu/support-cni-dns-capabilities
* [`28aef2fe`](https://github.com/containerd/cri/commit/28aef2fe38b437934657ace2c8de972b459c505b) Support CNI DNS capabilities.

### Changes from containerd/fifo

* [`f15a329`](https://github.com/containerd/fifo/commit/f15a3290365b9d2627d189e619ab4008e0069caf) Merge pull request  [#24](https://github.com/containerd/fifo/pull/24) from estesp/remove-travis
* [`abc3cd7`](https://github.com/containerd/fifo/commit/abc3cd7254ac2b7df00f9ba7cc9dbe0a1a778174) Turn off Travis; GH Actions passing CI
* [`565c461`](https://github.com/containerd/fifo/commit/565c4610946577c91ebcae7a127a12ad5b3b47af) Merge pull request  [#23](https://github.com/containerd/fifo/pull/23) from estesp/gh-actions
* [`23c23ac`](https://github.com/containerd/fifo/commit/23c23ac9852c1c6557269a0047d11cf03f47e163) Move from Travis to GitHub Actions
* [`9dbe056`](https://github.com/containerd/fifo/commit/9dbe056af80075321f69c046d721a8085aa810b6) Fix golangci-lint problems
* [`c67884a`](https://github.com/containerd/fifo/commit/c67884a154ac9643244792cd0984a163864a6f7a) Update Makefile/prep for GH actions CI
* [`ff969a5`](https://github.com/containerd/fifo/commit/ff969a566b00877c63489baf6e8c35d60af6142c) Merge pull request  [#22](https://github.com/containerd/fifo/pull/22) from AkihiroSuda/gomod
* [`fcd6de7`](https://github.com/containerd/fifo/commit/fcd6de7ee90bf3789140ed2f508be259ce8f48ff) add go.mod
* [`5ff6bce`](https://github.com/containerd/fifo/commit/5ff6bcedcec9724bced307648a6ea1fd93250288) fix gofmt
* [`ae1a8d7`](https://github.com/containerd/fifo/commit/ae1a8d768b3f977faac0325f073a79358a157046) x/net/context -> context

### Changes from containerd/go-cni

* [`0553354`](https://github.com/containerd/go-cni/commit/0553354f0046ccd41a02e724826040491a3d8998) Merge pull request  [#55](https://github.com/containerd/go-cni/pull/55) from thaJeztah/bump_pkg_errors
* [`c52e43e`](https://github.com/containerd/go-cni/commit/c52e43e4d410943fefc42b80c0ccb856053b9d78) errors: use errors.Is() instead of errors.Cause()
* [`e13f215`](https://github.com/containerd/go-cni/commit/e13f2159a26b7996c3520e63cacd02876404def9) vendor: update pkg/errors v0.9.1
* [`507be17`](https://github.com/containerd/go-cni/commit/507be1724b7272f3de222739901fa1d45641b0eb) Merge pull request  [#54](https://github.com/containerd/go-cni/pull/54) from thaJeztah/bump_golang
* [`4866a00`](https://github.com/containerd/go-cni/commit/4866a0099776314df97d9a81ce8635e998010585) travis: test on go1.13, 1.14, remove go1.12, and revendor
* [`c154a49`](https://github.com/containerd/go-cni/commit/c154a49e2c754b83ebfb12ebf1362213b94d23e6) Merge pull request  [#52](https://github.com/containerd/go-cni/pull/52) from alexellis/add-godoc-to-readme
* [`047b575`](https://github.com/containerd/go-cni/commit/047b575b4772836c26ad8cc7eff8be53567addcc) Add GoDoc to README
* [`60d1252`](https://github.com/containerd/go-cni/commit/60d125212fafdfd9da805c967b9f547b5fa39c5c) Merge pull request  [#50](https://github.com/containerd/go-cni/pull/50) from kzys/go-mod
* [`7332d8a`](https://github.com/containerd/go-cni/commit/7332d8a46103cfa7d2f0d59e07bbed7f959143b8) Fix "modules disabled inside GOPATH/src by GO111MODULE=auto"
* [`30fed5c`](https://github.com/containerd/go-cni/commit/30fed5cd7f544d9c1571d640f27c21b969efc682) Use script/validate/vendor to confirm vendor/ is correct
* [`d2dfae6`](https://github.com/containerd/go-cni/commit/d2dfae699aea34b92f5ce244e39ff7588945ff82) Use go.mod and go.sum instead of vendor.conf
* [`d20b7ee`](https://github.com/containerd/go-cni/commit/d20b7eebc7ee1339cb703c4c18be6fd3fa81ad8f) Merge pull request  [#49](https://github.com/containerd/go-cni/pull/49) from nickethier/conflist-bytes
* [`f1c0329`](https://github.com/containerd/go-cni/commit/f1c032987f87878f207769fe7ba0afa6defec961) add WithConfList opt for adding conflist from byte
* [`0d360c5`](https://github.com/containerd/go-cni/commit/0d360c50b10b350b6bb23863fd4dfb1c232b01c9) Merge pull request  [#48](https://github.com/containerd/go-cni/pull/48) from Random-Liu/support-dns-capabilities
* [`cebe997`](https://github.com/containerd/go-cni/commit/cebe997c8ccab2ec5354fcf9edcaaa2b4c936bcc) Add DNS capabilities.

### Changes from containerd/go-runc

* [`7016d3c`](https://github.com/containerd/go-runc/commit/7016d3ce2328dd2cb1192b2076ebd565c4e8df0c) Merge pull request  [#60](https://github.com/containerd/go-runc/pull/60) from twz123/parse-runc-version
* [`9e92203`](https://github.com/containerd/go-runc/commit/9e922033674cca02d374be3e79491558f451aaa0) Parse runc version even if commit is missing
* [`8aa1fd6`](https://github.com/containerd/go-runc/commit/8aa1fd617053376c7f9f4e5dc3b42ac90fb92132) Merge pull request  [#59](https://github.com/containerd/go-runc/pull/59) from AkihiroSuda/gomod
* [`72e3eb3`](https://github.com/containerd/go-runc/commit/72e3eb3ffe923fe8fa482fb9fc57a738b72bc6b4) add go.mod
* [`a5c2862`](https://github.com/containerd/go-runc/commit/a5c2862aed5e6358b305b0e16bfce58e0549b1cd) Merge pull request  [#58](https://github.com/containerd/go-runc/pull/58) from sipsma/gorace
* [`469fa2c`](https://github.com/containerd/go-runc/commit/469fa2cf9fac19d820cfabe4073c55703d09c794) Fix data race in use of cmd output buffers.
* [`a2952bc`](https://github.com/containerd/go-runc/commit/a2952bc25f5116103a8b78f3817f6df759aa7def) Merge pull request  [#56](https://github.com/containerd/go-runc/pull/56) from tonistiigi/typo-fix
* [`925bf84`](https://github.com/containerd/go-runc/commit/925bf842108f87a6bf7a1f5a8f0f11be64206ec9) fix typo in successfully

### Changes from containerd/imgcrypt

* [`9e761cc`](https://github.com/containerd/imgcrypt/commit/9e761ccd6069fb707ec9493435f31475b5524b38) Merge pull request  [#11](https://github.com/containerd/imgcrypt/pull/11) from containerd/versioning-ocicrypt
* [`3dffc26`](https://github.com/containerd/imgcrypt/commit/3dffc2663e20a4361ba1aea328efa10e0e4563a5) Version ocicrypt v1.0.1
* [`9933463`](https://github.com/containerd/imgcrypt/commit/99334633d4657af3f32670947eb1008250e564d9) Merge pull request  [#6](https://github.com/containerd/imgcrypt/pull/6) from lumjjb/add_local_keys
* [`bdd59ce`](https://github.com/containerd/imgcrypt/commit/bdd59ce7dcb5513ff711962c12725e209f7d3a48) Implement decryption-keys-path capabilities to use local keys
* [`20f0cc0`](https://github.com/containerd/imgcrypt/commit/20f0cc03117bec4d5321db80de92ec52bae1db70) Merge pull request  [#7](https://github.com/containerd/imgcrypt/pull/7) from chenrui333/go-modules
* [`6803ab4`](https://github.com/containerd/imgcrypt/commit/6803ab4ada6c1e4f8627da0958811aef714a2d22) golangci-lint v1.22.2
* [`6dbde9b`](https://github.com/containerd/imgcrypt/commit/6dbde9bd5eed53fd953aa989071c0d5e0a8e0c47) Update installation of runc
* [`bbcc5b3`](https://github.com/containerd/imgcrypt/commit/bbcc5b3fb624ca21e25daa10f73e4c93ff5d0c67) `go mod vendor`
* [`3c1ad3a`](https://github.com/containerd/imgcrypt/commit/3c1ad3aebcdd635d60d11fbb91472abc79922d5f) Update travis and appveyor configs
* [`ef571f9`](https://github.com/containerd/imgcrypt/commit/ef571f9ad9134849dce2bb8a36339cf20e94e768) Move to go modules
* [`86a8643`](https://github.com/containerd/imgcrypt/commit/86a8643564c2d2e0a415c934d0b70ff9b0e5fd26) Merge pull request  [#8](https://github.com/containerd/imgcrypt/pull/8) from AkihiroSuda/notmarkdown
* [`383f408`](https://github.com/containerd/imgcrypt/commit/383f408e53ce87d8144d9c076373487f55dff2f1) MAINTAINERS.md -> MAINTAINERS
* [`60475d2`](https://github.com/containerd/imgcrypt/commit/60475d2a2a95344ebcef9a456a4c9a1c7fcf4169) Merge pull request  [#4](https://github.com/containerd/imgcrypt/pull/4) from lumjjb/remoteopt
* [`3234bf7`](https://github.com/containerd/imgcrypt/commit/3234bf723a7062325cd172d6f9072a00f3accf39) Refactor options in images/encryption/client
* [`40cb898`](https://github.com/containerd/imgcrypt/commit/40cb898034e313def47c51d653eb0f14235d29e2) Merge pull request  [#1](https://github.com/containerd/imgcrypt/pull/1) from lumjjb/containerdupdate
* [`83879b7`](https://github.com/containerd/imgcrypt/commit/83879b7f8d40697dfa16c0c57846a5596dd4dd83) Updated MAINTAINERS.md to follow formatting
* [`375f815`](https://github.com/containerd/imgcrypt/commit/375f815a51c40ccca97d9179d338230328ac6f6b) Modified for non-core project
* [`c5a3d10`](https://github.com/containerd/imgcrypt/commit/c5a3d10bf2491c0e393030ab9790bcf9f1e7df9d) Added needed files for containerd subproject
* [`1630e30`](https://github.com/containerd/imgcrypt/commit/1630e30daa6e8ed04f5a115b1905d80d5acd7305) Add a README
* [`ae432af`](https://github.com/containerd/imgcrypt/commit/ae432af8b6398f2462a7dbe58a65c269f7d5916e) Update the Makefile and add install and uninstall targets
* [`5529bb6`](https://github.com/containerd/imgcrypt/commit/5529bb6329dae135c0ddb7cd7e2a2fce4adf2950) Updated ocicrypt library
* [`c43dcbe`](https://github.com/containerd/imgcrypt/commit/c43dcbe93d436ce4415ce57cb8f6d1d5d1ce4a2d) AppVeyor: update golangci-lint to more recent v1.19.1
* [`c57df0f`](https://github.com/containerd/imgcrypt/commit/c57df0f03df58ca07b3149e7ad1f4866a3bd3786) Travis: update golangci-lint to more recent v1.19.1
* [`a5ee32b`](https://github.com/containerd/imgcrypt/commit/a5ee32b7daf89eaa250aa5a91af2174efaada36c) Update vendor.conf so AppVeyor passes
* [`cb61fda`](https://github.com/containerd/imgcrypt/commit/cb61fda0fccad28fb9c282e223d4ee5d2afee993) Use mediatypes from ocicrypt and use latest containerd
* [`a210b93`](https://github.com/containerd/imgcrypt/commit/a210b93298e89ca28a42bea5e6d2972fe0f6c322) tests: Adapt config file's stream processor part to new format
* [`e59b687`](https://github.com/containerd/imgcrypt/commit/e59b687e3051b900b32d64109b58ef4fd0a51c24) Merge pull request  [#16](https://github.com/containerd/imgcrypt/pull/16) from lumjjb/useocicrypt
* [`39b81fa`](https://github.com/containerd/imgcrypt/commit/39b81fa6dd518ba5d06a76204c6bd4095fbf6ff5) Removed pkg/encryption
* [`d6d08da`](https://github.com/containerd/imgcrypt/commit/d6d08dae8ad9ccaf6c489ae5f55a32802966b8db) Set to use vendor ocicrypt
* [`654e84c`](https://github.com/containerd/imgcrypt/commit/654e84c5e943915b04bf0b585303b4e8f3681c3a) Merge pull request  [#15](https://github.com/containerd/imgcrypt/pull/15) from stefanberger/appveyor
* [`2f6638c`](https://github.com/containerd/imgcrypt/commit/2f6638c9322862c40308d73a35c50119724918b1) CI/CD: Add AppVeyor script
* [`f105aec`](https://github.com/containerd/imgcrypt/commit/f105aec78525e8c68c4b2765ad63a2cc3800f3e4) golangci-lint: Ignore a few more directories in windows format
* [`d6f18aa`](https://github.com/containerd/imgcrypt/commit/d6f18aac9e9d8220ebf33b25ffca71c335b74144) ctr: gofmt file
* [`017496d`](https://github.com/containerd/imgcrypt/commit/017496d3f4c7b11d3d77db3fbd35762f80b6eb69) Extend vendor.conf to windows dependencies
* [`4cb40a7`](https://github.com/containerd/imgcrypt/commit/4cb40a7dfe99b104dd22f64e13b5ef037eff1a02) Merge pull request  [#14](https://github.com/containerd/imgcrypt/pull/14) from lumjjb/errdefs_depen
* [`016f165`](https://github.com/containerd/imgcrypt/commit/016f165877ac7e9e84852685e473d5f80076750c) removed containerd/errdefs dependency in pkg/encryption
* [`d808102`](https://github.com/containerd/imgcrypt/commit/d80810281881d4e41543a5c64754b5b241256018) Merge pull request  [#13](https://github.com/containerd/imgcrypt/pull/13) from stefanberger/delayedreader
* [`7accbab`](https://github.com/containerd/imgcrypt/commit/7accbab39e8ae19cf1076cc28ae6ec206f2a5798) utils: Implement a DelayedReader and have the AES CTR deryption use it
* [`9f397bb`](https://github.com/containerd/imgcrypt/commit/9f397bbe8c869f1fa83361311dcc07f0a20239e1) Merge pull request  [#11](https://github.com/containerd/imgcrypt/pull/11) from stefanberger/master.next
* [`1726891`](https://github.com/containerd/imgcrypt/commit/172689107d351a4737a805bb83e30182ad4d8962) Merge pull request  [#12](https://github.com/containerd/imgcrypt/pull/12) from stefanberger/badhmac
* [`fd3a051`](https://github.com/containerd/imgcrypt/commit/fd3a0512ca04db4a2ac8efe42eae30dc2cc6b504) tests: Add a test case for a manipulated HMAC
* [`065107e`](https://github.com/containerd/imgcrypt/commit/065107e5973532935fb5e8f690b0068eb499786d) blockcipher: In case of error set the state to this error
* [`590ff48`](https://github.com/containerd/imgcrypt/commit/590ff48ba3c816ee656953c22aab7788f862b7e2) Create new annotations from old descriptor
* [`5ff0cd9`](https://github.com/containerd/imgcrypt/commit/5ff0cd931f43496161495f1d2ee3d58f2741af7f) utils: Implement FillBuffer to fill buffer from Reader and use it
* [`0025117`](https://github.com/containerd/imgcrypt/commit/00251175983ce02f98a5e398a3fdd462ee122b8c) blockcipher: Remove an unused field from the 'state' of the AES CTR cryptor
* [`cd40497`](https://github.com/containerd/imgcrypt/commit/cd40497384930ba85533ee2f231cce2da2e18cca) Merge pull request  [#9](https://github.com/containerd/imgcrypt/pull/9) from lumjjb/finalizer_change
* [`4c4202a`](https://github.com/containerd/imgcrypt/commit/4c4202a3eb6c11e5e7188df3427676fce51f3a5e) Merge pull request  [#10](https://github.com/containerd/imgcrypt/pull/10) from stefanberger/master.next
* [`1fe292f`](https://github.com/containerd/imgcrypt/commit/1fe292fc35261ded6b7590a592021378f56e4bbc) Fixed linting
* [`047e4d2`](https://github.com/containerd/imgcrypt/commit/047e4d2850fd19fac53ce43a3549fef866a2982c) Change blockcipher tests to reflect finalizers
* [`30c2383`](https://github.com/containerd/imgcrypt/commit/30c2383119ff090c68f6134f315aa3ef36fcb965) Travis: Run newly added test target
* [`d2c435a`](https://github.com/containerd/imgcrypt/commit/d2c435acd9aee80a33f26b74c0c6baebfe3704a4) Use finalizer in images/encryption
* [`bd1e336`](https://github.com/containerd/imgcrypt/commit/bd1e336addc0c959919cce71657ea69dcb7b99ac) Implemented finalizer interface for blockcipher encryption in pkg/encryption
* [`e94904c`](https://github.com/containerd/imgcrypt/commit/e94904c7b7d2d3e54a874cf6da2ca1138d540b6f) Merge pull request  [#7](https://github.com/containerd/imgcrypt/pull/7) from stefanberger/master.next
* [`5fd6767`](https://github.com/containerd/imgcrypt/commit/5fd67673d2f3e0d36bbfcd3bda4d74fc7779f01f) Travis: Run ctr encryption test script
* [`e30e798`](https://github.com/containerd/imgcrypt/commit/e30e798a8ce2284836db3a564641bfaa4e372632) Travis: Clone containerd and build it
* [`10a5b9b`](https://github.com/containerd/imgcrypt/commit/10a5b9b05d98adb1bbb428bd15d0e4da0b1ee501) Create a ctr derivative with image crypto support
* [`f05b716`](https://github.com/containerd/imgcrypt/commit/f05b7166fe60ce658ec0117fe8bf870a68d6bc7c) Merge pull request  [#8](https://github.com/containerd/imgcrypt/pull/8) from crosbymichael/exit
* [`cd1a0e3`](https://github.com/containerd/imgcrypt/commit/cd1a0e386d3f6913bbf16f6eb30659c04fa1b853) Add os.Exit(1) on error
* [`918f265`](https://github.com/containerd/imgcrypt/commit/918f265aa6e02b0b6281cfcbe0a572c9173d60a2) Merge pull request  [#6](https://github.com/containerd/imgcrypt/pull/6) from stefanberger/master.next
* [`82e3c45`](https://github.com/containerd/imgcrypt/commit/82e3c45e2a0e971b7d1d1106138a221062943e2e) Update Makefile to build decoder on 'all'
* [`fffad22`](https://github.com/containerd/imgcrypt/commit/fffad2298de5c89e2d22ed6d5d2aa705f97f90d8) Merge pull request  [#5](https://github.com/containerd/imgcrypt/pull/5) from crosbymichael/decoder
* [`53a2a15`](https://github.com/containerd/imgcrypt/commit/53a2a152dab32b42c943133ce3007dcf4387c778) Add stream processor
* [`3044f86`](https://github.com/containerd/imgcrypt/commit/3044f86e33a71242581426816c79c4c31a329b26) Merge pull request  [#4](https://github.com/containerd/imgcrypt/pull/4) from stefanberger/master.next
* [`0212339`](https://github.com/containerd/imgcrypt/commit/02123398f754e9fcfebb2677c731e7a9c87a2772) Merge ocicrypt contents into this project
* [`e452ce2`](https://github.com/containerd/imgcrypt/commit/e452ce2e833869dc478142869d315565ca150d78) Merge pull request  [#2](https://github.com/containerd/imgcrypt/pull/2) from stefanberger/master.next
* [`d8a6859`](https://github.com/containerd/imgcrypt/commit/d8a685901427826bd187c6ae3b8e394cfc033633) EtM: store the hmac as part of the Annotations
* [`91ced7b`](https://github.com/containerd/imgcrypt/commit/91ced7bc8dd92d0fb3debd9ad7134ba9f5432670) Merge pull request  [#1](https://github.com/containerd/imgcrypt/pull/1) from stefanberger/master.next
* [`f1e1f7f`](https://github.com/containerd/imgcrypt/commit/f1e1f7fa12656be01cca2a268160aec3da0cbdca) Travis: Add Travis file to run 'make check' and 'make'
* [`dd91e32`](https://github.com/containerd/imgcrypt/commit/dd91e32eebefeac22baf881014f2a13d0115ce26) Add Makefile with build and check targets
* [`4457756`](https://github.com/containerd/imgcrypt/commit/445775639c027e1f3707d01adaa3577eacc95914) Add a more complete vendor list and their code
* [`f8116a5`](https://github.com/containerd/imgcrypt/commit/f8116a566dc8b2e382828b98b50f652665ce731c) Initial import

### Changes from containerd/ttrpc

* [`72bb1b2`](https://github.com/containerd/ttrpc/commit/72bb1b21c5b0a4a107f59dd85f6ab58e564b68d6) Merge pull request  [#61](https://github.com/containerd/ttrpc/pull/61) from lifupan/master
* [`4f8e36d`](https://github.com/containerd/ttrpc/commit/4f8e36d414aeb0381a3f6dbda41ea10ae13316ff) server: add a connections leak unit test
* [`9ece5ae`](https://github.com/containerd/ttrpc/commit/9ece5ae787377199802deacb7f174f4c9ee09f8c) server: fix the issue if connections leak
* [`0be804e`](https://github.com/containerd/ttrpc/commit/0be804eadb152bc3b3c20c5edc314c4633833398) Merge pull request  [#58](https://github.com/containerd/ttrpc/pull/58) from chenrui333/upgrade-dependencies
* [`abcbf66`](https://github.com/containerd/ttrpc/commit/abcbf6622e70c8ff1202fe892adaf98335d10bfd) Add codecov integration
* [`7817074`](https://github.com/containerd/ttrpc/commit/7817074322cfd64b86b581ee0d9e4693a0cd0899) Update travis config
* [`ff67807`](https://github.com/containerd/ttrpc/commit/ff67807a592f73daaa683aee00482830488f2705) Bump the dependencies
* [`4f1b8fe`](https://github.com/containerd/ttrpc/commit/4f1b8fe65a5c6ab7ecd74a227d6cde85b519af35) Merge pull request  [#57](https://github.com/containerd/ttrpc/pull/57) from crosbymichael/revert-codes-copy
* [`d4834b0`](https://github.com/containerd/ttrpc/commit/d4834b09f5931a4909d264d6034b086768c66e72) Revert "Copy codes and status from grpc project"
* [`923a8f1`](https://github.com/containerd/ttrpc/commit/923a8f1f173f6592b089dd20d00b16fb6ad5ad6c) Merge pull request  [#54](https://github.com/containerd/ttrpc/pull/54) from crosbymichael/copy-grpc
* [`f022335`](https://github.com/containerd/ttrpc/commit/f02233564fb076ad4cb42937d72d194d158e4048) Copy codes and status from grpc project
* [`cf7f4d5`](https://github.com/containerd/ttrpc/commit/cf7f4d5f2d61bb06dd6ff5a039a1cbd6e71d10b1) Merge pull request  [#51](https://github.com/containerd/ttrpc/pull/51) from lifupan/fixnilresp
* [`5046735`](https://github.com/containerd/ttrpc/commit/5046735d25c3c4d099e698c7eaa75f116278e31c) Merge pull request  [#55](https://github.com/containerd/ttrpc/pull/55) from fuweid/me-test-vendor-check
* [`2ef8878`](https://github.com/containerd/ttrpc/commit/2ef8878926f84f015a51f4a68218d101af747b73) ttrpc: fix the issue of marshaling on nil will crash the server
* [`47e5e4f`](https://github.com/containerd/ttrpc/commit/47e5e4fdf91bf8ff9a1d39f0323dec42ce0ff20b) .travis: don't call go get if there is go.mod
* [`7a6a229`](https://github.com/containerd/ttrpc/commit/7a6a229037c3a4ae6a7ac3d60ac12de1a40152c1) Merge pull request  [#53](https://github.com/containerd/ttrpc/pull/53) from fuweid/me-errclosed-for-read-reset-connection
* [`6e416ea`](https://github.com/containerd/ttrpc/commit/6e416eafd26e6e738df716b21d421d5b59702bb4) return ErrClosed if read: connection reset by peer
* [`012175f`](https://github.com/containerd/ttrpc/commit/012175fdb774fcbdeb556caa6720ae2f8cf218ca) Merge pull request  [#39](https://github.com/containerd/ttrpc/pull/39) from saschagrunert/master
* [`cc79967`](https://github.com/containerd/ttrpc/commit/cc79967439a4f4ff14d6bdd11a8c2d96f0a1c65f) Add go module support

### Changes from containerd/typeurl

* [`cd3ce71`](https://github.com/containerd/typeurl/commit/cd3ce7159eae562a4f60ceff37dada11a939d247) Add unmarshal to struct provided by client
* [`102fdb1`](https://github.com/containerd/typeurl/commit/102fdb1d150dc56f98a7c856d441925d24a5757c) Merge pull request  [#21](https://github.com/containerd/typeurl/pull/21) from estesp/add-ci-timeout
* [`4fb1c23`](https://github.com/containerd/typeurl/commit/4fb1c23785e4f58b5d7dcacf13c69b6e9e5dc87b) Add 5 minute timeout for GH actions CI
* [`effc850`](https://github.com/containerd/typeurl/commit/effc850d0f9a902cec6d17d069f43ccb97508aed) Merge pull request  [#20](https://github.com/containerd/typeurl/pull/20) from estesp/remove-travis
* [`75e1e2e`](https://github.com/containerd/typeurl/commit/75e1e2ea292e07c748b99e2dd614c477f8f8dd77) Remove travis config
* [`6eb0fcc`](https://github.com/containerd/typeurl/commit/6eb0fccfe930f47d9e78651aa9694a64eb5ec67a) Merge pull request  [#19](https://github.com/containerd/typeurl/pull/19) from estesp/github-action-ci
* [`8d2749d`](https://github.com/containerd/typeurl/commit/8d2749d67cc2b52e0a11b206d0ff3354297df4d9) Add GitHub Action-based CI workflow
* [`b45ef1f`](https://github.com/containerd/typeurl/commit/b45ef1f1f737e10bd45b25b669df25f0da8b9ba0) Merge pull request  [#18](https://github.com/containerd/typeurl/pull/18) from chenrui333/upgrade-dependencies
* [`981b2ec`](https://github.com/containerd/typeurl/commit/981b2ecfc453748d26028aaa1259b9346457d2f6) Remove `go get` in travis config
* [`3aae631`](https://github.com/containerd/typeurl/commit/3aae6316cb6fc24fa5701b9292abd6318ea74002) Update travis config
* [`202060a`](https://github.com/containerd/typeurl/commit/202060afb39befc9f29595421ad5fd7ee8308650) Add gitignore
* [`39e897d`](https://github.com/containerd/typeurl/commit/39e897d0315d16649b482d577490593ad74cab47) Upgrade dependencies
* [`fe1d0d6`](https://github.com/containerd/typeurl/commit/fe1d0d650e42c1cfb43c8ba9e22e9f1470c9102b) Merge pull request  [#16](https://github.com/containerd/typeurl/pull/16) from estesp/carry-10
* [`a1e455d`](https://github.com/containerd/typeurl/commit/a1e455d55b64d818790940929bc5055f65f81096) fix 404 link
* [`5eb2502`](https://github.com/containerd/typeurl/commit/5eb25027c9fdd675e1db2bd25af02f5db75027ab) Use Go Modules
* [`7312978`](https://github.com/containerd/typeurl/commit/7312978f298752234f52b1ba018cca189467b8d9) typeurl: allow deserialization with decomposed Any
* [`b36cf1e`](https://github.com/containerd/typeurl/commit/b36cf1e3e273911c075b63799169eae96cc17222) Add more documentation to Register.
* [`2a93cfd`](https://github.com/containerd/typeurl/commit/2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d) Add doc.go and expand documentation
* [`461401d`](https://github.com/containerd/typeurl/commit/461401dc8f19d80baa4b70178935e4501286c00b) Reference project core documents/fixup LICENSE
* [`8231763`](https://github.com/containerd/typeurl/commit/823176321381872a22564b9df07356357f47b1b1) Add validation scripts to travis

### Changes from containerd/zfs

* [`9abf673`](https://github.com/containerd/zfs/commit/9abf673ca6ff9ab8d9bd776a4ceff8f6dc699c3d) Merge pull request  [#25](https://github.com/containerd/zfs/pull/25) from Zyqsempai/fix-walk-method-interface
* [`73767d7`](https://github.com/containerd/zfs/commit/73767d7cc85aa4bdb2bca980ac884ef3fd5bfb75) Added filters to Walk method signature
* [`456dcfd`](https://github.com/containerd/zfs/commit/456dcfd8803bbaabd31a91d346ce7e37af7a5053) Fix snapshot commit to pass opts to storage

### Dependency Changes

* **github.com/Microsoft/hcsshim**                        9e921883ac92 -> v0.8.9
* **github.com/beorn7/perks**                             4c0e84591b9a -> v1.0.1
* **github.com/cespare/xxhash/v2**                        v2.1.1 **_new_**
* **github.com/cilium/ebpf**                              4032b1d8aae3 **_new_**
* **github.com/containerd/aufs**                          f894a800659b -> 371312c1e31c
* **github.com/containerd/btrfs**                         af5082808c83 -> 153935315f4a
* **github.com/containerd/cgroups**                       c4b9ac5c7601 -> b44481373989
* **github.com/containerd/console**                       0650fd9eeb50 -> v1.0.0
* **github.com/containerd/continuity**                    f2a389ac0a02 -> d3ef23f19fbb
* **github.com/containerd/cri**                           5d49e7e51b43 -> c744b66a3b65
* **github.com/containerd/fifo**                          bda0ff6ed73c -> f15a3290365b
* **github.com/containerd/go-cni**                        49fbd9b210f3 -> v1.0.0
* **github.com/containerd/go-runc**                       e029b79d8cda -> 7016d3ce2328
* **github.com/containerd/imgcrypt**                      v1.0.1 **_new_**
* **github.com/containerd/ttrpc**                         92c8520ef9f8 -> v1.0.1
* **github.com/containerd/typeurl**                       a93fcdb778cd -> v1.0.1
* **github.com/containerd/zfs**                           2ceb2dbb8154 -> 9abf673ca6ff
* **github.com/containers/ocicrypt**                      v1.0.1 **_new_**
* **github.com/coreos/go-systemd/v22**                    v22.0.0 **_new_**
* **github.com/docker/docker**                            86f080cff091 -> 4634ce647cf2
* **github.com/docker/go-events**                         9461782956ad -> e31b211e4f1c
* **github.com/docker/go-metrics**                        4ea375f7759c -> v0.0.1
* **github.com/fsnotify/fsnotify**                        v1.4.8 **_new_**
* **github.com/fullsailor/pkcs7**                         8306686428a5 **_new_**
* **github.com/godbus/dbus/v5**                           v5.0.3 **_new_**
* **github.com/gogo/googleapis**                          v1.2.0 -> v1.3.2
* **github.com/gogo/protobuf**                            v1.2.1 -> v1.3.1
* **github.com/golang/protobuf**                          v1.2.0 -> v1.3.3
* **github.com/google/gofuzz**                            v1.0.0 -> v1.1.0
* **github.com/grpc-ecosystem/go-grpc-prometheus**        6b7015e65d36 -> v1.2.0
* **github.com/json-iterator/go**                         v1.1.7 -> v1.1.8
* **github.com/konsorten/go-windows-terminal-sequences**  v1.0.1 -> v1.0.3
* **github.com/modern-go/reflect2**                       1.0.1 -> v1.0.1
* **github.com/opencontainers/go-digest**                 c9281466c8b2 -> v1.0.0
* **github.com/opencontainers/runc**                      3e425f80a8c9 -> v1.0.0-rc10
* **github.com/opencontainers/runtime-spec**              29686dbc5559 -> v1.0.2
* **github.com/opencontainers/selinux**                   v1.2.2 -> v1.5.2
* **github.com/pkg/errors**                               v0.8.1 -> v0.9.1
* **github.com/prometheus/client_golang**                 f4fb1b73fb09 -> v1.3.0
* **github.com/prometheus/client_model**                  99fa1f4be8e5 -> v0.1.0
* **github.com/prometheus/common**                        89604d197083 -> v0.7.0
* **github.com/prometheus/procfs**                        cb4147076ac7 -> v0.0.8
* **github.com/sirupsen/logrus**                          v1.4.1 -> v1.6.0
* **github.com/stretchr/testify**                         v1.4.0 **_new_**
* **golang.org/x/crypto**                                 5c40567a22f8 -> bac4c82f6975
* **golang.org/x/sys**                                    9eafafc0a87e -> 5c8b2ff67527
* **golang.org/x/time**                                   85acf8d2951c -> 9d24e82272b4
* **google.golang.org/genproto**                          d80a6e20e776 -> e50cd9704f63
* **google.golang.org/grpc**                              6eaf6f47437a -> v1.27.1
* **gopkg.in/inf.v0**                                     v0.9.0 -> v0.9.1
* **gopkg.in/square/go-jose.v2**                          v2.3.1 **_new_**
* **gopkg.in/yaml.v2**                                    v2.2.2 -> v2.2.8
* **gotest.tools/v3**                                     v3.0.2 **_new_**
* **k8s.io/api**                                          kubernetes-1.16.0-rc.2 -> v0.18.2
* **k8s.io/apimachinery**                                 kubernetes-1.16.0-rc.2 -> v0.18.2
* **k8s.io/apiserver**                                    kubernetes-1.16.0-rc.2 -> v0.18.2
* **k8s.io/client-go**                                    kubernetes-1.16.0-rc.2 -> v0.18.2
* **k8s.io/cri-api**                                      kubernetes-1.16.0-rc.2 -> v0.18.2
* **k8s.io/klog**                                         v0.4.0 -> v1.0.0
* **k8s.io/kubernetes**                                   v1.16.0-rc.2 -> v1.18.2
* **k8s.io/utils**                                        c2654d5206da -> a9aa75ae1b89
* **sigs.k8s.io/structured-merge-diff/v3**                v3.0.0 **_new_**
* **sigs.k8s.io/yaml**                                    v1.1.0 -> v1.2.0

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