Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.4.2
    containerd 1.4.2
    
    Welcome to the v1.4.2 release of containerd!
    
    The second patch release for `containerd` 1.4 includes multiple minor fixes
    and updates.
    
    ### Notable Updates
    
    * Fix bug limiting the number of layers by default [containerd/cri#1602](https://github.com/containerd/cri/pull/1602)
    * Fix selinux shared memory issue by relabeling /dev/shm [containerd/cri#1605](https://github.com/containerd/cri/pull/1605)
    * Fix unknown state preventing removal of containers [containerd/containerd#4656](https://github.com/containerd/containerd/pull/4656)
    * Fix nil pointer error when restoring checkpoint [containerd/containerd#4754](https://github.com/containerd/containerd/pull/4754)
    * Improve image pull performance when using HTTP 1.1 [containerd/containerd#4653](https://github.com/containerd/containerd/pull/4653)
    * Update default seccomp profile for pidfd [containerd/containerd#4730](https://github.com/containerd/containerd/pull/4730)
    * Update Go to 1.15
    
    ### Windows
    * Fix integer overflow on Windows [containerd/containerd#4589](https://github.com/containerd/containerd/pull/4589)
    * Fix lcow snapshotter to read trailing tar data [containerd/containerd#4628](https://github.com/containerd/containerd/pull/4628)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Mike Brown
    * Sebastiaan van Stijn
    * Wei Fu
    * Derek McGowan
    * Akihiro Suda
    * Amr Mahdi
    * Kevin Parsons
    * Maksym Pavlenko
    * Samuel Karp
    * Amit Barve
    * Antonio Ojea
    * Bowen Yan
    * Brian Goff
    * Davanum Srinivas
    * Giuseppe Capizzi
    * Jacob Blain Christen
    * Kohei Tokunaga
    * Michael Crosby
    * Samarth Shah
    * Tianon Gravi
    * Yohei Ueda
    * varsha teratipally
    * zhuangqh
    
    ### Changes
    <details><summary>49 commits</summary>
    <p>
    
    * [`b321d358e`](https://github.com/containerd/containerd/commit/b321d358e6eef9c82fa3f3bb8826dca3724c58c6) Merge pull request  [#4768](https://github.com/containerd/containerd/pull/4768) from dmcgowan/prepare-1.4.2
    * [`f2e4291b6`](https://github.com/containerd/containerd/commit/f2e4291b6c398b321fb74d6ea829b15c92508ecb) Prepare 1.4.2 release
    * [`76f3d1955`](https://github.com/containerd/containerd/commit/76f3d19551d7175a3cb11dd1b3f5f68be6ffaaa1) Update mailmap for 1.4.2 release
    * [`ca9950755`](https://github.com/containerd/containerd/commit/ca9950755257ad316709f4c819f239fa332fb6a6) Update cri version to pickup unknown state fix
    * [`21baf7109`](https://github.com/containerd/containerd/commit/21baf710932cf2de0a795992eeb3ffb4d13b1555) Merge pull request  [#4767](https://github.com/containerd/containerd/pull/4767) from dmcgowan/update-1.4-cri
    * [`3458984bb`](https://github.com/containerd/containerd/commit/3458984bb80e6e25a8514ae290dc05155560bea5) Merge pull request  [#4766](https://github.com/containerd/containerd/pull/4766) from dmcgowan/backport-4765
    * [`0b97c6204`](https://github.com/containerd/containerd/commit/0b97c6204195cd4b764bd302c7eed90388f96d81) Update cri plugin
    * [`c0f1add3c`](https://github.com/containerd/containerd/commit/c0f1add3c95ce1c06c566488d85c20a77070ef12) Fix Windows service panic file to not be read-only
    * [`9c24574c9`](https://github.com/containerd/containerd/commit/9c24574c99643f94a050395637b328ce2d48e2c9) Merge pull request  [#4763](https://github.com/containerd/containerd/pull/4763) from estesp/cp-tests-fix-1.4
    * [`fbe18caa1`](https://github.com/containerd/containerd/commit/fbe18caa19f7b414dca8433455b5d4b4662c7d4c) Update btrfs vendor for chkptr fix for Go >= 1.14
    * [`cbbf257ab`](https://github.com/containerd/containerd/commit/cbbf257abf285ca80d12f73e24f1a7bd97a1a065) Add Go test runs to GitHub Actions CI
    * [`19776b75b`](https://github.com/containerd/containerd/commit/19776b75b3ae4488b50c92f45caabf543e438b89) Adjust overlay tests to expect "index=off"
    * [`7eb852214`](https://github.com/containerd/containerd/commit/7eb8522146cfcd5f7d7e62eb1b3eff1d55ea65de) Allow oom adj test to run in environments with a score
    * [`036ede698`](https://github.com/containerd/containerd/commit/036ede698d050155a2b972f34c09b3a55070b0de) Import crypto for all snapshotters during testsuite
    * [`8d839c4b3`](https://github.com/containerd/containerd/commit/8d839c4b3b087662ba1e1f4b1ffd899b46a1c091) Merge pull request  [#4751](https://github.com/containerd/containerd/pull/4751) from amrmahdi/amrh/cherry-pick-cc3785-1.4
    * [`31bbc1f7d`](https://github.com/containerd/containerd/commit/31bbc1f7d4236ca1c6c96b359c8edd20fc5d8d7e) Merge pull request  [#4754](https://github.com/containerd/containerd/pull/4754) from thaJeztah/1.4_restore_nil_pointer
    * [`5618423a0`](https://github.com/containerd/containerd/commit/5618423a0e3b5ea66d4a4edd49cff443b71dac8b) Add comments clarifying copyWithBuffer implementation
    * [`a2ebee357`](https://github.com/containerd/containerd/commit/a2ebee35788e0eb10343e87cf658625f89432e91) replicate io.Copy optimizations
    * [`9b2156aa8`](https://github.com/containerd/containerd/commit/9b2156aa854b9996d254835cb90e8c496404556c) Improve image pull performance from http 1.1 container registries
    * [`7fe3f1301`](https://github.com/containerd/containerd/commit/7fe3f1301e6020b0cde57eee9aadd423a13157d9) Merge pull request  [#4749](https://github.com/containerd/containerd/pull/4749) from thaJeztah/1.4_backport_windows_int_overflow
    * [`56291a221`](https://github.com/containerd/containerd/commit/56291a2212c4723c73932a76a8cbc78ce0c14a61) bug fix:#3448
    * [`16e51fc31`](https://github.com/containerd/containerd/commit/16e51fc3173a4eb066443571ee974f67ad24a4e5) Fix integer overflow on windows
    * [`957bcaa9f`](https://github.com/containerd/containerd/commit/957bcaa9fffe3dd85a766a215cca9a488351fe0a) Merge pull request  [#4746](https://github.com/containerd/containerd/pull/4746) from estesp/cp-4745-1.4
    * [`6ebd9a94a`](https://github.com/containerd/containerd/commit/6ebd9a94a47bf8a885b2a8441ccea4494dcd0d21) Update other actions for env/path CVE fix
    * [`49889957e`](https://github.com/containerd/containerd/commit/49889957e6e1e1519332beef349a08b9bc55ba93) Merge pull request  [#4743](https://github.com/containerd/containerd/pull/4743) from estesp/fix-ci
    * [`0a3488c71`](https://github.com/containerd/containerd/commit/0a3488c712d699694f7b2c2458e7498f29d5e89a) Fix GH Actions CI deprecations
    * [`882e39618`](https://github.com/containerd/containerd/commit/882e39618d03e6c4375496e769a35751516482e0) Merge pull request  [#4733](https://github.com/containerd/containerd/pull/4733) from thaJeztah/1.4_backport_update_seccomp_profile
    * [`da9705a64`](https://github.com/containerd/containerd/commit/da9705a64858c9022da9af58393dcc6d27a43459) Merge pull request  [#4736](https://github.com/containerd/containerd/pull/4736) from AkihiroSuda/go-1.15.5-containerd-1.4
    * [`cc3be9ae3`](https://github.com/containerd/containerd/commit/cc3be9ae3f350f8b335012f2da3df0c7310f02b2) Bump Golang 1.15.5
    * [`ebffce3ad`](https://github.com/containerd/containerd/commit/ebffce3adf2361171c05a5746a07bc68d3db1b23) seccomp: add pidfd_getfd syscall (gated by CAP_SYS_PTRACE)
    * [`229f5ea4e`](https://github.com/containerd/containerd/commit/229f5ea4efdb36d3c94310fce827901f4b694ed9) seccomp: add pidfd_open and pidfd_send_signal
    * [`457dafa4c`](https://github.com/containerd/containerd/commit/457dafa4cbebfaaed0b7f318190b9aa5eff9d84c) Merge pull request  [#4711](https://github.com/containerd/containerd/pull/4711) from AkihiroSuda/go115-1.4
    * [`e45f41e3a`](https://github.com/containerd/containerd/commit/e45f41e3aed4e3dcb8f3f8e1db3ac09004214ec6) update to golang 1.15.2
    * [`f8c187fcf`](https://github.com/containerd/containerd/commit/f8c187fcfcffd59a493c739884f54a379e8ed6e4) Merge pull request  [#4696](https://github.com/containerd/containerd/pull/4696) from estesp/cp-4692-1.4
    * [`695516287`](https://github.com/containerd/containerd/commit/6955162877bc7791d775bddc4c4f46f2afcd424c) Remove setuid gosu in favor of "sudo -E PATH=$PATH ..."
    * [`c562e8d2b`](https://github.com/containerd/containerd/commit/c562e8d2be6fa977c1fec5535cbdd4e5bbd34155) Merge pull request  [#4690](https://github.com/containerd/containerd/pull/4690) from samuelkarp/backport1.4-critest
    * [`77931f801`](https://github.com/containerd/containerd/commit/77931f8014643bd1ab44deb9b35d34ec292ece3c) ci: run critest target for all runtimes
    * [`e46c29945`](https://github.com/containerd/containerd/commit/e46c29945502704da5b4246d37cee383368a5b2c) Merge pull request  [#4689](https://github.com/containerd/containerd/pull/4689) from estesp/cp-4665
    * [`c745d237e`](https://github.com/containerd/containerd/commit/c745d237e008cc434379a3ed4f45af9cb4775e9d) Revendor CRI to get disabled annotation config default
    * [`ded2577d6`](https://github.com/containerd/containerd/commit/ded2577d65aa8d4db2b9c090be0c8f2524fa7454) Merge pull request  [#4660](https://github.com/containerd/containerd/pull/4660) from kevpar/1.4-update-hcsshim
    * [`8b8494ec0`](https://github.com/containerd/containerd/commit/8b8494ec012cc68c1acff09f2f528ed0a3400063) Merge pull request  [#4661](https://github.com/containerd/containerd/pull/4661) from kevpar/1.4-lcow-tar
    * [`88e7f23bc`](https://github.com/containerd/containerd/commit/88e7f23bc6a20c409edc4b43a284959d5ef0db30) Read trailing data from tar reader
    * [`856a12fca`](https://github.com/containerd/containerd/commit/856a12fcabf6ab21b8c21d609a8a875643fe3d17) Update github.com/Microsoft/hcsshim to v0.8.10
    * [`013411ac1`](https://github.com/containerd/containerd/commit/013411ac113d953287a79c6acf638f989ed8a7b8) Merge pull request  [#4650](https://github.com/containerd/containerd/pull/4650) from estesp/cp-4645-1.4
    * [`cc6f72a00`](https://github.com/containerd/containerd/commit/cc6f72a002fc0d1ae6fbab731a65775188644844) Check if a process exists before returning it
    * [`e44e8ebea`](https://github.com/containerd/containerd/commit/e44e8ebeaaa2d605f539dffa3788a53c92458c4d) Merge pull request  [#4601](https://github.com/containerd/containerd/pull/4601) from estesp/cp-wincni-script
    * [`9a44af11d`](https://github.com/containerd/containerd/commit/9a44af11df0e1221bfd7f53561829ed52c7a205e) Windows CNI install script using lowercase "destdir"
    * [`a3a7b40be`](https://github.com/containerd/containerd/commit/a3a7b40bed2612b8bf7fe81bc8935dcd41910741) Merge pull request  [#4568](https://github.com/containerd/containerd/pull/4568) from thaJeztah/1.4_backport_bitset_1.1.11
    * [`ce7ba6691`](https://github.com/containerd/containerd/commit/ce7ba6691fee81d6ff18a8549f6218af2d383ce6) vendor: github.com/willf/bitset v1.1.11
    </p>
    </details>
    
    ### Changes from containerd/btrfs
    <details><summary>5 commits</summary>
    <p>
    
    * [`404b914`](https://github.com/containerd/btrfs/commit/404b9149801e455c8076f615b06dc0abee0a977a) Merge pull request  [#28](https://github.com/containerd/btrfs/pull/28) from estesp/githubactions
    * [`48eb88e`](https://github.com/containerd/btrfs/commit/48eb88e4fc0a1806012557496e50669afe671e30) Merge pull request  [#27](https://github.com/containerd/btrfs/pull/27) from fuweid/fix-checkptr-issue
    * [`4248200`](https://github.com/containerd/btrfs/commit/424820003972ebf0585fa20e4ef39e702e1ff095) Use GitHub Actions for CI
    * [`84ed5ce`](https://github.com/containerd/btrfs/commit/84ed5ce12fb8a233b5be3b5eb2122854ebea41d2) Add vendor explicity in project
    * [`d44cb8e`](https://github.com/containerd/btrfs/commit/d44cb8e80d3e3b8d924fa9db42cc666848679f58) fix: checkptr issue
    </p>
    </details>
    
    ### Changes from containerd/cri
    <details><summary>34 commits</summary>
    <p>
    
    * [`adc0b6a5`](https://github.com/containerd/cri/commit/adc0b6a578ed6f646bb24c1c639d65b70e14cccc) Merge pull request  [#1600](https://github.com/containerd/cri/pull/1600) from zhuangqh/fix-unknown-state
    * [`9e81bf56`](https://github.com/containerd/cri/commit/9e81bf566b91195c4cdd64ebeda839efb952ec3d) Merge pull request  [#1603](https://github.com/containerd/cri/pull/1603) from samuelkarp/runtimes
    * [`d3c90697`](https://github.com/containerd/cri/commit/d3c9069794e656520521ccd28706a0247707a817) Merge pull request  [#1605](https://github.com/containerd/cri/pull/1605) from dweomer/backport/1.4/selinux-relabel-dev-shm
    * [`f7fce607`](https://github.com/containerd/cri/commit/f7fce6071dfa56025d1c5858d432da3f0a90aaee) Merge pull request  [#1609](https://github.com/containerd/cri/pull/1609) from shahzzzam/add-annotation2
    * [`1dc3b8a7`](https://github.com/containerd/cri/commit/1dc3b8a7396e110ac0f0bc48df9c7cb46399f400) Add manifest digest annotation for snapshotters
    * [`ba8ad15a`](https://github.com/containerd/cri/commit/ba8ad15aebfdf6218e6374dd24ffc5f5f5ed2cf5) Limit value size of additional annotation for avoiding unpack failure
    * [`500b2422`](https://github.com/containerd/cri/commit/500b242207d70209490785561a97949864a6b04b) Merge pull request  [#1606](https://github.com/containerd/cri/pull/1606) from thaJeztah/1.4_update_k8s
    * [`08e545f0`](https://github.com/containerd/cri/commit/08e545f07a4af0fa2fdafd3f8aa5fd0603a546b5) [release/1.4] vendor: kubernetes v1.19.4
    * [`b1ebe1c3`](https://github.com/containerd/cri/commit/b1ebe1c3f5fe1a1024ede053d88fd47d5a399cf4) Merge pull request  [#1607](https://github.com/containerd/cri/pull/1607) from thaJeztah/1.4_fix_gha_setenv
    * [`bb8b690f`](https://github.com/containerd/cri/commit/bb8b690f4857c926b56c24be3f6c5cec9ebebe3c) gha: replace uses of deprecated "set-env", "add-path"
    * [`1ec7ede4`](https://github.com/containerd/cri/commit/1ec7ede44fc75ce0db01604f5951635b353f1767) [release/1.4 backport] selinux: relabel /dev/shm
    * [`e7a06009`](https://github.com/containerd/cri/commit/e7a0600972473d02c268e9f0ebb22f433528a1af) ci: run test-integration target for all runtimes
    * [`61363b3e`](https://github.com/containerd/cri/commit/61363b3e2c97ba2d389dc774d977fc906591a6fd) Merge pull request  [#1602](https://github.com/containerd/cri/pull/1602) from estesp/disable-annotations-config
    * [`99015cca`](https://github.com/containerd/cri/commit/99015cca6155121ea0924e7e73d1b3022d919efb) Disable experimental feature in default config
    * [`7973126f`](https://github.com/containerd/cri/commit/7973126fbc933fd35284a799cc22bc97157bb825) fix: always set unknown to false when handling exit event
    * [`38a14dae`](https://github.com/containerd/cri/commit/38a14dae2a2db6619a9ecc088c36c39de67be414) Merge pull request  [#1599](https://github.com/containerd/cri/pull/1599) from AkihiroSuda/update-readme-14
    * [`a9661c2a`](https://github.com/containerd/cri/commit/a9661c2a4718883cdd7024c4c132d53114a89335) update README to clarify the current status of this repo
    * [`c8dba73e`](https://github.com/containerd/cri/commit/c8dba73eaefb1b9e91df0cb5f23dc3b275d85827) Merge pull request  [#1589](https://github.com/containerd/cri/pull/1589) from thaJeztah/1.4_backport_containerd_v1.4.1
    * [`f58f7c33`](https://github.com/containerd/cri/commit/f58f7c33da8935b51146d20224e633bbd0f0d9e1) Merge pull request  [#1588](https://github.com/containerd/cri/pull/1588) from thaJeztah/1.4_backport_masked
    * [`f212f1ef`](https://github.com/containerd/cri/commit/f212f1ef8b6610d312a1023108e6e4f2f018bd48) Merge pull request  [#1586](https://github.com/containerd/cri/pull/1586) from thaJeztah/1.4_backport_bump_kubernetes
    * [`1056dc91`](https://github.com/containerd/cri/commit/1056dc918b4909f1a9f4a139200ba647b14ce990) vendor: containerd/containerd v1.4.1
    * [`1debf36e`](https://github.com/containerd/cri/commit/1debf36ecdffb78f6edbb6472e27343dcf56bff1) Set masked and readonly paths based on default Unix spec
    * [`c3756574`](https://github.com/containerd/cri/commit/c375657437f63f1e2104fb9d0583eb7b02abd8ab) Update to latest kubernetes v1.19.2
    * [`26815e22`](https://github.com/containerd/cri/commit/26815e2205a13b8d4aa565d9ed245e8e5620abe7) Merge pull request  [#1581](https://github.com/containerd/cri/pull/1581) from thaJeztah/1.4_backport_python
    * [`e44db998`](https://github.com/containerd/cri/commit/e44db998cdf0a6a38a8f934154c4f40c5ac7ad9d) Make script work for both python2.7 and 3.6
    * [`4cb63f23`](https://github.com/containerd/cri/commit/4cb63f230fede634712dc2d591cc82335cdeda41) Merge pull request  [#1579](https://github.com/containerd/cri/pull/1579) from thaJeztah/1.4_backport_bitset_1.1.11
    * [`535f55a2`](https://github.com/containerd/cri/commit/535f55a25a6bf08382da21690341b652290c1a70) vendor: github.com/willf/bitset v1.1.11
    * [`a462784d`](https://github.com/containerd/cri/commit/a462784da94e111cc8eef5907c0051114502443a) Merge pull request  [#1574](https://github.com/containerd/cri/pull/1574) from mikebrow/cherrypick-#1573-release-1.4
    * [`fc99eac0`](https://github.com/containerd/cri/commit/fc99eac04c659894c08bf8b573e9644e29e89de4) update cni config version
    * [`5736d0e6`](https://github.com/containerd/cri/commit/5736d0e6a7b7742ecbb6729aef83a3c25f303e8d) Merge pull request  [#1560](https://github.com/containerd/cri/pull/1560) from mikebrow/cherrypick-#1556-release-1.4
    * [`d716c78a`](https://github.com/containerd/cri/commit/d716c78af92bfe17c89aef847ad0a1387b37662a) bump cni dependencies
    * [`bb0ca842`](https://github.com/containerd/cri/commit/bb0ca842e99aa67a3ae0de5a9179810d73954b3e) Merge pull request  [#1559](https://github.com/containerd/cri/pull/1559) from mikebrow/prepare-1.4
    * [`b0cc0799`](https://github.com/containerd/cri/commit/b0cc07999aa5d37880f4781f7ac26c118899768a) vendor containerd 1.4 release
    * [`a40d6392`](https://github.com/containerd/cri/commit/a40d639285668db58aa73a4150b1aefca4c05440) update support table for 1.4
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**          v0.8.9 -> v0.8.10
    * **github.com/containerd/btrfs**           153935315f4a -> 404b9149801e
    * **github.com/containerd/cri**             4e6644c8cf7f -> adc0b6a578ed
    * **github.com/willf/bitset**               d5bec3311243 -> v1.1.11
    * **k8s.io/api**                            v0.19.0-rc.4 -> v0.19.4
    * **k8s.io/apimachinery**                   v0.19.0-rc.4 -> v0.19.4
    * **k8s.io/apiserver**                      v0.19.0-rc.4 -> v0.19.4
    * **k8s.io/client-go**                      v0.19.0-rc.4 -> v0.19.4
    * **k8s.io/utils**                          2df71ebbae66 -> d5654de09c73
    * **sigs.k8s.io/structured-merge-diff/v4**  v4.0.1 **_new_**
    
    Previous release can be found at [v1.4.1](https://github.com/containerd/containerd/releases/tag/v1.4.1)
    
    
  • v1.2.14
    containerd 1.2.14
    
    Welcome to the v1.2.14 release of containerd!
    
    The fourteenth patch release for `containerd` 1.2 is a security release to fix CVE-2020-15157.
    
    ### Security Fixes
    
    * Fix bug which allowed manifests to coerce containerd clients into leaking registry credentials [GHSA-742w-89gc-8m9c](https://github.com/containerd/containerd/security/advisories/GHSA-742w-89gc-8m9c)
    
    ### Included Changes
    
    * Fix regression pushing manifests as octet stream [#4268](https://github.com/containerd/containerd/pull/4268)
    * Update golang version
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Sebastiaan van Stijn
    * Michael Crosby
    * Phil Estes
    * Maksym Pavlenko
    * Akihiro Suda
    * Derek McGowan
    * Wei Fu
    * Chris C
    * Davanum Srinivas
    * Erik Sipsma
    * Sergey Kanzhelev
    * Ted Yu
    * Tobias Klauser
    * Ulysses Souza
    * Zhiyu Li
    
    ### Changes
    <details><summary>48 commits</summary>
    <p>
    
    * [`f8777f130`](https://github.com/containerd/containerd/commit/f8777f13022dd16c2a339d621bb55465fe603b19) Add release notes for v1.2.14
    * [`abbb17959`](https://github.com/containerd/containerd/commit/abbb17959f55bbb9b7eb37f965d7dad2f4ea8744) Add comment clarifying fix for security issue
    * [`1ead8d9de`](https://github.com/containerd/containerd/commit/1ead8d9deb3b175bf40413b8c47b3d19c2262726) treat manifest provided URLs differently
    * [`7f1f9b1cb`](https://github.com/containerd/containerd/commit/7f1f9b1cbcc4c3081581a1c89cf163f909cb5446) Merge pull request  [#4464](https://github.com/containerd/containerd/pull/4464) from thaJeztah/1.2_backport_bump_golang_1.13.15
    * [`f52fbb8a9`](https://github.com/containerd/containerd/commit/f52fbb8a9ecd6afd9be112e016e3e71593779735) Bump Golang 1.13.15
    * [`0732aa7a6`](https://github.com/containerd/containerd/commit/0732aa7a6611dffeac0ae41f8a4bf3f18923d5cd) Bump Golang 1.13.14
    * [`f6b342959`](https://github.com/containerd/containerd/commit/f6b34295960d701490ddbbd61d02a99c4e36a6ad) Bump Go 1.13.13
    * [`0a454c2f7`](https://github.com/containerd/containerd/commit/0a454c2f7b55a3eb75b095fb14b35c9c24c39cf9) Merge pull request  [#4339](https://github.com/containerd/containerd/pull/4339) from AkihiroSuda/golang-1.13.12-containerd1.2
    * [`2f4dfde54`](https://github.com/containerd/containerd/commit/2f4dfde54fbf21fa148962acf2b54c5a94645ea0) Bump Golang 1.13.12
    * [`48cc59890`](https://github.com/containerd/containerd/commit/48cc59890abbd0f0f88eb2014569f4ee7434582b) Merge pull request  [#4319](https://github.com/containerd/containerd/pull/4319) from hakman/runc-selinux-1.2
    * [`cbdfca815`](https://github.com/containerd/containerd/commit/cbdfca8157f00c278105e4391e144c86e332520b) Build runc with selinux support
    * [`3b72766af`](https://github.com/containerd/containerd/commit/3b72766af2f4404b9a09e3bd9608692949ad4e25) Merge pull request  [#4268](https://github.com/containerd/containerd/pull/4268) from dmcgowan/1.2-fix-bad-backport-push-octet-stream
    * [`f8ae16778`](https://github.com/containerd/containerd/commit/f8ae167780e2f00df6d1f58f0833e11ff487c57c) Fix incorrect backport of setting octet-stream
    * [`d4242f0d3`](https://github.com/containerd/containerd/commit/d4242f0d3c09b47c5a483807291ec3a2564bbc19) Merge pull request  [#4270](https://github.com/containerd/containerd/pull/4270) from estesp/travis-ci-fixes
    * [`17a506c94`](https://github.com/containerd/containerd/commit/17a506c94f453ca678fc4bb844fa918a9a29481a) golangci-lint update and fix
    * [`05bf3d63a`](https://github.com/containerd/containerd/commit/05bf3d63a66eb202ffe949d2cdfbc2c71e41d698) Merge pull request  [#4173](https://github.com/containerd/containerd/pull/4173) from thaJeztah/1.2_backport_bump_golang_1.13
    * [`4f6dc01a8`](https://github.com/containerd/containerd/commit/4f6dc01a864d41659ea7dad0532c914bd6555b4f) Bump Golang 1.13.10
    * [`493665bd5`](https://github.com/containerd/containerd/commit/493665bd53e35fda1ca183f666bad3ed8c49e4ff) Bump Golang 1.13.9
    * [`edc830f98`](https://github.com/containerd/containerd/commit/edc830f984f9905194fd1427f5a20833bf558d39) Merge pull request  [#4149](https://github.com/containerd/containerd/pull/4149) from thaJeztah/1.2_backport_bump_console
    * [`053f4d6fd`](https://github.com/containerd/containerd/commit/053f4d6fd856727e48fd9a537753e3146bcdfcb5) Update containerd/console vendor for fix
    * [`e72c2b5b1`](https://github.com/containerd/containerd/commit/e72c2b5b16a1e2cc003d7335472dbc74cbe4ca52) Bump containerd console for os.File changes
    * [`8810a1387`](https://github.com/containerd/containerd/commit/8810a1387d3ab4ae681f40f1deae3b7f5199b343) bump containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
    * [`b3b1ef317`](https://github.com/containerd/containerd/commit/b3b1ef317266073e0d694db10a6e06e7400379b3) Merge pull request  [#4121](https://github.com/containerd/containerd/pull/4121) from payall4u/hotfix-delete-container-error
    * [`f8be3cf7f`](https://github.com/containerd/containerd/commit/f8be3cf7fb73159f9a38785cc29b5702acf0b4d8) when kill container, check if container has been deleted
    * [`8403abc6f`](https://github.com/containerd/containerd/commit/8403abc6f86d4603413206daaa065fc08d7bc3fc) Merge pull request  [#4060](https://github.com/containerd/containerd/pull/4060) from thaJeztah/1.2_backport_bump_golang_1.13
    * [`35a174382`](https://github.com/containerd/containerd/commit/35a1743821f3fe3e91ae44c12926edd349907de6) Update Golang 1.13.8
    * [`305703670`](https://github.com/containerd/containerd/commit/30570367033c0d7b6c3faa273fbdd0eda32bb65a) Update Golang 1.13.7 (CVE-2020-0601, CVE-2020-7919)
    * [`1591eb809`](https://github.com/containerd/containerd/commit/1591eb809686d572256c15eab30e70f780a52ac0) Update Golang 1.13.6
    * [`fc95ae8ed`](https://github.com/containerd/containerd/commit/fc95ae8ed46eda3db2cee4f5b93b92109a0cbc54) Update Golang 1.13.5
    * [`77499e24e`](https://github.com/containerd/containerd/commit/77499e24eed68fede7c41e32787bf62802a4de45) Update to Golang 1.13.4
    * [`2adf308a2`](https://github.com/containerd/containerd/commit/2adf308a249fd33760189fc9adcff8c0cff76d7c) Revert "Update Golang 1.12.14"
    * [`9d53ba930`](https://github.com/containerd/containerd/commit/9d53ba9301b84c5c898fffd2684dd0b94189b561) Revert "Update Golang 1.12.15"
    * [`c5843f944`](https://github.com/containerd/containerd/commit/c5843f944c5ab73dfe223fd3f265e4166da6dd92) Revert "Update Golang 1.12.16 (CVE-2020-0601, CVE-2020-7919)"
    * [`012c4c0af`](https://github.com/containerd/containerd/commit/012c4c0afc0ec9eb7ff43a2cfab048a3aebb4399) Revert "Update Golang 1.12.17"
    * [`30267a8da`](https://github.com/containerd/containerd/commit/30267a8da09e59cc3feb9da9430167d461bacc8a) platforms: update known OS and arch values
    * [`591f6f491`](https://github.com/containerd/containerd/commit/591f6f491442dbd05356e60fb23972eac1f5284f) Move flag.Parse in tests to TestMain
    * [`e7583ca96`](https://github.com/containerd/containerd/commit/e7583ca96e82f48f7fd61df156dacf35a9cc37f5) Merge pull request  [#4064](https://github.com/containerd/containerd/pull/4064) from thaJeztah/1.2_backport_namespace_path
    * [`80914476e`](https://github.com/containerd/containerd/commit/80914476e2cb9518a170cbb33a9d41b3fa68253b) Merge pull request  [#4061](https://github.com/containerd/containerd/pull/4061) from thaJeztah/1.2_backport_golang_ci_lint
    * [`469320d92`](https://github.com/containerd/containerd/commit/469320d9281cd38e01b333f15270a98890ade459) Merge pull request  [#4067](https://github.com/containerd/containerd/pull/4067) from thaJeztah/1.2_backport_content_close
    * [`598f7a7b5`](https://github.com/containerd/containerd/commit/598f7a7b5757d279bd6975985af0174898b2d942) Try set GOGC for golint
    * [`dfff5b146`](https://github.com/containerd/containerd/commit/dfff5b146ed81e0af87b0c0a8c9beec814ec5200) Switch to golangci-lint
    * [`a18c08347`](https://github.com/containerd/containerd/commit/a18c083471e070e601289852c807cdb35e7a80ef) fix additional linting failures
    * [`c1ceae579`](https://github.com/containerd/containerd/commit/c1ceae5793f7d6e45002c512363df413ba7a328a) Update timestamp atomic write
    * [`82ddedea2`](https://github.com/containerd/containerd/commit/82ddedea200a9d1964010421e0a0dbde761bff0d) Ensure close in content test
    * [`961c23a57`](https://github.com/containerd/containerd/commit/961c23a5700b194455a64172217e4d837afdd6d7) fix killall when use pidnamespace
    * [`a386eb648`](https://github.com/containerd/containerd/commit/a386eb648eb099d087ea50ea999713a0e8f61575) Fix linter errors
    * [`4fcbc810e`](https://github.com/containerd/containerd/commit/4fcbc810e9415070215f7ef3c73cff87ee2fd999) Merge pull request  [#4055](https://github.com/containerd/containerd/pull/4055) from fuweid/cp12-4048
    * [`971ad613c`](https://github.com/containerd/containerd/commit/971ad613c5b75c8f9386dadc5eeffb34346ee408) bugfix: cleanup dangling shim by brand new context
    </p>
    </details>
    
    ### Changes from containerd/console
    <details><summary>10 commits</summary>
    <p>
    
    * [`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
    * [`0650fd9`](https://github.com/containerd/console/commit/0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f) Merge pull request  [#30](https://github.com/containerd/console/pull/30) from estesp/common-project-content
    * [`0b9f189`](https://github.com/containerd/console/commit/0b9f18993a29f711821e7394d1bb9e1da79d8820) Add common project repo checks/README references
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/console**  c12b1e7919c1 -> 8375c3424e4d
    
    Previous release can be found at [v1.2.13](https://github.com/containerd/containerd/releases/tag/v1.2.13)
    
    
  • v1.4.1
    containerd 1.4.1
    
    Welcome to the v1.4.1 release of containerd!
    
    The first patch release for `containerd` 1.4 includes a fix for v1 shims hanging
    on exit and exec when the log pipe fills up along with other minor changes.
    
    ### Notable Updates
    
    * Always consume shim logs to prevent logs in the shim from blocking [containerd/containerd#4546](https://github.com/containerd/containerd/pull/4546)
    * Fix error deleting v2 bundle directory when removing rootfs returns `ErrNotExist` [containerd/containerd#4472](https://github.com/containerd/containerd/pull/4472)
    * Fix metrics monitoring of v2 runtime tasks [containerd/containerd#4486](https://github.com/containerd/containerd/pull/4486)
    * Fix incorrect stat for Windows containers [containerd/containerd#4468](https://github.com/containerd/containerd/pull/4468)
    * Fix devmapper device deletion on rollback [containerd/containerd#4437](https://github.com/containerd/containerd/pull/4437)
    * Update seccomp default profile [containerd/containerd#4481](https://github.com/containerd/containerd/pull/4481) [#4491](https://github.com/containerd/containerd/pull/4491) [#4492](https://github.com/containerd/containerd/pull/4492) [#4493](https://github.com/containerd/containerd/pull/4493)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Sebastiaan van Stijn
    * Derek McGowan
    * Wei Fu
    * Brian Goff
    * Akihiro Suda
    * Antonio Ojea
    * Jintao Zhang
    * Phil Estes
    * Kazuyoshi Kato
    * Li Yuxuan
    * Mike Brown
    * Prashant Bhutani
    
    ### Changes
    <details><summary>36 commits</summary>
    <p>
    
    * [`c623d1b3`](https://github.com/containerd/containerd/commit/c623d1b36f09f8ef6536a057bd658b3aa8632828) Merge pull request  [#4564](https://github.com/containerd/containerd/pull/4564) from dmcgowan/prepare-1.4.1
    * [`97d690d2`](https://github.com/containerd/containerd/commit/97d690d20a975bf0ab83d02f94c09483c53cb07a) Prepare v1.4.1 release
    * [`910da2fb`](https://github.com/containerd/containerd/commit/910da2fba59dd9762ebb2682c7864712b90d6b84) Merge pull request  [#4555](https://github.com/containerd/containerd/pull/4555) from thaJeztah/1.4_backport_bumpcni
    * [`ca3b91d8`](https://github.com/containerd/containerd/commit/ca3b91d858247ae5785c862b5b06254bb4aca2f6) Merge pull request  [#4560](https://github.com/containerd/containerd/pull/4560) from dmcgowan/backport-4546
    * [`42f38718`](https://github.com/containerd/containerd/commit/42f3871864a49f492d7a3f014ea3930c5f20b14d) Always consume shim logs
    * [`ea29a60a`](https://github.com/containerd/containerd/commit/ea29a60a9e55aa6b09bb27482988f7455498c63e) Merge pull request  [#4558](https://github.com/containerd/containerd/pull/4558) from thaJeztah/1.4_backport_winstats
    * [`db931948`](https://github.com/containerd/containerd/commit/db931948050b536732cf024ebe7feacb2910ce1a) Merge pull request  [#4557](https://github.com/containerd/containerd/pull/4557) from thaJeztah/1.4_backport_makefile_test_tags
    * [`9b5066aa`](https://github.com/containerd/containerd/commit/9b5066aa4d53344431b1819f0a7bdec18efbda32) Merge pull request  [#4556](https://github.com/containerd/containerd/pull/4556) from thaJeztah/1.4_backport_fix_static_plugin
    * [`3bcce819`](https://github.com/containerd/containerd/commit/3bcce819915f040588a4c7db084bc5d7d566b28c) Merge pull request  [#4554](https://github.com/containerd/containerd/pull/4554) from thaJeztah/1.4_backport_add_openat2_syscall
    * [`98a733e0`](https://github.com/containerd/containerd/commit/98a733e0bf6391329a33c1cbc72894cc5fcc0499) Merge pull request  [#4552](https://github.com/containerd/containerd/pull/4552) from thaJeztah/1.4_backport_shim_exec_p_debug
    * [`f247618a`](https://github.com/containerd/containerd/commit/f247618a3663dfbd6d731647ad2fd48add96c4b8) Report correct stats for windows containers
    * [`cc5d1518`](https://github.com/containerd/containerd/commit/cc5d1518fa00f429be4c8d06845bef6348534e14) Update go list to respect build tags
    * [`086e859d`](https://github.com/containerd/containerd/commit/086e859d2172d524d9069e3a50871a62081eda09) BUILDING.md: fix description about static builds
    * [`16712ae4`](https://github.com/containerd/containerd/commit/16712ae4935cd5cddcf08fe08db19a456cbbab02) bump cni version to v0.8.0
    * [`1575c88c`](https://github.com/containerd/containerd/commit/1575c88cc4a4750b74f47e699da0771e436ffb2a) seccomp: add `faccessat2` syscall.
    * [`8bd2bece`](https://github.com/containerd/containerd/commit/8bd2becea29c707a883053d484654c82bef72c65) seccomp: add `openat2` syscall.
    * [`4e3397e0`](https://github.com/containerd/containerd/commit/4e3397e05530bb3d15d8f8eda9b210deb9fd3e90) shimv1: downgrade poroccess missing log to debug
    * [`6b5fc7f2`](https://github.com/containerd/containerd/commit/6b5fc7f2044797cde2b8eea8fa59cf754e7b5d30) Merge pull request  [#4542](https://github.com/containerd/containerd/pull/4542) from thaJeztah/1.4_backport_forward_signal_not_found
    * [`d118c90d`](https://github.com/containerd/containerd/commit/d118c90d35eaa7dd3f642ac2281c7d8a49f64580) Ignore SIGURG signals in signal forwarder
    * [`3ee6189f`](https://github.com/containerd/containerd/commit/3ee6189fef654bb36c5b5d23bde30d488c875ef3) Exit signal forward if process not found
    * [`1a367762`](https://github.com/containerd/containerd/commit/1a3677627dde29d376cc768c8c38368bd15e76f5) Merge pull request  [#4512](https://github.com/containerd/containerd/pull/4512) from fuweid/14-cherry-pick-4486
    * [`a1289d6b`](https://github.com/containerd/containerd/commit/a1289d6b81ef09e2ec6be12e3c1f04daca39c927) tasks: Monitor v2 tasks in initFunc as well
    * [`12f20c99`](https://github.com/containerd/containerd/commit/12f20c9963a4f74fb813a02e9e94d0246c7f3c1b) Merge pull request  [#4503](https://github.com/containerd/containerd/pull/4503) from thaJeztah/1.4_backport_seccomp_updates
    * [`1f823f76`](https://github.com/containerd/containerd/commit/1f823f76d4734366570f8fb378ec707dc96d4607) seccomp: allow io-uring related system calls
    * [`3d28944b`](https://github.com/containerd/containerd/commit/3d28944befd7338b30725f93a0d8acd794bac883) seccomp: allow clock_settime when CAP_SYS_TIME is added
    * [`e5cc7d52`](https://github.com/containerd/containerd/commit/e5cc7d5276edb02033d6a7fd2c9d5ba9ac1a6022) seccomp: allow quotactl with CAP_SYS_ADMIN
    * [`20273a80`](https://github.com/containerd/containerd/commit/20273a803eee39adb7c0580a1d7fc5a673f9cf8c) seccomp: allow sync_file_range2 on supported architectures.
    * [`357d1002`](https://github.com/containerd/containerd/commit/357d10021a0a4f32f4fcb5ac51f59ff38a345bc3) seccomp: allow personality with UNAME26 bit set
    * [`0c9de662`](https://github.com/containerd/containerd/commit/0c9de6629d3eb02d1cacc500fe2069c0dca999d6) seccomp: allow syscall membarrier
    * [`caa46116`](https://github.com/containerd/containerd/commit/caa461167ca6f4d48d42fce8f090e378276acf5c) seccomp: allow adjtimex get time operation
    * [`2b80b7dc`](https://github.com/containerd/containerd/commit/2b80b7dc45670aeb26e0fcbdc64a3fa3b1366845) seccomp: allow add preadv2 and pwritev2 syscalls
    * [`e71eccbc`](https://github.com/containerd/containerd/commit/e71eccbca0f30297b1ac1c09cc5f1624a587ef36) seccomp: move the syslog syscall to be gated by CAP_SYS_ADMIN or CAP_SYSLOG
    * [`881db9b5`](https://github.com/containerd/containerd/commit/881db9b52d6e25ca446febbb141497e4983e1c34) Merge pull request  [#4499](https://github.com/containerd/containerd/pull/4499) from fuweid/cherry-pick-4472
    * [`feff914a`](https://github.com/containerd/containerd/commit/feff914af2269f04c15913798f1fa53d5ab645c3) runtime: ignore ErrNotExist when remove rootfs
    * [`94c8bd94`](https://github.com/containerd/containerd/commit/94c8bd94aae00b1129c3345a0ad34e128c440a6a) Merge pull request  [#4496](https://github.com/containerd/containerd/pull/4496) from kzys/backport-1.4-4437
    * [`23e0ea27`](https://github.com/containerd/containerd/commit/23e0ea27b7398d499d7e7781395a2b59e4c9f931) snapshots/devmapper: fix rollback
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>4 commits</summary>
    <p>
    
    * [`8fbf363`](https://github.com/containerd/go-cni/commit/8fbf3637eb5f67bb16eaacd4ec23a82e4d33b3ec) Merge pull request  [#56](https://github.com/containerd/go-cni/pull/56) from aojea/bumpcni
    * [`49657db`](https://github.com/containerd/go-cni/commit/49657db36187b0b87f11e6fca3476b712136c98d) bump containernetworking/cni dependency to 0.8.0
    * [`1582593`](https://github.com/containerd/go-cni/commit/15825938bfd61f0f482fa19da2dd76aa7a389730) Merge pull request  [#58](https://github.com/containerd/go-cni/pull/58) from fuweid/update-readme-usage
    * [`8ffba88`](https://github.com/containerd/go-cni/commit/8ffba88879e7e0c2e14193e35432f3261fa6f4bd) README.md: update Usage case
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/go-cni**            v1.0.0 -> v1.0.1
    * **github.com/containernetworking/cni**      v0.7.1 -> v0.8.0
    * **github.com/containernetworking/plugins**  v0.7.6 -> v0.8.6
    
    Previous release can be found at [v1.4.0](https://github.com/containerd/containerd/releases/tag/v1.4.0)
    
  • v1.4.0
    containerd 1.4.0
    
    Welcome to the v1.4.0 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)
    * **Deprecate `io.containerd.runtime.v1.*` and `io.containerd.runc.v1`** [#4384](https://github.com/containerd/containerd/pull/4384)
    
    ### 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)
    * **Use spec's mountLabel when mounting container rootfs** [#4051](https://github.com/containerd/containerd/pull/4051)
    * **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)
    * **Add namespace query parameter when using a registry proxy** [#4413](https://github.com/containerd/containerd/pull/4413)
    
    ### 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)
    * **Remove libseccomp requirement, seccomp support is now always built-in** [#4439](https://github.com/containerd/containerd/pull/4439)
    
    ### 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
    * Lantao Liu
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Michael Crosby
    * Mike Brown
    * Wei Fu
    * Derek McGowan
    * Boris Popovschi
    * Maksym Pavlenko
    * Stefan Berger
    * Brandon Lum
    * Davanum Srinivas
    * Rui Chen
    * Brian Goff
    * Shengjing Zhu
    * Kohei Tokunaga
    * Kir Kolyshkin
    * Paul "TBBle" Hampson
    * Justin Terry
    * Kazuyoshi Kato
    * Li Yuxuan
    * Fahed Dorgaa
    * Gaurav Singh
    * Hu Shuai
    * Xiaodong Ye
    * Jie Hao Liao
    * Johannes Frey
    * Mario Macias
    * Ted Yu
    * Eric Ren
    * Erik Sipsma
    * Fupan Li
    * Joakim Roubert
    * Sam Whited
    * Sascha Grunert
    * Tõnis Tiigi
    * Alex Price
    * Antonio Ojea
    * Byonggon Chun
    * Daniel Canter
    * Darren Shepherd
    * Ed Bartosh
    * Eric Ernst
    * George Goh
    * Junior Santos
    * Kathryn Baldauf
    * Kenta Tada
    * Kevin Parsons
    * Manuel Rüger
    * Seth Pellegrino
    * Stephen J Day
    * Tibor Vass
    * Tom Faulhaber
    * xianlubird
    * Abhishek Kulkarni
    * Alex Ellis (OpenFaaS Ltd)
    * Ameya Gawde
    * Andrew Dunham
    * Angela Li
    * Arnaud Rebillout
    * Ashray Jain
    * Avi Deitcher
    * Bingshen Wang
    * Brian Pursley
    * Chethan Suresh
    * Chris C
    * Daniel Bevenius
    * Dave Syer
    * Drew Erny
    * Eli Uriegas
    * Erik Wilson
    * Evan Cordell
    * Fabricio Voznika
    * Florian Schmaus
    * Gábor Lipták
    * Haitao Li
    * HsuanChi (Austin) Kuo
    * Ivan Markin
    * Jacob Blain Christen
    * James Sturtevant
    * Jintao Zhang
    * Johann Neuhauser
    * John Millikin
    * Jordan Karaze
    * Joris De Winne
    * Josh Dolitsky
    * Justin Cormack
    * Justin Hutchings
    * Kiril Vladimiroff
    * Laszlo Janosi
    * Lifubang
    * Lorenz Brun
    * Lucas Kanashiro
    * Martin Hickey
    * Mihai Coman
    * Mikko Ylinen
    * Morgan Bauer
    * Murat
    * Nick Ethier
    * Nishchay Kumar
    * Peng Tao
    * Philip Marin
    * Reid Li
    * Rudy Zhang
    * SaiHarshaK
    * Seth Bunce
    * Sherif
    * Shiwei Zhang
    * SiYu Zhao
    * Stanislav Levin
    * Takumasa Sakao
    * Thibaut Collet
    * Tim Allclair
    * Tobias Bradtke
    * Tobias Klauser
    * Tom Wieczorek
    * Ulysses Souza
    * Wilbert van de Ridder
    * Yikun Jiang
    * Zhiyu Li
    * dingdongx
    * kenneth.kang
    * sayaoailun
    * yang yang
    * yuxiaobo
    * 张潇
    * 徐敏才
    
    ### Changes
    <details><summary>876 commits</summary>
    <p>
    
    * [`09814d48`](https://github.com/containerd/containerd/commit/09814d48d50816305a8e6c1a4ae3e2bcc4ba725a) Merge pull request  [#4479](https://github.com/containerd/containerd/pull/4479) from dmcgowan/prepare-1.4.0
    * [`d68ddb0c`](https://github.com/containerd/containerd/commit/d68ddb0c0ae8c539ae264047dbf5e3e08caac217) Prepare v1.4.0
    * [`6be2eccd`](https://github.com/containerd/containerd/commit/6be2eccd720813758d4d7ad19037869bc698fd57) Update releases page for v1.4.0
    * [`298f4366`](https://github.com/containerd/containerd/commit/298f43663a8e434fbe3239ea14c2ced49646b2a4) Merge pull request  [#4480](https://github.com/containerd/containerd/pull/4480) from AkihiroSuda/disable-vagrant-crun
    * [`d469bffc`](https://github.com/containerd/containerd/commit/d469bffcdc224e9c8b0100bed085d8415116f073) CI: disable crun on Vagrant to decrease flakiness
    * [`1267b19d`](https://github.com/containerd/containerd/commit/1267b19de4cc96db3032dbf221d2efb666206b9a) Merge pull request  [#4476](https://github.com/containerd/containerd/pull/4476) from thaJeztah/systemd_license_header
    * [`77a33e3d`](https://github.com/containerd/containerd/commit/77a33e3db636206b395f48589cdc7072026ebd5f) systemd: add license header to systemd unit
    * [`43366250`](https://github.com/containerd/containerd/commit/433662502f428773746fe403484d61452e77f7e2) Merge pull request  [#4456](https://github.com/containerd/containerd/pull/4456) from crisesw/ctr-cpu-limit
    * [`e87c38ae`](https://github.com/containerd/containerd/commit/e87c38ae0522942337ae15f5d3c5b12892a0782d) Merge pull request  [#4471](https://github.com/containerd/containerd/pull/4471) from AkihiroSuda/vagrant-increase-mem
    * [`8d39722f`](https://github.com/containerd/containerd/commit/8d39722fec9bb8f43408aad006122684305ba24a) Vagrantfile: increase memory
    * [`e9f94064`](https://github.com/containerd/containerd/commit/e9f94064b9616ab36a8a51d632a63f97f7783c3d) Merge pull request  [#4469](https://github.com/containerd/containerd/pull/4469) from dmcgowan/update-1.4.0-rc.1
    * [`790c131c`](https://github.com/containerd/containerd/commit/790c131cf413e0902cb2406deea86f5e3fc4cbff) Merge pull request  [#4465](https://github.com/containerd/containerd/pull/4465) from dmcgowan/github-release-cri
    * [`41469ed7`](https://github.com/containerd/containerd/commit/41469ed72b78060fbd5fd6e9163fcc44423a20eb) Update version for 1.4.0-rc.1
    * [`f0c50967`](https://github.com/containerd/containerd/commit/f0c50967fbe65e809fcb2e79f1120bcda88887e6) Merge pull request  [#4466](https://github.com/containerd/containerd/pull/4466) from thaJeztah/bump_cri2
    * [`60fa35f1`](https://github.com/containerd/containerd/commit/60fa35f11eba7422119d76dc72e15f315786a37c) Fix DCO commit limit
    * [`d2472ecc`](https://github.com/containerd/containerd/commit/d2472ecc5951aa20c50ce9a2b9ec4537e6dbb830) Add CRI release build
    * [`1c7312e5`](https://github.com/containerd/containerd/commit/1c7312e5da1ae8ca3cf238397939ed1d24f60758) Update containerd systemd unit file
    * [`ccda5376`](https://github.com/containerd/containerd/commit/ccda537604f92d580d0c467d83817f0f0f207667) Create etcd user in cloud init.
    * [`e973719c`](https://github.com/containerd/containerd/commit/e973719ccf2294b9defa4e1315639f7d5da8adf5) use containerd/project header test
    * [`cb7ffd4b`](https://github.com/containerd/containerd/commit/cb7ffd4b0bf9d76217cd4075aac66521e0769130) Fix indent in cni.template.
    * [`3e03ba7a`](https://github.com/containerd/containerd/commit/3e03ba7aa280650dd8efde3dffb27ef356525a1e) Update deployment and integration test
    * [`9c545179`](https://github.com/containerd/containerd/commit/9c54517920da8da51632a927793b4e0c9612e038) Add TaskMax=infinity
    * [`523b0b3c`](https://github.com/containerd/containerd/commit/523b0b3c61b2cb9eac0b335fff399c8016f269e6) Remove `noSnat`
    * [`231d291b`](https://github.com/containerd/containerd/commit/231d291b2d4044233d1012292b89a0fae910d428) Use v2 config.
    * [`1e1688d2`](https://github.com/containerd/containerd/commit/1e1688d2111b5ba68538977d6449aab991f14b12) Use per-pod shim.
    * [`87bd84a7`](https://github.com/containerd/containerd/commit/87bd84a7bb3e3933c466a40a7f9a197eadb404f7) Add DefaultRuntimeName option.
    * [`cfab98a5`](https://github.com/containerd/containerd/commit/cfab98a5fd1c64a8ae1a1c016989c8fe08ea9227) Use ctr images import.
    * [`5e3ac16c`](https://github.com/containerd/containerd/commit/5e3ac16cc60138d537643d06e58462544ce478b3) Add `cri` as required plugin.
    * [`5b9d8476`](https://github.com/containerd/containerd/commit/5b9d8476eaeb6130da70a5d31ca59c78ba8e7478) Use runc.v1 for now for debugging.
    * [`e6e272e7`](https://github.com/containerd/containerd/commit/e6e272e740a3f4b15bd3cd1ede006a31d54b3dc4) Enable runc.v2 as the default runtime in test.
    * [`d19aa0fd`](https://github.com/containerd/containerd/commit/d19aa0fd2e2f24a536ac5c4ed37bc576c1d552d2) Use local env to avoid writing to passed-in readonly env.
    * [`ee6d69bb`](https://github.com/containerd/containerd/commit/ee6d69bbc10d0db18bbbc1e7e40a9f8dd59350f3) Set default "" to extra runtime handler.
    * [`474c79bd`](https://github.com/containerd/containerd/commit/474c79bd52b90cdd93da72bee9ca1d72e839797c) Expose vars to configure an additional runtime handler
    * [`ce12477f`](https://github.com/containerd/containerd/commit/ce12477f47f16009ec63b704532c726284fcc638) Support docker 18.09 in the test script.
    * [`14671210`](https://github.com/containerd/containerd/commit/1467121010350d18bf52510c290c37692c56ff33) Remove the unused `health-monitor.sh`.
    * [`201ad4d3`](https://github.com/containerd/containerd/commit/201ad4d3c47686b2cc6f24e8393d93de8e020573) Support netd in GCE bootstrap.
    * [`5ce70575`](https://github.com/containerd/containerd/commit/5ce70575020e855e03d4f0c3dc83e8a01f5ff151) Serve streaming on localhost by default to match k8s 1.11 default.
    * [`b553fdaf`](https://github.com/containerd/containerd/commit/b553fdaf31f32328d51760a37796065dd2ba8783) Remove crictl on GCE for all cases.
    * [`d8ce08fd`](https://github.com/containerd/containerd/commit/d8ce08fd9233104298c435af233866cddae742c1) Set stream server to serve on localhost on GCE.
    * [`1629bab7`](https://github.com/containerd/containerd/commit/1629bab7f9c373381fd3cea3e1393bdf653cd7f4) Make max container log line size configurable through cloud init.
    * [`042378dc`](https://github.com/containerd/containerd/commit/042378dcf11858ba3223f5285c87f247960e1bd3) Disable TLS streaming to work with new kubelet streaming proxy.
    * [`37f2ecad`](https://github.com/containerd/containerd/commit/37f2ecad973cfce9209206ad3b0639e31111c02d) Update cni.template
    * [`b58b6fef`](https://github.com/containerd/containerd/commit/b58b6fef86ad7f294d4b22a00488aa825c91abed) Disable restart plugin on GCE.
    * [`f938a166`](https://github.com/containerd/containerd/commit/f938a166cd55784efe9cc8c25d92b19501990791) Fix kube-container-runtime-monitor.
    * [`91f8e61b`](https://github.com/containerd/containerd/commit/91f8e61bd3ee53ebc943ec25c3a3867a4ba73ae4) Use crictl installed in kube-up.sh
    * [`5161f663`](https://github.com/containerd/containerd/commit/5161f663e4e3313425a3361574e457a4390d1693) Add `unix://` prefix for socket addresses used by CRI remote client.
    * [`1b995fca`](https://github.com/containerd/containerd/commit/1b995fcaf2ae73872f4c1a2df983f4854d4c9c9d) Add KUBE_CONTAINER_RUNTIME_NAME to fix fluentd support.
    * [`48457a25`](https://github.com/containerd/containerd/commit/48457a254eaf7e091ed51e3b797578141384909a) Try using preloaded containerd if no version is specified.
    * [`c67a38b0`](https://github.com/containerd/containerd/commit/c67a38b0b5b06d1d879df787bd4b5752d3c63569) Add log level support.
    * [`4453aac0`](https://github.com/containerd/containerd/commit/4453aac0057a809e719d56e22d9e53c324867626) Improve gce bootstrapping in various ways.
    * [`1bd3cdc5`](https://github.com/containerd/containerd/commit/1bd3cdc572e2545d7df719ce72a231981001ab16) Add cni config template support.
    * [`d520fac5`](https://github.com/containerd/containerd/commit/d520fac5083225de64edb313c39114d0e26c94a5) Enable TLS streaming in all the setup.
    * [`cdb4aec9`](https://github.com/containerd/containerd/commit/cdb4aec93a9043a6d4a0ed5dc66b179895cce0e1) Use systemd service cgroup and oom score adj.
    * [`af8bd806`](https://github.com/containerd/containerd/commit/af8bd80689b4e3ece62c286c30b696d72a60e50c) Fix for kube-up.sh and update several documments.
    * [`005da4a9`](https://github.com/containerd/containerd/commit/005da4a9b952620f7784d2f6e95d107693e1c1a1) Replace `ctrcri` with `ctr cri`.
    * [`0e2bd216`](https://github.com/containerd/containerd/commit/0e2bd216cecb834fbc9321ee42a58d6f6d5d5a08) Update GCE cluster bootstrapping and e2e test
    * [`59e65e1f`](https://github.com/containerd/containerd/commit/59e65e1f3722aeb70b0c9884486b1a70ef1a660b) Enable container log rotation.
    * [`85b4e69c`](https://github.com/containerd/containerd/commit/85b4e69c9fefd940c96d5cd58255c91f6371e9fe) Do not block on stream server close.
    * [`2ea6584c`](https://github.com/containerd/containerd/commit/2ea6584ca7a935fb40f3fbe85f0bb955a8fa8a5f) Add initial wait for health-monitor and use pkill -x.
    * [`56b7ef2c`](https://github.com/containerd/containerd/commit/56b7ef2c4d8e925627134926a2d98a5bcdfc650e) The ENV is finalized as KUBE_KUBELET_EXTRA_ARGS.
    * [`24a3a0a0`](https://github.com/containerd/containerd/commit/24a3a0a0682c4ba9293fd856ded88aa9888929d6) change crictl sandboxes to pods; other references to sandboxes
    * [`8bc30e7a`](https://github.com/containerd/containerd/commit/8bc30e7a2e4bee25146f7ae2c8fc2d419e4a3938) Update ocicni to main stream.
    * [`a0107155`](https://github.com/containerd/containerd/commit/a0107155843459e6891d71b1010fe41803cb6324) Add a separate CLI for cri-containerd `ctrcri`.
    * [`a843a306`](https://github.com/containerd/containerd/commit/a843a30645c4847f17dc9b0046b5a27e7a215e4e) Use registry-1.docker.io as backup
    * [`ec649079`](https://github.com/containerd/containerd/commit/ec649079a91b60529efd23642723b1cd6231415d) Put version into metadata so that version won't be changed across restart.
    * [`7cbc1c8d`](https://github.com/containerd/containerd/commit/7cbc1c8dc394915869b238544c839a2174c0dbd4) Set registry mirror.
    * [`9f0816ac`](https://github.com/containerd/containerd/commit/9f0816ac43d38fdd84fbed37e6cf05d5f14c48de) Configure container runtime cgroups for cgroup.
    * [`be72f47e`](https://github.com/containerd/containerd/commit/be72f47ec93361e6975a342317193d8b75e9a3d4) Add runtime cgroup and fix a cli panic.
    * [`680e21c4`](https://github.com/containerd/containerd/commit/680e21c43046e722b61fb6e9c97e475bc785f077) Update all glog flags to `log-level`.
    * [`d50b9dd6`](https://github.com/containerd/containerd/commit/d50b9dd64c13f73a90317eca0eba818e4ff406ce) Update containerd to 6c7abf7c76c1973d4fb4b0bad51691de84869a51.
    * [`869ea6b0`](https://github.com/containerd/containerd/commit/869ea6b0c809ae397cc626074ec76af65e41f6f3) Add document for kube-up.sh
    * [`30cbfb62`](https://github.com/containerd/containerd/commit/30cbfb62ec1abc22bd925e3593e342f00c7ccded) Add OS and arch in release tarball.
    * [`0512d1e0`](https://github.com/containerd/containerd/commit/0512d1e0b2d56eb6c80d8a8604bb4745128f9fc5) Add `cluster` directory and health-monitor.sh.
    * [`8a3f1c99`](https://github.com/containerd/containerd/commit/8a3f1c99e0d117bd1877d7b98cc88a61a2809f25) Merge pull request  [#4451](https://github.com/containerd/containerd/pull/4451) from dweomer/test-selinux
    * [`a1736f98`](https://github.com/containerd/containerd/commit/a1736f98a5e3c0816c5d8a9d04d002a5c9c85249) vendor: containerd/cri 4e6644c8cf7fb825f62e0007421b7d83dfeab5a1
    * [`15fa7f37`](https://github.com/containerd/containerd/commit/15fa7f3787e3ea44fe4e602cf91608126ede8b86) vendor: update kubernetes v1.19.0-rc.4
    * [`4a0ac319`](https://github.com/containerd/containerd/commit/4a0ac319caf106503fcd7cb96240e121494eb0de) vendor: golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
    * [`f80b4dc5`](https://github.com/containerd/containerd/commit/f80b4dc586e3d1a9605f150eb32a1708300fc077) vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
    * [`5a9a6a14`](https://github.com/containerd/containerd/commit/5a9a6a145eed5ac4e980246e5e60ab7e8aa091f8) vendor: golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
    * [`aa40ebb4`](https://github.com/containerd/containerd/commit/aa40ebb417f30d77663942ad58f89c008cb53929) vendor: json-iterator/go v1.1.10
    * [`4252d2c9`](https://github.com/containerd/containerd/commit/4252d2c9b1db393bb7c23509a7486c46b7593fd6) Merge pull request  [#4461](https://github.com/containerd/containerd/pull/4461) from AkihiroSuda/update-rootless-doc
    * [`269633f7`](https://github.com/containerd/containerd/commit/269633f72ebb4f3273bc09079bd17562bbb02d2a) Merge pull request  [#4459](https://github.com/containerd/containerd/pull/4459) from AkihiroSuda/runc-rc92
    * [`b4376e98`](https://github.com/containerd/containerd/commit/b4376e9865848e6985c4d3377a57947ce3bcce63) Update Vagrantfile for testing SELinux
    * [`23934e86`](https://github.com/containerd/containerd/commit/23934e86868459ec9d2fb7ee7dd37e4b00b28c9f) Merge pull request  [#4462](https://github.com/containerd/containerd/pull/4462) from thaJeztah/bump_golang_1.13.15
    * [`55c9eade`](https://github.com/containerd/containerd/commit/55c9eade39f6ad52f4559e7385a521a9c44f8bdc) Bump Golang 1.13.15
    * [`e3e2c394`](https://github.com/containerd/containerd/commit/e3e2c394626a80009203290f6df0a4cbb6dcf05a) update docs/rootless.md
    * [`84336029`](https://github.com/containerd/containerd/commit/84336029897ea2635a8e4fd110275c13d7acde44) update runc to v1.0.0-rc92
    * [`e20a5079`](https://github.com/containerd/containerd/commit/e20a5079e8c99b0a6eda609872d478a707043390) Add --cpu-quota, --cpu-period flag to ctr
    * [`3cdc7bf1`](https://github.com/containerd/containerd/commit/3cdc7bf13d2210d71b703177d9cbae37f59afdc1) Merge pull request  [#4457](https://github.com/containerd/containerd/pull/4457) from thaJeztah/bump_cri_tools
    * [`3cc2be2a`](https://github.com/containerd/containerd/commit/3cc2be2a870fcef211e36c75dab7b2f395662bef) Update cri-tools to v1.18.0-100-g2bf7674 for Go 1.15 compatibility
    * [`85b15eff`](https://github.com/containerd/containerd/commit/85b15eff4581d7e5e3bccb40fdd4f35b6946f545) Merge pull request  [#4449](https://github.com/containerd/containerd/pull/4449) from dmcgowan/prepare-1.4.0-rc.0
    * [`62885592`](https://github.com/containerd/containerd/commit/6288559231a5c01aeeba316b5be2bfd0c02a3434) Prepare 1.4.0-rc.0 release
    * [`666198cd`](https://github.com/containerd/containerd/commit/666198cd2a3e5c0973118cfa6532b459b4494fa2) Merge pull request  [#4446](https://github.com/containerd/containerd/pull/4446) from kzys/devmapper-platform
    * [`74e9aa7a`](https://github.com/containerd/containerd/commit/74e9aa7abbea1ba4e88d3fe4a28713f27e008538) snapshots/devmapper: don't hardcord the platform strings
    * [`0f08a55d`](https://github.com/containerd/containerd/commit/0f08a55d6b62409e3568b976e4d0a8927846d435) Merge pull request  [#4413](https://github.com/containerd/containerd/pull/4413) from dmcgowan/registry-proxy-ns
    * [`adeba792`](https://github.com/containerd/containerd/commit/adeba792f16bff6d8f68d560566ed50202634bac) Add namespace query parameter for registry proxying
    * [`49837814`](https://github.com/containerd/containerd/commit/49837814b3167d99b15965cab0673fedf0fcd953) Merge pull request  [#4433](https://github.com/containerd/containerd/pull/4433) from Yikun/enable-new-nodeset
    * [`bd92d567`](https://github.com/containerd/containerd/commit/bd92d567a52c59e38e56c70eae6abf5adf74f8f0) Merge pull request  [#4442](https://github.com/containerd/containerd/pull/4442) from estesp/noop-deps
    * [`5a190c70`](https://github.com/containerd/containerd/commit/5a190c707790abea694b09765bb859ca88fe0b7d) Remove seccomp/Linux deps steps in GH Actions
    * [`6162ae93`](https://github.com/containerd/containerd/commit/6162ae93db564f05cc257d4d7597289a091ed611) Merge pull request  [#4439](https://github.com/containerd/containerd/pull/4439) from AkihiroSuda/cri-20200731
    * [`6988b4d6`](https://github.com/containerd/containerd/commit/6988b4d640d0a709dd60732d6351801057da2ec7) remove `seccomp` buildtag
    * [`362b7167`](https://github.com/containerd/containerd/commit/362b7167a71b7e32ae9f9c784c8afe0b66287605) vendor: update cri (no more libseccomp cgo dependency)
    * [`df8352f1`](https://github.com/containerd/containerd/commit/df8352f1ff4c787312e7805a6e2ec6686adbda5f) Merge pull request  [#4335](https://github.com/containerd/containerd/pull/4335) from ktock/sn-doc
    * [`4a96be97`](https://github.com/containerd/containerd/commit/4a96be97958fd662ba058042de69cd0fd59aae3e) Merge pull request  [#4431](https://github.com/containerd/containerd/pull/4431) from TBBle/import_manifest_for_test_binary
    * [`fa1220fc`](https://github.com/containerd/containerd/commit/fa1220fce33f35f91a65aa36541a2c42c213ecc2) Merge pull request  [#4436](https://github.com/containerd/containerd/pull/4436) from tonistiigi/tokenscopes-public
    * [`03b5a053`](https://github.com/containerd/containerd/commit/03b5a053ea0e00414fb90bc567ceacb3157eab11) remotes: mark GetTokenScopes public
    * [`779ef602`](https://github.com/containerd/containerd/commit/779ef60231a555f7eb9ba82b052d59b69ca2ef10) Merge pull request  [#4435](https://github.com/containerd/containerd/pull/4435) from tao12345666333/update-runc
    * [`b43a01a2`](https://github.com/containerd/containerd/commit/b43a01a221a92d6f507e3a34c42929cdb82a3c27) Change nodeset to `ubuntu-xenial-arm64-openlab`
    * [`c2a6f180`](https://github.com/containerd/containerd/commit/c2a6f180d7a4b43fdbf59f144192b510d8c194f8) Merge pull request  [#4428](https://github.com/containerd/containerd/pull/4428) from thaJeztah/bump_continuity
    * [`d4b17275`](https://github.com/containerd/containerd/commit/d4b17275d637e8f2954b00fd493f9ebfca3ff10e) Merge pull request  [#4384](https://github.com/containerd/containerd/pull/4384) from AkihiroSuda/deprecate-legacy-shims
    * [`04b98bb0`](https://github.com/containerd/containerd/commit/04b98bb0eed3a2f8baee83c34571e3a7b5afdcc6) Deprecate legacy shims
    * [`40b22ef0`](https://github.com/containerd/containerd/commit/40b22ef0741028917761d8c5d5d29e0d19038836) Merge pull request  [#4429](https://github.com/containerd/containerd/pull/4429) from crosbymichael/task-spec
    * [`9a3e95d3`](https://github.com/containerd/containerd/commit/9a3e95d351a382685d701af6209730c85172c766) Merge pull request  [#4430](https://github.com/containerd/containerd/pull/4430) from crosbymichael/ctr-cpus
    * [`b8702318`](https://github.com/containerd/containerd/commit/b87023185403dd4806cfe1496f7bcbd57a5db832) vendor runc library to v1.0.0-rc91-48-g67169a9d
    * [`02afa942`](https://github.com/containerd/containerd/commit/02afa94256dc3585634fd4c522d8616328305f12) Add --cpus flag to ctr
    * [`aa56cfc0`](https://github.com/containerd/containerd/commit/aa56cfc0a8a1b79e6e2322a0327db1f536a89419) Import Windows manifest into test build, rather than copying by script
    * [`eb6354a1`](https://github.com/containerd/containerd/commit/eb6354a1186044e9cbcf2c7086b2647be679ebbe) Merge pull request  [#4427](https://github.com/containerd/containerd/pull/4427) from TBBle/test_improvements
    * [`5b162741`](https://github.com/containerd/containerd/commit/5b1627410df39295b69c4a0b47239591d09050b2) vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
    * [`1ec1e9ea`](https://github.com/containerd/containerd/commit/1ec1e9eabfbf3290e2a69b9a787a24c318535c14) Add Windows 10/Windows Server 2004 for integration tests
    * [`faa4ff56`](https://github.com/containerd/containerd/commit/faa4ff56e41793dfa22041b89ba2c838bacd5714) Usefully fail tests with unknown or bad Windows Build version
    * [`3795dd41`](https://github.com/containerd/containerd/commit/3795dd41aefc833e5647d397baf8712af89278b5) Always report server log from verbose integration test runs
    * [`4318f93f`](https://github.com/containerd/containerd/commit/4318f93f9cbe6a943b1155a3d458c49ff1da1578) Add Spec() method to task
    * [`d184a0a3`](https://github.com/containerd/containerd/commit/d184a0a3430dc4a17a47cce37fb36126ac0c699a) Merge pull request  [#4414](https://github.com/containerd/containerd/pull/4414) from dmcgowan/discard-content
    * [`67f19bfd`](https://github.com/containerd/containerd/commit/67f19bfdd8b878d42e5e9ad39cc9816aaec50728) Merge pull request  [#4388](https://github.com/containerd/containerd/pull/4388) from AkihiroSuda/fix-mount-wait-no-child-processes
    * [`3c2a77bd`](https://github.com/containerd/containerd/commit/3c2a77bd7956efa1dc6681ca7c9b6869ddc4ee38) Merge pull request  [#4421](https://github.com/containerd/containerd/pull/4421) from crosbymichael/selinux-range
    * [`cf99e16c`](https://github.com/containerd/containerd/commit/cf99e16cd0fcc86213e2528d1c724ccf9d99fe5d) Merge pull request  [#4420](https://github.com/containerd/containerd/pull/4420) from mikebrow/cni-config-update
    * [`3611efdc`](https://github.com/containerd/containerd/commit/3611efdcefe5237f49cd454fa2e3a7bc7b52ef5a) update cri to 8448b92d237e877bed1e4aa7a0baf0dee234
    * [`1b320bcc`](https://github.com/containerd/containerd/commit/1b320bcc269c49f844cbe75b641090c894bdc9a6) update for cni config
    * [`c2081369`](https://github.com/containerd/containerd/commit/c2081369c504e799e355e3e107519994894f9915) Add doc about remote snapshotter
    * [`403dc83a`](https://github.com/containerd/containerd/commit/403dc83a291684a7d5b7b0e4dfcd60b82a7518ae) mount: retry executing the helper binary on ECHILD
    * [`1a571fcf`](https://github.com/containerd/containerd/commit/1a571fcf1b0b3bf8839a012f550c2f5eff084f12) Merge pull request  [#4374](https://github.com/containerd/containerd/pull/4374) from kzys/suspend-devmapper
    * [`59e1aa96`](https://github.com/containerd/containerd/commit/59e1aa963fd823b72e0096dec47b3a2ec73c4634) Merge pull request  [#4407](https://github.com/containerd/containerd/pull/4407) from AkihiroSuda/cri-20200720
    * [`2cc2414e`](https://github.com/containerd/containerd/commit/2cc2414ec5ff4735c572921aa6cd61ecdd7ebd5a) Merge pull request  [#4412](https://github.com/containerd/containerd/pull/4412) from cpuguy83/shim2_event_cancelled
    * [`97c081c8`](https://github.com/containerd/containerd/commit/97c081c84b8298b767bb61c4e4d9f7d0f091662c) Merge pull request  [#4410](https://github.com/containerd/containerd/pull/4410) from TBBle/minor_windows_fixes
    * [`e6306f9f`](https://github.com/containerd/containerd/commit/e6306f9fdf26c9d3f71e63949029656c86b95f35) Merge pull request  [#4401](https://github.com/containerd/containerd/pull/4401) from smowafy/parse-id-mappings
    * [`06fb93e0`](https://github.com/containerd/containerd/commit/06fb93e0f07b878b0c377fe6d14d83be12c37c17) Reject host-mode networking on Windows
    * [`ca15cb0d`](https://github.com/containerd/containerd/commit/ca15cb0d81a0b89b656b96858648730b328830a1) Fix incorrect (cut-and-paste) method comment
    * [`c8b14ae4`](https://github.com/containerd/containerd/commit/c8b14ae4c01e620dc84704dd4b6a080eed0dc62e) Set content labels based on content type
    * [`d7b9cb00`](https://github.com/containerd/containerd/commit/d7b9cb00198600574ea8ac6db62ea8bdd076e466) shim: move event context timeout to publsher
    * [`ec05460c`](https://github.com/containerd/containerd/commit/ec05460c1de5492c5c1f6b4ff63c6b25675e2ce4) Merge pull request  [#4408](https://github.com/containerd/containerd/pull/4408) from AkihiroSuda/cgroup2-runc
    * [`b97c660e`](https://github.com/containerd/containerd/commit/b97c660e1631da37aa48df4c91f5d82c96d69120) cgroup2 CI: add RUNC_FLAVOR=runc
    * [`1a7bbd1f`](https://github.com/containerd/containerd/commit/1a7bbd1f71ccef5941437a4ee31e2c3da64d732f) vendor: update containerd/cri
    * [`96099550`](https://github.com/containerd/containerd/commit/96099550b5da68493e5df3c71541cc6f65d65e4d) parseIDMapping: accept 32-bit IDs
    * [`e818fe27`](https://github.com/containerd/containerd/commit/e818fe27ce4da809fa9706d3e7d40ba242f8d2cd) Merge pull request  [#4346](https://github.com/containerd/containerd/pull/4346) from AkihiroSuda/ci-cgroup2
    * [`c2c9f442`](https://github.com/containerd/containerd/commit/c2c9f4420a9c19072bd296e09479c6377d389e3e) Merge pull request  [#4398](https://github.com/containerd/containerd/pull/4398) from thaJeztah/bump_golang_1.13.14
    * [`089672ff`](https://github.com/containerd/containerd/commit/089672fff437a3c7b566ca41e2ea418a377b595d) Bump Golang 1.13.14
    * [`4feb8c46`](https://github.com/containerd/containerd/commit/4feb8c462393ce6834dda9e3464c4fee8ee73232) Merge pull request  [#4383](https://github.com/containerd/containerd/pull/4383) from dims/update-to-go-systemd-and-selinux-deps
    * [`c383436a`](https://github.com/containerd/containerd/commit/c383436af75e3b3db3dc42f12e76f53f766647e2) snapshots/devmapper: suspend a device to avoid data corruption
    * [`56c440ec`](https://github.com/containerd/containerd/commit/56c440ec7f854d9885e1a9e82bb945677ba96f9a) Merge pull request  [#4393](https://github.com/containerd/containerd/pull/4393) from TBBle/annotate_bare_errnotimplemented
    * [`71f11db8`](https://github.com/containerd/containerd/commit/71f11db8a3015346620014981a31e5792f652aac) Annotate bare ErrNotImplemented returns
    * [`061d338e`](https://github.com/containerd/containerd/commit/061d338ec2589f7c923f1d36a1359e3ff971a9a4) CI: run CRI tests on Fedora 32
    * [`4318fa9c`](https://github.com/containerd/containerd/commit/4318fa9c1f0d355a63879443a0519ed8e58cdd92) Merge pull request  [#4376](https://github.com/containerd/containerd/pull/4376) from AkihiroSuda/test-v1-shim
    * [`3560a453`](https://github.com/containerd/containerd/commit/3560a453e4435a8d0b9382c5e631c68644dd0671) Merge pull request  [#4385](https://github.com/containerd/containerd/pull/4385) from AkihiroSuda/fix-cri-dead-link
    * [`decbb049`](https://github.com/containerd/containerd/commit/decbb0499705e08d4e93534487314d4418c4b4c7) RELEASES.md: fix a dead link
    * [`f4ebe02f`](https://github.com/containerd/containerd/commit/f4ebe02f98d6c0872632c18e98f3bba51260ced8) Merge pull request  [#4377](https://github.com/containerd/containerd/pull/4377) from AkihiroSuda/ci-remove-unreferenced-variable
    * [`b2ee4320`](https://github.com/containerd/containerd/commit/b2ee43206b24543d20a3a6590ae68eb343225257) CI: add back shim v1 test
    * [`c4418bb3`](https://github.com/containerd/containerd/commit/c4418bb3a83ba14371b663d9b56f1b7d4c511ccc) CI: remove an unreferenced variable
    * [`212c2983`](https://github.com/containerd/containerd/commit/212c29833f0757c21782392367cf403c41b5d534) Updates to go-systemd and selinux
    * [`c763f3af`](https://github.com/containerd/containerd/commit/c763f3afc2e80c877561189ea4a72405b02ad6b3) Merge pull request  [#4380](https://github.com/containerd/containerd/pull/4380) from estesp/clashing-containerds
    * [`b47c7ec2`](https://github.com/containerd/containerd/commit/b47c7ec274ff34488409f767a3026a0e0c0750e3) Update to later version of critools with timing fix.
    * [`7af3d7e1`](https://github.com/containerd/containerd/commit/7af3d7e17685975d50f1619a9da2c83bee6c08f3) Don't clash with GH Actions runner's containerd
    * [`d2776ef6`](https://github.com/containerd/containerd/commit/d2776ef6bcc534f354c600f464f3e8ca0c2a3658) Merge pull request  [#4375](https://github.com/containerd/containerd/pull/4375) from AkihiroSuda/go-1.13.13
    * [`c520f819`](https://github.com/containerd/containerd/commit/c520f819a2be661477a7f7d7be8182d24c70ff73) Bump Go 1.13.13
    * [`4bec2dbd`](https://github.com/containerd/containerd/commit/4bec2dbd4f23be6d3bc034330df72e45eedc1838) Merge pull request  [#4373](https://github.com/containerd/containerd/pull/4373) from tonistiigi/darwin-variant-log
    * [`7119a2a1`](https://github.com/containerd/containerd/commit/7119a2a152edcf517a6cbc3271794c720bff2bd8) platforms: don’t log arm variant error on darwin
    * [`5d470fa2`](https://github.com/containerd/containerd/commit/5d470fa23bf969e16b25212703b7a9902dd6cda7) Merge pull request  [#4372](https://github.com/containerd/containerd/pull/4372) from dmcgowan/prepare-1.4-beta.2
    * [`fc044851`](https://github.com/containerd/containerd/commit/fc0448518678e9e41e49c91613a57fcc4c23970e) Update version to 1.4.0-beta.2
    * [`9cd02b59`](https://github.com/containerd/containerd/commit/9cd02b59531e0230f3b63774bd100c78aec5e410) Merge pull request  [#4371](https://github.com/containerd/containerd/pull/4371) from thaJeztah/bump_cgroups
    * [`cc493eba`](https://github.com/containerd/containerd/commit/cc493eba3fdf1f1756a8bc6a5f486a8e384da0ac) vendor: containerd/cgroups 318312a373405e5e91134d8063d04d59768a1bff
    * [`a6697c1d`](https://github.com/containerd/containerd/commit/a6697c1d5f1d00f3e56048503aef8aa70b9b4170) Merge pull request  [#4369](https://github.com/containerd/containerd/pull/4369) from estesp/step-title
    * [`3f427d3d`](https://github.com/containerd/containerd/commit/3f427d3d6359101ac3539723e378a62dea088abb) Merge pull request  [#4367](https://github.com/containerd/containerd/pull/4367) from gaurav1086/TestExchangeFilters_fix_deadlock
    * [`7855b0a7`](https://github.com/containerd/containerd/commit/7855b0a78151dce964460217eccf718dd0d0817c) Make title similar with other CI workflow jobs
    * [`852587cd`](https://github.com/containerd/containerd/commit/852587cd18c43f0b8086649865a0c9cad5403e03) [events/exchange_test] Fix deadlock in TestExchangeFilters
    * [`334f567e`](https://github.com/containerd/containerd/commit/334f567e0130b2734a3a5439f2bb644d14aa66e4) Merge pull request  [#4366](https://github.com/containerd/containerd/pull/4366) from murat-kilic/update-build-doc-for-golang-req
    * [`d47c0392`](https://github.com/containerd/containerd/commit/d47c0392dfeadd44582f96863aff898b593430b2) Updating build doc to require Go 1.13
    * [`4f979f06`](https://github.com/containerd/containerd/commit/4f979f0655149995464d5058cf855b62b89a6423) Merge pull request  [#4364](https://github.com/containerd/containerd/pull/4364) from AkihiroSuda/ci-v1-v2-clarity
    * [`09f45339`](https://github.com/containerd/containerd/commit/09f45339414dcc542a8ace4b6f01c8f300ca4337) CI: {v1, v2} -> io.containerd.runc.{v1,v2}
    * [`68b9b8f8`](https://github.com/containerd/containerd/commit/68b9b8f8961a59084176b0456e938c855b63de7c) Merge pull request  [#4259](https://github.com/containerd/containerd/pull/4259) from estesp/fuse-overlayfs
    * [`fa0f7cbb`](https://github.com/containerd/containerd/commit/fa0f7cbb41ec6e8a5937e79d8c35ae7d3df527cd) Merge pull request  [#4355](https://github.com/containerd/containerd/pull/4355) from fuweid/fix4342
    * [`422c401a`](https://github.com/containerd/containerd/commit/422c401a4866fae8543c7f771f41ea1195619dfb) Merge pull request  [#4353](https://github.com/containerd/containerd/pull/4353) from gaurav1086/TestExchangeBasic_fix_deadlock
    * [`5c695da7`](https://github.com/containerd/containerd/commit/5c695da77b0823df3b4a79100f0fb63f9ce6446b) Merge pull request  [#4362](https://github.com/containerd/containerd/pull/4362) from mikebrow/update-cri-enable-force-remove
    * [`d7e59b14`](https://github.com/containerd/containerd/commit/d7e59b141cfc608e89b80693862064daac19c28e) enable removecontainer to forcibly remove containers
    * [`3919dbcb`](https://github.com/containerd/containerd/commit/3919dbcba2aa6c9ced5e75a48eeb9f6d070d0181) Merge pull request  [#4357](https://github.com/containerd/containerd/pull/4357) from dims/update-runc-to-v1.0.0-rc91
    * [`963625d7`](https://github.com/containerd/containerd/commit/963625d7bcee468ced2f868a9de6dbb2c7506514) Update runc to v1.0.0-rc91
    * [`5e7751b1`](https://github.com/containerd/containerd/commit/5e7751b1d37187dd232adc47805bfb872c1e78f5) Merge pull request  [#4360](https://github.com/containerd/containerd/pull/4360) from AkihiroSuda/crun-014
    * [`f821b771`](https://github.com/containerd/containerd/commit/f821b771511e2843109d73f2adfcfb4b2920cfab) Merge pull request  [#4272](https://github.com/containerd/containerd/pull/4272) from dmcgowan/update-registry-host-config
    * [`c041970e`](https://github.com/containerd/containerd/commit/c041970e99dc3104a1f29e1c9733fe73df8a904c) update crun to v0.14
    * [`c91c72c8`](https://github.com/containerd/containerd/commit/c91c72c8670a3b88acb714bd9afd5632a8ac781c) Merge pull request  [#4239](https://github.com/containerd/containerd/pull/4239) from thaJeztah/md2manv2_urfave_bump
    * [`a6dd1f27`](https://github.com/containerd/containerd/commit/a6dd1f27d963801d8237d14b1caa61762a388628) update urfave/cli v1.22.1, go-md2man v2.0.0, blackfriday v2.0.1
    * [`68b736dd`](https://github.com/containerd/containerd/commit/68b736ddfc934649fa0af8913ef9c13a26d1422c) cio: should not open fifo for stderr if terminal
    * [`468d4e1c`](https://github.com/containerd/containerd/commit/468d4e1ccf4ccb1425cca6417a49837d15605c73) Merge pull request  [#4356](https://github.com/containerd/containerd/pull/4356) from estesp/actions-fixes
    * [`57a9f0b5`](https://github.com/containerd/containerd/commit/57a9f0b50d6a8dd6e01cd774d6e9fcdd786e5bb0) Minor actions fixes/updates
    * [`148cc8f7`](https://github.com/containerd/containerd/commit/148cc8f713e383f6fc8f1e598ecdd4978cfbcb16) [events] Fix deadlock in TestExchangeBasic
    * [`97a3f52c`](https://github.com/containerd/containerd/commit/97a3f52c6335f24cf7b32e0fcdc8b58e2513d7a7) Merge pull request  [#4351](https://github.com/containerd/containerd/pull/4351) from cpuguy83/pull_mediatype_debug
    * [`aa191def`](https://github.com/containerd/containerd/commit/aa191deff1ab80a0dd31538f04bb862591fce10b) Change log for unknown mt to debug
    * [`45c28f56`](https://github.com/containerd/containerd/commit/45c28f56b2fe37c92752714fbed76d3d1b22dbb6) Add ability to use remapper labels versus remapping snapshot helper
    * [`01a53c24`](https://github.com/containerd/containerd/commit/01a53c24b383b4ad991825616a03395b76443434) Merge pull request  [#4347](https://github.com/containerd/containerd/pull/4347) from Flowdalic/allow-rseq-seccomp
    * [`c76bf550`](https://github.com/containerd/containerd/commit/c76bf5504786ee4cfc7ba43c4ade1bae07c51ca2) Make unique snapshotter opt for label-assisted remapping
    * [`33179311`](https://github.com/containerd/containerd/commit/331793118fd9d23a6fa4a59c0a2aba4c5e24b197) allow user namespace remapping using snapshotters
    * [`e977564a`](https://github.com/containerd/containerd/commit/e977564a8b2bcf57d0c45b0e12b0ecedaeb4debb) seccomp: allow 'rseq' syscall in default seccomp profile
    * [`c7518074`](https://github.com/containerd/containerd/commit/c75180740937d4b2d44b9c1edc1c27b208e66e32) Merge pull request  [#4325](https://github.com/containerd/containerd/pull/4325) from c445/mountinfo-linux-double-quotes
    * [`492c0141`](https://github.com/containerd/containerd/commit/492c014136a301eff66a970311cd480d1d31228b) Merge pull request  [#4340](https://github.com/containerd/containerd/pull/4340) from AkihiroSuda/fix-4312
    * [`1127ffc7`](https://github.com/containerd/containerd/commit/1127ffc7400e2d1b438979fd782b7ed9c73e5c9b) Merge pull request  [#4207](https://github.com/containerd/containerd/pull/4207) from deitch/doc-content
    * [`e7f069e2`](https://github.com/containerd/containerd/commit/e7f069e2c337bf77d31b7460bda980482fdaf508) describe content flow and dependencies
    * [`f85375bb`](https://github.com/containerd/containerd/commit/f85375bbbd91a13774086065aaf97889a7d428dd) Merge pull request  [#4341](https://github.com/containerd/containerd/pull/4341) from thaJeztah/fix_cri_warnings
    * [`b96f5f4b`](https://github.com/containerd/containerd/commit/b96f5f4b524f58755ea18540513f80c99cc07b76) Fix deprecation warnings in CRI tests due to missing unix:// scheme
    * [`fd99b656`](https://github.com/containerd/containerd/commit/fd99b6566be4f2303e71274976e2cd6eee4553c0) decrease log level of cgroup2 ToggleController error when running in UserNS
    * [`c2f8011f`](https://github.com/containerd/containerd/commit/c2f8011ff84dc584f821f155d17f36bdf550a157) Merge pull request  [#4334](https://github.com/containerd/containerd/pull/4334) from AkihiroSuda/bbolt-1.3.5
    * [`e89500bc`](https://github.com/containerd/containerd/commit/e89500bcb0121365986f0404972ced64189e528a) Merge pull request  [#4333](https://github.com/containerd/containerd/pull/4333) from AkihiroSuda/golang-1.13.12
    * [`20b0e5b9`](https://github.com/containerd/containerd/commit/20b0e5b9d02955318c46e12911a3942b975f045b) Merge pull request  [#4336](https://github.com/containerd/containerd/pull/4336) from dims/explicitly-fail-apparmor-when-not-running-on-linux
    * [`2b0a994c`](https://github.com/containerd/containerd/commit/2b0a994ccc1693bb55fe050f8213ea73407c8c3e) explicitly fail apparmor when !linux
    * [`bebfbab0`](https://github.com/containerd/containerd/commit/bebfbab03163da35300c360504ce5df33a19a40d) vendor: update bbolt to v1.3.5
    * [`1a83f9a6`](https://github.com/containerd/containerd/commit/1a83f9a63883010a958b26b058fc4645f8838578) Bump Golang 1.13.12
    * [`03ab1b2c`](https://github.com/containerd/containerd/commit/03ab1b2cacdca0575cd432862eb36765707e7ffe) Add config for allowing GC to clean unpacked layers up
    * [`ee734e86`](https://github.com/containerd/containerd/commit/ee734e867ab9732a7c42028be1e8a8a76ac3da84) Add test case with backticks
    * [`bf672ccc`](https://github.com/containerd/containerd/commit/bf672cccee2a0baf4720ec534a738f6003c0e5a7) Merge pull request  [#4328](https://github.com/containerd/containerd/pull/4328) from thaJeztah/bump_x_text
    * [`fb80a49e`](https://github.com/containerd/containerd/commit/fb80a49ec111d11d2cd50743c00ecd8ebbb27c3a) Merge pull request  [#4327](https://github.com/containerd/containerd/pull/4327) from AkihiroSuda/fix-4326
    * [`ea068776`](https://github.com/containerd/containerd/commit/ea06877696c7c54606a3ff630e931696c96d4888) vendor: golang.org/x/text v0.3.3
    * [`f1a469a0`](https://github.com/containerd/containerd/commit/f1a469a03578b061af0991228fdd3171a75fc2c8) shim v2 runc: propagate options.Root to Cleanup
    * [`49b0743c`](https://github.com/containerd/containerd/commit/49b0743c1c07500a062a6996c8afba2dafc8c64e) Merge pull request  [#4324](https://github.com/containerd/containerd/pull/4324) from AkihiroSuda/fix-get-runtimeversion
    * [`8897e152`](https://github.com/containerd/containerd/commit/8897e152030ec3d6076558388f84e447a7be1b64) Add more test cases with single quotes
    * [`cb91b172`](https://github.com/containerd/containerd/commit/cb91b1724dec212db7ba68958f2b7aba8a4ceee9) Add testcase containing mountpoint with escaped backslash
    * [`87f9fdb0`](https://github.com/containerd/containerd/commit/87f9fdb06519594d8f26d6a20f85e79b9a35d8bf) Cope with double quotes in Linux Mountinfo
    * [`4c49ff88`](https://github.com/containerd/containerd/commit/4c49ff88c5b901fc3b45077c88af932fb7ad4e76) integration: assume TEST_RUNTIME to be io.containerd.runc.v2 by default
    * [`705b8527`](https://github.com/containerd/containerd/commit/705b8527d4945db601954246972674a25ed49347) Merge pull request  [#4323](https://github.com/containerd/containerd/pull/4323) from crosbymichael/cri-bump1.4x
    * [`785f4c5c`](https://github.com/containerd/containerd/commit/785f4c5cd98f4b9aa11401b229c33f53512ce08d) Bump CRI for 1.4x release
    * [`ae2f3fdf`](https://github.com/containerd/containerd/commit/ae2f3fdfd1a435fe83fb083e4db9fa63a9e0a13e) Merge pull request  [#4315](https://github.com/containerd/containerd/pull/4315) from fuweid/fix-4294
    * [`185ea541`](https://github.com/containerd/containerd/commit/185ea541d2254c734a5d123797868e8d3ac399f4) Merge pull request  [#4317](https://github.com/containerd/containerd/pull/4317) from KentaTada/modify-pdeathsignal-type
    * [`730b7a93`](https://github.com/containerd/containerd/commit/730b7a932e36472428e0c4147b6f794963c87033) Change the type of PdeathSignal
    * [`d656fa38`](https://github.com/containerd/containerd/commit/d656fa38ca32fc0e08f31b74169552f371bbd4e0) restart plugin: support binary log uri
    * [`834665d9`](https://github.com/containerd/containerd/commit/834665d9db028c8733479b5063e4fd477e549364) Merge pull request  [#4311](https://github.com/containerd/containerd/pull/4311) from rudyfly/upsteam_overlay_indexoff
    * [`7868e8d6`](https://github.com/containerd/containerd/commit/7868e8d6aab20a44dafe6f330aa8e2afadf3b750) Merge pull request  [#4309](https://github.com/containerd/containerd/pull/4309) from gaurav1086/waitForPid_fix_goroutine_leak
    * [`7fdcd07f`](https://github.com/containerd/containerd/commit/7fdcd07febba0aea18b543587897efd6744f62d1) Merge pull request  [#4310](https://github.com/containerd/containerd/pull/4310) from gaurav1086/process_io_fix_goroutine_leak
    * [`4e6d3860`](https://github.com/containerd/containerd/commit/4e6d38606cd3dd6dfaabd48b8eb4baaa63c9a140) Merge pull request  [#4313](https://github.com/containerd/containerd/pull/4313) from crosbymichael/allow-list
    * [`0f831093`](https://github.com/containerd/containerd/commit/0f831093ce6ed28a9bb21f839d3f369ca6be9113) Update usage of whitelist in project
    * [`d36810d6`](https://github.com/containerd/containerd/commit/d36810d66d87f08b09003b2e2455bcabe116ab08) overlay: use index=off to fix EBUSY on mount
    * [`7213cd89`](https://github.com/containerd/containerd/commit/7213cd89d659876c31468dd1c9f5c98ec16ecdcb) Process I/O: Fix goroutine leak
    * [`ae08491b`](https://github.com/containerd/containerd/commit/ae08491bff2fdef7a91ff9c2d9e532d2f63d4bbd) waitForPid: fix goroutine leak
    * [`38cb1c1a`](https://github.com/containerd/containerd/commit/38cb1c1a54e3180edd29933974d715b69334f0f1) Merge pull request  [#4303](https://github.com/containerd/containerd/pull/4303) from estesp/update-hcsshim-release-flow
    * [`8fcd5a1f`](https://github.com/containerd/containerd/commit/8fcd5a1f28438479b95e0cf692704f9563521386) Streamline hcs shim release flow
    * [`8f959d56`](https://github.com/containerd/containerd/commit/8f959d569af13f88184da0b2f62a2bb0f8ab0b4c) Merge pull request  [#4292](https://github.com/containerd/containerd/pull/4292) from cpuguy83/add_hcsshim_to_release_tar
    * [`7e98b43c`](https://github.com/containerd/containerd/commit/7e98b43cfaa8fd57b5f4abff66ff3bcd7453eb62) Merge pull request  [#4299](https://github.com/containerd/containerd/pull/4299) from estesp/update-cri-tools
    * [`ef0cf126`](https://github.com/containerd/containerd/commit/ef0cf12647a43070fd0e551bd05e23b27131bd4c) Match version used in CRI project
    * [`2be80f99`](https://github.com/containerd/containerd/commit/2be80f99970b9b294d4e9ae4c83f7c537924a7d9) Add windows hcsshim to release pipeline
    * [`7ce8a9d7`](https://github.com/containerd/containerd/commit/7ce8a9d7d3e0e972ad118c7f72203a79a6b29a38) Merge pull request  [#4204](https://github.com/containerd/containerd/pull/4204) from ashrayjain/aj/add-kill-retry
    * [`7121969f`](https://github.com/containerd/containerd/commit/7121969f2de77edce6074f1e30aeb01990fa999e) Merge pull request  [#4296](https://github.com/containerd/containerd/pull/4296) from dims/revendor-containerd-cri-for-tolerating-hugepages-cgroup
    * [`3e95727f`](https://github.com/containerd/containerd/commit/3e95727f390b530b91908aedf20a2769435d93bf) Make killing shims more resilient
    * [`e64b1482`](https://github.com/containerd/containerd/commit/e64b14820e4fea3544131d9487259f57880e2c94) Revendor CRI to 62c91260d2f43b57fff408a9263a800b7a06a647
    * [`3dd8242a`](https://github.com/containerd/containerd/commit/3dd8242a67a6ee9bff4cd22db5e2b95d1231dbf3) Add host specific headers
    * [`62dd1411`](https://github.com/containerd/containerd/commit/62dd14114d5452f772c2f487b6a292ef18ad6fe5) Merge pull request  [#4273](https://github.com/containerd/containerd/pull/4273) from AkihiroSuda/oomv2
    * [`2f601013`](https://github.com/containerd/containerd/commit/2f601013e67c49c446311f980f235c964293a87f) cgroup2: implement `containerd.events.TaskOOM` event
    * [`d9809bbb`](https://github.com/containerd/containerd/commit/d9809bbbe09851bb36c42c66bb0e9e68bb8f4827) Merge pull request  [#4293](https://github.com/containerd/containerd/pull/4293) from mxpv/revendor
    * [`62fd1750`](https://github.com/containerd/containerd/commit/62fd1750e2425a5837a71dc181c6db45080fd2ef) Revendor CRI to 8898550e348932e406049e937d98fb7564ac4e7a
    * [`4b5d7f66`](https://github.com/containerd/containerd/commit/4b5d7f66c9ca06250996f5ab6a8e573d5f091c87) Merge pull request  [#4290](https://github.com/containerd/containerd/pull/4290) from mxpv/ctr-oci
    * [`be23b965`](https://github.com/containerd/containerd/commit/be23b965e4e71092da4a05e67f12f5f0a5b8684d) Merge pull request  [#4291](https://github.com/containerd/containerd/pull/4291) from estesp/fix-release-markdown-length
    * [`2bc4e90f`](https://github.com/containerd/containerd/commit/2bc4e90f6f068aa679d89e454298c09328bed57a) Don't inadvertently clip release notes
    * [`636c533d`](https://github.com/containerd/containerd/commit/636c533d95986b2e401a5fc8da50bd1ece4e4791) Add ctr subcommand to print default OCI spec
    * [`8e9ba837`](https://github.com/containerd/containerd/commit/8e9ba8376ec25a6158719118a97a99a3555d0fd8) Merge pull request  [#4271](https://github.com/containerd/containerd/pull/4271) from cpuguy83/actions_add_windows_integration
    * [`27f1e0d9`](https://github.com/containerd/containerd/commit/27f1e0d9edd3443f12cbe8acfa9bc8f7ac43d767) Merge pull request  [#4283](https://github.com/containerd/containerd/pull/4283) from hs0210/work
    * [`137abe4e`](https://github.com/containerd/containerd/commit/137abe4ef906e61229260c3164d0c275c28d2bf5) Merge pull request  [#4282](https://github.com/containerd/containerd/pull/4282) from estesp/add-release-action
    * [`77bc7530`](https://github.com/containerd/containerd/commit/77bc753024ac3ed0da699ead3acb985979494515) Merge pull request  [#4289](https://github.com/containerd/containerd/pull/4289) from dmcgowan/next-1.4-beta
    * [`230cf6de`](https://github.com/containerd/containerd/commit/230cf6dedaa25ffb0bbd8072c53e1205187d8368) Add unit test for func in remotes/docker/handler.go
    * [`bb2b2825`](https://github.com/containerd/containerd/commit/bb2b2825b6fcdfb1b2c119eaa08fa0a8dbdace37) Add release GH Action triggered by signed tag
    * [`8f1ddb14`](https://github.com/containerd/containerd/commit/8f1ddb1428577783079f23a0399d448753cc05ce) Update release for 1.4.0-beta.1
    * [`26f7df14`](https://github.com/containerd/containerd/commit/26f7df1466d2bfd3510e6b2dccc16b91f1c7fded) Merge pull request  [#4288](https://github.com/containerd/containerd/pull/4288) from crosbymichael/cri-bump
    * [`c376f4f7`](https://github.com/containerd/containerd/commit/c376f4f7639ca70285f5ac8a0368b52d4a6b3499) Move Windows testing to GH Actions
    * [`32262834`](https://github.com/containerd/containerd/commit/3226283470dbdaf7d5518620a9c68b67ac0b11f8) Fix client tests to work on Windows.
    * [`f0f49c6c`](https://github.com/containerd/containerd/commit/f0f49c6cab0244ce2a0ec8a065c5991165df1970) Merge pull request  [#4284](https://github.com/containerd/containerd/pull/4284) from jmillikin-stripe/cli-tls-flags
    * [`b8ccdcb0`](https://github.com/containerd/containerd/commit/b8ccdcb07dfcb8b8db691da28122e5ada880645c) Add `ctr` flags for configuring default TLS credentials.
    * [`c5273930`](https://github.com/containerd/containerd/commit/c5273930bd3976aa4b2560058d896115927e9b0c) Update CRI to 52c2c6b5df15790b671ebd6cbbc6039a4d30
    * [`4cbf59db`](https://github.com/containerd/containerd/commit/4cbf59db8249058a5e65fd556c04bb8108eae958) Merge pull request  [#4279](https://github.com/containerd/containerd/pull/4279) from AkihiroSuda/ci-cgroup2
    * [`af131d72`](https://github.com/containerd/containerd/commit/af131d725873472f2dca1adfe81192f1c30d479a) cgroup2 CI
    * [`1c58c5d4`](https://github.com/containerd/containerd/commit/1c58c5d440f424e2d192f35f02306c5dc1a1e8c9) Merge pull request  [#4277](https://github.com/containerd/containerd/pull/4277) from lucaskanashiro/fix-build-on-riscv64
    * [`e34bf08e`](https://github.com/containerd/containerd/commit/e34bf08e5891bb805aba7b80a35d4267721eaa0e) riscv64 arch does not support -buildmode=pie
    * [`7ef3c0f4`](https://github.com/containerd/containerd/commit/7ef3c0f47d322a12c543fbd96cdcb14b3c561644) Merge pull request  [#4275](https://github.com/containerd/containerd/pull/4275) from estesp/fix-image-usage
    * [`0c9b05fa`](https://github.com/containerd/containerd/commit/0c9b05fa60e9b3a8ab2b0eb0254833741a73db74) Fix image usage calculation error
    * [`84619ee9`](https://github.com/containerd/containerd/commit/84619ee99812fa865e19da85ffebcfaf890bbcb2) Fix configurations with no server provided
    * [`06b0cd45`](https://github.com/containerd/containerd/commit/06b0cd45ba7b40a80e239d66827f421c674f6e49) Fix nil pointer errors
    * [`4e08c2de`](https://github.com/containerd/containerd/commit/4e08c2de67ec514b5602eea47804d41dfeabdc72) Merge pull request  [#4269](https://github.com/containerd/containerd/pull/4269) from KentaTada/remove-unused-syscall
    * [`03755821`](https://github.com/containerd/containerd/commit/03755821d2b900827b1f07547d5d38ac7a94fd98) seccomp: remove the unused query_module(2)
    * [`d7c4bda3`](https://github.com/containerd/containerd/commit/d7c4bda3b199b0db590a2762ba95275943a07551) Merge pull request  [#4264](https://github.com/containerd/containerd/pull/4264) from thaJeztah/seccomp_allow_clock_adjtime
    * [`0f2b15b7`](https://github.com/containerd/containerd/commit/0f2b15b7af41896190fcb6e7b597be789c11756b) Merge pull request  [#4261](https://github.com/containerd/containerd/pull/4261) from gaurav1086/fix_docker_data_race
    * [`08147500`](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
    * [`49db7dfc`](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
    * [`5765991f`](https://github.com/containerd/containerd/commit/5765991f2c54eb7f65b47f17efaff273fe4de84c) seccomp: Whitelist `clock_adjtime`
    * [`db74d311`](https://github.com/containerd/containerd/commit/db74d3115ee35362935d584f0b7dd51faacc628f) unpacker: Fix data race and possible data corruption
    * [`23251825`](https://github.com/containerd/containerd/commit/2325182529cbc6ce824adcfe4396f5553ca521ad) docker: fix data race on err
    * [`d07a71b9`](https://github.com/containerd/containerd/commit/d07a71b97fce845a92917ba9db0d17669818110d) Bump Golang 1.13.11
    * [`b7cf3c68`](https://github.com/containerd/containerd/commit/b7cf3c68e7945056e1158cd8998b17b99cec8086) Merge pull request  [#4258](https://github.com/containerd/containerd/pull/4258) from estesp/codeql
    * [`0207b7ff`](https://github.com/containerd/containerd/commit/0207b7ff0ef1d960bda00c4624bc5be63f2b2f8d) Enable running CodeQL on PRs that modify Action
    * [`5425067e`](https://github.com/containerd/containerd/commit/5425067e8f20ca0144c230eb8c2434af79f39da6) Merge pull request  [#4256](https://github.com/containerd/containerd/pull/4256) from mxpv/nightly_pr
    * [`1a06884f`](https://github.com/containerd/containerd/commit/1a06884f1875096e7e1375d9023f4d769bb632d4) Add CodeQL Analysis workflow
    * [`563964e9`](https://github.com/containerd/containerd/commit/563964e9d57589ffbd19c18b11e0d4fa3e20dbf6) Trigger nightly builds on pull reuqest events
    * [`6312b52d`](https://github.com/containerd/containerd/commit/6312b52de5ad8fa5637e6d1a24954b68448303a9) Merge pull request  [#4245](https://github.com/containerd/containerd/pull/4245) from thaJeztah/remove_deprecated_dualstack
    * [`32985949`](https://github.com/containerd/containerd/commit/32985949d4f2f38a484c5021766251250764322b) Merge pull request  [#4242](https://github.com/containerd/containerd/pull/4242) from dmcgowan/1.4-beta
    * [`77ab0104`](https://github.com/containerd/containerd/commit/77ab0104e246861334075a0e238a799ba3469aa4) Add release notes for 1.4 beta
    * [`7fd23fe1`](https://github.com/containerd/containerd/commit/7fd23fe1430966f6d4d3de44f84d866681d8ca8f) Merge pull request  [#4254](https://github.com/containerd/containerd/pull/4254) from thaJeztah/bump_go_digest
    * [`6eeed18c`](https://github.com/containerd/containerd/commit/6eeed18cb4eade64ef89820ecd7b54683616f3e8) vendor: opencontainers/go-digest v1.0.0
    * [`7207226e`](https://github.com/containerd/containerd/commit/7207226e9d9aa6af9b48b681137139873b7c692d) Merge pull request  [#4253](https://github.com/containerd/containerd/pull/4253) from estesp/no-codecov-comment
    * [`7cdacdda`](https://github.com/containerd/containerd/commit/7cdacdda815c6281f0552eeb240584f238213c67) Set codecov to not comment on PRs
    * [`f13ba8f2`](https://github.com/containerd/containerd/commit/f13ba8f2f2fd27fc2172453434938170e7807149) Merge pull request  [#4247](https://github.com/containerd/containerd/pull/4247) from thaJeztah/bump_continuity
    * [`65df60b3`](https://github.com/containerd/containerd/commit/65df60b3c9cf08c1421f9d67fe23ca24f56a36fa) Merge pull request  [#4251](https://github.com/containerd/containerd/pull/4251) from thaJeztah/bump_cri
    * [`3e7bbb8a`](https://github.com/containerd/containerd/commit/3e7bbb8a491840ddc099749ea2af30c1796557f7) vendor: update containerd/cri, remove "docker/distribution" dependency
    * [`6038423b`](https://github.com/containerd/containerd/commit/6038423bdd2d920e47cfb5530c74b9d4342850af) Merge pull request  [#4250](https://github.com/containerd/containerd/pull/4250) from milkwine/master
    * [`9898dc2a`](https://github.com/containerd/containerd/commit/9898dc2a64b19a1685056fa173852d96e0fc1ee3) Code about `task` in "README.md" is out of date
    * [`f09e9990`](https://github.com/containerd/containerd/commit/f09e999099b1dd3cfef9a91e8a769fe8c160813f) vendor: containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
    * [`d9d1d5b6`](https://github.com/containerd/containerd/commit/d9d1d5b624cf997fba66b9ea3242584fbbfb3332) vendor: containerd/fifo f15a3290365b9d2627d189e619ab4008e0069caf
    * [`c5078a5b`](https://github.com/containerd/containerd/commit/c5078a5b7248c386557f89239fef27c19cc39b06) vendor: containerd/continuity d3ef23f19fbb106bb73ffde425d07a9187e30745
    * [`04985039`](https://github.com/containerd/containerd/commit/04985039cede6aafbb7dfb3206c9c4d04e2f924d) Merge pull request  [#4214](https://github.com/containerd/containerd/pull/4214) from payall4u/bugfix-check-not-exist
    * [`f03fc406`](https://github.com/containerd/containerd/commit/f03fc406ab6092d935d79a8adb3dbbf1e7443415) Merge pull request  [#4246](https://github.com/containerd/containerd/pull/4246) from thaJeztah/bump_cri
    * [`b437938d`](https://github.com/containerd/containerd/commit/b437938d2f237ba3cbb48242c773321c743edac5) Transfer error to ErrNotFound when kill a not exist container, also add test case.
    * [`2c77dc63`](https://github.com/containerd/containerd/commit/2c77dc63a42f6536e51b5cbb934c0893a4d2c4da) vendor: update containerd/cri to current master
    * [`a4f8be1d`](https://github.com/containerd/containerd/commit/a4f8be1d4343739227a1a32df039de519c9b388a) vendor: kubernetes v1.18.2
    * [`0d198fd0`](https://github.com/containerd/containerd/commit/0d198fd0965f4bba44468793e6b665671c3384d0) vendor: roll docker/distribution back to latest (v2.7.1) release
    * [`1b964049`](https://github.com/containerd/containerd/commit/1b9640496e846dc976339bd3f8ad2271c76e749c) ConfigureHosts: remove deprecated DualStack option
    * [`83084c93`](https://github.com/containerd/containerd/commit/83084c9328800291b430c0a27ef629a88e301a46) Merge pull request  [#4244](https://github.com/containerd/containerd/pull/4244) from dmcgowan/tagged-vendors
    * [`f5c5c08b`](https://github.com/containerd/containerd/commit/f5c5c08bedbd916b7b54e88e6c77a2984ed154b5) Merge pull request  [#4243](https://github.com/containerd/containerd/pull/4243) from AkihiroSuda/remove-beta-release-notes
    * [`e9e765d6`](https://github.com/containerd/containerd/commit/e9e765d6e555b3e362a47bdba6580cbcd3537661) Use tagged versions in vendor file
    * [`bd3210d2`](https://github.com/containerd/containerd/commit/bd3210d29e0db19ab229f1fbb4b80c018db389f3) remove releases/*-beta.toml
    * [`c80284d4`](https://github.com/containerd/containerd/commit/c80284d4b5291a351bb471bcdabb5c1d95e7a583) Merge pull request  [#4241](https://github.com/containerd/containerd/pull/4241) from crosbymichael/update-ttrpc-typeurl
    * [`d5d94afd`](https://github.com/containerd/containerd/commit/d5d94afd08644818ba5a37bb2a37edb0600709c1) Merge pull request  [#4238](https://github.com/containerd/containerd/pull/4238) from thaJeztah/what_is_the_cause
    * [`ed261720`](https://github.com/containerd/containerd/commit/ed261720c86d1e700cd5d39175128322baac6dda) Update ttrpc/typeurl to v1.0.1
    * [`dc92ad65`](https://github.com/containerd/containerd/commit/dc92ad65206d9c43ba87f483a794bc6566e83e91) Replace errors.Cause() with errors.Is()
    * [`834f58bd`](https://github.com/containerd/containerd/commit/834f58bd0cbeb1e3371f583b745ef0ad2fca238e) Merge pull request  [#4237](https://github.com/containerd/containerd/pull/4237) from thaJeztah/bump_pkg_errors
    * [`f212e7d1`](https://github.com/containerd/containerd/commit/f212e7d1fe7cec094f749ca3357c098064de4c08) vendor: github.com/pkg/errors v0.9.1
    * [`990076b7`](https://github.com/containerd/containerd/commit/990076b731ec9446437972b41176a6b0f3b7bcbf) Merge pull request  [#4228](https://github.com/containerd/containerd/pull/4228) from thaJeztah/refactor_reaper
    * [`b2aef14c`](https://github.com/containerd/containerd/commit/b2aef14c0c78fca5941d649658a8763d2f77252c) Merge pull request  [#4210](https://github.com/containerd/containerd/pull/4210) from cpuguy83/ctr_mount
    * [`35ffd237`](https://github.com/containerd/containerd/commit/35ffd2376ed818370bf536ab8b8b768adf8730a8) Merge pull request  [#4232](https://github.com/containerd/containerd/pull/4232) from fahedouch/install_runc_with_gosu
    * [`80859e8f`](https://github.com/containerd/containerd/commit/80859e8fd8fb9f5822ab93f07ece4fdc40928bfd) Merge pull request  [#4235](https://github.com/containerd/containerd/pull/4235) from renzhengeek/renzhen/fix-iohang
    * [`63b7587c`](https://github.com/containerd/containerd/commit/63b7587cd64ec03c5a46180a6d5e4a286d10a30c) snapshots/devmapper: fix race windown causing IO hangup
    * [`24b331ad`](https://github.com/containerd/containerd/commit/24b331ad1ed723a0773f79b48fa2870f7635f895) omit sudo when EUID eqto 0
    * [`b1f51464`](https://github.com/containerd/containerd/commit/b1f514641f328ad20d0444ad3837947105c76434) Merge pull request  [#4230](https://github.com/containerd/containerd/pull/4230) from thaJeztah/remove_libcontainer_system
    * [`0088c2de`](https://github.com/containerd/containerd/commit/0088c2de8019dfd38040634931ce05e04b1aa74f) sys: RunningInUserNS(): use sync.Once
    * [`76c62f27`](https://github.com/containerd/containerd/commit/76c62f27222e908b04785e512b1d111d91a54cb0) sys: simplify RunningInUserNS to original implementation
    * [`6a9b9492`](https://github.com/containerd/containerd/commit/6a9b94927f55b7e8fc59a16a7e59d971c8fb746f) Remove remaining uses of libcontainer/system package
    * [`21fd2ccf`](https://github.com/containerd/containerd/commit/21fd2ccf8bcb211f7c91722d4cb9b229363cad44) Merge pull request  [#4227](https://github.com/containerd/containerd/pull/4227) from thaJeztah/cleanup_sys
    * [`37c839e5`](https://github.com/containerd/containerd/commit/37c839e5944eafc4c462721fc45c91d0a34e4e0e) sys/proc: remove GetSystemCPUUsage as it is unused
    * [`1b66feca`](https://github.com/containerd/containerd/commit/1b66fecad33d68da2e6b619141070d8cd553b1b9) Integrate sys.SetSubreaper, sys.GetSubreaper in sys/reaper package
    * [`fffea312`](https://github.com/containerd/containerd/commit/fffea312aa0cd574b662581d722795c6cd3ac37a) move sys.Reap() into sys/reaper package
    * [`295e7400`](https://github.com/containerd/containerd/commit/295e74008f89354479c42acddab82b930bdeb9a5) sys: remove custom setChildSubreaper const
    * [`d7cad512`](https://github.com/containerd/containerd/commit/d7cad51275e115a5c0c8a76dd2ecd6a5e9959b76) Merge pull request  [#4229](https://github.com/containerd/containerd/pull/4229) from thaJeztah/bump_logrus
    * [`b3541886`](https://github.com/containerd/containerd/commit/b354188618b2a9f5b4a80404ef299706a0220c5c) Merge pull request  [#4226](https://github.com/containerd/containerd/pull/4226) from thaJeztah/remove_libcontainer_from_shim
    * [`ec12d304`](https://github.com/containerd/containerd/commit/ec12d3042f2d1e8cee989f6e63ad434db7e6e575) vendor: sirupsen/logrus v1.6.0
    * [`23aab35f`](https://github.com/containerd/containerd/commit/23aab35fdbddc1977dd3078fa6cfa5065e333156) Remove libcontainer from containerd-shim
    * [`c668d766`](https://github.com/containerd/containerd/commit/c668d7660d0cfa0e6550cb4439234851819de2f5) Merge pull request  [#4225](https://github.com/containerd/containerd/pull/4225) from fuweid/update-cri
    * [`ae7cdc81`](https://github.com/containerd/containerd/commit/ae7cdc814b029493d213a63f3399b03bfb531ac9) vendor: update containerd/cri
    * [`7d7104c5`](https://github.com/containerd/containerd/commit/7d7104c549207a486e43837a3f845422770ae20d) Merge pull request  [#4222](https://github.com/containerd/containerd/pull/4222) from dims/update-to-latest-hcsshim
    * [`c1096864`](https://github.com/containerd/containerd/commit/c1096864a7206b89923a7c1882aaee936554b979) Update to latest hcsshim - 0.8.9
    * [`4be98fa2`](https://github.com/containerd/containerd/commit/4be98fa28b62e8a012491d655a4d6818ef87b080) Merge pull request  [#4220](https://github.com/containerd/containerd/pull/4220) from thaJeztah/update_terminal_sequences
    * [`a10b5025`](https://github.com/containerd/containerd/commit/a10b502568ca2cf7a2c6d4acfd9338fed2aa764f) Merge pull request  [#4221](https://github.com/containerd/containerd/pull/4221) from thaJeztah/bump_logrus
    * [`f3c03c0b`](https://github.com/containerd/containerd/commit/f3c03c0b81fdfdc1c6540eba1813f549a64fc88b) Merge pull request  [#4219](https://github.com/containerd/containerd/pull/4219) from ktock/bc
    * [`ea182aec`](https://github.com/containerd/containerd/commit/ea182aec8af7f4e283d0b5b16fd07572e1e7b3c3) vendor: sirupsen/logrus v1.5.0
    * [`68f15159`](https://github.com/containerd/containerd/commit/68f151593257ad4325583bff044d2b0ccfb6ece6) vendor konsorten/go-windows-terminal-sequences v1.0.3
    * [`046a520c`](https://github.com/containerd/containerd/commit/046a520c91a1126fb6fddcdbcddec37616166298) vendor: update containerd/cri dc7afe8fbe53db06c3f883f6f8c9895a9dfb2314
    * [`3f95bc5f`](https://github.com/containerd/containerd/commit/3f95bc5f18a7d9dceb1e7502d2fc6120900c5bfb) Merge pull request  [#4213](https://github.com/containerd/containerd/pull/4213) from fahedouch/remove_unnecessary_condition
    * [`8e76d18e`](https://github.com/containerd/containerd/commit/8e76d18eff7ce47075134b870c37c2114fa4a8c5) remove if condition because it is handled by the sdNotify daemon func
    * [`1a10211e`](https://github.com/containerd/containerd/commit/1a10211e3f9986d9712881a58ed5d3bb9ecc029b) WithLease: always return context and done fn
    * [`98b30f46`](https://github.com/containerd/containerd/commit/98b30f469055a06aed02be6c392e15fdbce534ef) Add commands to mount/unmount image from ref
    * [`36952e98`](https://github.com/containerd/containerd/commit/36952e989a8e25ca7b21e6abf89fff91ab9c0028) Merge pull request  [#4208](https://github.com/containerd/containerd/pull/4208) from estesp/moar-startup-time
    * [`5d4a9bae`](https://github.com/containerd/containerd/commit/5d4a9bae9fd1df2b2c3809880bb26a095d5b8e9d) Merge pull request  [#4199](https://github.com/containerd/containerd/pull/4199) from fuweid/update-go-version-zuul
    * [`cd0e62f5`](https://github.com/containerd/containerd/commit/cd0e62f5c9d04072c0e6c666f3633ee081fa8297) Allow more time for containerd to start for integration
    * [`9687ba63`](https://github.com/containerd/containerd/commit/9687ba6315d2a4f37224101790a8d74e4963907a) test: TestRuntimeWithEmptyMaxEnvProcs should cleanup
    * [`b566859a`](https://github.com/containerd/containerd/commit/b566859acc6af3426e8efdacc5ec352fa17bc648) .zuul: update go version to 1.13.10
    * [`e094d363`](https://github.com/containerd/containerd/commit/e094d363ac2328305805c8d72b64ae2542617dd3) Merge pull request  [#4206](https://github.com/containerd/containerd/pull/4206) from estesp/fix-golang-lint
    * [`32649fe3`](https://github.com/containerd/containerd/commit/32649fe3055e9a5966a6311d7ea233d47bc5f23c) Fix retrieval of golangci-lint specific version
    * [`1d083fec`](https://github.com/containerd/containerd/commit/1d083fec4939ce58f23a48ad3a914adb826d592a) Merge pull request  [#4198](https://github.com/containerd/containerd/pull/4198) from fuweid/ignore-ttrpc-closed
    * [`126e497e`](https://github.com/containerd/containerd/commit/126e497e63e33baaa0fa66f3aac1212ec86b90fa) vendor: update ttrpc with 6e416eafd26e6e738df716b21d421d5b59702bb4
    * [`0116352e`](https://github.com/containerd/containerd/commit/0116352e1bfb944237f5053695cd2251f285a45f) runtime: ignore ttrpc.ErrClosed when delete task
    * [`5bfab78a`](https://github.com/containerd/containerd/commit/5bfab78acd08113f49155245fef3aeb8f9f48a83) Merge pull request  [#4195](https://github.com/containerd/containerd/pull/4195) from mxpv/binary-io
    * [`4f6c594d`](https://github.com/containerd/containerd/commit/4f6c594de32bfafea7defa62d6474955c7907c2f) Merge pull request  [#4194](https://github.com/containerd/containerd/pull/4194) from cpuguy83/remove_subreaper_config
    * [`917e7646`](https://github.com/containerd/containerd/commit/917e7646ae59e64dbae4f19f53ca1cfe5849f2ac) Add binary IO tests
    * [`9175401b`](https://github.com/containerd/containerd/commit/9175401b283d6437db7ec6cd3541a018c51322b5) Cleanup binary IO resources on error
    * [`0dc7c859`](https://github.com/containerd/containerd/commit/0dc7c8595627e38ca2b83d17a062b51f384c2025) Don't use timeout package when stopping shim logger
    * [`85740831`](https://github.com/containerd/containerd/commit/8574083153f44c7351a272e55eb9fec0ac507aa2) This config no longer exists, so remove from docs.
    * [`d8506bfd`](https://github.com/containerd/containerd/commit/d8506bfd7b407dcb346149bcec3ed3c19244e3f1) Merge pull request  [#4193](https://github.com/containerd/containerd/pull/4193) from ktock/bump_cri
    * [`e79d666c`](https://github.com/containerd/containerd/commit/e79d666cdd5b0ac44938aea0459548266fd212dc) vendor: update containerd/cri 61b7af7564602234662562a9d37e772f5a54facb
    * [`aa6a66b6`](https://github.com/containerd/containerd/commit/aa6a66b65e27ab27519fa3c6fbcea5d66616bbd4) Merge pull request  [#4192](https://github.com/containerd/containerd/pull/4192) from estesp/disable-travis-on-master
    * [`61597b43`](https://github.com/containerd/containerd/commit/61597b431755a6de04782434fee4bbaa90e599a1) Disable Travis CI on master
    * [`327c92f7`](https://github.com/containerd/containerd/commit/327c92f7d79a4ffb7972b3edd1b30bd372b41358) Merge pull request  [#4189](https://github.com/containerd/containerd/pull/4189) from estesp/actions-fixes
    * [`74ceb35f`](https://github.com/containerd/containerd/commit/74ceb35f508e67abb00366ceeb42156a721316c5) Small fixes to our Actions CI workflow
    * [`9441507f`](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
    * [`7a252f3c`](https://github.com/containerd/containerd/commit/7a252f3ca1f158203574f2c7786a28e6c0368f5e) Build runc with selinux support
    * [`ccaf35b0`](https://github.com/containerd/containerd/commit/ccaf35b01c8799267ee51c414bc48fd1cb49fb05) Merge pull request  [#4188](https://github.com/containerd/containerd/pull/4188) from estesp/fix-proto-gen
    * [`041545cd`](https://github.com/containerd/containerd/commit/041545cd6ad53bd8a5279c3ea0ede101865cdc83) Fix protobuild and CI check protos
    * [`9bd3bf9b`](https://github.com/containerd/containerd/commit/9bd3bf9becea17c4b345c289da98ba42620652fd) Merge pull request  [#4185](https://github.com/containerd/containerd/pull/4185) from estesp/badges
    * [`e3bc5c48`](https://github.com/containerd/containerd/commit/e3bc5c487af215b047ec9046cc56f2d3ee61a257) Use GH Actions CI status for badge
    * [`2ed8d12b`](https://github.com/containerd/containerd/commit/2ed8d12bb06f3d0725d5256569f500913c13b2e8) Merge pull request  [#3845](https://github.com/containerd/containerd/pull/3845) from fahedouch/v2_shim_test
    * [`842b1e3b`](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
    * [`49200a1d`](https://github.com/containerd/containerd/commit/49200a1dd4aa752d4a8223e3056b816216a463f6) CRI plugin needs selinux tag as well
    * [`3282a1c1`](https://github.com/containerd/containerd/commit/3282a1c14cd98c124970e448f6d1a9fe5ae0b9b8) Merge pull request  [#4175](https://github.com/containerd/containerd/pull/4175) from thaJeztah/more_go_bumps
    * [`b116bcd9`](https://github.com/containerd/containerd/commit/b116bcd9b3be66f79c5bb4d3140fcf99d5abf283) Merge pull request  [#4176](https://github.com/containerd/containerd/pull/4176) from stevvooe/valdiate-digest-before-disk
    * [`2201007d`](https://github.com/containerd/containerd/commit/2201007dc236d5cbf3234eb774f41cf87abc9311) Merge pull request  [#4179](https://github.com/containerd/containerd/pull/4179) from fuweid/update-release12-status
    * [`d97cca47`](https://github.com/containerd/containerd/commit/d97cca47ee3e9a7ed10092a6c4d88baae21eb1b7) RELEASES.md: update release1.2 status
    * [`4615111b`](https://github.com/containerd/containerd/commit/4615111ba2d448d2a0ce7f5881ef3af0d24ba4d7) content/local: validate digest before calculating path
    * [`a6828e8c`](https://github.com/containerd/containerd/commit/a6828e8c397584309c334fa564a142183689efdc) CI: Some Go 1.13.10 updates that were missed
    * [`a31f5e46`](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
    * [`7da1e13b`](https://github.com/containerd/containerd/commit/7da1e13b5d7c9561f95ba64af1e9baee25dc2a08) Bump Golang 1.13.10
    * [`069ce238`](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
    * [`35c14c6b`](https://github.com/containerd/containerd/commit/35c14c6b56d38aaf100fb598c11cd4ffc2928209) sys/mount_linux: use pipe for communicating mount result
    * [`59578495`](https://github.com/containerd/containerd/commit/595784954416a482dd8bde138e82305270b825e7) Merge pull request  [#4162](https://github.com/containerd/containerd/pull/4162) from mxpv/log-fix
    * [`660bc713`](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
    * [`50faf254`](https://github.com/containerd/containerd/commit/50faf254d387a91eae73c59f4bf25d88a0c406e9) Merge pull request  [#4164](https://github.com/containerd/containerd/pull/4164) from estesp/turn-down-travis
    * [`f328f61b`](https://github.com/containerd/containerd/commit/f328f61b813606df4e9924a00feb629ea06a27ef) Update to selinux 1.5.1
    * [`f7c2bf54`](https://github.com/containerd/containerd/commit/f7c2bf544ec746dfe1d3e56005e5bc1dea7473e9) Migrate functions to actions
    * [`dc29ce29`](https://github.com/containerd/containerd/commit/dc29ce296b21a3e279353068daaca640175320ce) Merge pull request  [#4163](https://github.com/containerd/containerd/pull/4163) from estesp/longer-integ-timeout
    * [`d7c2513f`](https://github.com/containerd/containerd/commit/d7c2513ff3bf862cc800d93b4fb7cfac1e1d7102) Update integration test timeout
    * [`0caa2331`](https://github.com/containerd/containerd/commit/0caa2331581ec9e2bc489ceb33fa7280fe6eacad) Rework shim logger shutdown process
    * [`4660e4db`](https://github.com/containerd/containerd/commit/4660e4dbb653b4d83ffbc7b0dd21c9c2d2f10ea3) Merge pull request  [#4153](https://github.com/containerd/containerd/pull/4153) from thaJeztah/update_go_events
    * [`173cbc1b`](https://github.com/containerd/containerd/commit/173cbc1ba9646981a3f4e87563e960fc0a928d47) Merge pull request  [#4155](https://github.com/containerd/containerd/pull/4155) from fuweid/bugfix-for-default-hostconfig
    * [`067aba73`](https://github.com/containerd/containerd/commit/067aba732e2250575ff25ef662950a27d235ce68) Add test for default setup for host configuration
    * [`d9a1c3f9`](https://github.com/containerd/containerd/commit/d9a1c3f9e474646b13abf6929c75ea6701eb5a02) bugfix: add default host config if not set
    * [`23fc8597`](https://github.com/containerd/containerd/commit/23fc8597dbecb65a1896ada0efde9e63655f0e23) Merge pull request  [#4157](https://github.com/containerd/containerd/pull/4157) from mxpv/gh
    * [`6d4429ed`](https://github.com/containerd/containerd/commit/6d4429eddeaff0fa0640f4a51c66fb65702477df) Setup dependencies between jobs
    * [`fe7bfffb`](https://github.com/containerd/containerd/commit/fe7bfffbf43829d93e476f3e02efbefdad518a8a) Merge pull request  [#4151](https://github.com/containerd/containerd/pull/4151) from thaJeztah/bump_runtime_spec
    * [`e598e5e0`](https://github.com/containerd/containerd/commit/e598e5e0c61ca7e2f251d8c5d0444de0b4a47275) Add CRI tests
    * [`4175ebf2`](https://github.com/containerd/containerd/commit/4175ebf236a647514d04129254e8ea4959c62da5) Move integration tests to Github Actions
    * [`599547d9`](https://github.com/containerd/containerd/commit/599547d9cb3148a0d789f1c18efb7f98d2e17231) Make binaries with Github Actions
    * [`ba5a904f`](https://github.com/containerd/containerd/commit/ba5a904f5429c9daceaf700c354d5b3fd2729072) Merge pull request  [#4156](https://github.com/containerd/containerd/pull/4156) from mxpv/bolt-revert
    * [`3968fb0a`](https://github.com/containerd/containerd/commit/3968fb0a49f982ae22549ed23aa59f51e2d15e71) Revert "vendor: update go.etcd.io/bbolt v1.3.4"
    * [`a89fe1b5`](https://github.com/containerd/containerd/commit/a89fe1b5b8a1873abe65361bb5e74174138dcf1d) Merge pull request  [#4152](https://github.com/containerd/containerd/pull/4152) from thaJeztah/bump_cgroup_deps
    * [`056d6022`](https://github.com/containerd/containerd/commit/056d60224046ef4ede772633ebdba6c61784be3b) vendor: update go-events to fix alignment for 32bit systems
    * [`4fb3410f`](https://github.com/containerd/containerd/commit/4fb3410f65d0ab6a8c72a4adcde15b21332c7a28) vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
    * [`e822296f`](https://github.com/containerd/containerd/commit/e822296fc421f0e09f96c77497fab5373e9f5182) vendor: runtime-spec v1.0.2
    * [`b0e71d79`](https://github.com/containerd/containerd/commit/b0e71d797713edbde3852ec4bb5c4ffab82531c2) Merge pull request  [#4146](https://github.com/containerd/containerd/pull/4146) from kzys/cgroups-upgrade
    * [`c52691f7`](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
    * [`3261fb5c`](https://github.com/containerd/containerd/commit/3261fb5c49d11cfc5632d76ba426354e2110e6d6) vendor: containerd/cgroups b4448137398923af7f4918b8b2ad8249172ca7a6
    * [`aa76d953`](https://github.com/containerd/containerd/commit/aa76d9537554afaa1ca47d46f6adba857f81dd8f) Bump Golang 1.13.9
    * [`1512f0dc`](https://github.com/containerd/containerd/commit/1512f0dc29e90a267d68b2d39c2376e06438f932) Merge pull request  [#4140](https://github.com/containerd/containerd/pull/4140) from thaJeztah/man_man_man
    * [`ad090e67`](https://github.com/containerd/containerd/commit/ad090e67e9d72fdce6259c51ff56d2df824b25cd) man: move ctr.1, containerd-config to section 8, and fix generation
    * [`9ba5ea23`](https://github.com/containerd/containerd/commit/9ba5ea232c781438906be7858a26ad7db1aa1aae) Merge pull request  [#4138](https://github.com/containerd/containerd/pull/4138) from dmcgowan/registry-configuration-tools
    * [`d8153b06`](https://github.com/containerd/containerd/commit/d8153b065acf8932a684023d7772d6d019379936) Merge pull request  [#4137](https://github.com/containerd/containerd/pull/4137) from hs0210/work
    * [`a19a357f`](https://github.com/containerd/containerd/commit/a19a357f9118d5a80c3a9fb27212f879df665ae5) Merge pull request  [#4139](https://github.com/containerd/containerd/pull/4139) from thaJeztah/fix_manpages
    * [`356782cb`](https://github.com/containerd/containerd/commit/356782cb47296a0066f74f6519d145441bbf8674) Makefile: man page: rename containerd.1 to containerd.8
    * [`547301cb`](https://github.com/containerd/containerd/commit/547301cb0c674247f0e506912e1ecb3bae23a15f) Update ctr resolver to use new config package
    * [`17b6050d`](https://github.com/containerd/containerd/commit/17b6050d20bf7d25d15e26ed867f774e8c7c72fe) Add Docker resolver configuration package
    * [`dc131aa8`](https://github.com/containerd/containerd/commit/dc131aa862cfb41b3bc866e7af4ff8e8cd739b3d) support loading certs from a directory
    * [`c263c5b1`](https://github.com/containerd/containerd/commit/c263c5b146ce81d70c079d08df4f1e2a5b384ab1) Add unit test for func in remotes/docker/handler.go
    * [`e852da58`](https://github.com/containerd/containerd/commit/e852da5855572bfb7f48bbea45fa481eb2b3caf8) Merge pull request  [#4135](https://github.com/containerd/containerd/pull/4135) from hs0210/work
    * [`c8d9c6f2`](https://github.com/containerd/containerd/commit/c8d9c6f2a6cc217c340a708f9991d0179af55482) Add unit test for func in remotes/docker/handler.go
    * [`a83927d5`](https://github.com/containerd/containerd/commit/a83927d5f13a2f90365a340382795a3de89e9cd3) Merge pull request  [#4134](https://github.com/containerd/containerd/pull/4134) from thaJeztah/bump_bbolt
    * [`e5fc9910`](https://github.com/containerd/containerd/commit/e5fc99107a210a5070561bd8126c0467eb91847f) Merge pull request  [#4132](https://github.com/containerd/containerd/pull/4132) from mxpv/linters
    * [`89f9b300`](https://github.com/containerd/containerd/commit/89f9b300d80350c337d3ecf50cc5cc5a9f3157d0) Merge pull request  [#4123](https://github.com/containerd/containerd/pull/4123) from estesp/no-del-rootdir-ios
    * [`fb9e3d9f`](https://github.com/containerd/containerd/commit/fb9e3d9f21074e60e9b74034dca5ef19f3456c4c) vendor: update go.etcd.io/bbolt v1.3.4
    * [`e4cbbc78`](https://github.com/containerd/containerd/commit/e4cbbc78bf7cd6440bca42d8ff332dcb3400a174) Move checks to Github actions
    * [`1c1a08e7`](https://github.com/containerd/containerd/commit/1c1a08e71a54d7c82d05f47c3b6297a6e4c766e9) Merge pull request  [#4130](https://github.com/containerd/containerd/pull/4130) from cpuguy83/docs_buildtags
    * [`c1a21819`](https://github.com/containerd/containerd/commit/c1a218195dc0eb6861b0b16db37eb499b1bd7c8c) Add docs for build tags used by cri.
    * [`7ef7d1e2`](https://github.com/containerd/containerd/commit/7ef7d1e245dd006ffe83b625c891ccae02264eca) Merge pull request  [#4129](https://github.com/containerd/containerd/pull/4129) from crosbymichael/cgroup-idname
    * [`d654dbaf`](https://github.com/containerd/containerd/commit/d654dbafac6ccfde77ba9611c7c36e09d6c4ca73) Allow the id for cgroup metrics to be changed
    * [`78ab1d13`](https://github.com/containerd/containerd/commit/78ab1d13d22ec82e269d7a943a0a8ae3b01a11aa) Correct logic of FIFO cleanup
    * [`7bdec4e4`](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
    * [`92a36dc1`](https://github.com/containerd/containerd/commit/92a36dc10f616682feeeccda18fc10b7847d9a98) Add version numbers for newly tagged repos
    * [`0c78dacb`](https://github.com/containerd/containerd/commit/0c78dacbc5c8b1c02ae3f7e30be5ed170bee4d4b) Move isFifo from process/io to sys/ and make public
    * [`214fbced`](https://github.com/containerd/containerd/commit/214fbcede3b81da60fc6568c3378165360154e95) Merge pull request  [#4124](https://github.com/containerd/containerd/pull/4124) from thaJeztah/seccomp_time64
    * [`9529c69b`](https://github.com/containerd/containerd/commit/9529c69b8aaa9e2632d025849f843301863ded12) seccomp: add 64-bit time_t syscalls
    * [`e0d4208f`](https://github.com/containerd/containerd/commit/e0d4208f7eeeadfbff41be0388604e142cd94002) Merge pull request  [#4122](https://github.com/containerd/containerd/pull/4122) from bergwolf/runtimeopts
    * [`ebd745f9`](https://github.com/containerd/containerd/commit/ebd745f91a702f0d437e59e9e1ee66f9c205efee) ctr: do not assume runc options by default
    * [`058a32e7`](https://github.com/containerd/containerd/commit/058a32e77105b925a1eaeec6bef4f00c3f975515) Merge pull request  [#4099](https://github.com/containerd/containerd/pull/4099) from mythi/hardlink
    * [`e2269f2a`](https://github.com/containerd/containerd/commit/e2269f2ae0a8bb996b13d98ed6ffbdad7cdafd0f) archive: skip chmod IsNotExist error
    * [`2899cb23`](https://github.com/containerd/containerd/commit/2899cb231a60e8f3ead9894285b89fb272f07597) Merge pull request  [#4116](https://github.com/containerd/containerd/pull/4116) from mxpv/dm-docs
    * [`6c64032c`](https://github.com/containerd/containerd/commit/6c64032c14d177b642aa29ccd64edece41ba9b57) Merge pull request  [#4115](https://github.com/containerd/containerd/pull/4115) from kolyshkin/num-signals-are-ok
    * [`bd226530`](https://github.com/containerd/containerd/commit/bd2265300324778244223badd74c7308345a4032) Add devmapper configuration examples
    * [`5ef66e48`](https://github.com/containerd/containerd/commit/5ef66e48f228bc5f1f3bfcceb619ddfcea60c1bd) ParseSignal: drop add'l check for numeric signals
    * [`672eb827`](https://github.com/containerd/containerd/commit/672eb827cbfad9ba1b4fef66ccf8b52f8762be63) Merge pull request  [#4113](https://github.com/containerd/containerd/pull/4113) from crosbymichael/shim-version
    * [`649f2aac`](https://github.com/containerd/containerd/commit/649f2aac66eef515322fdbe6613dcc7343df5165) add -v to shim binaries
    * [`5ebd0e5d`](https://github.com/containerd/containerd/commit/5ebd0e5d0fef54f7cdcd30425c4d3366e64f6892) Merge pull request  [#4114](https://github.com/containerd/containerd/pull/4114) from estesp/more-golangci-time
    * [`4ff9d699`](https://github.com/containerd/containerd/commit/4ff9d69966b9518e7ac489432f48036cab63bd80) Increase golangci-lint timeout
    * [`2532bdf4`](https://github.com/containerd/containerd/commit/2532bdf43f4973758bf1b4c22c1f6dbe5933ffdd) Merge pull request  [#4100](https://github.com/containerd/containerd/pull/4100) from lifubang/publisher
    * [`14fbcd88`](https://github.com/containerd/containerd/commit/14fbcd886f6e971d86f6e3bed43298491d89f393) Merge pull request  [#4106](https://github.com/containerd/containerd/pull/4106) from thaJeztah/bump_cri
    * [`e2e40e19`](https://github.com/containerd/containerd/commit/e2e40e19d70abeec54ffc988c6298862349a2e58) Merge pull request  [#3924](https://github.com/containerd/containerd/pull/3924) from renzhengeek/renzhen/snapshot-gc
    * [`c00cf9a6`](https://github.com/containerd/containerd/commit/c00cf9a670ea3e2a7a669d3c6a7ef5c5fe954934) vendor: containerd/cri 92cb4ed9786a6cd271152ba1f862183d84701003
    * [`62083eee`](https://github.com/containerd/containerd/commit/62083eeed275db8c154dd87a5f84444e97ddb507) Merge pull request  [#4102](https://github.com/containerd/containerd/pull/4102) from kolyshkin/scan
    * [`488d6194`](https://github.com/containerd/containerd/commit/488d6194f2080709d9667e00ff244fbdc7ff95b2) fix dial error when clean up a dead shim
    * [`6e638ad2`](https://github.com/containerd/containerd/commit/6e638ad27a6b5708f8b0eb06b17d3d0352609a2f) Nit: fix use of bufio.Scanner.Err
    * [`c6851ace`](https://github.com/containerd/containerd/commit/c6851ace61864f8018d476d84fc82093e25db233) Merge pull request  [#4098](https://github.com/containerd/containerd/pull/4098) from thaJeztah/update_golangci_lint
    * [`dc085abd`](https://github.com/containerd/containerd/commit/dc085abda5a4ca48cdec11dfd3011279477ff238) Merge pull request  [#4097](https://github.com/containerd/containerd/pull/4097) from tklauser/fix-duplicate-imports
    * [`4326fc62`](https://github.com/containerd/containerd/commit/4326fc624a6504c154c6743774e225c8782f6a36) Update Golangci-lint v1.23.8
    * [`4756258f`](https://github.com/containerd/containerd/commit/4756258faf55c1e2b4eb601c9fb669ecb3b43e8b) service_windows.go: remove unused "service" variable
    * [`a9bd451a`](https://github.com/containerd/containerd/commit/a9bd451ab4b87a771a40067304b7bc7ee68f49c5) Avoid duplicate imports of github.com/gogo/protobuf/types
    * [`4eb9d15d`](https://github.com/containerd/containerd/commit/4eb9d15dc6d01f8ef4507e6a50e58f615f430f55) Merge pull request  [#4095](https://github.com/containerd/containerd/pull/4095) from thaJeztah/partial_revert
    * [`3a0a52ab`](https://github.com/containerd/containerd/commit/3a0a52ab95353ea3ee980ec01c28326949c74a34) Merge pull request  [#4091](https://github.com/containerd/containerd/pull/4091) from SaiHarshaK/update-install-steps
    * [`cad67b73`](https://github.com/containerd/containerd/commit/cad67b73f2bebc59cc450e830605df38a1ebdef7) Update btrfs dependencies in docs for debian buster and ubuntu 19.10 * Fixes: #4090
    * [`63202369`](https://github.com/containerd/containerd/commit/6320236985d4c9c179b51dab2ea1ca4835123d49) Partial revert of sys: windows: use golang.org/x/sys/windows
    * [`9ec579bf`](https://github.com/containerd/containerd/commit/9ec579bf8a09f2fd1b63c7670eea5aa095720b7e) Merge pull request  [#4093](https://github.com/containerd/containerd/pull/4093) from thaJeztah/replace_more_syscall
    * [`a30225b2`](https://github.com/containerd/containerd/commit/a30225b2209c031af55aae6c6e9466c248925ef1) Merge pull request  [#4094](https://github.com/containerd/containerd/pull/4094) from thaJeztah/deprecate_sys_epoll
    * [`b4f1986b`](https://github.com/containerd/containerd/commit/b4f1986bf54b37a95fe8f9ca8531c97209d2bdd4) Merge pull request  [#4092](https://github.com/containerd/containerd/pull/4092) from thaJeztah/bump_x_sys
    * [`0a7fd55f`](https://github.com/containerd/containerd/commit/0a7fd55f32a8eff3554e8c2e992db8ff65400e9c) sys: deprecate EpollCreate1, EpollCtl, EpollWait
    * [`7b06192f`](https://github.com/containerd/containerd/commit/7b06192f61d02c28bdbd8470388cc21fa676e58c) sys: windows: use golang.org/x/sys/windows
    * [`1b7d1e81`](https://github.com/containerd/containerd/commit/1b7d1e81be79d786ae0a828cf17256c609fb4c92) vendor: golang.org/x/sys 5c8b2ff67527cb88b770f693cebf3799036d8bc0
    * [`92cfc5b1`](https://github.com/containerd/containerd/commit/92cfc5b1fb91e0e09bd9ef18de082cd648e2bdc0) Merge pull request  [#4088](https://github.com/containerd/containerd/pull/4088) from mxpv/sd
    * [`7a5fcf61`](https://github.com/containerd/containerd/commit/7a5fcf617ef550c76c6831d97244baff0ac6121e) Merge pull request  [#4089](https://github.com/containerd/containerd/pull/4089) from thaJeztah/update_cri
    * [`ddae905b`](https://github.com/containerd/containerd/commit/ddae905b824a264be620cea03d3dee66f779f19a) Support NOTIFY_SOCKET
    * [`b78dfbdf`](https://github.com/containerd/containerd/commit/b78dfbdfbe54ec5cc9c5b59d79a9739756daae01) vendor: golang.org/x/sys 52ab431487773bc9dd1b0766228b1cf3944126bf
    * [`ba6796ab`](https://github.com/containerd/containerd/commit/ba6796abde0090a1984c056fec9e1cc6fb9b3796) vendor: update kubernetes v1.18.0-beta.1
    * [`f3d06242`](https://github.com/containerd/containerd/commit/f3d062423c7a50e0258132bf5786d7a025e54a06) vendor: sigs.k8s.io/yaml v1.2.0
    * [`04c805e6`](https://github.com/containerd/containerd/commit/04c805e636b3879f689501fd052cb287fd80327c) vendor: github.com/google/gofuzz v1.1.0
    * [`12c7d697`](https://github.com/containerd/containerd/commit/12c7d69769b43b8f432fe4dd779335f02c52c036) vendor: update containerd/cri 1a00c068864a59835ff442e0dddfa5a254be6bb3
    * [`5607b23b`](https://github.com/containerd/containerd/commit/5607b23b0f7fd48645372adeab96515882ad0d97) vendor.conf: move some imports to match position with containerd/cri
    * [`3868dd75`](https://github.com/containerd/containerd/commit/3868dd754064b843579e2aac0fa846185869c2a7) Merge pull request  [#4087](https://github.com/containerd/containerd/pull/4087) from crosbymichael/cgroups-exports
    * [`97ca1be0`](https://github.com/containerd/containerd/commit/97ca1be06752cf220f1fa91ae8ececa0461dc284) Merge pull request  [#4058](https://github.com/containerd/containerd/pull/4058) from tedyu/get-process
    * [`e3ab8bda`](https://github.com/containerd/containerd/commit/e3ab8bda604dbafb6c69f4c42979e92ead445138) Avoid allocating slice for finding Process
    * [`1239f540`](https://github.com/containerd/containerd/commit/1239f5403534145ffefc4b53dbf2569af5a78d0c) export cgroups collectors
    * [`aac6a51e`](https://github.com/containerd/containerd/commit/aac6a51ee775d89958dd6dbde1f61096ddbcb5a0) Merge pull request  [#4059](https://github.com/containerd/containerd/pull/4059) from fuweid/me-upstream-release-status
    * [`35a8de89`](https://github.com/containerd/containerd/commit/35a8de899651770bc7ba1cc498ec1057a8b6e83c) Merge pull request  [#4080](https://github.com/containerd/containerd/pull/4080) from mxpv/opts
    * [`8c9e8417`](https://github.com/containerd/containerd/commit/8c9e84174d55af4fcedf7bf0dbe3469936c0f43a) RELEASES.md: update release status
    * [`936b7b00`](https://github.com/containerd/containerd/commit/936b7b0043e4b90a7f4810ed91ce066257117178) Merge pull request  [#4085](https://github.com/containerd/containerd/pull/4085) from thaJeztah/update_crypto
    * [`e0a8fe7c`](https://github.com/containerd/containerd/commit/e0a8fe7cb60e165ba5158db99957993587f52d50) vendor: bump golang.org/x/crypto bac4c82f6975
    * [`01310155`](https://github.com/containerd/containerd/commit/01310155947cb6eec37dcae29742a165e56acb4a) Merge pull request  [#4084](https://github.com/containerd/containerd/pull/4084) from crosbymichael/kill-all-check
    * [`233d61f5`](https://github.com/containerd/containerd/commit/233d61f51c867c314b5b66a1df91996b23ea1eb3) Merge pull request  [#4083](https://github.com/containerd/containerd/pull/4083) from crosbymichael/resource-opts
    * [`a687d3a3`](https://github.com/containerd/containerd/commit/a687d3a36dac0c75adcef6318a1891034b4cc284) Check error return from json.Unmarshal
    * [`a3ca8a0d`](https://github.com/containerd/containerd/commit/a3ca8a0dfc4f2e79487d2479fbb3ee41bc75227b) Add linux resource oci.SpecOpts
    * [`54fd2cba`](https://github.com/containerd/containerd/commit/54fd2cba4970fe77b10bb113f252cd5a10bddb40) Merge pull request  [#4081](https://github.com/containerd/containerd/pull/4081) from crosbymichael/info-spec
    * [`00e6be9f`](https://github.com/containerd/containerd/commit/00e6be9f45751937854b2ebe2a8822c72fd8330f) Add ctr c info --spec flag to output spec
    * [`3be12fe1`](https://github.com/containerd/containerd/commit/3be12fe1c0ad47e3ace8e373fd2bf41f4aa775df) Do not loose snapshotter options
    * [`8cddb5f9`](https://github.com/containerd/containerd/commit/8cddb5f91d8055747b497d4e7639367af1436ff0) Pass snapshotter opts during Pull
    * [`ca66f3dd`](https://github.com/containerd/containerd/commit/ca66f3dd5d917694797a377b8ab9b8fb603b089b) Merge pull request  [#4076](https://github.com/containerd/containerd/pull/4076) from kevpar/windows-cri-support
    * [`a3685262`](https://github.com/containerd/containerd/commit/a3685262fe7d501a2a236c7ce39209a7161f2519) snapshots/devmapper: do not stop snapshot GC when one snapshot removing fails
    * [`b6bf7b97`](https://github.com/containerd/containerd/commit/b6bf7b97c23bece60866801c18680471d4cd7eb7) devmapper: async remove device using Cleanup
    * [`3a1c6a26`](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
    * [`c7eec0c1`](https://github.com/containerd/containerd/commit/c7eec0c1786595b9aa4c31cf43c65acd2c204f8f) Fix file header in builtins_cri.go
    * [`269015e3`](https://github.com/containerd/containerd/commit/269015e31c5036d447da88d021921b09a17eb543) Merge pull request  [#4072](https://github.com/containerd/containerd/pull/4072) from thaJeztah/update_gotest_tools_v3
    * [`f2edc6f1`](https://github.com/containerd/containerd/commit/f2edc6f164f977b459a3abaa310d145f20050617) vendor: update gotest.tools v3.0.2
    * [`026e4380`](https://github.com/containerd/containerd/commit/026e43806a8099b70c166874e59dcbbfe0634cc4) Update to a released version of opencontainers/selinux (1.3.3)
    * [`4d242818`](https://github.com/containerd/containerd/commit/4d242818bf55542e5d7876ca276fea83029e803c) Merge pull request  [#4053](https://github.com/containerd/containerd/pull/4053) from AkihiroSuda/vendor-grpc-20200225
    * [`669f516b`](https://github.com/containerd/containerd/commit/669f516b0e083238036cdd1118c3601f017557bf) Merge pull request  [#4062](https://github.com/containerd/containerd/pull/4062) from tedyu/start-shim-defer
    * [`f8ade8de`](https://github.com/containerd/containerd/commit/f8ade8debd8877de4d7717ad48fb48e3203b215d) Use named error return for service#StartShim
    * [`536d7ef9`](https://github.com/containerd/containerd/commit/536d7ef92da517fde23cff7ddccd86ef4c459fba) Merge pull request  [#4066](https://github.com/containerd/containerd/pull/4066) from thaJeztah/choco_progress
    * [`985b26f2`](https://github.com/containerd/containerd/commit/985b26f2f9fe63ef116e6fd764c0990a2d24a2b9) AppVeyor: disable download progress on choco installs
    * [`06b28402`](https://github.com/containerd/containerd/commit/06b284026da5e88c47577a0ff465c18f9cac891d) Merge pull request  [#4063](https://github.com/containerd/containerd/pull/4063) from tedyu/namespace-path
    * [`4105135e`](https://github.com/containerd/containerd/commit/4105135e368071ece17f46484e3b5d84921d8161) fix killall when use pidnamespace
    * [`ebec675a`](https://github.com/containerd/containerd/commit/ebec675a8d0c042401b77a77a048a621709ca7e9) Merge pull request  [#3802](https://github.com/containerd/containerd/pull/3802) from vladimiroff/unify-dialers
    * [`4dd75be2`](https://github.com/containerd/containerd/commit/4dd75be2b93da857cd4cfa384e9088c03a58d6cb) Unify dialer implementations
    * [`8e448bb2`](https://github.com/containerd/containerd/commit/8e448bb2798b94c09cf84e9b8de401d04f20decf) vendor protobuf & grpc
    * [`9b4967bd`](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
    * [`3b9f2e85`](https://github.com/containerd/containerd/commit/3b9f2e85402f77d6ff63405a6dbb7a72938ca6f5) Merge pull request  [#4051](https://github.com/containerd/containerd/pull/4051) from rancher/selinux
    * [`c134a9be`](https://github.com/containerd/containerd/commit/c134a9befa59fd5ab670a9c250f74cb3e4c88844) Use spec's mountLabel when mounting the rootfs
    * [`2c5279e8`](https://github.com/containerd/containerd/commit/2c5279e820f86714df591b7f8d4b71052cf8ad87) Merge pull request  [#4049](https://github.com/containerd/containerd/pull/4049) from fuweid/me-fix-flaky-testcase
    * [`1d888ad6`](https://github.com/containerd/containerd/commit/1d888ad6a69d412cfb93054fe8368caca97d944e) cleanup the image synchronously for Usage case
    * [`18e581dd`](https://github.com/containerd/containerd/commit/18e581dd91fd671aaeba86dcae2b6c97142a1cb0) bugfix: cleanup dangling shim by brand new context
    * [`fed8890e`](https://github.com/containerd/containerd/commit/fed8890e935f28de075b4031ebbc794076d21f69) Enable CRI plugin for Windows builds as well
    * [`0e084054`](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
    * [`84464b80`](https://github.com/containerd/containerd/commit/84464b801faf2c80b71f8fa057d1f8daf9474a1c) v2: Cancel shim log ctx when ttrpc is closed
    * [`986d0678`](https://github.com/containerd/containerd/commit/986d06785c4abaa5fcd546999e1c4066ed6646e8) Merge pull request  [#4042](https://github.com/containerd/containerd/pull/4042) from thaJeztah/bump_crypto
    * [`7f0bccf1`](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
    * [`f3652d06`](https://github.com/containerd/containerd/commit/f3652d0682f500a84191b34cd58e37e6fd684c36) vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382
    * [`773adf7a`](https://github.com/containerd/containerd/commit/773adf7ab600824fe64bf5b5496763345eaed33d) Remove the executable bit for api/*.txt files
    * [`986f2941`](https://github.com/containerd/containerd/commit/986f2941871087f31865a1d9fd69b4f97e3aea88) Merge pull request  [#3942](https://github.com/containerd/containerd/pull/3942) from hs0210/work
    * [`724d0eb8`](https://github.com/containerd/containerd/commit/724d0eb859065f3fa11f32fa54b1c1970b670704) Merge pull request  [#4039](https://github.com/containerd/containerd/pull/4039) from AkihiroSuda/no-zfs
    * [`8e685f78`](https://github.com/containerd/containerd/commit/8e685f78cf66e2901b2fbed2fdddd64449a74ab9) support building with BUILDTAGS="no_zfs no_aufs"
    * [`3fe22817`](https://github.com/containerd/containerd/commit/3fe22817ab757f43cf9bc6d9de55649a99a2e986) Merge pull request  [#4037](https://github.com/containerd/containerd/pull/4037) from thaJeztah/update_mailmap
    * [`61596169`](https://github.com/containerd/containerd/commit/61596169bbe688f576dbddc72ebce09955a49440) Update .mailmap
    * [`f44d3609`](https://github.com/containerd/containerd/commit/f44d360992c4d30d413c38d276a36bf40b02d194) Update .mailmap with changes from release-branches
    * [`04cda9b4`](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
    * [`499ab8a9`](https://github.com/containerd/containerd/commit/499ab8a99ad489fb911557f4ea7ffd33173ed65b) Update Golang 1.13.8
    * [`48d998f5`](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
    * [`246a560e`](https://github.com/containerd/containerd/commit/246a560edb19ef9220bb452d0a3c82c7770213fb) script: use github.com/kubernetes-sigs/cri-tools directly
    * [`27f25069`](https://github.com/containerd/containerd/commit/27f25069c06d597542e57428165225bd2a9e2696) Merge pull request  [#4013](https://github.com/containerd/containerd/pull/4013) from estesp/support-32bit-arm64
    * [`7811aa75`](https://github.com/containerd/containerd/commit/7811aa755265ba3f017683afb1ee3b5a1e0f29b4) Merge pull request  [#4022](https://github.com/containerd/containerd/pull/4022) from estesp/fix-script-comment
    * [`75d0c5f2`](https://github.com/containerd/containerd/commit/75d0c5f2e74b44353da357c5603a52871bea3940) Fix incorrect comment from copy/paste of starting script
    * [`e74962ea`](https://github.com/containerd/containerd/commit/e74962eaa6c0533453fcc823ae0e1b5976a30d8c) Merge pull request  [#4018](https://github.com/containerd/containerd/pull/4018) from estesp/update-readme
    * [`0dd6d24d`](https://github.com/containerd/containerd/commit/0dd6d24d2ae34680d6fb59fcd58c617ad0d61b34) Fix reference to LICENSE in README.md
    * [`89de113d`](https://github.com/containerd/containerd/commit/89de113de9aedce0f41126c83c08ba9d3c6df0f1) Support 32-bit userspace on 64-bit ARM cores
    * [`5abacb62`](https://github.com/containerd/containerd/commit/5abacb62da89dd18219f8ce28a2d4c3d28d8304d) Merge pull request  [#4017](https://github.com/containerd/containerd/pull/4017) from bloodorangeio/octet-stream-fix
    * [`d8a0d29c`](https://github.com/containerd/containerd/commit/d8a0d29c232330f371c949a27527d8b89adccfc5) Set octet-stream content-type on put request
    * [`cbf3ee0e`](https://github.com/containerd/containerd/commit/cbf3ee0e22635920adc221b7bf570cd82ab7bab9) Merge pull request  [#4010](https://github.com/containerd/containerd/pull/4010) from zhsj/fix-zsh-complete
    * [`348e683c`](https://github.com/containerd/containerd/commit/348e683cebe4ddada6d9b11c2581bfeacba8d458) Fix zsh autocomplete script
    * [`4f348c5b`](https://github.com/containerd/containerd/commit/4f348c5b5b53a70b282ab5b81b2cc8f03bf6a338) Merge pull request  [#3999](https://github.com/containerd/containerd/pull/3999) from thaJeztah/bump_cri
    * [`263ab701`](https://github.com/containerd/containerd/commit/263ab701463864381e113db9ad72aa1a65897b5a) vendor: bump gopkg.in/yaml.v2 v2.2.8
    * [`4c382788`](https://github.com/containerd/containerd/commit/4c38278895a431fc4939bad0b7d4270d88d8b589) vendor: update containerd/cri c0294ebfe0b4342db85c0faf7727ceb8d8c3afce
    * [`f5d8ff57`](https://github.com/containerd/containerd/commit/f5d8ff57c8558c5a9a5357304d6b4a1a4aa80931) Merge pull request  [#3965](https://github.com/containerd/containerd/pull/3965) from jterry75/wcow_lcow_scratch_size
    * [`46d1fb2f`](https://github.com/containerd/containerd/commit/46d1fb2fdcf167648215350f159fbbfa9abc8471) Merge pull request  [#3992](https://github.com/containerd/containerd/pull/3992) from mxpv/losetup
    * [`12cb1554`](https://github.com/containerd/containerd/commit/12cb1554be8e3ba3fa6a7d11db2e8606a3163c0c) Merge pull request  [#3972](https://github.com/containerd/containerd/pull/3972) from fuweid/me-fix-3937
    * [`f0652e14`](https://github.com/containerd/containerd/commit/f0652e1434be5d952abfbc67227ccc100757a8f7) Make tests less flaky
    * [`bb8af922`](https://github.com/containerd/containerd/commit/bb8af922bb921da1a61fc3b932a113b6826895e6) Add support for custom wcow and lcow sandbox scratch sizes
    * [`431cfd86`](https://github.com/containerd/containerd/commit/431cfd86e7bc636cdd5254ea8a30bd4f547c7bfc) Merge pull request  [#3991](https://github.com/containerd/containerd/pull/3991) from mihaicmn/fix-default-config
    * [`5e6d56ee`](https://github.com/containerd/containerd/commit/5e6d56ee2deaeeebf15cb6a19d4898e365a3d926) Fix startup_delay within default configuration
    * [`07de4ecc`](https://github.com/containerd/containerd/commit/07de4eccf1e62056efd24a232e2f75266b03608a) Merge pull request  [#3983](https://github.com/containerd/containerd/pull/3983) from AkihiroSuda/ctr-events-ignore-err
    * [`a07cb9d0`](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
    * [`83370116`](https://github.com/containerd/containerd/commit/833701165aad9d55adda23f48bb5a46cdbcff5b1) ctr events: do not exit on an error
    * [`20024116`](https://github.com/containerd/containerd/commit/2002411638cfdc620f3e3be112e2184452048779) vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * [`32ba75f0`](https://github.com/containerd/containerd/commit/32ba75f0fbfe47ad94e7c7daccc9f31efd0b2db2) Update Golang 1.13.7 (CVE-2020-0601, CVE-2020-7919)
    * [`d3b42574`](https://github.com/containerd/containerd/commit/d3b42574a751e056362d8f5abe0717e45b9f17d2) Merge pull request  [#3986](https://github.com/containerd/containerd/pull/3986) from thaJeztah/fix_release_tool_link
    * [`09944e71`](https://github.com/containerd/containerd/commit/09944e714f1aee8c84a86f405acf1d0c1246fe43) Merge pull request  [#3985](https://github.com/containerd/containerd/pull/3985) from thaJeztah/bump_versions
    * [`e42110f3`](https://github.com/containerd/containerd/commit/e42110f3263bdf826b113b00fe66ff3ed6109ef2) Fix broken link to release-tool
    * [`e2e07c9b`](https://github.com/containerd/containerd/commit/e2e07c9bc1ad0076bfea09c5e55c94a0f699fdfb) RELEASES.md update links to latest v1.2.11 and v1.3.2
    * [`a1e0303e`](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
    * [`0dc69620`](https://github.com/containerd/containerd/commit/0dc69620b8dc5f03a1282acff7a37ffbefd2697d) update dependencies of containerd/cri
    * [`53ced5ff`](https://github.com/containerd/containerd/commit/53ced5ffe1d38dd407d18dfab752ab29623b3647) update to latest containerd/cri (master)
    * [`faf03c3d`](https://github.com/containerd/containerd/commit/faf03c3d239d54e9fce44deaae274dc1fe8b672e) Pick up fix for CVE-2019-16884 in opencontainers/selinux
    * [`5c72f92a`](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
    * [`923c05be`](https://github.com/containerd/containerd/commit/923c05bed10b14512cf5ec029066ca5e90d87431) Bump to opencontainers/runc new version - v1.0.0-rc10
    * [`c2ad9dc1`](https://github.com/containerd/containerd/commit/c2ad9dc12dc049607adf541f453cd5b28f0b7c37) Merge pull request  [#3970](https://github.com/containerd/containerd/pull/3970) from TBBle/windows_build_without_cgo
    * [`e44d0086`](https://github.com/containerd/containerd/commit/e44d0086596862a8ac5eda5e28b23564324efe38) Appveyor on_success field should be an array.
    * [`a224937d`](https://github.com/containerd/containerd/commit/a224937d2c23cbc81c49aed0280cfd05d1a3e734) Disable CGO for AppVeyor build steps
    * [`75af1794`](https://github.com/containerd/containerd/commit/75af17946d94bc95ba519be5c2b6fc6f1adde4d6) Pull: create image record after blobs download
    * [`45a17cff`](https://github.com/containerd/containerd/commit/45a17cffb67cb407b4130b718b15674ae0c5b113) Vendor Microsoft/hcsshim with CGO removal
    * [`592a617f`](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
    * [`94964b36`](https://github.com/containerd/containerd/commit/94964b36d0248257743615a5e3bff0bea301d55c) Update Golang 1.13.6
    * [`6b5553ee`](https://github.com/containerd/containerd/commit/6b5553ee6c20955f9e01145528527241f33f8940) Merge pull request  [#3919](https://github.com/containerd/containerd/pull/3919) from Zyqsempai/add-io-metrics
    * [`64b08f90`](https://github.com/containerd/containerd/commit/64b08f90e9d990886885735cdc983e20d914f361) Merge pull request  [#3966](https://github.com/containerd/containerd/pull/3966) from zhsj/update-btrfs
    * [`22b73a9a`](https://github.com/containerd/containerd/commit/22b73a9a7800b71944529846a5c9ce212c92c218) vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d
    * [`b8797016`](https://github.com/containerd/containerd/commit/b8797016bb34650f4c6dbec36e8407cc650147ec) Merge pull request  [#3964](https://github.com/containerd/containerd/pull/3964) from zhsj/flaky-metastore-test
    * [`e0954807`](https://github.com/containerd/containerd/commit/e095480716f635647711a81a4976611ac357f72f) Merge pull request  [#3962](https://github.com/containerd/containerd/pull/3962) from zhsj/clean-test
    * [`1189cc40`](https://github.com/containerd/containerd/commit/1189cc40f2bea63d2d381a4c95617c869c5c99cc) snapshots: fix flaky TestMetastore
    * [`35a8e6e5`](https://github.com/containerd/containerd/commit/35a8e6e589eb37a73f94cdbd5c8d7938b2b04140) sys: clean up process after test
    * [`5383d31f`](https://github.com/containerd/containerd/commit/5383d31f32ba7db0eb6f0cd333be6463af07034d) Merge pull request  [#3963](https://github.com/containerd/containerd/pull/3963) from zhsj/flaky-gc-test
    * [`3eb57b01`](https://github.com/containerd/containerd/commit/3eb57b01be87a9b5047ae79775b9c43d65fb2150) Added IO metrics
    * [`e859b8a9`](https://github.com/containerd/containerd/commit/e859b8a92b58499b4681cb96dae74f2f3bb50a70) gc: increase sleep time in test
    * [`486d3363`](https://github.com/containerd/containerd/commit/486d33631e8ab0d1e60c9d57f729a6205937f478) test runtime v2 CPU settings
    * [`c55bd87f`](https://github.com/containerd/containerd/commit/c55bd87f471a4de48ea349e66bfdf7c454327421) Merge pull request  [#3956](https://github.com/containerd/containerd/pull/3956) from sethp-nr/fix/eventfd-leak
    * [`bb9d4e8b`](https://github.com/containerd/containerd/commit/bb9d4e8bf22e802301ffab4d3bc247659b9f5dbe) Merge pull request  [#3959](https://github.com/containerd/containerd/pull/3959) from thaJeztah/bump_prometheus
    * [`66508589`](https://github.com/containerd/containerd/commit/66508589d33c3ae0ad3db5a581c75c8257bc4bfc) fix: eventfd leak for v2 runtime with v1 cgroups
    * [`9456040a`](https://github.com/containerd/containerd/commit/9456040acb746dccf65e700563fb7371a03f79e6) fix: eventfd leak
    * [`2f0db8e2`](https://github.com/containerd/containerd/commit/2f0db8e2a81319b3e48bc6e3d433b10090bd5f50) vendor: bump prometheus/client_golang v1.3.0
    * [`e10c9118`](https://github.com/containerd/containerd/commit/e10c911876614cef082e988f7b14c4d008370165) vendor: bump prometheus/client_golang v1.1.0
    * [`845b91d6`](https://github.com/containerd/containerd/commit/845b91d6b5431433cf2b33a21bd921d5b23ec432) vendor: bump prometheus/client_golang v0.9.4
    * [`04506b87`](https://github.com/containerd/containerd/commit/04506b87d65a3390656de6f9e5de8d84d0270567) vendor: bump docker/go-metrics v0.0.1:
    * [`99911ea6`](https://github.com/containerd/containerd/commit/99911ea668437cb0dcd30d67fcf3d7fb86238a95) vendor: bump prometheus/procfs v0.0.8
    * [`ed6ae818`](https://github.com/containerd/containerd/commit/ed6ae818612b8f08dfa319eb40aea1aab286c979) vendor: bump prometheus/common v0.7.0
    * [`c02dc24e`](https://github.com/containerd/containerd/commit/c02dc24ecfa6b46f8575a170f90498d89115e492) vendor: bump prometheus/client_model v0.1.0
    * [`77a3780c`](https://github.com/containerd/containerd/commit/77a3780c25735901928284496efc4b6349de328c) vendor: bump beorn7/perks v1.0.1
    * [`a767b623`](https://github.com/containerd/containerd/commit/a767b62321ae3fae0b77a1320d93680baff0d7c1) Merge pull request  [#3954](https://github.com/containerd/containerd/pull/3954) from AkihiroSuda/vendor-cgroups-20200110
    * [`e1221e69`](https://github.com/containerd/containerd/commit/e1221e69a824ce9aaca34c5bb603feb2f921b883) revendor containerd/cgroups
    * [`1c2606d0`](https://github.com/containerd/containerd/commit/1c2606d05bf242d269b7a8dfb27c05305dc7331b) Merge pull request  [#3946](https://github.com/containerd/containerd/pull/3946) from wawa0210/bump-hcsshim
    * [`4d62d879`](https://github.com/containerd/containerd/commit/4d62d8795c42dfec2506631cc7013b3b8786bf76) bump microsoft/hcsshim to 0.8.7
    * [`0a1f2b40`](https://github.com/containerd/containerd/commit/0a1f2b40642e54ed06cd0a22cdf6025cbe70853c) Merge pull request  [#3952](https://github.com/containerd/containerd/pull/3952) from lumjjb/fix_unpacker
    * [`95fbf3dc`](https://github.com/containerd/containerd/commit/95fbf3dc28d8dcc2531904c3efa5b53caa8ee6a4) Fix unpacker to pass use apply options
    * [`7804afb2`](https://github.com/containerd/containerd/commit/7804afb226b6b44d6baac469157cd50f7a6bd761) Merge pull request  [#3950](https://github.com/containerd/containerd/pull/3950) from dmcgowan/fix-printf-scanner-error
    * [`9f193c41`](https://github.com/containerd/containerd/commit/9f193c41d74e815480c2f69964411f9b87599902) Merge pull request  [#3948](https://github.com/containerd/containerd/pull/3948) from jterry75/fix_lcow_size
    * [`3af3a760`](https://github.com/containerd/containerd/commit/3af3a7602650a8de47b77457fa05835ebcbff3bf) Fix filter errors
    * [`7b52bc50`](https://github.com/containerd/containerd/commit/7b52bc506c5bc2a6a85a889ee3bc134edb80cddd) Add unit test for func in filter.go
    * [`cd1cad9d`](https://github.com/containerd/containerd/commit/cd1cad9d5581f855c3feac293d7d52d49ca4d34b) Support disk usage in windows-lcow snapshot
    * [`d3c1691a`](https://github.com/containerd/containerd/commit/d3c1691ae105067a4636dfbe81c0ba2d8d980f52) Merge pull request  [#3933](https://github.com/containerd/containerd/pull/3933) from AkihiroSuda/update-rootless-md
    * [`8b3ef5fb`](https://github.com/containerd/containerd/commit/8b3ef5fb205730fc45614586b2aa95dfa2444f6f) Merge pull request  [#3944](https://github.com/containerd/containerd/pull/3944) from zhsj/fix-openlabci
    * [`41088e40`](https://github.com/containerd/containerd/commit/41088e405fa46a8325eeea3217fd05b48779419e) Merge pull request  [#3939](https://github.com/containerd/containerd/pull/3939) from zhsj/fix-arm
    * [`80d50a8a`](https://github.com/containerd/containerd/commit/80d50a8a636d0961571b93679956615b66c69e4d) Merge pull request  [#3925](https://github.com/containerd/containerd/pull/3925) from dmcgowan/snapshot-cleanup-api
    * [`3e9ef5db`](https://github.com/containerd/containerd/commit/3e9ef5db79cac1227bec5c6e93d025412c348f76) Merge pull request  [#3941](https://github.com/containerd/containerd/pull/3941) from dmcgowan/skip_tests
    * [`f3090ce8`](https://github.com/containerd/containerd/commit/f3090ce80f05a88e588d9e9283bf5134367b198b) ci: set pipefail in zuul script
    * [`90cd777a`](https://github.com/containerd/containerd/commit/90cd777a6c8c92c105625ba086e2e67a0c32d7ed) platforms: fill default arm variant when parse platform specifier
    * [`b553bc14`](https://github.com/containerd/containerd/commit/b553bc14a2cfa1994646d2f52a8e25c023de76bb) update docs/rootless.md
    * [`94d49984`](https://github.com/containerd/containerd/commit/94d499843c0202af9636cad522d30eaf9ffed798) Add Makefile variable to skip test packages
    * [`123af61c`](https://github.com/containerd/containerd/commit/123af61c0bd897c0892d7a0fb51574a78698de8a) Add Cleanup to snapshot API
    * [`0d276ece`](https://github.com/containerd/containerd/commit/0d276ece0e280812297f20be5110800db6614c03) Merge pull request  [#3932](https://github.com/containerd/containerd/pull/3932) from AkihiroSuda/ovl-test-opts
    * [`fda9cebc`](https://github.com/containerd/containerd/commit/fda9cebc813b035be137d4d61f203e625623692c) Merge pull request  [#3936](https://github.com/containerd/containerd/pull/3936) from hs0210/work
    * [`da2890a9`](https://github.com/containerd/containerd/commit/da2890a90826458c0573cdbc4e3e3768d69197b8) Merge pull request  [#3934](https://github.com/containerd/containerd/pull/3934) from AkihiroSuda/ctr-address-env
    * [`82fdac1c`](https://github.com/containerd/containerd/commit/82fdac1cd602fa3f1800d9fa82a9d3b90a0cf024) Merge pull request  [#3935](https://github.com/containerd/containerd/pull/3935) from zhsj/fix-gccgo
    * [`465c11dc`](https://github.com/containerd/containerd/commit/465c11dc8736d3e2a9a3b76ece6abdeb63a2f676) Fix build with gccgo
    * [`52e477f9`](https://github.com/containerd/containerd/commit/52e477f947434989e93d0a9c22a7389d08b9b056) Fix outdated comments
    * [`b127b666`](https://github.com/containerd/containerd/commit/b127b666aa679ab0ac50025e0741b54acd743496) ctr: support $CONTAINERD_ADDRESS env var
    * [`a4b423b1`](https://github.com/containerd/containerd/commit/a4b423b19b0b3f18bd4827afcd4a9c7ca4a6645a) overlay: test actual Opts
    * [`d5714702`](https://github.com/containerd/containerd/commit/d5714702d1f78ad1149e78e204db0b53611ddb3c) Merge pull request  [#3883](https://github.com/containerd/containerd/pull/3883) from AkihiroSuda/ci-crun
    * [`067a66b9`](https://github.com/containerd/containerd/commit/067a66b90a3bf0915ff34d5fa5bbc790ff625d77) .travis.yml: run test with crun
    * [`b9fad5e3`](https://github.com/containerd/containerd/commit/b9fad5e310fafb453def5f1e7094f4c36a9806d2) Merge pull request  [#3765](https://github.com/containerd/containerd/pull/3765) from AkihiroSuda/mount-fuse
    * [`7c856d19`](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
    * [`1fb1d932`](https://github.com/containerd/containerd/commit/1fb1d93212af763bd481b476293040b1566ae00b) v2: Fix missing ns when openShimLog on windows
    * [`5fc0f301`](https://github.com/containerd/containerd/commit/5fc0f30167216f7b11de904df4df8b1c96290104) Merge pull request  [#3903](https://github.com/containerd/containerd/pull/3903) from katiewasnothere/local_introspection
    * [`a18f77be`](https://github.com/containerd/containerd/commit/a18f77bea0a7193b6594af3ca22cd2734d6dfb14) create local version of introspection service
    * [`b95fa01b`](https://github.com/containerd/containerd/commit/b95fa01b95d54bfb88d8c004975e36d00df0fc1e) Merge pull request  [#3915](https://github.com/containerd/containerd/pull/3915) from yeahdongcn/push
    * [`e739314e`](https://github.com/containerd/containerd/commit/e739314ed421ecf10d52a47dcdf27859022fa124) mount: support FUSE helper
    * [`537afb14`](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
    * [`06b15f07`](https://github.com/containerd/containerd/commit/06b15f072db3b177af4ffa1d9f8d4a9a454990f7) Merge pull request  [#3920](https://github.com/containerd/containerd/pull/3920) from hs0210/work
    * [`87e2a959`](https://github.com/containerd/containerd/commit/87e2a95951c3e00e8d672922a8bc07337c7a331c) Fix a typo in task.go
    * [`f823c377`](https://github.com/containerd/containerd/commit/f823c377086bccc8c35a0ddfe12a02a0c6c112af) Merge pull request  [#3904](https://github.com/containerd/containerd/pull/3904) from yeahdongcn/manifest
    * [`d82fa431`](https://github.com/containerd/containerd/commit/d82fa431937f0fda2c11f45fd52da48ab899c29c) v2: Call shim.Delete at first when create is failed
    * [`6b94b646`](https://github.com/containerd/containerd/commit/6b94b646b7712ecbf0d16ce19588dc1b083b829f) Merge pull request  [#3911](https://github.com/containerd/containerd/pull/3911) from ktock/passinfo
    * [`493a36de`](https://github.com/containerd/containerd/commit/493a36de9521c4a6a0e0cc2fd0495da1d5c08db7) Move label filter to snapshots package
    * [`c1a24be5`](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
    * [`06f6ea09`](https://github.com/containerd/containerd/commit/06f6ea099a784ecb62d67548d901dc7a85a65c76) switch nighly builds to Go 1.13.5
    * [`c07e356d`](https://github.com/containerd/containerd/commit/c07e356d293895fa52f7dd215922861291d3d799) Update Golang 1.13.5
    * [`072dfbaf`](https://github.com/containerd/containerd/commit/072dfbaf3601dd80d2b363fc8c855cd225fec166) Support pushing a specific platform of a multi-architecture docker image to a registry
    * [`4ccb7aa2`](https://github.com/containerd/containerd/commit/4ccb7aa2213e09c21a4b320eec5b8b6d1ac32e48) Enable to propagate necessary information to snapshotter during unpack
    * [`97712c8a`](https://github.com/containerd/containerd/commit/97712c8ad73dd302d5d226e0384b2d86e5de2989) Merge pull request  [#3906](https://github.com/containerd/containerd/pull/3906) from estesp/update-console-vendor
    * [`166cc8b7`](https://github.com/containerd/containerd/commit/166cc8b7d50c2b0d69ccee15a98aa891fa8f265f) Merge pull request  [#3905](https://github.com/containerd/containerd/pull/3905) from estesp/more-adopters
    * [`496836c0`](https://github.com/containerd/containerd/commit/496836c09266a0ab00205bec78589c0aa83ee125) Update containerd/console vendor for fix
    * [`a057bfbd`](https://github.com/containerd/containerd/commit/a057bfbd7122d1ce1dc3057d5170fd557ea7b678) Add more adopters to ADOPTERS.md
    * [`facedf89`](https://github.com/containerd/containerd/commit/facedf8980daa7296c4b56782ee695f1dba96457) Remove an empty line
    * [`05d19292`](https://github.com/containerd/containerd/commit/05d192929b1e9d34d74386ecc6e6472b1f496a86) Update checkImages to accept images.MediaTypeDockerSchema2Manifest
    * [`c4ed3ff1`](https://github.com/containerd/containerd/commit/c4ed3ff1edf383512789746419a28431bd4e256a) Replace ocispec.MediaTypeImageManifest with manifest.MediaType
    * [`18092310`](https://github.com/containerd/containerd/commit/18092310031adca3ed7c29c8ac6c841e26467b46) Merge pull request  [#3896](https://github.com/containerd/containerd/pull/3896) from sipsma/close-platform-once
    * [`f602b7b8`](https://github.com/containerd/containerd/commit/f602b7b8834cbbd99ffd4416a09c09a8f841269e) Merge pull request  [#3899](https://github.com/containerd/containerd/pull/3899) from AkihiroSuda/fix-sys-mkdiras
    * [`fbd46d70`](https://github.com/containerd/containerd/commit/fbd46d70940b913adef07f54f3db1abcb0f08bb2) runtime v2: Close platform in runc shim's Shutdown method.
    * [`05bc0a18`](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
    * [`8c7e6be2`](https://github.com/containerd/containerd/commit/8c7e6be290003a354fcf163dbd4c7f21f97a709f) Merge pull request  [#3870](https://github.com/containerd/containerd/pull/3870) from dmcgowan/download-during-apply
    * [`aac1ba0d`](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
    * [`02dcf384`](https://github.com/containerd/containerd/commit/02dcf384bfe3397ec08ef8912e2e3a1f396c98e6) Disable criu tests in Travis CI
    * [`62adc516`](https://github.com/containerd/containerd/commit/62adc516ddfae6e247dcd6a69bd00a7f7e7e96c1) sys: mkdirAs: do chown if dir already exists
    * [`9b5581cc`](https://github.com/containerd/containerd/commit/9b5581cc9c5bb4e9f4e47606ba883234167b1c23) Merge pull request  [#3887](https://github.com/containerd/containerd/pull/3887) from joakimr-axis/joakimr-axis_scripts
    * [`49e7039a`](https://github.com/containerd/containerd/commit/49e7039a8501c0396d591471d40680402af2c784) cpu metrics consistency
    * [`b9d9bdf1`](https://github.com/containerd/containerd/commit/b9d9bdf1fda27652035879082bd84aba43c4f6ac) make cpu metrics consistent with v2 docs
    * [`929ab521`](https://github.com/containerd/containerd/commit/929ab521c67e59a34983d9bffc513e1b20c3d647) fix system usage naming
    * [`659c971c`](https://github.com/containerd/containerd/commit/659c971cad1fa1c0e183e17e3349bb2270fa1a3a) task metrics fix
    * [`23dbae3e`](https://github.com/containerd/containerd/commit/23dbae3e71550e43b21c963f859dc7ecee444f8f) Schema name fix
    * [`56612148`](https://github.com/containerd/containerd/commit/566121485bc9ef4c2b59ba7725f55491bc8795cd) Merge pull request  [#3868](https://github.com/containerd/containerd/pull/3868) from awprice/issue-3850
    * [`17d61d6b`](https://github.com/containerd/containerd/commit/17d61d6b7e7ac55c9b8bd52d41606aeca8b6bd03) Units fix
    * [`f287bc22`](https://github.com/containerd/containerd/commit/f287bc2292efadee8e4ed2092ae7c782e595cdbd) Schema names fix
    * [`6bfb2482`](https://github.com/containerd/containerd/commit/6bfb24824b552cf09d8078750f565a0d72f8c711) Fix prometheus metrics units
    * [`b98cc791`](https://github.com/containerd/containerd/commit/b98cc7918446427e4b2de7b975c65c1f44451a56) Added memory and cpu metrics for cgroupv2
    * [`54736371`](https://github.com/containerd/containerd/commit/5473637144496250e4221c9103568d96c33ca29b) Merge pull request  [#3892](https://github.com/containerd/containerd/pull/3892) from mxpv/dm-retry
    * [`6c82fe54`](https://github.com/containerd/containerd/commit/6c82fe5429931ced190b5b1f38e25573ca00c195) Merge pull request  [#3891](https://github.com/containerd/containerd/pull/3891) from AkihiroSuda/rename-pids-v2
    * [`75efbaf6`](https://github.com/containerd/containerd/commit/75efbaf67859c85471a40643d79bd7d5fdd6fa77) Attempt to make device mapper snapshotter tests less flaky
    * [`9eef69e3`](https://github.com/containerd/containerd/commit/9eef69e3ae145e0e442d9107cabcfa569029bbdd) Update after review comments
    * [`43fca9eb`](https://github.com/containerd/containerd/commit/43fca9eba242e3f019369bcc4a0b4243899e319a) metrics: rename pids_v2 to pids
    * [`082f7e3a`](https://github.com/containerd/containerd/commit/082f7e3aed57ae0a3cec3cd82e41d3bf4e553428) Merge pull request  [#3890](https://github.com/containerd/containerd/pull/3890) from estesp/printf-to-log
    * [`a022c218`](https://github.com/containerd/containerd/commit/a022c218194c05449ad69b69c48fc6cac9d6f0b3) Improve host fallback behaviour in docker remote
    * [`fa62b6d2`](https://github.com/containerd/containerd/commit/fa62b6d2380817f9baef36944289d826398a0999) Use logrus instead of printf for warning
    * [`ff91f225`](https://github.com/containerd/containerd/commit/ff91f225fa0e3c795b7365af7cefad22ca845d4b) Merge pull request  [#3889](https://github.com/containerd/containerd/pull/3889) from dmcgowan/allow-empty-scope
    * [`5d93ece7`](https://github.com/containerd/containerd/commit/5d93ece75875c030b6b9dd76a7facfc9c3bf7a29) Merge pull request  [#3799](https://github.com/containerd/containerd/pull/3799) from AkihiroSuda/cgroup2
    * [`1649e8e4`](https://github.com/containerd/containerd/commit/1649e8e43b2bede35b8cc56d2bd41e59e1e97469) Merge pull request  [#3848](https://github.com/containerd/containerd/pull/3848) from liaojh1998/master
    * [`08517e58`](https://github.com/containerd/containerd/commit/08517e586485ef3b977b641c7dcc3ea33f6a6148) Allow empty scope authorization
    * [`499fbb03`](https://github.com/containerd/containerd/commit/499fbb0337c9138b5360117e0b25a7a1428f9667) Improve install scripts
    * [`55698e69`](https://github.com/containerd/containerd/commit/55698e69428896661f288f031d1492f8fb2c4c92) Merge pull request  [#3886](https://github.com/containerd/containerd/pull/3886) from joakimr-axis/joakimr-axis_helptext
    * [`e0011978`](https://github.com/containerd/containerd/commit/e0011978fff03d6f7061ad709bbfffaf992a77ae) start.go: Improve help text
    * [`9862cb8f`](https://github.com/containerd/containerd/commit/9862cb8f8544a3069add9a3b90e87e695d14b313) support user remapping in ctr
    * [`b02e20f1`](https://github.com/containerd/containerd/commit/b02e20f12e4faa07d4fba741337921968d901e9d) cgroup2: enable controllers automatically
    * [`8f870c23`](https://github.com/containerd/containerd/commit/8f870c233f14fe9df47ef9defa42cf8517fb64e0) support cgroup2
    * [`f01665aa`](https://github.com/containerd/containerd/commit/f01665aa02d8b26c581fdfcc93d837ce3b275edd) Merge pull request  [#3881](https://github.com/containerd/containerd/pull/3881) from liaojh1998/idmap
    * [`f0c6684e`](https://github.com/containerd/containerd/commit/f0c6684ef1c4c111be5fa09079d128d3782d2211) Merge pull request  [#3884](https://github.com/containerd/containerd/pull/3884) from danbev/building-correction
    * [`caeacfce`](https://github.com/containerd/containerd/commit/caeacfce34a9a5a042e8ef6d713defb9c5abe437) Correct grammar/typo in BUILDING.MD
    * [`51a6813c`](https://github.com/containerd/containerd/commit/51a6813c06030ae2b3fcf9ec068e4b39cd2d1e69) Split uid and gid user ns remapping in oci
    * [`30d92eff`](https://github.com/containerd/containerd/commit/30d92eff1c61d012be0053467f619974ad841698) Defer layer download until unpack
    * [`e8948e11`](https://github.com/containerd/containerd/commit/e8948e11aa1bd7a5448384f9983fc895492646b2) Merge pull request  [#3878](https://github.com/containerd/containerd/pull/3878) from crosbymichael/bump-console
    * [`85e8b7f8`](https://github.com/containerd/containerd/commit/85e8b7f8168ae1316ea4cb804d72c1d89b338217) Merge pull request  [#3877](https://github.com/containerd/containerd/pull/3877) from crosbymichael/go-runc-race
    * [`9d5a095b`](https://github.com/containerd/containerd/commit/9d5a095b006a7314e1ded50490e66d63d6344084) Bump containerd console for os.File changes
    * [`cd23ad24`](https://github.com/containerd/containerd/commit/cd23ad2447d7c6c694572d35a96752e3daaab89b) Bump go-runc for buffer race fix
    * [`640ca781`](https://github.com/containerd/containerd/commit/640ca7812f26a98aadfa5d4323772fa5eea60766) Merge pull request  [#3874](https://github.com/containerd/containerd/pull/3874) from crosbymichael/image-meta
    * [`6a22a8fc`](https://github.com/containerd/containerd/commit/6a22a8fc9eb64fe5cf14742015272217f91df94f) Return the underlying images metadata
    * [`6ed7ec44`](https://github.com/containerd/containerd/commit/6ed7ec4472580a7ca3820f91c54ad4cb97ec2ae1) Merge pull request  [#3872](https://github.com/containerd/containerd/pull/3872) from liaojh1998/ctr-run-readonly
    * [`787be0ef`](https://github.com/containerd/containerd/commit/787be0efe2831764e6e0599adbfce3c38fb90e92) Modify ctr run to search for read-only flag instead of readonly
    * [`5af0dcbe`](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
    * [`cfb4f734`](https://github.com/containerd/containerd/commit/cfb4f734dab77f8809f505e44d4c1b7f9cec3a29) Make sure for next release branch appveyor runs
    * [`8b12d46a`](https://github.com/containerd/containerd/commit/8b12d46a395ae3eed3cd718a7bcc721405f650d7) Merge pull request  [#3867](https://github.com/containerd/containerd/pull/3867) from awprice/issue-3865
    * [`f92470b3`](https://github.com/containerd/containerd/commit/f92470b3ebf5fec28f9d3129b48387ef99384652) Fix dependency in BUILDING.md
    * [`b0821c80`](https://github.com/containerd/containerd/commit/b0821c801dc2225bb7478f91e967888a353fb60a) Merge pull request  [#3857](https://github.com/containerd/containerd/pull/3857) from Random-Liu/fix-container-pid
    * [`88839837`](https://github.com/containerd/containerd/commit/88839837312ff0afd117b162e768348d003eef6e) Merge pull request  [#3860](https://github.com/containerd/containerd/pull/3860) from sayaoailun/master
    * [`f2ef7b7d`](https://github.com/containerd/containerd/commit/f2ef7b7d795c0fb9551ef8e6ff1c74a413e63253) Merge pull request  [#3858](https://github.com/containerd/containerd/pull/3858) from thaJeztah/reformat_vendor
    * [`a6b6097c`](https://github.com/containerd/containerd/commit/a6b6097c90c02ad2c8aac45e4f0332dc1a00a60c) Fix container pid.
    * [`726dcaea`](https://github.com/containerd/containerd/commit/726dcaea50883e51b2ec6db13caff0e7936b711d) update cpuinfo to make variant matches aarch64 and so on
    * [`6fa9a42e`](https://github.com/containerd/containerd/commit/6fa9a42ea76e02b4a123e606543b3ee0fe17b9aa) vendor.conf: sort imports alphabetically
    * [`a44189d2`](https://github.com/containerd/containerd/commit/a44189d2ff29921d6b87990bf0ec790d28c9c03e) vendor.conf: pin all dependencies by git-sha
    * [`55ea3dc9`](https://github.com/containerd/containerd/commit/55ea3dc9b113353c9abed21caa9e411d0a8dfcda) vendor.conf: reformat to use columns
    * [`3a31ce26`](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
    * [`3e5402ce`](https://github.com/containerd/containerd/commit/3e5402ce020513425c760dab6005f10d006fece6) Merge pull request  [#3852](https://github.com/containerd/containerd/pull/3852) from estesp/update-vendors
    * [`8da43466`](https://github.com/containerd/containerd/commit/8da4346686f339241efed3e6bf752cc4f8670103) Fix cleanup error on content client test
    * [`75a46cec`](https://github.com/containerd/containerd/commit/75a46cec6a524c4439336fe3e99d9d9a5312a0b5) Merge pull request  [#3851](https://github.com/containerd/containerd/pull/3851) from thaJeztah/bump_go_runc
    * [`252d6550`](https://github.com/containerd/containerd/commit/252d6550f50d7e49de2d39ae7f34cab98f34b550) Update cri and docker vendors
    * [`8a66dc6e`](https://github.com/containerd/containerd/commit/8a66dc6edbdb2bf2b84e1d8ccd42bcf34a5d6995) bump containerd/go-runc a2952bc25f5116103a8b78f3817f6df759aa7def
    * [`45fb5aea`](https://github.com/containerd/containerd/commit/45fb5aeaf7febcd42c8b8a9822f7c747dc8fef29) Merge pull request  [#3793](https://github.com/containerd/containerd/pull/3793) from dmcgowan/prepare-snapshot-target
    * [`526c0db6`](https://github.com/containerd/containerd/commit/526c0db6932b95d955207c9356ea38aefc82c3bf) Support target snapshot references on prepare
    * [`d1261b50`](https://github.com/containerd/containerd/commit/d1261b5087f985c6e1d2b52dbe1498b9a204bf08) Update snapshot parent filter property to always exist
    * [`383f4a77`](https://github.com/containerd/containerd/commit/383f4a77eeb726e0b7da491c70ad22b10f3b2bff) Merge pull request  [#3842](https://github.com/containerd/containerd/pull/3842) from estesp/update-x-sys-vendor
    * [`11ef041f`](https://github.com/containerd/containerd/commit/11ef041ff4a19e3f9c1d07c39375e8c774beec63) Update golang.org/x/sys to recent commit
    * [`c3b1bc93`](https://github.com/containerd/containerd/commit/c3b1bc931b86702271370d8c93cdcaffc5e89c57) Merge pull request  [#3836](https://github.com/containerd/containerd/pull/3836) from egernst/devmapper-docs-update
    * [`c68848f6`](https://github.com/containerd/containerd/commit/c68848f69bf0999c1439beb7ea9fe17fbda20890) Merge pull request  [#3830](https://github.com/containerd/containerd/pull/3830) from fahedouch/spec_test
    * [`afd33bce`](https://github.com/containerd/containerd/commit/afd33bce81344cb67237e9113fd64ee862645cdd) test add tests to spec_opts
    * [`731e144a`](https://github.com/containerd/containerd/commit/731e144a48eecdc0dc9b88b4b3889cc52e41d178) devmapper: update example base image size in README
    * [`499f346b`](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
    * [`31ea7b4e`](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
    * [`2e293874`](https://github.com/containerd/containerd/commit/2e293874f1bdb8400aea4b5b011a786227e2db77) Merge pull request  [#3825](https://github.com/containerd/containerd/pull/3825) from Random-Liu/fix-unpacker
    * [`19f7f3cc`](https://github.com/containerd/containerd/commit/19f7f3ccc414919f0cc19c83b225bde880bd06ef) test: Do SynchronousDelete cleanup before testing ImageIsUnpacked
    * [`0bb48aef`](https://github.com/containerd/containerd/commit/0bb48aef07803d90bcee335a6a17b3ea85597754) Add `--log-file` flag for windows service.
    * [`c5605916`](https://github.com/containerd/containerd/commit/c56059162707b9fb95c4c4bcc899d74a036c14a5) Avoid deadlock in unpacker.
    * [`ec661e8c`](https://github.com/containerd/containerd/commit/ec661e8ceb85bca68cd759f9d9513cb6f103ca42) Merge pull request  [#3829](https://github.com/containerd/containerd/pull/3829) from mxpv/cross
    * [`32ef2e63`](https://github.com/containerd/containerd/commit/32ef2e6305d15f16015bebc9a24daa36567c5c51) Update README
    * [`82651d38`](https://github.com/containerd/containerd/commit/82651d38673de7b57253a8617fb0d38298be8edd) Cross build nightly builds (arm64, s390x, ppc64el)
    * [`d7ec45b1`](https://github.com/containerd/containerd/commit/d7ec45b172d956575dbd195d809172095bc74bbb) Merge pull request  [#3826](https://github.com/containerd/containerd/pull/3826) from lumjjb/add_unpack_opt
    * [`bc62a829`](https://github.com/containerd/containerd/commit/bc62a829acab5ccdf6c0cfc4ec6df165f6de0597) Merge pull request  [#3827](https://github.com/containerd/containerd/pull/3827) from mxpv/nightly
    * [`c479156b`](https://github.com/containerd/containerd/commit/c479156b81882f50ada95e96bf70797fa37ddd6c) Add Github workflow for nightly builds
    * [`856ea305`](https://github.com/containerd/containerd/commit/856ea30556cfdc01ba3545de087e735413245210) Add client unpack opts
    * [`a176179a`](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
    * [`2a60547b`](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
    * [`3db1c3b8`](https://github.com/containerd/containerd/commit/3db1c3b8f406edf9e59714d0c65c2fdb37a18d65) Better support windows binaries.
    * [`95de2655`](https://github.com/containerd/containerd/commit/95de2655a7aafd10c21062e0fabde87f29798388) Merge pull request  [#3819](https://github.com/containerd/containerd/pull/3819) from fuweid/me-return-error
    * [`08d4231f`](https://github.com/containerd/containerd/commit/08d4231f57c99796dde5d00b6dae659b6ca93844) Merge pull request  [#3818](https://github.com/containerd/containerd/pull/3818) from shizhMSFT/fix_ref
    * [`843423ec`](https://github.com/containerd/containerd/commit/843423ec3887eb47ac70308cee9267ef6a1fa435) snapshots: return error if readSnapshot fails
    * [`2c1d0880`](https://github.com/containerd/containerd/commit/2c1d0880bbf676e2aec68a2729477efd36605ae6) Merge pull request  [#3810](https://github.com/containerd/containerd/pull/3810) from thaJeztah/update_mailmap
    * [`01047ede`](https://github.com/containerd/containerd/commit/01047edea6425d4d7379d92a32963072ac43c996) Merge pull request  [#3814](https://github.com/containerd/containerd/pull/3814) from rll2396/bug-3813
    * [`f684e5a7`](https://github.com/containerd/containerd/commit/f684e5a775a60d428122dc4a4127ef1273cd192e) Merge pull request  [#3815](https://github.com/containerd/containerd/pull/3815) from estesp/fix-Dockerfile
    * [`5bf2c6fc`](https://github.com/containerd/containerd/commit/5bf2c6fc25ad321b89f6d6fbad850276871d05f2) Fix panic on reference.Spec.Hostname()
    * [`d1bcb4be`](https://github.com/containerd/containerd/commit/d1bcb4beea2896f9d970b16b67292a0ef2b1296b) Merge pull request  [#3620](https://github.com/containerd/containerd/pull/3620) from thaJeztah/update_go_1.13
    * [`fda652be`](https://github.com/containerd/containerd/commit/fda652be5aa802bc3298fad70833934d363a9743) Update name for btrfs headers package
    * [`a647407c`](https://github.com/containerd/containerd/commit/a647407ca038bc208280ab5d5832f08c2f149464) Fix dependency in BUILDING.md
    * [`608791bf`](https://github.com/containerd/containerd/commit/608791bfc34ead497cdae9851a572fc78552a864) Update to Golang 1.13.4
    * [`cfb425fc`](https://github.com/containerd/containerd/commit/cfb425fc101572914b13f082e56284669147efc7) Update .mailmap to reduce duplicates
    * [`40ac9239`](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
    * [`15669a1d`](https://github.com/containerd/containerd/commit/15669a1d34e904b4e45c85f763df2098e706ffb0) Update to Golang 1.12.13
    * [`1e128548`](https://github.com/containerd/containerd/commit/1e1285483179a739425dfd8770894a7752f842f2) Merge pull request  [#3805](https://github.com/containerd/containerd/pull/3805) from AkihiroSuda/ctr-shim2-runc-flags
    * [`8f74de9e`](https://github.com/containerd/containerd/commit/8f74de9e9e4aecbf5d0fe98af3e2b9c5f7a6cc14) ctr: allow specifying --runc-systemd-cgroup
    * [`7f5d9007`](https://github.com/containerd/containerd/commit/7f5d900769ad02eb339ff2b8ed191af13d663464) ctr: allow specifying --runc-binary
    * [`c038a7c4`](https://github.com/containerd/containerd/commit/c038a7c4b18d7a3143b5bd75152b250208385300) Merge pull request  [#3803](https://github.com/containerd/containerd/pull/3803) from crosbymichael/proto-paths
    * [`0f437416`](https://github.com/containerd/containerd/commit/0f4374169e10ee6f99a46c27b3ae752c4201e216) Add proto path /usr/include to Protobuild
    * [`c80fa7df`](https://github.com/containerd/containerd/commit/c80fa7df17ad8979c2e45a3550d561aa1151b85f) Merge pull request  [#3801](https://github.com/containerd/containerd/pull/3801) from jneuhauser/arch-mips
    * [`4c99c813`](https://github.com/containerd/containerd/commit/4c99c81326f4026fb8c0b8c5e10542205d99c321) mips: -buildmode=pie is not supported for the mips arch
    * [`35670209`](https://github.com/containerd/containerd/commit/356702098d777c5f288262fa5c141bb8f05b0572) Merge pull request  [#3798](https://github.com/containerd/containerd/pull/3798) from estesp/common-indentifiers
    * [`fdf7a795`](https://github.com/containerd/containerd/commit/fdf7a795bce4abb9488f19a9c4f71f944f0ab00c) Clarify requirements for identifiers validation
    * [`76aa4e54`](https://github.com/containerd/containerd/commit/76aa4e546ef4d3d8f35e525ebe93ec3ee879662a) Use common identifiers package with less restrictive regex
    * [`4d773952`](https://github.com/containerd/containerd/commit/4d7739527e1d7a328bfc31e905f9825c5b3afefc) Merge pull request  [#3796](https://github.com/containerd/containerd/pull/3796) from crosbymichael/cgo
    * [`84879b7c`](https://github.com/containerd/containerd/commit/84879b7c48bfbf33984a55054519ee122d7be3a7) Add CGO makefile flag
    * [`f9d8f0e5`](https://github.com/containerd/containerd/commit/f9d8f0e56ee43594ec529c4d28aec7be7343cd36) Merge pull request  [#3794](https://github.com/containerd/containerd/pull/3794) from fahedouch/server_test
    * [`7c016b65`](https://github.com/containerd/containerd/commit/7c016b655b54efd5a4bb97a5a3a0f92c0df9c06c) add tests to server_test
    * [`8f9eff4f`](https://github.com/containerd/containerd/commit/8f9eff4fec4da6a8236bd38af5999a383de95f1b) Support disk usage in windows snapshot.
    * [`257a7498`](https://github.com/containerd/containerd/commit/257a7498d00827fbca08078f664cc6b4be27d7aa) Merge pull request  [#3790](https://github.com/containerd/containerd/pull/3790) from ameyag/windows-shim-install
    * [`d21f0f11`](https://github.com/containerd/containerd/commit/d21f0f116e29e498eeebf8440e9f43a06cf39cfc) windows process shim installer
    * [`342ce3e6`](https://github.com/containerd/containerd/commit/342ce3e602d13a05b13c7cb642aba5996315e02f) Merge pull request  [#3789](https://github.com/containerd/containerd/pull/3789) from AkihiroSuda/vendor-20191030
    * [`a2688b97`](https://github.com/containerd/containerd/commit/a2688b972c36bc88407591898fb84f478d3790d2) bring back aufs and zfs
    * [`4a1a1bc6`](https://github.com/containerd/containerd/commit/4a1a1bc626830b0a9d0efc8ae154e30d3486d742) Merge pull request  [#3784](https://github.com/containerd/containerd/pull/3784) from tiborvass/ppc64
    * [`62b13256`](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
    * [`78be7366`](https://github.com/containerd/containerd/commit/78be736622e3eaf5b1f7c9030a930c0b916453bf) Return not found error if no platform matched.
    * [`d12b53a0`](https://github.com/containerd/containerd/commit/d12b53a072dd67aad37046bb4437043fe02d0419) ppc64: -buildmode=pie is not supported
    * [`cedd3cb1`](https://github.com/containerd/containerd/commit/cedd3cb16c37d266de18dfda1b8aed71b1d998e0) Merge pull request  [#3782](https://github.com/containerd/containerd/pull/3782) from mrueg/vndr-autocompl
    * [`5e558419`](https://github.com/containerd/containerd/commit/5e5584196b3ca6b9ccfd2fa8603a9b7d25746997) Makefile: Drop vndr whitelist
    * [`edb6f234`](https://github.com/containerd/containerd/commit/edb6f2344a3629ada21b0f267e4db87161e859db) Merge pull request  [#3780](https://github.com/containerd/containerd/pull/3780) from AkihiroSuda/1.1-eol
    * [`aeec80fc`](https://github.com/containerd/containerd/commit/aeec80fca165ab6217cd4c03fa59b1bee9cb0427) Merge pull request  [#3773](https://github.com/containerd/containerd/pull/3773) from Random-Liu/use-logrus-trace
    * [`20e844a2`](https://github.com/containerd/containerd/commit/20e844a227950952e110cf751a8efeb7dfcbf167) Use logrus trace support.
    * [`0c01992f`](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
    * [`66aa1d3e`](https://github.com/containerd/containerd/commit/66aa1d3ef6f69be075f6acf10123f7e8db9112c2) Add snapshot walk implementations
    * [`e8c14c07`](https://github.com/containerd/containerd/commit/e8c14c07c6d9c33df7484bdde4df166627b6b44a) Added filters to snapshots API
    * [`c59561a0`](https://github.com/containerd/containerd/commit/c59561a08ec1936d4632a6b4868110681216d160) Merge pull request  [#3763](https://github.com/containerd/containerd/pull/3763) from AkihiroSuda/disable-mknod00-in-userns
    * [`f05e19c5`](https://github.com/containerd/containerd/commit/f05e19c5c6fa330753b84fe200f887cb3d62df41) Merge pull request  [#3777](https://github.com/containerd/containerd/pull/3777) from Random-Liu/fix-containerd-config
    * [`f593efdf`](https://github.com/containerd/containerd/commit/f593efdf0c160037c9f831983f62537285739b03) RELEASES.md: 1.1 EOL
    * [`aaccfcbe`](https://github.com/containerd/containerd/commit/aaccfcbe2b8792e5fa3711811f3025562485e8bb) Fix `containerd config dump`.
    * [`c224edc5`](https://github.com/containerd/containerd/commit/c224edc5c6350026a7d35a09dce638b0f09e6d44) apply: use naive applier when running in UserNS
    * [`966b1b8e`](https://github.com/containerd/containerd/commit/966b1b8e30c9ccf7e0f3127da08d4db30133e3bc) Merge pull request  [#3775](https://github.com/containerd/containerd/pull/3775) from jterry75/vendor_hcsshim
    * [`37b56caf`](https://github.com/containerd/containerd/commit/37b56cafc63445721c4475eea4e0994de3ed5118) Add ctr metrics support for Windows/LCOW containers
    * [`178469e2`](https://github.com/containerd/containerd/commit/178469e2ae5b7edd9e55601415fe9f494ab22b9a) Update Microsoft/hcsshim vendor
    * [`4523ab73`](https://github.com/containerd/containerd/commit/4523ab734aff7fd4abc0b676b767b1026b826278) Merge pull request  [#3766](https://github.com/containerd/containerd/pull/3766) from estesp/move-autocomplete
    * [`0d8fc0a4`](https://github.com/containerd/containerd/commit/0d8fc0a487f82b922122ca0280fe1ba3d19b3803) Merge pull request  [#3767](https://github.com/containerd/containerd/pull/3767) from thaJeztah/bump_grpc
    * [`3bf461ae`](https://github.com/containerd/containerd/commit/3bf461ae8ebec194e333a54ec0dfc562b741112c) Move autocomplete files to contrib/
    * [`885232b7`](https://github.com/containerd/containerd/commit/885232b72f0b7ead6ffec76fe0adfda384572b6f) bump google.golang.org/grpc v1.23.1
    * [`3e3c5fe1`](https://github.com/containerd/containerd/commit/3e3c5fe129e4d25e5ec215439bc7a0986e49f995) Merge pull request  [#3759](https://github.com/containerd/containerd/pull/3759) from fuweid/me-update-vendor
    * [`36c4260e`](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
    * [`6356e55b`](https://github.com/containerd/containerd/commit/6356e55be002df80b98ba59ec98dfd0ece7ec80c) Update Golang 1.12.12 (CVE-2019-17596)
    * [`074b453a`](https://github.com/containerd/containerd/commit/074b453ac66797ab93d9570e826ef9c35b079b13) vendor: call vndr to remove useless pkgs and update vendor
    * [`9c86b8f5`](https://github.com/containerd/containerd/commit/9c86b8f5ed49c63b887fe94c369c3a797e79c91f) Merge pull request  [#3750](https://github.com/containerd/containerd/pull/3750) from ecordell/202-accepted-response
    * [`7177af84`](https://github.com/containerd/containerd/commit/7177af84acdddfb3e36b7982cbac982bc7a8d5d5) Allow 202 response code for commit
    * [`acdcf13d`](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
    * [`d52cbc19`](https://github.com/containerd/containerd/commit/d52cbc19be7a8bb4937e52a57cf32ff2ea3bcb31) snapshots/native: ignore xattr errors during CopyDir
    * [`57cfc902`](https://github.com/containerd/containerd/commit/57cfc902606e2d601d4fd910291ccbd391234446) Merge pull request  [#3743](https://github.com/containerd/containerd/pull/3743) from crosbymichael/v2blocking
    * [`f8cca26f`](https://github.com/containerd/containerd/commit/f8cca26f3c0aea485841e96e3b524acc7ef6f4c1) Handle large output in v2 shim with TTY
    * [`6af355f3`](https://github.com/containerd/containerd/commit/6af355f3c7a2c1577d5e5e7b769ec26870ad21e9) Merge pull request  [#3744](https://github.com/containerd/containerd/pull/3744) from crosbymichael/test-flags
    * [`d5b7bf51`](https://github.com/containerd/containerd/commit/d5b7bf51aa7dc6217fea04e3e3b6e43289a25746) Move flag.Parse in tests to TestMain
    * [`38937f06`](https://github.com/containerd/containerd/commit/38937f0607267f2effc76bc8fd4855e75ab8eb17) Merge pull request  [#3718](https://github.com/containerd/containerd/pull/3718) from crosbymichael/devperms
    * [`41028772`](https://github.com/containerd/containerd/commit/41028772ba66f921c2c4d4972337e936e9a49b0b) Merge pull request  [#3741](https://github.com/containerd/containerd/pull/3741) from crosbymichael/localfs
    * [`54257bb5`](https://github.com/containerd/containerd/commit/54257bb5e6681971ce6521e88fad1f5da9d7c72c) Add local-fs.target to service file
    * [`a6d3f4d3`](https://github.com/containerd/containerd/commit/a6d3f4d30bcdebc97d10bdfefaf34ea00c77165f) Add device opts to ctr --privileged
    * [`a6a0c8b6`](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
    * [`ffcb1cc9`](https://github.com/containerd/containerd/commit/ffcb1cc9be3eda8478d75c46ca02928db43b2693) Fix delete error code on the containerd daemon side.
    * [`772aaf12`](https://github.com/containerd/containerd/commit/772aaf127ad8b311c5db7baafb31b5a3bc0e3a9f) Merge pull request  [#3729](https://github.com/containerd/containerd/pull/3729) from seemethere/fix_man
    * [`036db34f`](https://github.com/containerd/containerd/commit/036db34f37617d6a02f07b04fc2d35a91732c6e3) build: Fix manpage generation
    * [`c0c6b511`](https://github.com/containerd/containerd/commit/c0c6b511792575fd07d1b1c63e9c2f36f8d1ffb0) Merge pull request  [#3730](https://github.com/containerd/containerd/pull/3730) from Random-Liu/fix-error-code
    * [`06be794c`](https://github.com/containerd/containerd/commit/06be794cb228a5df073545d366965000ca25f3a4) Fix shim delete error code.
    * [`614c0858`](https://github.com/containerd/containerd/commit/614c0858f2a8db9ee0c788a9164870069f3e53ed) Merge pull request  [#3728](https://github.com/containerd/containerd/pull/3728) from crosbymichael/dist-rm
    * [`c58e1e20`](https://github.com/containerd/containerd/commit/c58e1e20d6810beee6f4e6a375a63ba6d266db95) Merge pull request  [#3725](https://github.com/containerd/containerd/pull/3725) from fuweid/me-use-runtime-version
    * [`901bcb22`](https://github.com/containerd/containerd/commit/901bcb2231466229d27aee8d38a6e2fcdc95015e) Add distribution subpkgs to core
    * [`eaef634e`](https://github.com/containerd/containerd/commit/eaef634ef79d474d78713d637a593379618c5680) version: use runtime.Version() directly
    * [`25947db0`](https://github.com/containerd/containerd/commit/25947db049b058fcbce291ef883b8b512e3ea440) Add support for spec generation with host devices
    * [`8d0d1ebb`](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
    * [`635dbf25`](https://github.com/containerd/containerd/commit/635dbf251a8e325064bdc3695a373628b035ec38) Merge pull request  [#3720](https://github.com/containerd/containerd/pull/3720) from dmcgowan/fix-flaky-btrfs
    * [`ea8cb3ac`](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
    * [`c0984941`](https://github.com/containerd/containerd/commit/c0984941e38447933a5599a7c8233ed8fc218622) adding go version to client description
    * [`fe947e83`](https://github.com/containerd/containerd/commit/fe947e83dce45d108bb364262a1ce2c56a3828c3) bump runc v1.0.0-rc9
    * [`77203259`](https://github.com/containerd/containerd/commit/772032598a4282a50ccee29e9cc23be88bd74b2f) Fix flaky btrfs test
    * [`2a6d13b2`](https://github.com/containerd/containerd/commit/2a6d13b2ca2d529103885cfc02e6cc57963eb439) Merge pull request  [#3719](https://github.com/containerd/containerd/pull/3719) from mxpv/lease_opts
    * [`e4e7e554`](https://github.com/containerd/containerd/commit/e4e7e554d5ddc8291f64be897b595ec0f9aa0d15) Make client's WithLease more flexible.
    * [`38a0013c`](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
    * [`18be6e37`](https://github.com/containerd/containerd/commit/18be6e37140e778dffd91804dab2bc66ba54493f) Use cached state instead of `runc state`.
    * [`be6bead4`](https://github.com/containerd/containerd/commit/be6bead423dccf804add1cbe4b053c260fba6579) Merge pull request  [#3712](https://github.com/containerd/containerd/pull/3712) from estesp/add-completion-docs
    * [`4c2d740a`](https://github.com/containerd/containerd/commit/4c2d740a2ae6a741be5f62fe81e5a4fd42927d65) Merge pull request  [#3713](https://github.com/containerd/containerd/pull/3713) from crosbymichael/runc-bump2
    * [`f277665e`](https://github.com/containerd/containerd/commit/f277665edba8c08ffc8ce9a9348d73a2765841a0) Bump runc to 1b8a1eeec3f337ab5d94f28980
    * [`e33f7038`](https://github.com/containerd/containerd/commit/e33f70385b6664e7fed5312b0972d6c38952162d) Add more detail on releases
    * [`309c9c25`](https://github.com/containerd/containerd/commit/309c9c25baa81db884645a9a1539f5a537b515d6) Merge pull request  [#3706](https://github.com/containerd/containerd/pull/3706) from mrueg/enable-autocmpl
    * [`a83ae300`](https://github.com/containerd/containerd/commit/a83ae3001616121085c0bc38e54cf53fa2dcf6b3) Merge pull request  [#3681](https://github.com/containerd/containerd/pull/3681) from crosbymichael/bump-cgroups
    * [`8ff5827e`](https://github.com/containerd/containerd/commit/8ff5827e98ee6efeee161421abdc6da48c8f27b4) Update cri and cgroup packages
    * [`10090237`](https://github.com/containerd/containerd/commit/100902378300d20063435ccd1581e3b722f1a2e8) Merge pull request  [#3705](https://github.com/containerd/containerd/pull/3705) from dmcgowan/limit-travis-release
    * [`b5fa55b0`](https://github.com/containerd/containerd/commit/b5fa55b0c2837d033614c2c2ab1488d097aec2a0) ctr: Enable shell autocompletion
    * [`45ce7356`](https://github.com/containerd/containerd/commit/45ce7356762cf7d7814f73c7ace479a3b60bf0cb) Limit travis release script to a single build
    * [`7f9530d9`](https://github.com/containerd/containerd/commit/7f9530d95b6450f5045fcfd7f3602a1ff2331336) Merge pull request  [#3703](https://github.com/containerd/containerd/pull/3703) from yuxiaobo96/containerd-my
    * [`0cb7e4d5`](https://github.com/containerd/containerd/commit/0cb7e4d5fdba013a2188578ffd6a38a2b0a2f8c1) Perfect documentations
    </p>
    </details>
    
    ### Changes from containerd/aufs
    <details><summary>4 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/btrfs
    <details><summary>7 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/cgroups
    <details><summary>181 commits</summary>
    <p>
    
    * [`318312a`](https://github.com/containerd/cgroups/commit/318312a373405e5e91134d8063d04d59768a1bff) Merge pull request  [#174](https://github.com/containerd/cgroups/pull/174) from thaJeztah/various_linting_issues_and_cleanup
    * [`8c0b12b`](https://github.com/containerd/cgroups/commit/8c0b12b6096915a825e64b0b3f49f03b25594943) remove dead code and rename unused arguments
    * [`c57858d`](https://github.com/containerd/cgroups/commit/c57858deb4216d293a509117a11cc277549b649f) address various linting issues
    * [`6341e46`](https://github.com/containerd/cgroups/commit/6341e46c389a00a8f9e9bd557f309064638a1402) utils.cleanPath() remove redundant filepath.Clean()
    * [`2a9c23a`](https://github.com/containerd/cgroups/commit/2a9c23a5251fd22ad083d6249f54cf1f2593b966) don't use sprintf for string-concatenation
    * [`6adf499`](https://github.com/containerd/cgroups/commit/6adf499f1b500e5ae21c12efe4b993b0b8548fb9) v2: goimports
    * [`382444c`](https://github.com/containerd/cgroups/commit/382444cb4cfabd102f143191d4edb61c0bfc3e83) v2: remove unneeded import
    * [`4ef69bc`](https://github.com/containerd/cgroups/commit/4ef69bc702db375e85c4aaae2c56ddc23adc18d1) Merge pull request  [#173](https://github.com/containerd/cgroups/pull/173) from adunham-stripe/adunham/writefile-eintr
    * [`44e3a02`](https://github.com/containerd/cgroups/commit/44e3a02a751f2a73d7d653e48125ff5f0aeb43ec) Retry file writes on EINTR errors
    * [`e9676da`](https://github.com/containerd/cgroups/commit/e9676da73eddf8ed2433f77aaf3b9cf8f0f75b8c) Merge pull request  [#169](https://github.com/containerd/cgroups/pull/169) from thaJeztah/bump_ebpf
    * [`447e499`](https://github.com/containerd/cgroups/commit/447e499cff673918567588779af8dd771630e0f2) Merge pull request  [#170](https://github.com/containerd/cgroups/pull/170) from thaJeztah/bump_go_1.13
    * [`ea44ac4`](https://github.com/containerd/cgroups/commit/ea44ac4c98b42941b9048352741dabc075a06f03) Merge pull request  [#172](https://github.com/containerd/cgroups/pull/172) from thaJeztah/bump_logrus
    * [`566c5a4`](https://github.com/containerd/cgroups/commit/566c5a43fc1b29174dd56a4590c8953079d22884) CI: update to go 1.13.12
    * [`ce216b2`](https://github.com/containerd/cgroups/commit/ce216b225c6a327c14b5569e06fba1fe3ce12460) vendor: update logrus v1.6.0 for Go 1.14 compatibility
    * [`9d7466e`](https://github.com/containerd/cgroups/commit/9d7466e3534bcc76678ed435f5c06922d99e3187) vendor: update cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775
    * [`544d8ea`](https://github.com/containerd/cgroups/commit/544d8ea40afe6e1a898293261c454043ed31c88f) Merge pull request  [#167](https://github.com/containerd/cgroups/pull/167) from egernst/typo
    * [`ff6e9c8`](https://github.com/containerd/cgroups/commit/ff6e9c8c63dde78d6b84182ae38dc9315fb202da) cpuset: typo fix for function name
    * [`80c669f`](https://github.com/containerd/cgroups/commit/80c669f4bad05817dd13e448a47783d6bb38811a) Merge pull request  [#166](https://github.com/containerd/cgroups/pull/166) from estesp/actions-badge
    * [`350791b`](https://github.com/containerd/cgroups/commit/350791b421edcf85ccb9fbc68487c1a22d788c6f) Update build status badge to Actions CI
    * [`07e657c`](https://github.com/containerd/cgroups/commit/07e657ceed64c8686c7ffe0d35efc34fd806c1a6) Merge pull request  [#165](https://github.com/containerd/cgroups/pull/165) from estesp/move-to-ghactions
    * [`1388c90`](https://github.com/containerd/cgroups/commit/1388c909d1286b9da8ff55872c18268720dcc2c0) Migrate CI to GitHub Actions
    * [`56813a8`](https://github.com/containerd/cgroups/commit/56813a8f106c2608077e2c7d3caf9e4f65719013) Merge pull request  [#163](https://github.com/containerd/cgroups/pull/163) from chenjiandongx/master
    * [`905dd2d`](https://github.com/containerd/cgroups/commit/905dd2db645798658bb49d9ac7d8a13ffc1854b0) Update README.md
    * [`0dbf7f0`](https://github.com/containerd/cgroups/commit/0dbf7f05ba59274095946e2c0c89540726e8a8aa) Merge pull request  [#160](https://github.com/containerd/cgroups/pull/160) from AkihiroSuda/carry-150
    * [`f9dd635`](https://github.com/containerd/cgroups/commit/f9dd6352282798d3f6aa892553181c015c6a4103) v2/stats: add all fields of memory.events
    * [`31aeab7`](https://github.com/containerd/cgroups/commit/31aeab73ea3efb8564714654e80e8cdb1920aaf9) rename fail_cnt to events_max
    * [`a71db09`](https://github.com/containerd/cgroups/commit/a71db092e405de1fd4db43b78e5f6f6b628cb33a) Added support fo memory.events stats - failCnt
    * [`5d27576`](https://github.com/containerd/cgroups/commit/5d2757656685d9b3fa1e9fe2ac0eb7e391ee7380) Merge pull request  [#162](https://github.com/containerd/cgroups/pull/162) from Jordy24/add-parameter-validation-checks
    * [`33c0891`](https://github.com/containerd/cgroups/commit/33c0891e862dcdcdd90984cecd6167cae4770b69) add nil check
    * [`666f4a0`](https://github.com/containerd/cgroups/commit/666f4a009ffb2741d4d3884aead4dfc17497c2d6) Merge pull request  [#158](https://github.com/containerd/cgroups/pull/158) from AkihiroSuda/fix-event-chan
    * [`d77cdc4`](https://github.com/containerd/cgroups/commit/d77cdc42998ffb8adc38cb14962b1ef14ae733cf) Merge pull request  [#159](https://github.com/containerd/cgroups/pull/159) from AkihiroSuda/fix-vagrant
    * [`7a4b407`](https://github.com/containerd/cgroups/commit/7a4b4074b7d191f77c127d185d7d04488f961962) v2: fix EventChan
    * [`45229ee`](https://github.com/containerd/cgroups/commit/45229ee60b6d744a01351e14d6948c44aca15672) fix Vagrant on Travis (switch to KVM)
    * [`7fc7a50`](https://github.com/containerd/cgroups/commit/7fc7a507c04cc4c10f439c904e3bcd785ec37003) Merge pull request  [#154](https://github.com/containerd/cgroups/pull/154) from dcantah/v1_register_memory_events
    * [`0b707e8`](https://github.com/containerd/cgroups/commit/0b707e8f3451569eca9a8e81a80d1fc484133b1b) Implement registering for other memory notifications besides oom
    * [`53ba563`](https://github.com/containerd/cgroups/commit/53ba5634dc0f0e43af83e83fd486311d2051b939) Merge pull request  [#155](https://github.com/containerd/cgroups/pull/155) from thaJeztah/bump_runtime_spec
    * [`3fa15cd`](https://github.com/containerd/cgroups/commit/3fa15cd969e077f83b09c3ef86ce9c957ce7fbb8) update runtime-spec v1.0.2
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/console
    <details><summary>8 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/continuity
    <details><summary>35 commits</summary>
    <p>
    
    * [`efbc448`](https://github.com/containerd/continuity/commit/efbc4488d8fe1bdc16bde3b2d2990d9b3a899165) Merge pull request  [#156](https://github.com/containerd/continuity/pull/156) from estesp/disable-travis
    * [`e2d0145`](https://github.com/containerd/continuity/commit/e2d014531cd9518ff6da95703f4f9895c3394975) Remove travis config
    * [`daa8e1c`](https://github.com/containerd/continuity/commit/daa8e1ccc0bcac5cd7d44046b0ea71e7831012ec) Merge pull request  [#155](https://github.com/containerd/continuity/pull/155) from estesp/gh-actions-ci
    * [`8c3ce1b`](https://github.com/containerd/continuity/commit/8c3ce1b3ae914b0f92d03138cfe8ff4a1169336a) Update CI to use GitHub Actions
    * [`6629113`](https://github.com/containerd/continuity/commit/6629113df58078d4d286df5cf79378ef84dcc525) Update linting to use golangci-lint
    * [`9365a1b`](https://github.com/containerd/continuity/commit/9365a1b01a63247561eab02c7d5914a554736c69) Fix golangci-lint errors
    * [`f1c9af8`](https://github.com/containerd/continuity/commit/f1c9af8e2a206bd1b9f06b2c7d250deaf4791cf7) Merge pull request  [#154](https://github.com/containerd/continuity/pull/154) from mikebrow/cleanup-nits
    * [`f681eac`](https://github.com/containerd/continuity/commit/f681eac03c784dd57e8046e8e3948d4d44294629) reduce code complexity
    * [`6728803`](https://github.com/containerd/continuity/commit/6728803c1b2fbe0b63edfccea8c664af8f5df4e1) update AUTHORS
    * [`f265cff`](https://github.com/containerd/continuity/commit/f265cff0764e5f8155e80d532db78f617e08e021) fix gofmt issues
    * [`cf53015`](https://github.com/containerd/continuity/commit/cf53015a8bae42a53c5725e0d9bef11fde50694e) Merge pull request  [#153](https://github.com/containerd/continuity/pull/153) from tomfaulhaber/empty-file-fix
    * [`5a33969`](https://github.com/containerd/continuity/commit/5a339690f8eb7d69926093db01be5f1272ec0c8f) Add a comment to clarify that we're handling the empty file case
    * [`11900e8`](https://github.com/containerd/continuity/commit/11900e88c487c2e28650d44cc88a95e86734f01c) Fix sameFile() to recognize empty files as the same
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/cri
    <details><summary>401 commits</summary>
    <p>
    
    * [`4e6644c8`](https://github.com/containerd/cri/commit/4e6644c8cf7fb825f62e0007421b7d83dfeab5a1) Merge pull request  [#1551](https://github.com/containerd/cri/pull/1551) from thaJeztah/bump_kubernetes_1.19.0-rc.4
    * [`0619de41`](https://github.com/containerd/cri/commit/0619de413ce10c26502571acf170fbe920104715) Merge pull request  [#1555](https://github.com/containerd/cri/pull/1555) from thaJeztah/bump_golang_1.13.15
    * [`34596c9c`](https://github.com/containerd/cri/commit/34596c9c906d964b52a2ac7cfb8bae724c52aae2) Bump Golang 1.13.15
    * [`5c6c6b2a`](https://github.com/containerd/cri/commit/5c6c6b2ac754ff14ac6908f6c9405a84416d27a8) Merge pull request  [#1550](https://github.com/containerd/cri/pull/1550) from thaJeztah/bump_containerd_v1.4.0-rc.0
    * [`a8b6b6b0`](https://github.com/containerd/cri/commit/a8b6b6b065d93581e8c7327606f631507a8ff03e) Merge pull request  [#1549](https://github.com/containerd/cri/pull/1549) from thaJeztah/bump_golang_1.13.14
    * [`ecbdffc9`](https://github.com/containerd/cri/commit/ecbdffc9c556ed0c32a57f4618a7f1006d5b41e3) vendor: update kubernetes v1.19.0-rc.4
    * [`968d44d1`](https://github.com/containerd/cri/commit/968d44d1bced3859625b4a0d1183bd9e8dfbd979) vendor: golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
    * [`e018d6fa`](https://github.com/containerd/cri/commit/e018d6fa41eb2029c2cbe26e48dc9a5965add4fc) vendor: golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
    * [`bee6ab5a`](https://github.com/containerd/cri/commit/bee6ab5a15877923129835569b48e987c09fcb3a) vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
    * [`117c1699`](https://github.com/containerd/cri/commit/117c169992ff63d246b38e4899b5a4b2e6d844af) vendor: containerd v1.4.0-rc.0
    * [`fd030873`](https://github.com/containerd/cri/commit/fd030873acd685dea0f5d419e35d50f6d4de4d6d) vendor: opencontainers/runc v1.0.0-rc91-48-g67169a9d
    * [`78e52774`](https://github.com/containerd/cri/commit/78e52774192fc9dd34a0b756bc848007c4b9094b) vendor: containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
    * [`93a03cc8`](https://github.com/containerd/cri/commit/93a03cc8100975a7e423d986a4b417c2be2b2d95) vendor: json-iterator/go v1.1.10
    * [`bfba0f28`](https://github.com/containerd/cri/commit/bfba0f2840ee6c98e64f0bec634ff8307558bbbf) Bump Golang 1.13.14
    * [`8871d5cd`](https://github.com/containerd/cri/commit/8871d5cdf8102a7d5989c307f2a366946feb54ee) Merge pull request  [#1548](https://github.com/containerd/cri/pull/1548) from AkihiroSuda/remove-libseccomp-dependency
    * [`7332e2ad`](https://github.com/containerd/cri/commit/7332e2ad2e5f064b3de9f364f38f3d4ad10db935) remove libseccomp cgo dependency
    * [`858a7662`](https://github.com/containerd/cri/commit/858a766264ee4a58656f6258e9d4b47d3ed4745c) Merge pull request  [#1547](https://github.com/containerd/cri/pull/1547) from mikebrow/containerd-list-podid-should-search
    * [`8a2d1cc8`](https://github.com/containerd/cri/commit/8a2d1cc802e60e3c93c606270b92978c036fb432) adds support for pod id lookup for filter
    * [`c209d013`](https://github.com/containerd/cri/commit/c209d013cbc5508c77534b8c1789ca5191de8b9e) Merge pull request  [#1545](https://github.com/containerd/cri/pull/1545) from ktock/ssdoc
    * [`fe9bb8da`](https://github.com/containerd/cri/commit/fe9bb8da657671b31eecd3092f1519df641d5c40) Merge branch 'master' into ssdoc
    * [`63400c76`](https://github.com/containerd/cri/commit/63400c769422618e2998823ec548671cf3e150b1) Merge pull request  [#1543](https://github.com/containerd/cri/pull/1543) from ktock/discard-content
    * [`0f99e0f5`](https://github.com/containerd/cri/commit/0f99e0f53e744044c5c0f9fef74ac8908df27364) Merge pull request  [#1542](https://github.com/containerd/cri/pull/1542) from sachaos/master
    * [`4c8164bc`](https://github.com/containerd/cri/commit/4c8164bccf35b134ad9864409882105ade5b3c85) Specify version = 2 & fix wrong key in registry.md (GCR example)
    * [`375dd762`](https://github.com/containerd/cri/commit/375dd7625530ff11ed858a1157837eaab0422bba) Add description about `disable_snapshot_annotations` to configuration doc
    * [`c80660b8`](https://github.com/containerd/cri/commit/c80660b82b1df9965c2e399fa61a62c088e152a6) Allow GC to discard content after successful pull and unpack
    * [`b51177bf`](https://github.com/containerd/cri/commit/b51177bfcc31371761fb19ffd028a19fb0d69d3a) Vendor containerd d184a0a3430dc4a17a47cce37fb36126ac0c699a
    * [`8448b92d`](https://github.com/containerd/cri/commit/8448b92d237e877bed1e4aa7a0baf0dee234dbcb) Merge pull request  [#1534](https://github.com/containerd/cri/pull/1534) from crosbymichael/selinux-range
    * [`0443a13d`](https://github.com/containerd/cri/commit/0443a13da7f6f38f4bb4ed7cccfe3c47ccceb614) Merge pull request  [#1535](https://github.com/containerd/cri/pull/1535) from lumjjb/updatecri-doc
    * [`e080f845`](https://github.com/containerd/cri/commit/e080f845376c772a4a7830ffbb27acb23854a436) Merge pull request  [#1539](https://github.com/containerd/cri/pull/1539) from mikebrow/windows-ci-force-bash
    * [`fad87288`](https://github.com/containerd/cri/commit/fad87288f8c26b7fcb65be1c010432565ff44cbc) switching to windows-2016 latest is breaking due to wsl conflict with bash
    * [`f93b7253`](https://github.com/containerd/cri/commit/f93b72530f51e04c1210d656f7db70ab9c70419b) Update doc cri plugin convention
    * [`5f5d954b`](https://github.com/containerd/cri/commit/5f5d954b6af907cfffb1364526cf0d1d5dcc13b9) add selinux category range to config
    * [`9b06da47`](https://github.com/containerd/cri/commit/9b06da47731bb4d499a2ab0f53c643fce766c3d0) update selinux to 1.6.0 release
    * [`fcda0cf4`](https://github.com/containerd/cri/commit/fcda0cf4a7e70f0317238b09556329239321353b) Merge pull request  [#1529](https://github.com/containerd/cri/pull/1529) from AkihiroSuda/allow-disabling-hugepages
    * [`707d2c49`](https://github.com/containerd/cri/commit/707d2c49d1c71c1d0b24bd5e757bf72376cc0de1) allow disabling hugepages
    * [`1d3b9c5b`](https://github.com/containerd/cri/commit/1d3b9c5b80dd716ab4aa74e3eaf3c4e5f50136dd) Merge pull request  [#1532](https://github.com/containerd/cri/pull/1532) from jsturtevant/update-pause-image-ref
    * [`2bb0b19c`](https://github.com/containerd/cri/commit/2bb0b19c4b61dee3a3d36c3040c519cd6805fd15) Update to latest pause image for windows
    * [`5df93a03`](https://github.com/containerd/cri/commit/5df93a038acc017abaab0b037fa7d03dfcab9fe0) Merge pull request  [#1531](https://github.com/containerd/cri/pull/1531) from mikebrow/nit-for-default-config
    * [`4b3974c4`](https://github.com/containerd/cri/commit/4b3974c4e95b06006d780c267ef6f928a4e389ef) show runc options tag
    * [`a01750d8`](https://github.com/containerd/cri/commit/a01750d89af991c37906165f8d6f68ceb5903730) Merge pull request  [#1530](https://github.com/containerd/cri/pull/1530) from hckuo/fix-doc-for-runtime-options
    * [`904ab30f`](https://github.com/containerd/cri/commit/904ab30f9dc3bc33974daca112b7024609417436) Fix doc for runtime specifc options
    * [`0fa3cfd6`](https://github.com/containerd/cri/commit/0fa3cfd6952fb432677dcff7d76b8f68be23db04) Merge pull request  [#1440](https://github.com/containerd/cri/pull/1440) from jr-santos98/master
    * [`c69a2dc7`](https://github.com/containerd/cri/commit/c69a2dc7457d9d55ce0e8385fb8be12eb653add4) Checking if a variable already exists
    * [`ecf335ad`](https://github.com/containerd/cri/commit/ecf335ad65ebe25fd3fb53cd4b21d92cbc46b8bf) added multi-architectures support
    * [`8fb244a6`](https://github.com/containerd/cri/commit/8fb244a65baad2457e6c8658db18ed28b1f77cfe) Merge pull request  [#1525](https://github.com/containerd/cri/pull/1525) from containerd/forcibly-remove-sandbox-container
    * [`0c45d132`](https://github.com/containerd/cri/commit/0c45d1329249d6a21149599adcbc885066c0a230) move up to latest cri-tools
    * [`5f50692d`](https://github.com/containerd/cri/commit/5f50692d3dd7764a30a99688818df55caf8262a1) Merge pull request  [#1524](https://github.com/containerd/cri/pull/1524) from mikebrow/verbose-dco-check
    * [`4549b94e`](https://github.com/containerd/cri/commit/4549b94eca5fb64c6ca8f28ae637490305cf6de4) gofmt cleanup
    * [`287c52d1`](https://github.com/containerd/cri/commit/287c52d1c67921dc29c8ef5a5a5d0e2ba722bb75) Forcibly stop running containers before removal
    * [`f427791c`](https://github.com/containerd/cri/commit/f427791c60570fe1afcdf6a5a50eaa6080adad6c) set dco check to verbose
    * [`aa0f4fd3`](https://github.com/containerd/cri/commit/aa0f4fd37b82a273156d35a7e13831bd0940ab99) Merge pull request  [#1521](https://github.com/containerd/cri/pull/1521) from AkihiroSuda/revendor-libcontainer
    * [`fb208d01`](https://github.com/containerd/cri/commit/fb208d015a7aca677e08c4f84ce95592189426df) vendor runc v1.0.0-rc91
    * [`1bc5ba3f`](https://github.com/containerd/cri/commit/1bc5ba3f484ecae7feb3156ad0e3760b728de66e) Merge pull request  [#1519](https://github.com/containerd/cri/pull/1519) from AkihiroSuda/config-fix-toml-tag
    * [`fe6833a9`](https://github.com/containerd/cri/commit/fe6833a9a4511f271ae0a7dcd052d3c5c050d3d7) config: TolerateMissingHugePagesCgroupController -> TolerateMissingHugetlbController
    * [`b69d7bdc`](https://github.com/containerd/cri/commit/b69d7bdc5fa9f61532819029c864cd3724a79db6) config: fix TOML tag for TolerateMissingHugePagesCgroupController
    * [`8e0b789c`](https://github.com/containerd/cri/commit/8e0b789c9ade07497283546c0bde0fb5f99310cb) Merge pull request  [#1520](https://github.com/containerd/cri/pull/1520) from AkihiroSuda/fix-ci-apt-get-update
    * [`4049a912`](https://github.com/containerd/cri/commit/4049a912f32d19245c02dc57cc104b5657845fa1) CI: run apt-get update befor apt-get install
    * [`c2191fdd`](https://github.com/containerd/cri/commit/c2191fddd79234024bfc47d3c3eeba1833b82dc1) Merge pull request  [#1513](https://github.com/containerd/cri/pull/1513) from brianpursley/state-name
    * [`aa04fc9d`](https://github.com/containerd/cri/commit/aa04fc9d538653a3513d8e855e5d32453d86781e) Change "failed to stop sandbox" error message to use state name instead of numeric value
    * [`09d6426f`](https://github.com/containerd/cri/commit/09d6426f33cac217528158ddc6d254ca7d597a7b) Merge pull request  [#1511](https://github.com/containerd/cri/pull/1511) from kevpar/named-pipe-mounts
    * [`210561a8`](https://github.com/containerd/cri/commit/210561a8e3b1c4905b8162c808f92cb5caa4b876) Support named pipe mounts for Windows containers
    * [`682d1583`](https://github.com/containerd/cri/commit/682d158399ed7c58c1bc8dd4f5282c4446c0aba3) Merge pull request  [#1517](https://github.com/containerd/cri/pull/1517) from mikebrow/fix-e2e-bucket
    * [`f5c7ac92`](https://github.com/containerd/cri/commit/f5c7ac92724405806eb4e330ecab8f4350601089) fix for image pull linter change
    * [`05cd9428`](https://github.com/containerd/cri/commit/05cd942875e06e344decf01bddf0f2660d04055a) hard set kubernetes version not in vendor.conf anymore
    * [`98aadbbe`](https://github.com/containerd/cri/commit/98aadbbe56369ebafa03b6e08ad53859580313f1) Merge pull request  [#1463](https://github.com/containerd/cri/pull/1463) from dims/remove-dependencies-on-k8s.io/kubernetes
    * [`3ee62de2`](https://github.com/containerd/cri/commit/3ee62de2bf318939c38a863dd6e61fe18f790225) remove unused method
    * [`cbb7c28f`](https://github.com/containerd/cri/commit/cbb7c28f195ea256fce8b5e21e7ae1403901438c) Add copyright headers
    * [`0d18d1ee`](https://github.com/containerd/cri/commit/0d18d1ee38afad93fcbe1411bee82e4960703e55) Drop k8s.io/kubernetes
    * [`6007c354`](https://github.com/containerd/cri/commit/6007c354a6e3514ee28f717658b6233b8aaa815b) Copy kubernetes/pkg/kubelet/util
    * [`e2072b71`](https://github.com/containerd/cri/commit/e2072b71ccdbf62a38e5e1b583cd403c66cdf727) Copy kubernetes/pkg/util/bandwidth
    * [`bb828a9f`](https://github.com/containerd/cri/commit/bb828a9f841cc6d1a8630101f2dcfb3f624eac80) Make copy of pkg/kubelet/cri/remote
    * [`2909022a`](https://github.com/containerd/cri/commit/2909022a6e0cb173a0f6e75063c180cc24dfac6c) Make local copy of kubelet/cri/streaming
    * [`b8f7b9f6`](https://github.com/containerd/cri/commit/b8f7b9f692d137ba1403a4a87ec12d22452cd370) Merge pull request  [#1515](https://github.com/containerd/cri/pull/1515) from AkihiroSuda/golang-1.13.12
    * [`22b55461`](https://github.com/containerd/cri/commit/22b55461b3a65bada4eeb8ed01ffed6f766819e6) Merge pull request  [#1514](https://github.com/containerd/cri/pull/1514) from dims/update-kubernetes-to-1.19.0-beta.2
    * [`c4205721`](https://github.com/containerd/cri/commit/c4205721eeeed817f9be32964a75232adb4e691c) Update vendor/ directory
    * [`41f184f1`](https://github.com/containerd/cri/commit/41f184f15b1395f12982546df029a93d99e7b521) Update vendor.conf to kubernetes 1.19.0-beta.2
    * [`548d987f`](https://github.com/containerd/cri/commit/548d987fc2d27e82dc5ff729f3615f727324f7d0) Bump Golang 1.13.12
    * [`4f8a5807`](https://github.com/containerd/cri/commit/4f8a580795344b0f4c1146a3abce0409962f3890) Merge pull request  [#1510](https://github.com/containerd/cri/pull/1510) from crosbymichael/selinux-bump
    * [`713205b3`](https://github.com/containerd/cri/commit/713205b3699426076c6f8234a89d27de8fe8d5d5) bump selinux dep
    * [`61648227`](https://github.com/containerd/cri/commit/61648227141a843ce71ecaf25997cf8d37c31c5a) Merge pull request  [#1508](https://github.com/containerd/cri/pull/1508) from janosi/sctp-hostport
    * [`b661ad71`](https://github.com/containerd/cri/commit/b661ad711eaeb78f30574c31635a9ce5f1a67707) Merge pull request  [#1504](https://github.com/containerd/cri/pull/1504) from lorenz/ignore-image-defined-volumes
    * [`26dc5b97`](https://github.com/containerd/cri/commit/26dc5b9772f8e23c7cf96034648b3394551e5087) Merge pull request  [#1505](https://github.com/containerd/cri/pull/1505) from dcantah/windows-cred-spec
    * [`479dfbac`](https://github.com/containerd/cri/commit/479dfbac453a6af15bb871a1efc23339772b3a3f) Remove the protocol filter from the portMappings constructor.
    * [`9620b2e1`](https://github.com/containerd/cri/commit/9620b2e1dae368382e59109e437b99f05fdec577) Add GMSA Credential Spec passing
    * [`ae8200bf`](https://github.com/containerd/cri/commit/ae8200bf93e9eda91d1c8b40dc14257ec0bdea02) Merge pull request  [#1499](https://github.com/containerd/cri/pull/1499) from webwurst/patch-1
    * [`3290b86a`](https://github.com/containerd/cri/commit/3290b86a8ce04e612fbc0b09042eba3d6ad5d400) Merge pull request  [#1506](https://github.com/containerd/cri/pull/1506) from cpuguy83/registry_headers
    * [`5a1d49b0`](https://github.com/containerd/cri/commit/5a1d49b0632f3e91da9f78c79a34403876a04b1d) Add option for ignoring volumes defined in images
    * [`c694c631`](https://github.com/containerd/cri/commit/c694c63176e68c9d7b25bdf4a40c1e254ffc269d) Add config for registry http headers
    * [`098e0400`](https://github.com/containerd/cri/commit/098e040014aa8e413c7419f7e6db1db51e7133ff) Fix typo
    * [`bc96548c`](https://github.com/containerd/cri/commit/bc96548c7bd65784d9e6967162518f04333f447d) Merge pull request  [#1502](https://github.com/containerd/cri/pull/1502) from mikebrow/nginx-timing-problem
    * [`e56347aa`](https://github.com/containerd/cri/commit/e56347aabc6b5b26aaf6033826e791d1f3b43ab4) move up to latest critools pick up nginx fix
    * [`62c91260`](https://github.com/containerd/cri/commit/62c91260d2f43b57fff408a9263a800b7a06a647) Merge pull request  [#1501](https://github.com/containerd/cri/pull/1501) from dims/tolerate-missing-hugetlb-cgroups-controller
    * [`d7ce093d`](https://github.com/containerd/cri/commit/d7ce093d63d059f9dd13cffeb5fb14e1f3abccb7) Tolerate missing HugeTLB cgroups controller
    * [`8898550e`](https://github.com/containerd/cri/commit/8898550e348932e406049e937d98fb7564ac4e7a) Merge pull request  [#1498](https://github.com/containerd/cri/pull/1498) from mxpv/base
    * [`17c61e36`](https://github.com/containerd/cri/commit/17c61e36cb5ed6ee59d27074e6be7e08663646fa) Fix cgroups path for base OCI spec
    * [`df8d6c5b`](https://github.com/containerd/cri/commit/df8d6c5b7b58ab43846e289caccf27b065126da0) Update documentation for base OCI spec files
    * [`8d54f397`](https://github.com/containerd/cri/commit/8d54f397534c737023c7d41c12e0202e140710a6) Allow specify base OCI runtime spec
    * [`c7f25cb3`](https://github.com/containerd/cri/commit/c7f25cb3ae1edc1b2aaa4d117d17d281e904a1dd) Merge pull request  [#1490](https://github.com/containerd/cri/pull/1490) from mikebrow/document-gcr-json-key-auth
    * [`83b115af`](https://github.com/containerd/cri/commit/83b115af16cade2b2de642ff5f6ab885c3d4264c) Merge pull request  [#1497](https://github.com/containerd/cri/pull/1497) from mikebrow/add-commit-sha-to-log
    * [`e8148bb4`](https://github.com/containerd/cri/commit/e8148bb49b1ca7e4a11e8270d28737cd213a8f99) would like to have the commit sha in the logs
    * [`f8380958`](https://github.com/containerd/cri/commit/f8380958c16849ee89f1f7fcf05b1138d1681f04) Merge pull request  [#1496](https://github.com/containerd/cri/pull/1496) from mikebrow/variable-cri-tools-version
    * [`c744b66a`](https://github.com/containerd/cri/commit/c744b66a3b655f140426f846cf64ef50ea8419c8) Merge pull request  [#1495](https://github.com/containerd/cri/pull/1495) from crosbymichael/cni-bump
    * [`b97a2f33`](https://github.com/containerd/cri/commit/b97a2f33b07dabac94dcf0cc4635ab686ddcb072) add support for setting CRITOOL_VERSION
    * [`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
    * [`a7ad3bc0`](https://github.com/containerd/cri/commit/a7ad3bc01f700377c55c727f8ecf21164ab9a405) add a registry auth tutorial
    * [`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.
    </p>
    </details>
    
    ### Changes from containerd/fifo
    <details><summary>10 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>15 commits</summary>
    <p>
    
    * [`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.
    </p>
    </details>
    
    ### Changes from containerd/go-runc
    <details><summary>8 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/imgcrypt
    <details><summary>71 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/ttrpc
    <details><summary>19 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/typeurl
    <details><summary>20 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/zfs
    <details><summary>3 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### 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**                              1c8d4c9ef775 **_new_**
    * **github.com/containerd/aufs**                          f894a800659b -> 371312c1e31c
    * **github.com/containerd/btrfs**                         af5082808c83 -> 153935315f4a
    * **github.com/containerd/cgroups**                       c4b9ac5c7601 -> 318312a37340
    * **github.com/containerd/console**                       0650fd9eeb50 -> v1.0.0
    * **github.com/containerd/continuity**                    f2a389ac0a02 -> efbc4488d8fe
    * **github.com/containerd/cri**                           5d49e7e51b43 -> 4e6644c8cf7f
    * **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.1.0 **_new_**
    * **github.com/cpuguy83/go-md2man/v2**                    v2.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.9 **_new_**
    * **github.com/fullsailor/pkcs7**                         8306686428a5 **_new_**
    * **github.com/go-logr/logr**                             v0.2.0 **_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.5
    * **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.10
    * **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-rc92
    * **github.com/opencontainers/runtime-spec**              29686dbc5559 -> 4d89ac9fbff6
    * **github.com/opencontainers/selinux**                   v1.2.2 -> v1.6.0
    * **github.com/pkg/errors**                               v0.8.1 -> v0.9.1
    * **github.com/prometheus/client_golang**                 f4fb1b73fb09 -> v1.6.0
    * **github.com/prometheus/client_model**                  99fa1f4be8e5 -> v0.2.0
    * **github.com/prometheus/common**                        89604d197083 -> v0.9.1
    * **github.com/prometheus/procfs**                        cb4147076ac7 -> v0.0.11
    * **github.com/russross/blackfriday/v2**                  v2.0.1 **_new_**
    * **github.com/shurcooL/sanitized_anchor_name**           v1.0.0 **_new_**
    * **github.com/sirupsen/logrus**                          v1.4.1 -> v1.6.0
    * **github.com/urfave/cli**                               v1.22.0 -> v1.22.1
    * **github.com/willf/bitset**                             d5bec3311243 **_new_**
    * **go.etcd.io/bbolt**                                    v1.3.3 -> v1.3.5
    * **golang.org/x/crypto**                                 5c40567a22f8 -> 75b288015ac9
    * **golang.org/x/net**                                    f3200d17e092 -> ab3426394381
    * **golang.org/x/oauth2**                                 0f29369cfe45 -> 858c2ad4c8b6
    * **golang.org/x/sys**                                    9eafafc0a87e -> ed371f2e16b4
    * **golang.org/x/text**                                   19e51611da83 -> v0.3.3
    * **golang.org/x/time**                                   85acf8d2951c -> 555d28b269f0
    * **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.19.0-rc.4
    * **k8s.io/apimachinery**                                 kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/apiserver**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/client-go**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/cri-api**                                      kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/klog/v2**                                      v2.2.0 **_new_**
    * **k8s.io/utils**                                        c2654d5206da -> 2df71ebbae66
    * **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)
    
    
  • v1.4.0-rc.1
    containerd 1.4.0-rc.1
    
    Welcome to the v1.4.0-rc.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)
    * **Deprecate `io.containerd.runtime.v1.*` and `io.containerd.runc.v1`** [#4384](https://github.com/containerd/containerd/pull/4384)
    
    ### 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)
    * **Use spec's mountLabel when mounting container rootfs** [#4051](https://github.com/containerd/containerd/pull/4051)
    * **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)
    * **Add namespace query parameter when using a registry proxy** [#4413](https://github.com/containerd/containerd/pull/4413)
    
    ### 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)
    * **Remove libseccomp requirement, seccomp support is now always built-in** [#4439](https://github.com/containerd/containerd/pull/4439)
    
    ### 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
    * Lantao Liu
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Michael Crosby
    * Mike Brown
    * Wei Fu
    * Derek McGowan
    * Boris Popovschi
    * Maksym Pavlenko
    * Brandon Lum
    * Davanum Srinivas
    * Stefan Berger
    * Rui Chen
    * Stefan Berger
    * Brian Goff
    * Kohei Tokunaga
    * Kir Kolyshkin
    * Paul "TBBle" Hampson
    * Shengjing Zhu
    * Justin Terry
    * Kazuyoshi Kato
    * Li Yuxuan
    * Fahed Dorgaa
    * Gaurav Singh
    * Hu Shuai
    * Xiaodong Ye
    * Jie Hao Liao
    * Johannes Frey
    * Ted Yu
    * Eric Ren
    * Erik Sipsma
    * Fupan Li
    * Joakim Roubert
    * Mario Macias
    * Sam Whited
    * Sascha Grunert
    * Tõnis Tiigi
    * Alex Price
    * Antonio Ojea
    * Byonggon Chun
    * Daniel Canter
    * Darren Shepherd
    * Ed Bartosh
    * George Goh
    * Junior Santos
    * Kathryn Baldauf
    * Kenta Tada
    * Kevin Parsons
    * Manuel Rüger
    * Seth Pellegrino
    * Shengjing Zhu
    * Stephen J Day
    * Tibor Vass
    * Tom Faulhaber
    * xianlubird
    * Abhishek Kulkarni
    * Alex Ellis (OpenFaaS Ltd)
    * Ameya Gawde
    * Andrew Dunham
    * Angela Li
    * Arnaud Rebillout
    * Ashray Jain
    * Avi Deitcher
    * Bingshen Wang
    * Brian Pursley
    * Chethan Suresh
    * Chris C
    * Daniel Bevenius
    * Dave Syer
    * Drew Erny
    * Eli Uriegas
    * Eric Ernst
    * Eric Ernst
    * Erik Wilson
    * Evan Cordell
    * Fabricio Voznika
    * Florian Schmaus
    * Gábor Lipták
    * Haitao Li
    * HsuanChi (Austin) Kuo
    * Ivan Markin
    * Jacob Blain Christen
    * James Sturtevant
    * Jintao Zhang
    * Johann Neuhauser
    * John Millikin
    * Jordan Karaze
    * Joris De Winne
    * Josh Dolitsky
    * Justin Cormack
    * Justin Hutchings
    * Kiril Vladimiroff
    * Laszlo Janosi
    * Lifubang
    * Lorenz Brun
    * Lucas Kanashiro
    * Mario Macias
    * Martin Hickey
    * Mihai Coman
    * Mikko Ylinen
    * Morgan Bauer
    * Murat
    * Nick Ethier
    * Nishchay Kumar
    * Peng Tao
    * Philip Marin
    * Reid Li
    * Rudy Zhang
    * SaiHarshaK
    * Seth Bunce
    * Sherif
    * Shiwei Zhang
    * SiYu Zhao
    * Stanislav Levin
    * Takumasa Sakao
    * Thibaut Collet
    * Tim Allclair
    * Tobias Bradtke
    * Tobias Klauser
    * Tom Wieczorek
    * Ulysses Souza
    * Wilbert van de Ridder
    * Yikun Jiang
    * Zhiyu Li
    * dingdongx
    * sayaoailun
    * yang yang
    * yuxiaobo
    * 张潇
    * 徐敏才
    
    ### Changes
    <details><summary>865 commits</summary>
    <p>
    
    * [`e9f94064`](https://github.com/containerd/containerd/commit/e9f94064b9616ab36a8a51d632a63f97f7783c3d) Merge pull request  [#4469](https://github.com/containerd/containerd/pull/4469) from dmcgowan/update-1.4.0-rc.1
    * [`790c131c`](https://github.com/containerd/containerd/commit/790c131cf413e0902cb2406deea86f5e3fc4cbff) Merge pull request  [#4465](https://github.com/containerd/containerd/pull/4465) from dmcgowan/github-release-cri
    * [`41469ed7`](https://github.com/containerd/containerd/commit/41469ed72b78060fbd5fd6e9163fcc44423a20eb) Update version for 1.4.0-rc.1
    * [`f0c50967`](https://github.com/containerd/containerd/commit/f0c50967fbe65e809fcb2e79f1120bcda88887e6) Merge pull request  [#4466](https://github.com/containerd/containerd/pull/4466) from thaJeztah/bump_cri2
    * [`60fa35f1`](https://github.com/containerd/containerd/commit/60fa35f11eba7422119d76dc72e15f315786a37c) Fix DCO commit limit
    * [`d2472ecc`](https://github.com/containerd/containerd/commit/d2472ecc5951aa20c50ce9a2b9ec4537e6dbb830) Add CRI release build
    * [`1c7312e5`](https://github.com/containerd/containerd/commit/1c7312e5da1ae8ca3cf238397939ed1d24f60758) Update containerd systemd unit file
    * [`ccda5376`](https://github.com/containerd/containerd/commit/ccda537604f92d580d0c467d83817f0f0f207667) Create etcd user in cloud init.
    * [`e973719c`](https://github.com/containerd/containerd/commit/e973719ccf2294b9defa4e1315639f7d5da8adf5) use containerd/project header test
    * [`cb7ffd4b`](https://github.com/containerd/containerd/commit/cb7ffd4b0bf9d76217cd4075aac66521e0769130) Fix indent in cni.template.
    * [`3e03ba7a`](https://github.com/containerd/containerd/commit/3e03ba7aa280650dd8efde3dffb27ef356525a1e) Update deployment and integration test
    * [`9c545179`](https://github.com/containerd/containerd/commit/9c54517920da8da51632a927793b4e0c9612e038) Add TaskMax=infinity
    * [`523b0b3c`](https://github.com/containerd/containerd/commit/523b0b3c61b2cb9eac0b335fff399c8016f269e6) Remove `noSnat`
    * [`231d291b`](https://github.com/containerd/containerd/commit/231d291b2d4044233d1012292b89a0fae910d428) Use v2 config.
    * [`1e1688d2`](https://github.com/containerd/containerd/commit/1e1688d2111b5ba68538977d6449aab991f14b12) Use per-pod shim.
    * [`87bd84a7`](https://github.com/containerd/containerd/commit/87bd84a7bb3e3933c466a40a7f9a197eadb404f7) Add DefaultRuntimeName option.
    * [`cfab98a5`](https://github.com/containerd/containerd/commit/cfab98a5fd1c64a8ae1a1c016989c8fe08ea9227) Use ctr images import.
    * [`5e3ac16c`](https://github.com/containerd/containerd/commit/5e3ac16cc60138d537643d06e58462544ce478b3) Add `cri` as required plugin.
    * [`5b9d8476`](https://github.com/containerd/containerd/commit/5b9d8476eaeb6130da70a5d31ca59c78ba8e7478) Use runc.v1 for now for debugging.
    * [`e6e272e7`](https://github.com/containerd/containerd/commit/e6e272e740a3f4b15bd3cd1ede006a31d54b3dc4) Enable runc.v2 as the default runtime in test.
    * [`d19aa0fd`](https://github.com/containerd/containerd/commit/d19aa0fd2e2f24a536ac5c4ed37bc576c1d552d2) Use local env to avoid writing to passed-in readonly env.
    * [`ee6d69bb`](https://github.com/containerd/containerd/commit/ee6d69bbc10d0db18bbbc1e7e40a9f8dd59350f3) Set default "" to extra runtime handler.
    * [`474c79bd`](https://github.com/containerd/containerd/commit/474c79bd52b90cdd93da72bee9ca1d72e839797c) Expose vars to configure an additional runtime handler
    * [`ce12477f`](https://github.com/containerd/containerd/commit/ce12477f47f16009ec63b704532c726284fcc638) Support docker 18.09 in the test script.
    * [`14671210`](https://github.com/containerd/containerd/commit/1467121010350d18bf52510c290c37692c56ff33) Remove the unused `health-monitor.sh`.
    * [`201ad4d3`](https://github.com/containerd/containerd/commit/201ad4d3c47686b2cc6f24e8393d93de8e020573) Support netd in GCE bootstrap.
    * [`5ce70575`](https://github.com/containerd/containerd/commit/5ce70575020e855e03d4f0c3dc83e8a01f5ff151) Serve streaming on localhost by default to match k8s 1.11 default.
    * [`b553fdaf`](https://github.com/containerd/containerd/commit/b553fdaf31f32328d51760a37796065dd2ba8783) Remove crictl on GCE for all cases.
    * [`d8ce08fd`](https://github.com/containerd/containerd/commit/d8ce08fd9233104298c435af233866cddae742c1) Set stream server to serve on localhost on GCE.
    * [`1629bab7`](https://github.com/containerd/containerd/commit/1629bab7f9c373381fd3cea3e1393bdf653cd7f4) Make max container log line size configurable through cloud init.
    * [`042378dc`](https://github.com/containerd/containerd/commit/042378dcf11858ba3223f5285c87f247960e1bd3) Disable TLS streaming to work with new kubelet streaming proxy.
    * [`37f2ecad`](https://github.com/containerd/containerd/commit/37f2ecad973cfce9209206ad3b0639e31111c02d) Update cni.template
    * [`b58b6fef`](https://github.com/containerd/containerd/commit/b58b6fef86ad7f294d4b22a00488aa825c91abed) Disable restart plugin on GCE.
    * [`f938a166`](https://github.com/containerd/containerd/commit/f938a166cd55784efe9cc8c25d92b19501990791) Fix kube-container-runtime-monitor.
    * [`91f8e61b`](https://github.com/containerd/containerd/commit/91f8e61bd3ee53ebc943ec25c3a3867a4ba73ae4) Use crictl installed in kube-up.sh
    * [`5161f663`](https://github.com/containerd/containerd/commit/5161f663e4e3313425a3361574e457a4390d1693) Add `unix://` prefix for socket addresses used by CRI remote client.
    * [`1b995fca`](https://github.com/containerd/containerd/commit/1b995fcaf2ae73872f4c1a2df983f4854d4c9c9d) Add KUBE_CONTAINER_RUNTIME_NAME to fix fluentd support.
    * [`48457a25`](https://github.com/containerd/containerd/commit/48457a254eaf7e091ed51e3b797578141384909a) Try using preloaded containerd if no version is specified.
    * [`c67a38b0`](https://github.com/containerd/containerd/commit/c67a38b0b5b06d1d879df787bd4b5752d3c63569) Add log level support.
    * [`4453aac0`](https://github.com/containerd/containerd/commit/4453aac0057a809e719d56e22d9e53c324867626) Improve gce bootstrapping in various ways.
    * [`1bd3cdc5`](https://github.com/containerd/containerd/commit/1bd3cdc572e2545d7df719ce72a231981001ab16) Add cni config template support.
    * [`d520fac5`](https://github.com/containerd/containerd/commit/d520fac5083225de64edb313c39114d0e26c94a5) Enable TLS streaming in all the setup.
    * [`cdb4aec9`](https://github.com/containerd/containerd/commit/cdb4aec93a9043a6d4a0ed5dc66b179895cce0e1) Use systemd service cgroup and oom score adj.
    * [`af8bd806`](https://github.com/containerd/containerd/commit/af8bd80689b4e3ece62c286c30b696d72a60e50c) Fix for kube-up.sh and update several documments.
    * [`005da4a9`](https://github.com/containerd/containerd/commit/005da4a9b952620f7784d2f6e95d107693e1c1a1) Replace `ctrcri` with `ctr cri`.
    * [`0e2bd216`](https://github.com/containerd/containerd/commit/0e2bd216cecb834fbc9321ee42a58d6f6d5d5a08) Update GCE cluster bootstrapping and e2e test
    * [`59e65e1f`](https://github.com/containerd/containerd/commit/59e65e1f3722aeb70b0c9884486b1a70ef1a660b) Enable container log rotation.
    * [`85b4e69c`](https://github.com/containerd/containerd/commit/85b4e69c9fefd940c96d5cd58255c91f6371e9fe) Do not block on stream server close.
    * [`2ea6584c`](https://github.com/containerd/containerd/commit/2ea6584ca7a935fb40f3fbe85f0bb955a8fa8a5f) Add initial wait for health-monitor and use pkill -x.
    * [`56b7ef2c`](https://github.com/containerd/containerd/commit/56b7ef2c4d8e925627134926a2d98a5bcdfc650e) The ENV is finalized as KUBE_KUBELET_EXTRA_ARGS.
    * [`24a3a0a0`](https://github.com/containerd/containerd/commit/24a3a0a0682c4ba9293fd856ded88aa9888929d6) change crictl sandboxes to pods; other references to sandboxes
    * [`8bc30e7a`](https://github.com/containerd/containerd/commit/8bc30e7a2e4bee25146f7ae2c8fc2d419e4a3938) Update ocicni to main stream.
    * [`a0107155`](https://github.com/containerd/containerd/commit/a0107155843459e6891d71b1010fe41803cb6324) Add a separate CLI for cri-containerd `ctrcri`.
    * [`a843a306`](https://github.com/containerd/containerd/commit/a843a30645c4847f17dc9b0046b5a27e7a215e4e) Use registry-1.docker.io as backup
    * [`ec649079`](https://github.com/containerd/containerd/commit/ec649079a91b60529efd23642723b1cd6231415d) Put version into metadata so that version won't be changed across restart.
    * [`7cbc1c8d`](https://github.com/containerd/containerd/commit/7cbc1c8dc394915869b238544c839a2174c0dbd4) Set registry mirror.
    * [`9f0816ac`](https://github.com/containerd/containerd/commit/9f0816ac43d38fdd84fbed37e6cf05d5f14c48de) Configure container runtime cgroups for cgroup.
    * [`be72f47e`](https://github.com/containerd/containerd/commit/be72f47ec93361e6975a342317193d8b75e9a3d4) Add runtime cgroup and fix a cli panic.
    * [`680e21c4`](https://github.com/containerd/containerd/commit/680e21c43046e722b61fb6e9c97e475bc785f077) Update all glog flags to `log-level`.
    * [`d50b9dd6`](https://github.com/containerd/containerd/commit/d50b9dd64c13f73a90317eca0eba818e4ff406ce) Update containerd to 6c7abf7c76c1973d4fb4b0bad51691de84869a51.
    * [`869ea6b0`](https://github.com/containerd/containerd/commit/869ea6b0c809ae397cc626074ec76af65e41f6f3) Add document for kube-up.sh
    * [`30cbfb62`](https://github.com/containerd/containerd/commit/30cbfb62ec1abc22bd925e3593e342f00c7ccded) Add OS and arch in release tarball.
    * [`0512d1e0`](https://github.com/containerd/containerd/commit/0512d1e0b2d56eb6c80d8a8604bb4745128f9fc5) Add `cluster` directory and health-monitor.sh.
    * [`8a3f1c99`](https://github.com/containerd/containerd/commit/8a3f1c99e0d117bd1877d7b98cc88a61a2809f25) Merge pull request  [#4451](https://github.com/containerd/containerd/pull/4451) from dweomer/test-selinux
    * [`a1736f98`](https://github.com/containerd/containerd/commit/a1736f98a5e3c0816c5d8a9d04d002a5c9c85249) vendor: containerd/cri 4e6644c8cf7fb825f62e0007421b7d83dfeab5a1
    * [`15fa7f37`](https://github.com/containerd/containerd/commit/15fa7f3787e3ea44fe4e602cf91608126ede8b86) vendor: update kubernetes v1.19.0-rc.4
    * [`4a0ac319`](https://github.com/containerd/containerd/commit/4a0ac319caf106503fcd7cb96240e121494eb0de) vendor: golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
    * [`f80b4dc5`](https://github.com/containerd/containerd/commit/f80b4dc586e3d1a9605f150eb32a1708300fc077) vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
    * [`5a9a6a14`](https://github.com/containerd/containerd/commit/5a9a6a145eed5ac4e980246e5e60ab7e8aa091f8) vendor: golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
    * [`aa40ebb4`](https://github.com/containerd/containerd/commit/aa40ebb417f30d77663942ad58f89c008cb53929) vendor: json-iterator/go v1.1.10
    * [`4252d2c9`](https://github.com/containerd/containerd/commit/4252d2c9b1db393bb7c23509a7486c46b7593fd6) Merge pull request  [#4461](https://github.com/containerd/containerd/pull/4461) from AkihiroSuda/update-rootless-doc
    * [`269633f7`](https://github.com/containerd/containerd/commit/269633f72ebb4f3273bc09079bd17562bbb02d2a) Merge pull request  [#4459](https://github.com/containerd/containerd/pull/4459) from AkihiroSuda/runc-rc92
    * [`b4376e98`](https://github.com/containerd/containerd/commit/b4376e9865848e6985c4d3377a57947ce3bcce63) Update Vagrantfile for testing SELinux
    * [`23934e86`](https://github.com/containerd/containerd/commit/23934e86868459ec9d2fb7ee7dd37e4b00b28c9f) Merge pull request  [#4462](https://github.com/containerd/containerd/pull/4462) from thaJeztah/bump_golang_1.13.15
    * [`55c9eade`](https://github.com/containerd/containerd/commit/55c9eade39f6ad52f4559e7385a521a9c44f8bdc) Bump Golang 1.13.15
    * [`e3e2c394`](https://github.com/containerd/containerd/commit/e3e2c394626a80009203290f6df0a4cbb6dcf05a) update docs/rootless.md
    * [`84336029`](https://github.com/containerd/containerd/commit/84336029897ea2635a8e4fd110275c13d7acde44) update runc to v1.0.0-rc92
    * [`3cdc7bf1`](https://github.com/containerd/containerd/commit/3cdc7bf13d2210d71b703177d9cbae37f59afdc1) Merge pull request  [#4457](https://github.com/containerd/containerd/pull/4457) from thaJeztah/bump_cri_tools
    * [`3cc2be2a`](https://github.com/containerd/containerd/commit/3cc2be2a870fcef211e36c75dab7b2f395662bef) Update cri-tools to v1.18.0-100-g2bf7674 for Go 1.15 compatibility
    * [`85b15eff`](https://github.com/containerd/containerd/commit/85b15eff4581d7e5e3bccb40fdd4f35b6946f545) Merge pull request  [#4449](https://github.com/containerd/containerd/pull/4449) from dmcgowan/prepare-1.4.0-rc.0
    * [`62885592`](https://github.com/containerd/containerd/commit/6288559231a5c01aeeba316b5be2bfd0c02a3434) Prepare 1.4.0-rc.0 release
    * [`666198cd`](https://github.com/containerd/containerd/commit/666198cd2a3e5c0973118cfa6532b459b4494fa2) Merge pull request  [#4446](https://github.com/containerd/containerd/pull/4446) from kzys/devmapper-platform
    * [`74e9aa7a`](https://github.com/containerd/containerd/commit/74e9aa7abbea1ba4e88d3fe4a28713f27e008538) snapshots/devmapper: don't hardcord the platform strings
    * [`0f08a55d`](https://github.com/containerd/containerd/commit/0f08a55d6b62409e3568b976e4d0a8927846d435) Merge pull request  [#4413](https://github.com/containerd/containerd/pull/4413) from dmcgowan/registry-proxy-ns
    * [`adeba792`](https://github.com/containerd/containerd/commit/adeba792f16bff6d8f68d560566ed50202634bac) Add namespace query parameter for registry proxying
    * [`49837814`](https://github.com/containerd/containerd/commit/49837814b3167d99b15965cab0673fedf0fcd953) Merge pull request  [#4433](https://github.com/containerd/containerd/pull/4433) from Yikun/enable-new-nodeset
    * [`bd92d567`](https://github.com/containerd/containerd/commit/bd92d567a52c59e38e56c70eae6abf5adf74f8f0) Merge pull request  [#4442](https://github.com/containerd/containerd/pull/4442) from estesp/noop-deps
    * [`5a190c70`](https://github.com/containerd/containerd/commit/5a190c707790abea694b09765bb859ca88fe0b7d) Remove seccomp/Linux deps steps in GH Actions
    * [`6162ae93`](https://github.com/containerd/containerd/commit/6162ae93db564f05cc257d4d7597289a091ed611) Merge pull request  [#4439](https://github.com/containerd/containerd/pull/4439) from AkihiroSuda/cri-20200731
    * [`6988b4d6`](https://github.com/containerd/containerd/commit/6988b4d640d0a709dd60732d6351801057da2ec7) remove `seccomp` buildtag
    * [`362b7167`](https://github.com/containerd/containerd/commit/362b7167a71b7e32ae9f9c784c8afe0b66287605) vendor: update cri (no more libseccomp cgo dependency)
    * [`df8352f1`](https://github.com/containerd/containerd/commit/df8352f1ff4c787312e7805a6e2ec6686adbda5f) Merge pull request  [#4335](https://github.com/containerd/containerd/pull/4335) from ktock/sn-doc
    * [`4a96be97`](https://github.com/containerd/containerd/commit/4a96be97958fd662ba058042de69cd0fd59aae3e) Merge pull request  [#4431](https://github.com/containerd/containerd/pull/4431) from TBBle/import_manifest_for_test_binary
    * [`fa1220fc`](https://github.com/containerd/containerd/commit/fa1220fce33f35f91a65aa36541a2c42c213ecc2) Merge pull request  [#4436](https://github.com/containerd/containerd/pull/4436) from tonistiigi/tokenscopes-public
    * [`03b5a053`](https://github.com/containerd/containerd/commit/03b5a053ea0e00414fb90bc567ceacb3157eab11) remotes: mark GetTokenScopes public
    * [`779ef602`](https://github.com/containerd/containerd/commit/779ef60231a555f7eb9ba82b052d59b69ca2ef10) Merge pull request  [#4435](https://github.com/containerd/containerd/pull/4435) from tao12345666333/update-runc
    * [`b43a01a2`](https://github.com/containerd/containerd/commit/b43a01a221a92d6f507e3a34c42929cdb82a3c27) Change nodeset to `ubuntu-xenial-arm64-openlab`
    * [`c2a6f180`](https://github.com/containerd/containerd/commit/c2a6f180d7a4b43fdbf59f144192b510d8c194f8) Merge pull request  [#4428](https://github.com/containerd/containerd/pull/4428) from thaJeztah/bump_continuity
    * [`d4b17275`](https://github.com/containerd/containerd/commit/d4b17275d637e8f2954b00fd493f9ebfca3ff10e) Merge pull request  [#4384](https://github.com/containerd/containerd/pull/4384) from AkihiroSuda/deprecate-legacy-shims
    * [`04b98bb0`](https://github.com/containerd/containerd/commit/04b98bb0eed3a2f8baee83c34571e3a7b5afdcc6) Deprecate legacy shims
    * [`40b22ef0`](https://github.com/containerd/containerd/commit/40b22ef0741028917761d8c5d5d29e0d19038836) Merge pull request  [#4429](https://github.com/containerd/containerd/pull/4429) from crosbymichael/task-spec
    * [`9a3e95d3`](https://github.com/containerd/containerd/commit/9a3e95d351a382685d701af6209730c85172c766) Merge pull request  [#4430](https://github.com/containerd/containerd/pull/4430) from crosbymichael/ctr-cpus
    * [`b8702318`](https://github.com/containerd/containerd/commit/b87023185403dd4806cfe1496f7bcbd57a5db832) vendor runc library to v1.0.0-rc91-48-g67169a9d
    * [`02afa942`](https://github.com/containerd/containerd/commit/02afa94256dc3585634fd4c522d8616328305f12) Add --cpus flag to ctr
    * [`aa56cfc0`](https://github.com/containerd/containerd/commit/aa56cfc0a8a1b79e6e2322a0327db1f536a89419) Import Windows manifest into test build, rather than copying by script
    * [`eb6354a1`](https://github.com/containerd/containerd/commit/eb6354a1186044e9cbcf2c7086b2647be679ebbe) Merge pull request  [#4427](https://github.com/containerd/containerd/pull/4427) from TBBle/test_improvements
    * [`5b162741`](https://github.com/containerd/containerd/commit/5b1627410df39295b69c4a0b47239591d09050b2) vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
    * [`1ec1e9ea`](https://github.com/containerd/containerd/commit/1ec1e9eabfbf3290e2a69b9a787a24c318535c14) Add Windows 10/Windows Server 2004 for integration tests
    * [`faa4ff56`](https://github.com/containerd/containerd/commit/faa4ff56e41793dfa22041b89ba2c838bacd5714) Usefully fail tests with unknown or bad Windows Build version
    * [`3795dd41`](https://github.com/containerd/containerd/commit/3795dd41aefc833e5647d397baf8712af89278b5) Always report server log from verbose integration test runs
    * [`4318f93f`](https://github.com/containerd/containerd/commit/4318f93f9cbe6a943b1155a3d458c49ff1da1578) Add Spec() method to task
    * [`d184a0a3`](https://github.com/containerd/containerd/commit/d184a0a3430dc4a17a47cce37fb36126ac0c699a) Merge pull request  [#4414](https://github.com/containerd/containerd/pull/4414) from dmcgowan/discard-content
    * [`67f19bfd`](https://github.com/containerd/containerd/commit/67f19bfdd8b878d42e5e9ad39cc9816aaec50728) Merge pull request  [#4388](https://github.com/containerd/containerd/pull/4388) from AkihiroSuda/fix-mount-wait-no-child-processes
    * [`3c2a77bd`](https://github.com/containerd/containerd/commit/3c2a77bd7956efa1dc6681ca7c9b6869ddc4ee38) Merge pull request  [#4421](https://github.com/containerd/containerd/pull/4421) from crosbymichael/selinux-range
    * [`cf99e16c`](https://github.com/containerd/containerd/commit/cf99e16cd0fcc86213e2528d1c724ccf9d99fe5d) Merge pull request  [#4420](https://github.com/containerd/containerd/pull/4420) from mikebrow/cni-config-update
    * [`3611efdc`](https://github.com/containerd/containerd/commit/3611efdcefe5237f49cd454fa2e3a7bc7b52ef5a) update cri to 8448b92d237e877bed1e4aa7a0baf0dee234
    * [`1b320bcc`](https://github.com/containerd/containerd/commit/1b320bcc269c49f844cbe75b641090c894bdc9a6) update for cni config
    * [`c2081369`](https://github.com/containerd/containerd/commit/c2081369c504e799e355e3e107519994894f9915) Add doc about remote snapshotter
    * [`403dc83a`](https://github.com/containerd/containerd/commit/403dc83a291684a7d5b7b0e4dfcd60b82a7518ae) mount: retry executing the helper binary on ECHILD
    * [`1a571fcf`](https://github.com/containerd/containerd/commit/1a571fcf1b0b3bf8839a012f550c2f5eff084f12) Merge pull request  [#4374](https://github.com/containerd/containerd/pull/4374) from kzys/suspend-devmapper
    * [`59e1aa96`](https://github.com/containerd/containerd/commit/59e1aa963fd823b72e0096dec47b3a2ec73c4634) Merge pull request  [#4407](https://github.com/containerd/containerd/pull/4407) from AkihiroSuda/cri-20200720
    * [`2cc2414e`](https://github.com/containerd/containerd/commit/2cc2414ec5ff4735c572921aa6cd61ecdd7ebd5a) Merge pull request  [#4412](https://github.com/containerd/containerd/pull/4412) from cpuguy83/shim2_event_cancelled
    * [`97c081c8`](https://github.com/containerd/containerd/commit/97c081c84b8298b767bb61c4e4d9f7d0f091662c) Merge pull request  [#4410](https://github.com/containerd/containerd/pull/4410) from TBBle/minor_windows_fixes
    * [`e6306f9f`](https://github.com/containerd/containerd/commit/e6306f9fdf26c9d3f71e63949029656c86b95f35) Merge pull request  [#4401](https://github.com/containerd/containerd/pull/4401) from smowafy/parse-id-mappings
    * [`06fb93e0`](https://github.com/containerd/containerd/commit/06fb93e0f07b878b0c377fe6d14d83be12c37c17) Reject host-mode networking on Windows
    * [`ca15cb0d`](https://github.com/containerd/containerd/commit/ca15cb0d81a0b89b656b96858648730b328830a1) Fix incorrect (cut-and-paste) method comment
    * [`c8b14ae4`](https://github.com/containerd/containerd/commit/c8b14ae4c01e620dc84704dd4b6a080eed0dc62e) Set content labels based on content type
    * [`d7b9cb00`](https://github.com/containerd/containerd/commit/d7b9cb00198600574ea8ac6db62ea8bdd076e466) shim: move event context timeout to publsher
    * [`ec05460c`](https://github.com/containerd/containerd/commit/ec05460c1de5492c5c1f6b4ff63c6b25675e2ce4) Merge pull request  [#4408](https://github.com/containerd/containerd/pull/4408) from AkihiroSuda/cgroup2-runc
    * [`b97c660e`](https://github.com/containerd/containerd/commit/b97c660e1631da37aa48df4c91f5d82c96d69120) cgroup2 CI: add RUNC_FLAVOR=runc
    * [`1a7bbd1f`](https://github.com/containerd/containerd/commit/1a7bbd1f71ccef5941437a4ee31e2c3da64d732f) vendor: update containerd/cri
    * [`96099550`](https://github.com/containerd/containerd/commit/96099550b5da68493e5df3c71541cc6f65d65e4d) parseIDMapping: accept 32-bit IDs
    * [`e818fe27`](https://github.com/containerd/containerd/commit/e818fe27ce4da809fa9706d3e7d40ba242f8d2cd) Merge pull request  [#4346](https://github.com/containerd/containerd/pull/4346) from AkihiroSuda/ci-cgroup2
    * [`c2c9f442`](https://github.com/containerd/containerd/commit/c2c9f4420a9c19072bd296e09479c6377d389e3e) Merge pull request  [#4398](https://github.com/containerd/containerd/pull/4398) from thaJeztah/bump_golang_1.13.14
    * [`089672ff`](https://github.com/containerd/containerd/commit/089672fff437a3c7b566ca41e2ea418a377b595d) Bump Golang 1.13.14
    * [`4feb8c46`](https://github.com/containerd/containerd/commit/4feb8c462393ce6834dda9e3464c4fee8ee73232) Merge pull request  [#4383](https://github.com/containerd/containerd/pull/4383) from dims/update-to-go-systemd-and-selinux-deps
    * [`c383436a`](https://github.com/containerd/containerd/commit/c383436af75e3b3db3dc42f12e76f53f766647e2) snapshots/devmapper: suspend a device to avoid data corruption
    * [`56c440ec`](https://github.com/containerd/containerd/commit/56c440ec7f854d9885e1a9e82bb945677ba96f9a) Merge pull request  [#4393](https://github.com/containerd/containerd/pull/4393) from TBBle/annotate_bare_errnotimplemented
    * [`71f11db8`](https://github.com/containerd/containerd/commit/71f11db8a3015346620014981a31e5792f652aac) Annotate bare ErrNotImplemented returns
    * [`061d338e`](https://github.com/containerd/containerd/commit/061d338ec2589f7c923f1d36a1359e3ff971a9a4) CI: run CRI tests on Fedora 32
    * [`4318fa9c`](https://github.com/containerd/containerd/commit/4318fa9c1f0d355a63879443a0519ed8e58cdd92) Merge pull request  [#4376](https://github.com/containerd/containerd/pull/4376) from AkihiroSuda/test-v1-shim
    * [`3560a453`](https://github.com/containerd/containerd/commit/3560a453e4435a8d0b9382c5e631c68644dd0671) Merge pull request  [#4385](https://github.com/containerd/containerd/pull/4385) from AkihiroSuda/fix-cri-dead-link
    * [`decbb049`](https://github.com/containerd/containerd/commit/decbb0499705e08d4e93534487314d4418c4b4c7) RELEASES.md: fix a dead link
    * [`f4ebe02f`](https://github.com/containerd/containerd/commit/f4ebe02f98d6c0872632c18e98f3bba51260ced8) Merge pull request  [#4377](https://github.com/containerd/containerd/pull/4377) from AkihiroSuda/ci-remove-unreferenced-variable
    * [`b2ee4320`](https://github.com/containerd/containerd/commit/b2ee43206b24543d20a3a6590ae68eb343225257) CI: add back shim v1 test
    * [`c4418bb3`](https://github.com/containerd/containerd/commit/c4418bb3a83ba14371b663d9b56f1b7d4c511ccc) CI: remove an unreferenced variable
    * [`212c2983`](https://github.com/containerd/containerd/commit/212c29833f0757c21782392367cf403c41b5d534) Updates to go-systemd and selinux
    * [`c763f3af`](https://github.com/containerd/containerd/commit/c763f3afc2e80c877561189ea4a72405b02ad6b3) Merge pull request  [#4380](https://github.com/containerd/containerd/pull/4380) from estesp/clashing-containerds
    * [`b47c7ec2`](https://github.com/containerd/containerd/commit/b47c7ec274ff34488409f767a3026a0e0c0750e3) Update to later version of critools with timing fix.
    * [`7af3d7e1`](https://github.com/containerd/containerd/commit/7af3d7e17685975d50f1619a9da2c83bee6c08f3) Don't clash with GH Actions runner's containerd
    * [`d2776ef6`](https://github.com/containerd/containerd/commit/d2776ef6bcc534f354c600f464f3e8ca0c2a3658) Merge pull request  [#4375](https://github.com/containerd/containerd/pull/4375) from AkihiroSuda/go-1.13.13
    * [`c520f819`](https://github.com/containerd/containerd/commit/c520f819a2be661477a7f7d7be8182d24c70ff73) Bump Go 1.13.13
    * [`4bec2dbd`](https://github.com/containerd/containerd/commit/4bec2dbd4f23be6d3bc034330df72e45eedc1838) Merge pull request  [#4373](https://github.com/containerd/containerd/pull/4373) from tonistiigi/darwin-variant-log
    * [`7119a2a1`](https://github.com/containerd/containerd/commit/7119a2a152edcf517a6cbc3271794c720bff2bd8) platforms: don’t log arm variant error on darwin
    * [`5d470fa2`](https://github.com/containerd/containerd/commit/5d470fa23bf969e16b25212703b7a9902dd6cda7) Merge pull request  [#4372](https://github.com/containerd/containerd/pull/4372) from dmcgowan/prepare-1.4-beta.2
    * [`fc044851`](https://github.com/containerd/containerd/commit/fc0448518678e9e41e49c91613a57fcc4c23970e) Update version to 1.4.0-beta.2
    * [`9cd02b59`](https://github.com/containerd/containerd/commit/9cd02b59531e0230f3b63774bd100c78aec5e410) Merge pull request  [#4371](https://github.com/containerd/containerd/pull/4371) from thaJeztah/bump_cgroups
    * [`cc493eba`](https://github.com/containerd/containerd/commit/cc493eba3fdf1f1756a8bc6a5f486a8e384da0ac) vendor: containerd/cgroups 318312a373405e5e91134d8063d04d59768a1bff
    * [`a6697c1d`](https://github.com/containerd/containerd/commit/a6697c1d5f1d00f3e56048503aef8aa70b9b4170) Merge pull request  [#4369](https://github.com/containerd/containerd/pull/4369) from estesp/step-title
    * [`3f427d3d`](https://github.com/containerd/containerd/commit/3f427d3d6359101ac3539723e378a62dea088abb) Merge pull request  [#4367](https://github.com/containerd/containerd/pull/4367) from gaurav1086/TestExchangeFilters_fix_deadlock
    * [`7855b0a7`](https://github.com/containerd/containerd/commit/7855b0a78151dce964460217eccf718dd0d0817c) Make title similar with other CI workflow jobs
    * [`852587cd`](https://github.com/containerd/containerd/commit/852587cd18c43f0b8086649865a0c9cad5403e03) [events/exchange_test] Fix deadlock in TestExchangeFilters
    * [`334f567e`](https://github.com/containerd/containerd/commit/334f567e0130b2734a3a5439f2bb644d14aa66e4) Merge pull request  [#4366](https://github.com/containerd/containerd/pull/4366) from murat-kilic/update-build-doc-for-golang-req
    * [`d47c0392`](https://github.com/containerd/containerd/commit/d47c0392dfeadd44582f96863aff898b593430b2) Updating build doc to require Go 1.13
    * [`4f979f06`](https://github.com/containerd/containerd/commit/4f979f0655149995464d5058cf855b62b89a6423) Merge pull request  [#4364](https://github.com/containerd/containerd/pull/4364) from AkihiroSuda/ci-v1-v2-clarity
    * [`09f45339`](https://github.com/containerd/containerd/commit/09f45339414dcc542a8ace4b6f01c8f300ca4337) CI: {v1, v2} -> io.containerd.runc.{v1,v2}
    * [`68b9b8f8`](https://github.com/containerd/containerd/commit/68b9b8f8961a59084176b0456e938c855b63de7c) Merge pull request  [#4259](https://github.com/containerd/containerd/pull/4259) from estesp/fuse-overlayfs
    * [`fa0f7cbb`](https://github.com/containerd/containerd/commit/fa0f7cbb41ec6e8a5937e79d8c35ae7d3df527cd) Merge pull request  [#4355](https://github.com/containerd/containerd/pull/4355) from fuweid/fix4342
    * [`422c401a`](https://github.com/containerd/containerd/commit/422c401a4866fae8543c7f771f41ea1195619dfb) Merge pull request  [#4353](https://github.com/containerd/containerd/pull/4353) from gaurav1086/TestExchangeBasic_fix_deadlock
    * [`5c695da7`](https://github.com/containerd/containerd/commit/5c695da77b0823df3b4a79100f0fb63f9ce6446b) Merge pull request  [#4362](https://github.com/containerd/containerd/pull/4362) from mikebrow/update-cri-enable-force-remove
    * [`d7e59b14`](https://github.com/containerd/containerd/commit/d7e59b141cfc608e89b80693862064daac19c28e) enable removecontainer to forcibly remove containers
    * [`3919dbcb`](https://github.com/containerd/containerd/commit/3919dbcba2aa6c9ced5e75a48eeb9f6d070d0181) Merge pull request  [#4357](https://github.com/containerd/containerd/pull/4357) from dims/update-runc-to-v1.0.0-rc91
    * [`963625d7`](https://github.com/containerd/containerd/commit/963625d7bcee468ced2f868a9de6dbb2c7506514) Update runc to v1.0.0-rc91
    * [`5e7751b1`](https://github.com/containerd/containerd/commit/5e7751b1d37187dd232adc47805bfb872c1e78f5) Merge pull request  [#4360](https://github.com/containerd/containerd/pull/4360) from AkihiroSuda/crun-014
    * [`f821b771`](https://github.com/containerd/containerd/commit/f821b771511e2843109d73f2adfcfb4b2920cfab) Merge pull request  [#4272](https://github.com/containerd/containerd/pull/4272) from dmcgowan/update-registry-host-config
    * [`c041970e`](https://github.com/containerd/containerd/commit/c041970e99dc3104a1f29e1c9733fe73df8a904c) update crun to v0.14
    * [`c91c72c8`](https://github.com/containerd/containerd/commit/c91c72c8670a3b88acb714bd9afd5632a8ac781c) Merge pull request  [#4239](https://github.com/containerd/containerd/pull/4239) from thaJeztah/md2manv2_urfave_bump
    * [`a6dd1f27`](https://github.com/containerd/containerd/commit/a6dd1f27d963801d8237d14b1caa61762a388628) update urfave/cli v1.22.1, go-md2man v2.0.0, blackfriday v2.0.1
    * [`68b736dd`](https://github.com/containerd/containerd/commit/68b736ddfc934649fa0af8913ef9c13a26d1422c) cio: should not open fifo for stderr if terminal
    * [`468d4e1c`](https://github.com/containerd/containerd/commit/468d4e1ccf4ccb1425cca6417a49837d15605c73) Merge pull request  [#4356](https://github.com/containerd/containerd/pull/4356) from estesp/actions-fixes
    * [`57a9f0b5`](https://github.com/containerd/containerd/commit/57a9f0b50d6a8dd6e01cd774d6e9fcdd786e5bb0) Minor actions fixes/updates
    * [`148cc8f7`](https://github.com/containerd/containerd/commit/148cc8f713e383f6fc8f1e598ecdd4978cfbcb16) [events] Fix deadlock in TestExchangeBasic
    * [`97a3f52c`](https://github.com/containerd/containerd/commit/97a3f52c6335f24cf7b32e0fcdc8b58e2513d7a7) Merge pull request  [#4351](https://github.com/containerd/containerd/pull/4351) from cpuguy83/pull_mediatype_debug
    * [`aa191def`](https://github.com/containerd/containerd/commit/aa191deff1ab80a0dd31538f04bb862591fce10b) Change log for unknown mt to debug
    * [`45c28f56`](https://github.com/containerd/containerd/commit/45c28f56b2fe37c92752714fbed76d3d1b22dbb6) Add ability to use remapper labels versus remapping snapshot helper
    * [`01a53c24`](https://github.com/containerd/containerd/commit/01a53c24b383b4ad991825616a03395b76443434) Merge pull request  [#4347](https://github.com/containerd/containerd/pull/4347) from Flowdalic/allow-rseq-seccomp
    * [`c76bf550`](https://github.com/containerd/containerd/commit/c76bf5504786ee4cfc7ba43c4ade1bae07c51ca2) Make unique snapshotter opt for label-assisted remapping
    * [`33179311`](https://github.com/containerd/containerd/commit/331793118fd9d23a6fa4a59c0a2aba4c5e24b197) allow user namespace remapping using snapshotters
    * [`e977564a`](https://github.com/containerd/containerd/commit/e977564a8b2bcf57d0c45b0e12b0ecedaeb4debb) seccomp: allow 'rseq' syscall in default seccomp profile
    * [`c7518074`](https://github.com/containerd/containerd/commit/c75180740937d4b2d44b9c1edc1c27b208e66e32) Merge pull request  [#4325](https://github.com/containerd/containerd/pull/4325) from c445/mountinfo-linux-double-quotes
    * [`492c0141`](https://github.com/containerd/containerd/commit/492c014136a301eff66a970311cd480d1d31228b) Merge pull request  [#4340](https://github.com/containerd/containerd/pull/4340) from AkihiroSuda/fix-4312
    * [`1127ffc7`](https://github.com/containerd/containerd/commit/1127ffc7400e2d1b438979fd782b7ed9c73e5c9b) Merge pull request  [#4207](https://github.com/containerd/containerd/pull/4207) from deitch/doc-content
    * [`e7f069e2`](https://github.com/containerd/containerd/commit/e7f069e2c337bf77d31b7460bda980482fdaf508) describe content flow and dependencies
    * [`f85375bb`](https://github.com/containerd/containerd/commit/f85375bbbd91a13774086065aaf97889a7d428dd) Merge pull request  [#4341](https://github.com/containerd/containerd/pull/4341) from thaJeztah/fix_cri_warnings
    * [`b96f5f4b`](https://github.com/containerd/containerd/commit/b96f5f4b524f58755ea18540513f80c99cc07b76) Fix deprecation warnings in CRI tests due to missing unix:// scheme
    * [`fd99b656`](https://github.com/containerd/containerd/commit/fd99b6566be4f2303e71274976e2cd6eee4553c0) decrease log level of cgroup2 ToggleController error when running in UserNS
    * [`c2f8011f`](https://github.com/containerd/containerd/commit/c2f8011ff84dc584f821f155d17f36bdf550a157) Merge pull request  [#4334](https://github.com/containerd/containerd/pull/4334) from AkihiroSuda/bbolt-1.3.5
    * [`e89500bc`](https://github.com/containerd/containerd/commit/e89500bcb0121365986f0404972ced64189e528a) Merge pull request  [#4333](https://github.com/containerd/containerd/pull/4333) from AkihiroSuda/golang-1.13.12
    * [`20b0e5b9`](https://github.com/containerd/containerd/commit/20b0e5b9d02955318c46e12911a3942b975f045b) Merge pull request  [#4336](https://github.com/containerd/containerd/pull/4336) from dims/explicitly-fail-apparmor-when-not-running-on-linux
    * [`2b0a994c`](https://github.com/containerd/containerd/commit/2b0a994ccc1693bb55fe050f8213ea73407c8c3e) explicitly fail apparmor when !linux
    * [`bebfbab0`](https://github.com/containerd/containerd/commit/bebfbab03163da35300c360504ce5df33a19a40d) vendor: update bbolt to v1.3.5
    * [`1a83f9a6`](https://github.com/containerd/containerd/commit/1a83f9a63883010a958b26b058fc4645f8838578) Bump Golang 1.13.12
    * [`03ab1b2c`](https://github.com/containerd/containerd/commit/03ab1b2cacdca0575cd432862eb36765707e7ffe) Add config for allowing GC to clean unpacked layers up
    * [`ee734e86`](https://github.com/containerd/containerd/commit/ee734e867ab9732a7c42028be1e8a8a76ac3da84) Add test case with backticks
    * [`bf672ccc`](https://github.com/containerd/containerd/commit/bf672cccee2a0baf4720ec534a738f6003c0e5a7) Merge pull request  [#4328](https://github.com/containerd/containerd/pull/4328) from thaJeztah/bump_x_text
    * [`fb80a49e`](https://github.com/containerd/containerd/commit/fb80a49ec111d11d2cd50743c00ecd8ebbb27c3a) Merge pull request  [#4327](https://github.com/containerd/containerd/pull/4327) from AkihiroSuda/fix-4326
    * [`ea068776`](https://github.com/containerd/containerd/commit/ea06877696c7c54606a3ff630e931696c96d4888) vendor: golang.org/x/text v0.3.3
    * [`f1a469a0`](https://github.com/containerd/containerd/commit/f1a469a03578b061af0991228fdd3171a75fc2c8) shim v2 runc: propagate options.Root to Cleanup
    * [`49b0743c`](https://github.com/containerd/containerd/commit/49b0743c1c07500a062a6996c8afba2dafc8c64e) Merge pull request  [#4324](https://github.com/containerd/containerd/pull/4324) from AkihiroSuda/fix-get-runtimeversion
    * [`8897e152`](https://github.com/containerd/containerd/commit/8897e152030ec3d6076558388f84e447a7be1b64) Add more test cases with single quotes
    * [`cb91b172`](https://github.com/containerd/containerd/commit/cb91b1724dec212db7ba68958f2b7aba8a4ceee9) Add testcase containing mountpoint with escaped backslash
    * [`87f9fdb0`](https://github.com/containerd/containerd/commit/87f9fdb06519594d8f26d6a20f85e79b9a35d8bf) Cope with double quotes in Linux Mountinfo
    * [`4c49ff88`](https://github.com/containerd/containerd/commit/4c49ff88c5b901fc3b45077c88af932fb7ad4e76) integration: assume TEST_RUNTIME to be io.containerd.runc.v2 by default
    * [`705b8527`](https://github.com/containerd/containerd/commit/705b8527d4945db601954246972674a25ed49347) Merge pull request  [#4323](https://github.com/containerd/containerd/pull/4323) from crosbymichael/cri-bump1.4x
    * [`785f4c5c`](https://github.com/containerd/containerd/commit/785f4c5cd98f4b9aa11401b229c33f53512ce08d) Bump CRI for 1.4x release
    * [`ae2f3fdf`](https://github.com/containerd/containerd/commit/ae2f3fdfd1a435fe83fb083e4db9fa63a9e0a13e) Merge pull request  [#4315](https://github.com/containerd/containerd/pull/4315) from fuweid/fix-4294
    * [`185ea541`](https://github.com/containerd/containerd/commit/185ea541d2254c734a5d123797868e8d3ac399f4) Merge pull request  [#4317](https://github.com/containerd/containerd/pull/4317) from KentaTada/modify-pdeathsignal-type
    * [`730b7a93`](https://github.com/containerd/containerd/commit/730b7a932e36472428e0c4147b6f794963c87033) Change the type of PdeathSignal
    * [`d656fa38`](https://github.com/containerd/containerd/commit/d656fa38ca32fc0e08f31b74169552f371bbd4e0) restart plugin: support binary log uri
    * [`834665d9`](https://github.com/containerd/containerd/commit/834665d9db028c8733479b5063e4fd477e549364) Merge pull request  [#4311](https://github.com/containerd/containerd/pull/4311) from rudyfly/upsteam_overlay_indexoff
    * [`7868e8d6`](https://github.com/containerd/containerd/commit/7868e8d6aab20a44dafe6f330aa8e2afadf3b750) Merge pull request  [#4309](https://github.com/containerd/containerd/pull/4309) from gaurav1086/waitForPid_fix_goroutine_leak
    * [`7fdcd07f`](https://github.com/containerd/containerd/commit/7fdcd07febba0aea18b543587897efd6744f62d1) Merge pull request  [#4310](https://github.com/containerd/containerd/pull/4310) from gaurav1086/process_io_fix_goroutine_leak
    * [`4e6d3860`](https://github.com/containerd/containerd/commit/4e6d38606cd3dd6dfaabd48b8eb4baaa63c9a140) Merge pull request  [#4313](https://github.com/containerd/containerd/pull/4313) from crosbymichael/allow-list
    * [`0f831093`](https://github.com/containerd/containerd/commit/0f831093ce6ed28a9bb21f839d3f369ca6be9113) Update usage of whitelist in project
    * [`d36810d6`](https://github.com/containerd/containerd/commit/d36810d66d87f08b09003b2e2455bcabe116ab08) overlay: use index=off to fix EBUSY on mount
    * [`7213cd89`](https://github.com/containerd/containerd/commit/7213cd89d659876c31468dd1c9f5c98ec16ecdcb) Process I/O: Fix goroutine leak
    * [`ae08491b`](https://github.com/containerd/containerd/commit/ae08491bff2fdef7a91ff9c2d9e532d2f63d4bbd) waitForPid: fix goroutine leak
    * [`38cb1c1a`](https://github.com/containerd/containerd/commit/38cb1c1a54e3180edd29933974d715b69334f0f1) Merge pull request  [#4303](https://github.com/containerd/containerd/pull/4303) from estesp/update-hcsshim-release-flow
    * [`8fcd5a1f`](https://github.com/containerd/containerd/commit/8fcd5a1f28438479b95e0cf692704f9563521386) Streamline hcs shim release flow
    * [`8f959d56`](https://github.com/containerd/containerd/commit/8f959d569af13f88184da0b2f62a2bb0f8ab0b4c) Merge pull request  [#4292](https://github.com/containerd/containerd/pull/4292) from cpuguy83/add_hcsshim_to_release_tar
    * [`7e98b43c`](https://github.com/containerd/containerd/commit/7e98b43cfaa8fd57b5f4abff66ff3bcd7453eb62) Merge pull request  [#4299](https://github.com/containerd/containerd/pull/4299) from estesp/update-cri-tools
    * [`ef0cf126`](https://github.com/containerd/containerd/commit/ef0cf12647a43070fd0e551bd05e23b27131bd4c) Match version used in CRI project
    * [`2be80f99`](https://github.com/containerd/containerd/commit/2be80f99970b9b294d4e9ae4c83f7c537924a7d9) Add windows hcsshim to release pipeline
    * [`7ce8a9d7`](https://github.com/containerd/containerd/commit/7ce8a9d7d3e0e972ad118c7f72203a79a6b29a38) Merge pull request  [#4204](https://github.com/containerd/containerd/pull/4204) from ashrayjain/aj/add-kill-retry
    * [`7121969f`](https://github.com/containerd/containerd/commit/7121969f2de77edce6074f1e30aeb01990fa999e) Merge pull request  [#4296](https://github.com/containerd/containerd/pull/4296) from dims/revendor-containerd-cri-for-tolerating-hugepages-cgroup
    * [`3e95727f`](https://github.com/containerd/containerd/commit/3e95727f390b530b91908aedf20a2769435d93bf) Make killing shims more resilient
    * [`e64b1482`](https://github.com/containerd/containerd/commit/e64b14820e4fea3544131d9487259f57880e2c94) Revendor CRI to 62c91260d2f43b57fff408a9263a800b7a06a647
    * [`3dd8242a`](https://github.com/containerd/containerd/commit/3dd8242a67a6ee9bff4cd22db5e2b95d1231dbf3) Add host specific headers
    * [`62dd1411`](https://github.com/containerd/containerd/commit/62dd14114d5452f772c2f487b6a292ef18ad6fe5) Merge pull request  [#4273](https://github.com/containerd/containerd/pull/4273) from AkihiroSuda/oomv2
    * [`2f601013`](https://github.com/containerd/containerd/commit/2f601013e67c49c446311f980f235c964293a87f) cgroup2: implement `containerd.events.TaskOOM` event
    * [`d9809bbb`](https://github.com/containerd/containerd/commit/d9809bbbe09851bb36c42c66bb0e9e68bb8f4827) Merge pull request  [#4293](https://github.com/containerd/containerd/pull/4293) from mxpv/revendor
    * [`62fd1750`](https://github.com/containerd/containerd/commit/62fd1750e2425a5837a71dc181c6db45080fd2ef) Revendor CRI to 8898550e348932e406049e937d98fb7564ac4e7a
    * [`4b5d7f66`](https://github.com/containerd/containerd/commit/4b5d7f66c9ca06250996f5ab6a8e573d5f091c87) Merge pull request  [#4290](https://github.com/containerd/containerd/pull/4290) from mxpv/ctr-oci
    * [`be23b965`](https://github.com/containerd/containerd/commit/be23b965e4e71092da4a05e67f12f5f0a5b8684d) Merge pull request  [#4291](https://github.com/containerd/containerd/pull/4291) from estesp/fix-release-markdown-length
    * [`2bc4e90f`](https://github.com/containerd/containerd/commit/2bc4e90f6f068aa679d89e454298c09328bed57a) Don't inadvertently clip release notes
    * [`636c533d`](https://github.com/containerd/containerd/commit/636c533d95986b2e401a5fc8da50bd1ece4e4791) Add ctr subcommand to print default OCI spec
    * [`8e9ba837`](https://github.com/containerd/containerd/commit/8e9ba8376ec25a6158719118a97a99a3555d0fd8) Merge pull request  [#4271](https://github.com/containerd/containerd/pull/4271) from cpuguy83/actions_add_windows_integration
    * [`27f1e0d9`](https://github.com/containerd/containerd/commit/27f1e0d9edd3443f12cbe8acfa9bc8f7ac43d767) Merge pull request  [#4283](https://github.com/containerd/containerd/pull/4283) from hs0210/work
    * [`137abe4e`](https://github.com/containerd/containerd/commit/137abe4ef906e61229260c3164d0c275c28d2bf5) Merge pull request  [#4282](https://github.com/containerd/containerd/pull/4282) from estesp/add-release-action
    * [`77bc7530`](https://github.com/containerd/containerd/commit/77bc753024ac3ed0da699ead3acb985979494515) Merge pull request  [#4289](https://github.com/containerd/containerd/pull/4289) from dmcgowan/next-1.4-beta
    * [`230cf6de`](https://github.com/containerd/containerd/commit/230cf6dedaa25ffb0bbd8072c53e1205187d8368) Add unit test for func in remotes/docker/handler.go
    * [`bb2b2825`](https://github.com/containerd/containerd/commit/bb2b2825b6fcdfb1b2c119eaa08fa0a8dbdace37) Add release GH Action triggered by signed tag
    * [`8f1ddb14`](https://github.com/containerd/containerd/commit/8f1ddb1428577783079f23a0399d448753cc05ce) Update release for 1.4.0-beta.1
    * [`26f7df14`](https://github.com/containerd/containerd/commit/26f7df1466d2bfd3510e6b2dccc16b91f1c7fded) Merge pull request  [#4288](https://github.com/containerd/containerd/pull/4288) from crosbymichael/cri-bump
    * [`c376f4f7`](https://github.com/containerd/containerd/commit/c376f4f7639ca70285f5ac8a0368b52d4a6b3499) Move Windows testing to GH Actions
    * [`32262834`](https://github.com/containerd/containerd/commit/3226283470dbdaf7d5518620a9c68b67ac0b11f8) Fix client tests to work on Windows.
    * [`f0f49c6c`](https://github.com/containerd/containerd/commit/f0f49c6cab0244ce2a0ec8a065c5991165df1970) Merge pull request  [#4284](https://github.com/containerd/containerd/pull/4284) from jmillikin-stripe/cli-tls-flags
    * [`b8ccdcb0`](https://github.com/containerd/containerd/commit/b8ccdcb07dfcb8b8db691da28122e5ada880645c) Add `ctr` flags for configuring default TLS credentials.
    * [`c5273930`](https://github.com/containerd/containerd/commit/c5273930bd3976aa4b2560058d896115927e9b0c) Update CRI to 52c2c6b5df15790b671ebd6cbbc6039a4d30
    * [`4cbf59db`](https://github.com/containerd/containerd/commit/4cbf59db8249058a5e65fd556c04bb8108eae958) Merge pull request  [#4279](https://github.com/containerd/containerd/pull/4279) from AkihiroSuda/ci-cgroup2
    * [`af131d72`](https://github.com/containerd/containerd/commit/af131d725873472f2dca1adfe81192f1c30d479a) cgroup2 CI
    * [`1c58c5d4`](https://github.com/containerd/containerd/commit/1c58c5d440f424e2d192f35f02306c5dc1a1e8c9) Merge pull request  [#4277](https://github.com/containerd/containerd/pull/4277) from lucaskanashiro/fix-build-on-riscv64
    * [`e34bf08e`](https://github.com/containerd/containerd/commit/e34bf08e5891bb805aba7b80a35d4267721eaa0e) riscv64 arch does not support -buildmode=pie
    * [`7ef3c0f4`](https://github.com/containerd/containerd/commit/7ef3c0f47d322a12c543fbd96cdcb14b3c561644) Merge pull request  [#4275](https://github.com/containerd/containerd/pull/4275) from estesp/fix-image-usage
    * [`0c9b05fa`](https://github.com/containerd/containerd/commit/0c9b05fa60e9b3a8ab2b0eb0254833741a73db74) Fix image usage calculation error
    * [`84619ee9`](https://github.com/containerd/containerd/commit/84619ee99812fa865e19da85ffebcfaf890bbcb2) Fix configurations with no server provided
    * [`06b0cd45`](https://github.com/containerd/containerd/commit/06b0cd45ba7b40a80e239d66827f421c674f6e49) Fix nil pointer errors
    * [`4e08c2de`](https://github.com/containerd/containerd/commit/4e08c2de67ec514b5602eea47804d41dfeabdc72) Merge pull request  [#4269](https://github.com/containerd/containerd/pull/4269) from KentaTada/remove-unused-syscall
    * [`03755821`](https://github.com/containerd/containerd/commit/03755821d2b900827b1f07547d5d38ac7a94fd98) seccomp: remove the unused query_module(2)
    * [`d7c4bda3`](https://github.com/containerd/containerd/commit/d7c4bda3b199b0db590a2762ba95275943a07551) Merge pull request  [#4264](https://github.com/containerd/containerd/pull/4264) from thaJeztah/seccomp_allow_clock_adjtime
    * [`0f2b15b7`](https://github.com/containerd/containerd/commit/0f2b15b7af41896190fcb6e7b597be789c11756b) Merge pull request  [#4261](https://github.com/containerd/containerd/pull/4261) from gaurav1086/fix_docker_data_race
    * [`08147500`](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
    * [`49db7dfc`](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
    * [`5765991f`](https://github.com/containerd/containerd/commit/5765991f2c54eb7f65b47f17efaff273fe4de84c) seccomp: Whitelist `clock_adjtime`
    * [`db74d311`](https://github.com/containerd/containerd/commit/db74d3115ee35362935d584f0b7dd51faacc628f) unpacker: Fix data race and possible data corruption
    * [`23251825`](https://github.com/containerd/containerd/commit/2325182529cbc6ce824adcfe4396f5553ca521ad) docker: fix data race on err
    * [`d07a71b9`](https://github.com/containerd/containerd/commit/d07a71b97fce845a92917ba9db0d17669818110d) Bump Golang 1.13.11
    * [`b7cf3c68`](https://github.com/containerd/containerd/commit/b7cf3c68e7945056e1158cd8998b17b99cec8086) Merge pull request  [#4258](https://github.com/containerd/containerd/pull/4258) from estesp/codeql
    * [`0207b7ff`](https://github.com/containerd/containerd/commit/0207b7ff0ef1d960bda00c4624bc5be63f2b2f8d) Enable running CodeQL on PRs that modify Action
    * [`5425067e`](https://github.com/containerd/containerd/commit/5425067e8f20ca0144c230eb8c2434af79f39da6) Merge pull request  [#4256](https://github.com/containerd/containerd/pull/4256) from mxpv/nightly_pr
    * [`1a06884f`](https://github.com/containerd/containerd/commit/1a06884f1875096e7e1375d9023f4d769bb632d4) Add CodeQL Analysis workflow
    * [`563964e9`](https://github.com/containerd/containerd/commit/563964e9d57589ffbd19c18b11e0d4fa3e20dbf6) Trigger nightly builds on pull reuqest events
    * [`6312b52d`](https://github.com/containerd/containerd/commit/6312b52de5ad8fa5637e6d1a24954b68448303a9) Merge pull request  [#4245](https://github.com/containerd/containerd/pull/4245) from thaJeztah/remove_deprecated_dualstack
    * [`32985949`](https://github.com/containerd/containerd/commit/32985949d4f2f38a484c5021766251250764322b) Merge pull request  [#4242](https://github.com/containerd/containerd/pull/4242) from dmcgowan/1.4-beta
    * [`77ab0104`](https://github.com/containerd/containerd/commit/77ab0104e246861334075a0e238a799ba3469aa4) Add release notes for 1.4 beta
    * [`7fd23fe1`](https://github.com/containerd/containerd/commit/7fd23fe1430966f6d4d3de44f84d866681d8ca8f) Merge pull request  [#4254](https://github.com/containerd/containerd/pull/4254) from thaJeztah/bump_go_digest
    * [`6eeed18c`](https://github.com/containerd/containerd/commit/6eeed18cb4eade64ef89820ecd7b54683616f3e8) vendor: opencontainers/go-digest v1.0.0
    * [`7207226e`](https://github.com/containerd/containerd/commit/7207226e9d9aa6af9b48b681137139873b7c692d) Merge pull request  [#4253](https://github.com/containerd/containerd/pull/4253) from estesp/no-codecov-comment
    * [`7cdacdda`](https://github.com/containerd/containerd/commit/7cdacdda815c6281f0552eeb240584f238213c67) Set codecov to not comment on PRs
    * [`f13ba8f2`](https://github.com/containerd/containerd/commit/f13ba8f2f2fd27fc2172453434938170e7807149) Merge pull request  [#4247](https://github.com/containerd/containerd/pull/4247) from thaJeztah/bump_continuity
    * [`65df60b3`](https://github.com/containerd/containerd/commit/65df60b3c9cf08c1421f9d67fe23ca24f56a36fa) Merge pull request  [#4251](https://github.com/containerd/containerd/pull/4251) from thaJeztah/bump_cri
    * [`3e7bbb8a`](https://github.com/containerd/containerd/commit/3e7bbb8a491840ddc099749ea2af30c1796557f7) vendor: update containerd/cri, remove "docker/distribution" dependency
    * [`6038423b`](https://github.com/containerd/containerd/commit/6038423bdd2d920e47cfb5530c74b9d4342850af) Merge pull request  [#4250](https://github.com/containerd/containerd/pull/4250) from milkwine/master
    * [`9898dc2a`](https://github.com/containerd/containerd/commit/9898dc2a64b19a1685056fa173852d96e0fc1ee3) Code about `task` in "README.md" is out of date
    * [`f09e9990`](https://github.com/containerd/containerd/commit/f09e999099b1dd3cfef9a91e8a769fe8c160813f) vendor: containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
    * [`d9d1d5b6`](https://github.com/containerd/containerd/commit/d9d1d5b624cf997fba66b9ea3242584fbbfb3332) vendor: containerd/fifo f15a3290365b9d2627d189e619ab4008e0069caf
    * [`c5078a5b`](https://github.com/containerd/containerd/commit/c5078a5b7248c386557f89239fef27c19cc39b06) vendor: containerd/continuity d3ef23f19fbb106bb73ffde425d07a9187e30745
    * [`04985039`](https://github.com/containerd/containerd/commit/04985039cede6aafbb7dfb3206c9c4d04e2f924d) Merge pull request  [#4214](https://github.com/containerd/containerd/pull/4214) from payall4u/bugfix-check-not-exist
    * [`f03fc406`](https://github.com/containerd/containerd/commit/f03fc406ab6092d935d79a8adb3dbbf1e7443415) Merge pull request  [#4246](https://github.com/containerd/containerd/pull/4246) from thaJeztah/bump_cri
    * [`b437938d`](https://github.com/containerd/containerd/commit/b437938d2f237ba3cbb48242c773321c743edac5) Transfer error to ErrNotFound when kill a not exist container, also add test case.
    * [`2c77dc63`](https://github.com/containerd/containerd/commit/2c77dc63a42f6536e51b5cbb934c0893a4d2c4da) vendor: update containerd/cri to current master
    * [`a4f8be1d`](https://github.com/containerd/containerd/commit/a4f8be1d4343739227a1a32df039de519c9b388a) vendor: kubernetes v1.18.2
    * [`0d198fd0`](https://github.com/containerd/containerd/commit/0d198fd0965f4bba44468793e6b665671c3384d0) vendor: roll docker/distribution back to latest (v2.7.1) release
    * [`1b964049`](https://github.com/containerd/containerd/commit/1b9640496e846dc976339bd3f8ad2271c76e749c) ConfigureHosts: remove deprecated DualStack option
    * [`83084c93`](https://github.com/containerd/containerd/commit/83084c9328800291b430c0a27ef629a88e301a46) Merge pull request  [#4244](https://github.com/containerd/containerd/pull/4244) from dmcgowan/tagged-vendors
    * [`f5c5c08b`](https://github.com/containerd/containerd/commit/f5c5c08bedbd916b7b54e88e6c77a2984ed154b5) Merge pull request  [#4243](https://github.com/containerd/containerd/pull/4243) from AkihiroSuda/remove-beta-release-notes
    * [`e9e765d6`](https://github.com/containerd/containerd/commit/e9e765d6e555b3e362a47bdba6580cbcd3537661) Use tagged versions in vendor file
    * [`bd3210d2`](https://github.com/containerd/containerd/commit/bd3210d29e0db19ab229f1fbb4b80c018db389f3) remove releases/*-beta.toml
    * [`c80284d4`](https://github.com/containerd/containerd/commit/c80284d4b5291a351bb471bcdabb5c1d95e7a583) Merge pull request  [#4241](https://github.com/containerd/containerd/pull/4241) from crosbymichael/update-ttrpc-typeurl
    * [`d5d94afd`](https://github.com/containerd/containerd/commit/d5d94afd08644818ba5a37bb2a37edb0600709c1) Merge pull request  [#4238](https://github.com/containerd/containerd/pull/4238) from thaJeztah/what_is_the_cause
    * [`ed261720`](https://github.com/containerd/containerd/commit/ed261720c86d1e700cd5d39175128322baac6dda) Update ttrpc/typeurl to v1.0.1
    * [`dc92ad65`](https://github.com/containerd/containerd/commit/dc92ad65206d9c43ba87f483a794bc6566e83e91) Replace errors.Cause() with errors.Is()
    * [`834f58bd`](https://github.com/containerd/containerd/commit/834f58bd0cbeb1e3371f583b745ef0ad2fca238e) Merge pull request  [#4237](https://github.com/containerd/containerd/pull/4237) from thaJeztah/bump_pkg_errors
    * [`f212e7d1`](https://github.com/containerd/containerd/commit/f212e7d1fe7cec094f749ca3357c098064de4c08) vendor: github.com/pkg/errors v0.9.1
    * [`990076b7`](https://github.com/containerd/containerd/commit/990076b731ec9446437972b41176a6b0f3b7bcbf) Merge pull request  [#4228](https://github.com/containerd/containerd/pull/4228) from thaJeztah/refactor_reaper
    * [`b2aef14c`](https://github.com/containerd/containerd/commit/b2aef14c0c78fca5941d649658a8763d2f77252c) Merge pull request  [#4210](https://github.com/containerd/containerd/pull/4210) from cpuguy83/ctr_mount
    * [`35ffd237`](https://github.com/containerd/containerd/commit/35ffd2376ed818370bf536ab8b8b768adf8730a8) Merge pull request  [#4232](https://github.com/containerd/containerd/pull/4232) from fahedouch/install_runc_with_gosu
    * [`80859e8f`](https://github.com/containerd/containerd/commit/80859e8fd8fb9f5822ab93f07ece4fdc40928bfd) Merge pull request  [#4235](https://github.com/containerd/containerd/pull/4235) from renzhengeek/renzhen/fix-iohang
    * [`63b7587c`](https://github.com/containerd/containerd/commit/63b7587cd64ec03c5a46180a6d5e4a286d10a30c) snapshots/devmapper: fix race windown causing IO hangup
    * [`24b331ad`](https://github.com/containerd/containerd/commit/24b331ad1ed723a0773f79b48fa2870f7635f895) omit sudo when EUID eqto 0
    * [`b1f51464`](https://github.com/containerd/containerd/commit/b1f514641f328ad20d0444ad3837947105c76434) Merge pull request  [#4230](https://github.com/containerd/containerd/pull/4230) from thaJeztah/remove_libcontainer_system
    * [`0088c2de`](https://github.com/containerd/containerd/commit/0088c2de8019dfd38040634931ce05e04b1aa74f) sys: RunningInUserNS(): use sync.Once
    * [`76c62f27`](https://github.com/containerd/containerd/commit/76c62f27222e908b04785e512b1d111d91a54cb0) sys: simplify RunningInUserNS to original implementation
    * [`6a9b9492`](https://github.com/containerd/containerd/commit/6a9b94927f55b7e8fc59a16a7e59d971c8fb746f) Remove remaining uses of libcontainer/system package
    * [`21fd2ccf`](https://github.com/containerd/containerd/commit/21fd2ccf8bcb211f7c91722d4cb9b229363cad44) Merge pull request  [#4227](https://github.com/containerd/containerd/pull/4227) from thaJeztah/cleanup_sys
    * [`37c839e5`](https://github.com/containerd/containerd/commit/37c839e5944eafc4c462721fc45c91d0a34e4e0e) sys/proc: remove GetSystemCPUUsage as it is unused
    * [`1b66feca`](https://github.com/containerd/containerd/commit/1b66fecad33d68da2e6b619141070d8cd553b1b9) Integrate sys.SetSubreaper, sys.GetSubreaper in sys/reaper package
    * [`fffea312`](https://github.com/containerd/containerd/commit/fffea312aa0cd574b662581d722795c6cd3ac37a) move sys.Reap() into sys/reaper package
    * [`295e7400`](https://github.com/containerd/containerd/commit/295e74008f89354479c42acddab82b930bdeb9a5) sys: remove custom setChildSubreaper const
    * [`d7cad512`](https://github.com/containerd/containerd/commit/d7cad51275e115a5c0c8a76dd2ecd6a5e9959b76) Merge pull request  [#4229](https://github.com/containerd/containerd/pull/4229) from thaJeztah/bump_logrus
    * [`b3541886`](https://github.com/containerd/containerd/commit/b354188618b2a9f5b4a80404ef299706a0220c5c) Merge pull request  [#4226](https://github.com/containerd/containerd/pull/4226) from thaJeztah/remove_libcontainer_from_shim
    * [`ec12d304`](https://github.com/containerd/containerd/commit/ec12d3042f2d1e8cee989f6e63ad434db7e6e575) vendor: sirupsen/logrus v1.6.0
    * [`23aab35f`](https://github.com/containerd/containerd/commit/23aab35fdbddc1977dd3078fa6cfa5065e333156) Remove libcontainer from containerd-shim
    * [`c668d766`](https://github.com/containerd/containerd/commit/c668d7660d0cfa0e6550cb4439234851819de2f5) Merge pull request  [#4225](https://github.com/containerd/containerd/pull/4225) from fuweid/update-cri
    * [`ae7cdc81`](https://github.com/containerd/containerd/commit/ae7cdc814b029493d213a63f3399b03bfb531ac9) vendor: update containerd/cri
    * [`7d7104c5`](https://github.com/containerd/containerd/commit/7d7104c549207a486e43837a3f845422770ae20d) Merge pull request  [#4222](https://github.com/containerd/containerd/pull/4222) from dims/update-to-latest-hcsshim
    * [`c1096864`](https://github.com/containerd/containerd/commit/c1096864a7206b89923a7c1882aaee936554b979) Update to latest hcsshim - 0.8.9
    * [`4be98fa2`](https://github.com/containerd/containerd/commit/4be98fa28b62e8a012491d655a4d6818ef87b080) Merge pull request  [#4220](https://github.com/containerd/containerd/pull/4220) from thaJeztah/update_terminal_sequences
    * [`a10b5025`](https://github.com/containerd/containerd/commit/a10b502568ca2cf7a2c6d4acfd9338fed2aa764f) Merge pull request  [#4221](https://github.com/containerd/containerd/pull/4221) from thaJeztah/bump_logrus
    * [`f3c03c0b`](https://github.com/containerd/containerd/commit/f3c03c0b81fdfdc1c6540eba1813f549a64fc88b) Merge pull request  [#4219](https://github.com/containerd/containerd/pull/4219) from ktock/bc
    * [`ea182aec`](https://github.com/containerd/containerd/commit/ea182aec8af7f4e283d0b5b16fd07572e1e7b3c3) vendor: sirupsen/logrus v1.5.0
    * [`68f15159`](https://github.com/containerd/containerd/commit/68f151593257ad4325583bff044d2b0ccfb6ece6) vendor konsorten/go-windows-terminal-sequences v1.0.3
    * [`046a520c`](https://github.com/containerd/containerd/commit/046a520c91a1126fb6fddcdbcddec37616166298) vendor: update containerd/cri dc7afe8fbe53db06c3f883f6f8c9895a9dfb2314
    * [`3f95bc5f`](https://github.com/containerd/containerd/commit/3f95bc5f18a7d9dceb1e7502d2fc6120900c5bfb) Merge pull request  [#4213](https://github.com/containerd/containerd/pull/4213) from fahedouch/remove_unnecessary_condition
    * [`8e76d18e`](https://github.com/containerd/containerd/commit/8e76d18eff7ce47075134b870c37c2114fa4a8c5) remove if condition because it is handled by the sdNotify daemon func
    * [`1a10211e`](https://github.com/containerd/containerd/commit/1a10211e3f9986d9712881a58ed5d3bb9ecc029b) WithLease: always return context and done fn
    * [`98b30f46`](https://github.com/containerd/containerd/commit/98b30f469055a06aed02be6c392e15fdbce534ef) Add commands to mount/unmount image from ref
    * [`36952e98`](https://github.com/containerd/containerd/commit/36952e989a8e25ca7b21e6abf89fff91ab9c0028) Merge pull request  [#4208](https://github.com/containerd/containerd/pull/4208) from estesp/moar-startup-time
    * [`5d4a9bae`](https://github.com/containerd/containerd/commit/5d4a9bae9fd1df2b2c3809880bb26a095d5b8e9d) Merge pull request  [#4199](https://github.com/containerd/containerd/pull/4199) from fuweid/update-go-version-zuul
    * [`cd0e62f5`](https://github.com/containerd/containerd/commit/cd0e62f5c9d04072c0e6c666f3633ee081fa8297) Allow more time for containerd to start for integration
    * [`9687ba63`](https://github.com/containerd/containerd/commit/9687ba6315d2a4f37224101790a8d74e4963907a) test: TestRuntimeWithEmptyMaxEnvProcs should cleanup
    * [`b566859a`](https://github.com/containerd/containerd/commit/b566859acc6af3426e8efdacc5ec352fa17bc648) .zuul: update go version to 1.13.10
    * [`e094d363`](https://github.com/containerd/containerd/commit/e094d363ac2328305805c8d72b64ae2542617dd3) Merge pull request  [#4206](https://github.com/containerd/containerd/pull/4206) from estesp/fix-golang-lint
    * [`32649fe3`](https://github.com/containerd/containerd/commit/32649fe3055e9a5966a6311d7ea233d47bc5f23c) Fix retrieval of golangci-lint specific version
    * [`1d083fec`](https://github.com/containerd/containerd/commit/1d083fec4939ce58f23a48ad3a914adb826d592a) Merge pull request  [#4198](https://github.com/containerd/containerd/pull/4198) from fuweid/ignore-ttrpc-closed
    * [`126e497e`](https://github.com/containerd/containerd/commit/126e497e63e33baaa0fa66f3aac1212ec86b90fa) vendor: update ttrpc with 6e416eafd26e6e738df716b21d421d5b59702bb4
    * [`0116352e`](https://github.com/containerd/containerd/commit/0116352e1bfb944237f5053695cd2251f285a45f) runtime: ignore ttrpc.ErrClosed when delete task
    * [`5bfab78a`](https://github.com/containerd/containerd/commit/5bfab78acd08113f49155245fef3aeb8f9f48a83) Merge pull request  [#4195](https://github.com/containerd/containerd/pull/4195) from mxpv/binary-io
    * [`4f6c594d`](https://github.com/containerd/containerd/commit/4f6c594de32bfafea7defa62d6474955c7907c2f) Merge pull request  [#4194](https://github.com/containerd/containerd/pull/4194) from cpuguy83/remove_subreaper_config
    * [`917e7646`](https://github.com/containerd/containerd/commit/917e7646ae59e64dbae4f19f53ca1cfe5849f2ac) Add binary IO tests
    * [`9175401b`](https://github.com/containerd/containerd/commit/9175401b283d6437db7ec6cd3541a018c51322b5) Cleanup binary IO resources on error
    * [`0dc7c859`](https://github.com/containerd/containerd/commit/0dc7c8595627e38ca2b83d17a062b51f384c2025) Don't use timeout package when stopping shim logger
    * [`85740831`](https://github.com/containerd/containerd/commit/8574083153f44c7351a272e55eb9fec0ac507aa2) This config no longer exists, so remove from docs.
    * [`d8506bfd`](https://github.com/containerd/containerd/commit/d8506bfd7b407dcb346149bcec3ed3c19244e3f1) Merge pull request  [#4193](https://github.com/containerd/containerd/pull/4193) from ktock/bump_cri
    * [`e79d666c`](https://github.com/containerd/containerd/commit/e79d666cdd5b0ac44938aea0459548266fd212dc) vendor: update containerd/cri 61b7af7564602234662562a9d37e772f5a54facb
    * [`aa6a66b6`](https://github.com/containerd/containerd/commit/aa6a66b65e27ab27519fa3c6fbcea5d66616bbd4) Merge pull request  [#4192](https://github.com/containerd/containerd/pull/4192) from estesp/disable-travis-on-master
    * [`61597b43`](https://github.com/containerd/containerd/commit/61597b431755a6de04782434fee4bbaa90e599a1) Disable Travis CI on master
    * [`327c92f7`](https://github.com/containerd/containerd/commit/327c92f7d79a4ffb7972b3edd1b30bd372b41358) Merge pull request  [#4189](https://github.com/containerd/containerd/pull/4189) from estesp/actions-fixes
    * [`74ceb35f`](https://github.com/containerd/containerd/commit/74ceb35f508e67abb00366ceeb42156a721316c5) Small fixes to our Actions CI workflow
    * [`9441507f`](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
    * [`7a252f3c`](https://github.com/containerd/containerd/commit/7a252f3ca1f158203574f2c7786a28e6c0368f5e) Build runc with selinux support
    * [`ccaf35b0`](https://github.com/containerd/containerd/commit/ccaf35b01c8799267ee51c414bc48fd1cb49fb05) Merge pull request  [#4188](https://github.com/containerd/containerd/pull/4188) from estesp/fix-proto-gen
    * [`041545cd`](https://github.com/containerd/containerd/commit/041545cd6ad53bd8a5279c3ea0ede101865cdc83) Fix protobuild and CI check protos
    * [`9bd3bf9b`](https://github.com/containerd/containerd/commit/9bd3bf9becea17c4b345c289da98ba42620652fd) Merge pull request  [#4185](https://github.com/containerd/containerd/pull/4185) from estesp/badges
    * [`e3bc5c48`](https://github.com/containerd/containerd/commit/e3bc5c487af215b047ec9046cc56f2d3ee61a257) Use GH Actions CI status for badge
    * [`2ed8d12b`](https://github.com/containerd/containerd/commit/2ed8d12bb06f3d0725d5256569f500913c13b2e8) Merge pull request  [#3845](https://github.com/containerd/containerd/pull/3845) from fahedouch/v2_shim_test
    * [`842b1e3b`](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
    * [`49200a1d`](https://github.com/containerd/containerd/commit/49200a1dd4aa752d4a8223e3056b816216a463f6) CRI plugin needs selinux tag as well
    * [`3282a1c1`](https://github.com/containerd/containerd/commit/3282a1c14cd98c124970e448f6d1a9fe5ae0b9b8) Merge pull request  [#4175](https://github.com/containerd/containerd/pull/4175) from thaJeztah/more_go_bumps
    * [`b116bcd9`](https://github.com/containerd/containerd/commit/b116bcd9b3be66f79c5bb4d3140fcf99d5abf283) Merge pull request  [#4176](https://github.com/containerd/containerd/pull/4176) from stevvooe/valdiate-digest-before-disk
    * [`2201007d`](https://github.com/containerd/containerd/commit/2201007dc236d5cbf3234eb774f41cf87abc9311) Merge pull request  [#4179](https://github.com/containerd/containerd/pull/4179) from fuweid/update-release12-status
    * [`d97cca47`](https://github.com/containerd/containerd/commit/d97cca47ee3e9a7ed10092a6c4d88baae21eb1b7) RELEASES.md: update release1.2 status
    * [`4615111b`](https://github.com/containerd/containerd/commit/4615111ba2d448d2a0ce7f5881ef3af0d24ba4d7) content/local: validate digest before calculating path
    * [`a6828e8c`](https://github.com/containerd/containerd/commit/a6828e8c397584309c334fa564a142183689efdc) CI: Some Go 1.13.10 updates that were missed
    * [`a31f5e46`](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
    * [`7da1e13b`](https://github.com/containerd/containerd/commit/7da1e13b5d7c9561f95ba64af1e9baee25dc2a08) Bump Golang 1.13.10
    * [`069ce238`](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
    * [`35c14c6b`](https://github.com/containerd/containerd/commit/35c14c6b56d38aaf100fb598c11cd4ffc2928209) sys/mount_linux: use pipe for communicating mount result
    * [`59578495`](https://github.com/containerd/containerd/commit/595784954416a482dd8bde138e82305270b825e7) Merge pull request  [#4162](https://github.com/containerd/containerd/pull/4162) from mxpv/log-fix
    * [`660bc713`](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
    * [`50faf254`](https://github.com/containerd/containerd/commit/50faf254d387a91eae73c59f4bf25d88a0c406e9) Merge pull request  [#4164](https://github.com/containerd/containerd/pull/4164) from estesp/turn-down-travis
    * [`f328f61b`](https://github.com/containerd/containerd/commit/f328f61b813606df4e9924a00feb629ea06a27ef) Update to selinux 1.5.1
    * [`f7c2bf54`](https://github.com/containerd/containerd/commit/f7c2bf544ec746dfe1d3e56005e5bc1dea7473e9) Migrate functions to actions
    * [`dc29ce29`](https://github.com/containerd/containerd/commit/dc29ce296b21a3e279353068daaca640175320ce) Merge pull request  [#4163](https://github.com/containerd/containerd/pull/4163) from estesp/longer-integ-timeout
    * [`d7c2513f`](https://github.com/containerd/containerd/commit/d7c2513ff3bf862cc800d93b4fb7cfac1e1d7102) Update integration test timeout
    * [`0caa2331`](https://github.com/containerd/containerd/commit/0caa2331581ec9e2bc489ceb33fa7280fe6eacad) Rework shim logger shutdown process
    * [`4660e4db`](https://github.com/containerd/containerd/commit/4660e4dbb653b4d83ffbc7b0dd21c9c2d2f10ea3) Merge pull request  [#4153](https://github.com/containerd/containerd/pull/4153) from thaJeztah/update_go_events
    * [`173cbc1b`](https://github.com/containerd/containerd/commit/173cbc1ba9646981a3f4e87563e960fc0a928d47) Merge pull request  [#4155](https://github.com/containerd/containerd/pull/4155) from fuweid/bugfix-for-default-hostconfig
    * [`067aba73`](https://github.com/containerd/containerd/commit/067aba732e2250575ff25ef662950a27d235ce68) Add test for default setup for host configuration
    * [`d9a1c3f9`](https://github.com/containerd/containerd/commit/d9a1c3f9e474646b13abf6929c75ea6701eb5a02) bugfix: add default host config if not set
    * [`23fc8597`](https://github.com/containerd/containerd/commit/23fc8597dbecb65a1896ada0efde9e63655f0e23) Merge pull request  [#4157](https://github.com/containerd/containerd/pull/4157) from mxpv/gh
    * [`6d4429ed`](https://github.com/containerd/containerd/commit/6d4429eddeaff0fa0640f4a51c66fb65702477df) Setup dependencies between jobs
    * [`fe7bfffb`](https://github.com/containerd/containerd/commit/fe7bfffbf43829d93e476f3e02efbefdad518a8a) Merge pull request  [#4151](https://github.com/containerd/containerd/pull/4151) from thaJeztah/bump_runtime_spec
    * [`e598e5e0`](https://github.com/containerd/containerd/commit/e598e5e0c61ca7e2f251d8c5d0444de0b4a47275) Add CRI tests
    * [`4175ebf2`](https://github.com/containerd/containerd/commit/4175ebf236a647514d04129254e8ea4959c62da5) Move integration tests to Github Actions
    * [`599547d9`](https://github.com/containerd/containerd/commit/599547d9cb3148a0d789f1c18efb7f98d2e17231) Make binaries with Github Actions
    * [`ba5a904f`](https://github.com/containerd/containerd/commit/ba5a904f5429c9daceaf700c354d5b3fd2729072) Merge pull request  [#4156](https://github.com/containerd/containerd/pull/4156) from mxpv/bolt-revert
    * [`3968fb0a`](https://github.com/containerd/containerd/commit/3968fb0a49f982ae22549ed23aa59f51e2d15e71) Revert "vendor: update go.etcd.io/bbolt v1.3.4"
    * [`a89fe1b5`](https://github.com/containerd/containerd/commit/a89fe1b5b8a1873abe65361bb5e74174138dcf1d) Merge pull request  [#4152](https://github.com/containerd/containerd/pull/4152) from thaJeztah/bump_cgroup_deps
    * [`056d6022`](https://github.com/containerd/containerd/commit/056d60224046ef4ede772633ebdba6c61784be3b) vendor: update go-events to fix alignment for 32bit systems
    * [`4fb3410f`](https://github.com/containerd/containerd/commit/4fb3410f65d0ab6a8c72a4adcde15b21332c7a28) vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
    * [`e822296f`](https://github.com/containerd/containerd/commit/e822296fc421f0e09f96c77497fab5373e9f5182) vendor: runtime-spec v1.0.2
    * [`b0e71d79`](https://github.com/containerd/containerd/commit/b0e71d797713edbde3852ec4bb5c4ffab82531c2) Merge pull request  [#4146](https://github.com/containerd/containerd/pull/4146) from kzys/cgroups-upgrade
    * [`c52691f7`](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
    * [`3261fb5c`](https://github.com/containerd/containerd/commit/3261fb5c49d11cfc5632d76ba426354e2110e6d6) vendor: containerd/cgroups b4448137398923af7f4918b8b2ad8249172ca7a6
    * [`aa76d953`](https://github.com/containerd/containerd/commit/aa76d9537554afaa1ca47d46f6adba857f81dd8f) Bump Golang 1.13.9
    * [`1512f0dc`](https://github.com/containerd/containerd/commit/1512f0dc29e90a267d68b2d39c2376e06438f932) Merge pull request  [#4140](https://github.com/containerd/containerd/pull/4140) from thaJeztah/man_man_man
    * [`ad090e67`](https://github.com/containerd/containerd/commit/ad090e67e9d72fdce6259c51ff56d2df824b25cd) man: move ctr.1, containerd-config to section 8, and fix generation
    * [`9ba5ea23`](https://github.com/containerd/containerd/commit/9ba5ea232c781438906be7858a26ad7db1aa1aae) Merge pull request  [#4138](https://github.com/containerd/containerd/pull/4138) from dmcgowan/registry-configuration-tools
    * [`d8153b06`](https://github.com/containerd/containerd/commit/d8153b065acf8932a684023d7772d6d019379936) Merge pull request  [#4137](https://github.com/containerd/containerd/pull/4137) from hs0210/work
    * [`a19a357f`](https://github.com/containerd/containerd/commit/a19a357f9118d5a80c3a9fb27212f879df665ae5) Merge pull request  [#4139](https://github.com/containerd/containerd/pull/4139) from thaJeztah/fix_manpages
    * [`356782cb`](https://github.com/containerd/containerd/commit/356782cb47296a0066f74f6519d145441bbf8674) Makefile: man page: rename containerd.1 to containerd.8
    * [`547301cb`](https://github.com/containerd/containerd/commit/547301cb0c674247f0e506912e1ecb3bae23a15f) Update ctr resolver to use new config package
    * [`17b6050d`](https://github.com/containerd/containerd/commit/17b6050d20bf7d25d15e26ed867f774e8c7c72fe) Add Docker resolver configuration package
    * [`dc131aa8`](https://github.com/containerd/containerd/commit/dc131aa862cfb41b3bc866e7af4ff8e8cd739b3d) support loading certs from a directory
    * [`c263c5b1`](https://github.com/containerd/containerd/commit/c263c5b146ce81d70c079d08df4f1e2a5b384ab1) Add unit test for func in remotes/docker/handler.go
    * [`e852da58`](https://github.com/containerd/containerd/commit/e852da5855572bfb7f48bbea45fa481eb2b3caf8) Merge pull request  [#4135](https://github.com/containerd/containerd/pull/4135) from hs0210/work
    * [`c8d9c6f2`](https://github.com/containerd/containerd/commit/c8d9c6f2a6cc217c340a708f9991d0179af55482) Add unit test for func in remotes/docker/handler.go
    * [`a83927d5`](https://github.com/containerd/containerd/commit/a83927d5f13a2f90365a340382795a3de89e9cd3) Merge pull request  [#4134](https://github.com/containerd/containerd/pull/4134) from thaJeztah/bump_bbolt
    * [`e5fc9910`](https://github.com/containerd/containerd/commit/e5fc99107a210a5070561bd8126c0467eb91847f) Merge pull request  [#4132](https://github.com/containerd/containerd/pull/4132) from mxpv/linters
    * [`89f9b300`](https://github.com/containerd/containerd/commit/89f9b300d80350c337d3ecf50cc5cc5a9f3157d0) Merge pull request  [#4123](https://github.com/containerd/containerd/pull/4123) from estesp/no-del-rootdir-ios
    * [`fb9e3d9f`](https://github.com/containerd/containerd/commit/fb9e3d9f21074e60e9b74034dca5ef19f3456c4c) vendor: update go.etcd.io/bbolt v1.3.4
    * [`e4cbbc78`](https://github.com/containerd/containerd/commit/e4cbbc78bf7cd6440bca42d8ff332dcb3400a174) Move checks to Github actions
    * [`1c1a08e7`](https://github.com/containerd/containerd/commit/1c1a08e71a54d7c82d05f47c3b6297a6e4c766e9) Merge pull request  [#4130](https://github.com/containerd/containerd/pull/4130) from cpuguy83/docs_buildtags
    * [`c1a21819`](https://github.com/containerd/containerd/commit/c1a218195dc0eb6861b0b16db37eb499b1bd7c8c) Add docs for build tags used by cri.
    * [`7ef7d1e2`](https://github.com/containerd/containerd/commit/7ef7d1e245dd006ffe83b625c891ccae02264eca) Merge pull request  [#4129](https://github.com/containerd/containerd/pull/4129) from crosbymichael/cgroup-idname
    * [`d654dbaf`](https://github.com/containerd/containerd/commit/d654dbafac6ccfde77ba9611c7c36e09d6c4ca73) Allow the id for cgroup metrics to be changed
    * [`78ab1d13`](https://github.com/containerd/containerd/commit/78ab1d13d22ec82e269d7a943a0a8ae3b01a11aa) Correct logic of FIFO cleanup
    * [`7bdec4e4`](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
    * [`92a36dc1`](https://github.com/containerd/containerd/commit/92a36dc10f616682feeeccda18fc10b7847d9a98) Add version numbers for newly tagged repos
    * [`0c78dacb`](https://github.com/containerd/containerd/commit/0c78dacbc5c8b1c02ae3f7e30be5ed170bee4d4b) Move isFifo from process/io to sys/ and make public
    * [`214fbced`](https://github.com/containerd/containerd/commit/214fbcede3b81da60fc6568c3378165360154e95) Merge pull request  [#4124](https://github.com/containerd/containerd/pull/4124) from thaJeztah/seccomp_time64
    * [`9529c69b`](https://github.com/containerd/containerd/commit/9529c69b8aaa9e2632d025849f843301863ded12) seccomp: add 64-bit time_t syscalls
    * [`e0d4208f`](https://github.com/containerd/containerd/commit/e0d4208f7eeeadfbff41be0388604e142cd94002) Merge pull request  [#4122](https://github.com/containerd/containerd/pull/4122) from bergwolf/runtimeopts
    * [`ebd745f9`](https://github.com/containerd/containerd/commit/ebd745f91a702f0d437e59e9e1ee66f9c205efee) ctr: do not assume runc options by default
    * [`058a32e7`](https://github.com/containerd/containerd/commit/058a32e77105b925a1eaeec6bef4f00c3f975515) Merge pull request  [#4099](https://github.com/containerd/containerd/pull/4099) from mythi/hardlink
    * [`e2269f2a`](https://github.com/containerd/containerd/commit/e2269f2ae0a8bb996b13d98ed6ffbdad7cdafd0f) archive: skip chmod IsNotExist error
    * [`2899cb23`](https://github.com/containerd/containerd/commit/2899cb231a60e8f3ead9894285b89fb272f07597) Merge pull request  [#4116](https://github.com/containerd/containerd/pull/4116) from mxpv/dm-docs
    * [`6c64032c`](https://github.com/containerd/containerd/commit/6c64032c14d177b642aa29ccd64edece41ba9b57) Merge pull request  [#4115](https://github.com/containerd/containerd/pull/4115) from kolyshkin/num-signals-are-ok
    * [`bd226530`](https://github.com/containerd/containerd/commit/bd2265300324778244223badd74c7308345a4032) Add devmapper configuration examples
    * [`5ef66e48`](https://github.com/containerd/containerd/commit/5ef66e48f228bc5f1f3bfcceb619ddfcea60c1bd) ParseSignal: drop add'l check for numeric signals
    * [`672eb827`](https://github.com/containerd/containerd/commit/672eb827cbfad9ba1b4fef66ccf8b52f8762be63) Merge pull request  [#4113](https://github.com/containerd/containerd/pull/4113) from crosbymichael/shim-version
    * [`649f2aac`](https://github.com/containerd/containerd/commit/649f2aac66eef515322fdbe6613dcc7343df5165) add -v to shim binaries
    * [`5ebd0e5d`](https://github.com/containerd/containerd/commit/5ebd0e5d0fef54f7cdcd30425c4d3366e64f6892) Merge pull request  [#4114](https://github.com/containerd/containerd/pull/4114) from estesp/more-golangci-time
    * [`4ff9d699`](https://github.com/containerd/containerd/commit/4ff9d69966b9518e7ac489432f48036cab63bd80) Increase golangci-lint timeout
    * [`2532bdf4`](https://github.com/containerd/containerd/commit/2532bdf43f4973758bf1b4c22c1f6dbe5933ffdd) Merge pull request  [#4100](https://github.com/containerd/containerd/pull/4100) from lifubang/publisher
    * [`14fbcd88`](https://github.com/containerd/containerd/commit/14fbcd886f6e971d86f6e3bed43298491d89f393) Merge pull request  [#4106](https://github.com/containerd/containerd/pull/4106) from thaJeztah/bump_cri
    * [`e2e40e19`](https://github.com/containerd/containerd/commit/e2e40e19d70abeec54ffc988c6298862349a2e58) Merge pull request  [#3924](https://github.com/containerd/containerd/pull/3924) from renzhengeek/renzhen/snapshot-gc
    * [`c00cf9a6`](https://github.com/containerd/containerd/commit/c00cf9a670ea3e2a7a669d3c6a7ef5c5fe954934) vendor: containerd/cri 92cb4ed9786a6cd271152ba1f862183d84701003
    * [`62083eee`](https://github.com/containerd/containerd/commit/62083eeed275db8c154dd87a5f84444e97ddb507) Merge pull request  [#4102](https://github.com/containerd/containerd/pull/4102) from kolyshkin/scan
    * [`488d6194`](https://github.com/containerd/containerd/commit/488d6194f2080709d9667e00ff244fbdc7ff95b2) fix dial error when clean up a dead shim
    * [`6e638ad2`](https://github.com/containerd/containerd/commit/6e638ad27a6b5708f8b0eb06b17d3d0352609a2f) Nit: fix use of bufio.Scanner.Err
    * [`c6851ace`](https://github.com/containerd/containerd/commit/c6851ace61864f8018d476d84fc82093e25db233) Merge pull request  [#4098](https://github.com/containerd/containerd/pull/4098) from thaJeztah/update_golangci_lint
    * [`dc085abd`](https://github.com/containerd/containerd/commit/dc085abda5a4ca48cdec11dfd3011279477ff238) Merge pull request  [#4097](https://github.com/containerd/containerd/pull/4097) from tklauser/fix-duplicate-imports
    * [`4326fc62`](https://github.com/containerd/containerd/commit/4326fc624a6504c154c6743774e225c8782f6a36) Update Golangci-lint v1.23.8
    * [`4756258f`](https://github.com/containerd/containerd/commit/4756258faf55c1e2b4eb601c9fb669ecb3b43e8b) service_windows.go: remove unused "service" variable
    * [`a9bd451a`](https://github.com/containerd/containerd/commit/a9bd451ab4b87a771a40067304b7bc7ee68f49c5) Avoid duplicate imports of github.com/gogo/protobuf/types
    * [`4eb9d15d`](https://github.com/containerd/containerd/commit/4eb9d15dc6d01f8ef4507e6a50e58f615f430f55) Merge pull request  [#4095](https://github.com/containerd/containerd/pull/4095) from thaJeztah/partial_revert
    * [`3a0a52ab`](https://github.com/containerd/containerd/commit/3a0a52ab95353ea3ee980ec01c28326949c74a34) Merge pull request  [#4091](https://github.com/containerd/containerd/pull/4091) from SaiHarshaK/update-install-steps
    * [`cad67b73`](https://github.com/containerd/containerd/commit/cad67b73f2bebc59cc450e830605df38a1ebdef7) Update btrfs dependencies in docs for debian buster and ubuntu 19.10 * Fixes: #4090
    * [`63202369`](https://github.com/containerd/containerd/commit/6320236985d4c9c179b51dab2ea1ca4835123d49) Partial revert of sys: windows: use golang.org/x/sys/windows
    * [`9ec579bf`](https://github.com/containerd/containerd/commit/9ec579bf8a09f2fd1b63c7670eea5aa095720b7e) Merge pull request  [#4093](https://github.com/containerd/containerd/pull/4093) from thaJeztah/replace_more_syscall
    * [`a30225b2`](https://github.com/containerd/containerd/commit/a30225b2209c031af55aae6c6e9466c248925ef1) Merge pull request  [#4094](https://github.com/containerd/containerd/pull/4094) from thaJeztah/deprecate_sys_epoll
    * [`b4f1986b`](https://github.com/containerd/containerd/commit/b4f1986bf54b37a95fe8f9ca8531c97209d2bdd4) Merge pull request  [#4092](https://github.com/containerd/containerd/pull/4092) from thaJeztah/bump_x_sys
    * [`0a7fd55f`](https://github.com/containerd/containerd/commit/0a7fd55f32a8eff3554e8c2e992db8ff65400e9c) sys: deprecate EpollCreate1, EpollCtl, EpollWait
    * [`7b06192f`](https://github.com/containerd/containerd/commit/7b06192f61d02c28bdbd8470388cc21fa676e58c) sys: windows: use golang.org/x/sys/windows
    * [`1b7d1e81`](https://github.com/containerd/containerd/commit/1b7d1e81be79d786ae0a828cf17256c609fb4c92) vendor: golang.org/x/sys 5c8b2ff67527cb88b770f693cebf3799036d8bc0
    * [`92cfc5b1`](https://github.com/containerd/containerd/commit/92cfc5b1fb91e0e09bd9ef18de082cd648e2bdc0) Merge pull request  [#4088](https://github.com/containerd/containerd/pull/4088) from mxpv/sd
    * [`7a5fcf61`](https://github.com/containerd/containerd/commit/7a5fcf617ef550c76c6831d97244baff0ac6121e) Merge pull request  [#4089](https://github.com/containerd/containerd/pull/4089) from thaJeztah/update_cri
    * [`ddae905b`](https://github.com/containerd/containerd/commit/ddae905b824a264be620cea03d3dee66f779f19a) Support NOTIFY_SOCKET
    * [`b78dfbdf`](https://github.com/containerd/containerd/commit/b78dfbdfbe54ec5cc9c5b59d79a9739756daae01) vendor: golang.org/x/sys 52ab431487773bc9dd1b0766228b1cf3944126bf
    * [`ba6796ab`](https://github.com/containerd/containerd/commit/ba6796abde0090a1984c056fec9e1cc6fb9b3796) vendor: update kubernetes v1.18.0-beta.1
    * [`f3d06242`](https://github.com/containerd/containerd/commit/f3d062423c7a50e0258132bf5786d7a025e54a06) vendor: sigs.k8s.io/yaml v1.2.0
    * [`04c805e6`](https://github.com/containerd/containerd/commit/04c805e636b3879f689501fd052cb287fd80327c) vendor: github.com/google/gofuzz v1.1.0
    * [`12c7d697`](https://github.com/containerd/containerd/commit/12c7d69769b43b8f432fe4dd779335f02c52c036) vendor: update containerd/cri 1a00c068864a59835ff442e0dddfa5a254be6bb3
    * [`5607b23b`](https://github.com/containerd/containerd/commit/5607b23b0f7fd48645372adeab96515882ad0d97) vendor.conf: move some imports to match position with containerd/cri
    * [`3868dd75`](https://github.com/containerd/containerd/commit/3868dd754064b843579e2aac0fa846185869c2a7) Merge pull request  [#4087](https://github.com/containerd/containerd/pull/4087) from crosbymichael/cgroups-exports
    * [`97ca1be0`](https://github.com/containerd/containerd/commit/97ca1be06752cf220f1fa91ae8ececa0461dc284) Merge pull request  [#4058](https://github.com/containerd/containerd/pull/4058) from tedyu/get-process
    * [`e3ab8bda`](https://github.com/containerd/containerd/commit/e3ab8bda604dbafb6c69f4c42979e92ead445138) Avoid allocating slice for finding Process
    * [`1239f540`](https://github.com/containerd/containerd/commit/1239f5403534145ffefc4b53dbf2569af5a78d0c) export cgroups collectors
    * [`aac6a51e`](https://github.com/containerd/containerd/commit/aac6a51ee775d89958dd6dbde1f61096ddbcb5a0) Merge pull request  [#4059](https://github.com/containerd/containerd/pull/4059) from fuweid/me-upstream-release-status
    * [`35a8de89`](https://github.com/containerd/containerd/commit/35a8de899651770bc7ba1cc498ec1057a8b6e83c) Merge pull request  [#4080](https://github.com/containerd/containerd/pull/4080) from mxpv/opts
    * [`8c9e8417`](https://github.com/containerd/containerd/commit/8c9e84174d55af4fcedf7bf0dbe3469936c0f43a) RELEASES.md: update release status
    * [`936b7b00`](https://github.com/containerd/containerd/commit/936b7b0043e4b90a7f4810ed91ce066257117178) Merge pull request  [#4085](https://github.com/containerd/containerd/pull/4085) from thaJeztah/update_crypto
    * [`e0a8fe7c`](https://github.com/containerd/containerd/commit/e0a8fe7cb60e165ba5158db99957993587f52d50) vendor: bump golang.org/x/crypto bac4c82f6975
    * [`01310155`](https://github.com/containerd/containerd/commit/01310155947cb6eec37dcae29742a165e56acb4a) Merge pull request  [#4084](https://github.com/containerd/containerd/pull/4084) from crosbymichael/kill-all-check
    * [`233d61f5`](https://github.com/containerd/containerd/commit/233d61f51c867c314b5b66a1df91996b23ea1eb3) Merge pull request  [#4083](https://github.com/containerd/containerd/pull/4083) from crosbymichael/resource-opts
    * [`a687d3a3`](https://github.com/containerd/containerd/commit/a687d3a36dac0c75adcef6318a1891034b4cc284) Check error return from json.Unmarshal
    * [`a3ca8a0d`](https://github.com/containerd/containerd/commit/a3ca8a0dfc4f2e79487d2479fbb3ee41bc75227b) Add linux resource oci.SpecOpts
    * [`54fd2cba`](https://github.com/containerd/containerd/commit/54fd2cba4970fe77b10bb113f252cd5a10bddb40) Merge pull request  [#4081](https://github.com/containerd/containerd/pull/4081) from crosbymichael/info-spec
    * [`00e6be9f`](https://github.com/containerd/containerd/commit/00e6be9f45751937854b2ebe2a8822c72fd8330f) Add ctr c info --spec flag to output spec
    * [`3be12fe1`](https://github.com/containerd/containerd/commit/3be12fe1c0ad47e3ace8e373fd2bf41f4aa775df) Do not loose snapshotter options
    * [`8cddb5f9`](https://github.com/containerd/containerd/commit/8cddb5f91d8055747b497d4e7639367af1436ff0) Pass snapshotter opts during Pull
    * [`ca66f3dd`](https://github.com/containerd/containerd/commit/ca66f3dd5d917694797a377b8ab9b8fb603b089b) Merge pull request  [#4076](https://github.com/containerd/containerd/pull/4076) from kevpar/windows-cri-support
    * [`a3685262`](https://github.com/containerd/containerd/commit/a3685262fe7d501a2a236c7ce39209a7161f2519) snapshots/devmapper: do not stop snapshot GC when one snapshot removing fails
    * [`b6bf7b97`](https://github.com/containerd/containerd/commit/b6bf7b97c23bece60866801c18680471d4cd7eb7) devmapper: async remove device using Cleanup
    * [`3a1c6a26`](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
    * [`c7eec0c1`](https://github.com/containerd/containerd/commit/c7eec0c1786595b9aa4c31cf43c65acd2c204f8f) Fix file header in builtins_cri.go
    * [`269015e3`](https://github.com/containerd/containerd/commit/269015e31c5036d447da88d021921b09a17eb543) Merge pull request  [#4072](https://github.com/containerd/containerd/pull/4072) from thaJeztah/update_gotest_tools_v3
    * [`f2edc6f1`](https://github.com/containerd/containerd/commit/f2edc6f164f977b459a3abaa310d145f20050617) vendor: update gotest.tools v3.0.2
    * [`026e4380`](https://github.com/containerd/containerd/commit/026e43806a8099b70c166874e59dcbbfe0634cc4) Update to a released version of opencontainers/selinux (1.3.3)
    * [`4d242818`](https://github.com/containerd/containerd/commit/4d242818bf55542e5d7876ca276fea83029e803c) Merge pull request  [#4053](https://github.com/containerd/containerd/pull/4053) from AkihiroSuda/vendor-grpc-20200225
    * [`669f516b`](https://github.com/containerd/containerd/commit/669f516b0e083238036cdd1118c3601f017557bf) Merge pull request  [#4062](https://github.com/containerd/containerd/pull/4062) from tedyu/start-shim-defer
    * [`f8ade8de`](https://github.com/containerd/containerd/commit/f8ade8debd8877de4d7717ad48fb48e3203b215d) Use named error return for service#StartShim
    * [`536d7ef9`](https://github.com/containerd/containerd/commit/536d7ef92da517fde23cff7ddccd86ef4c459fba) Merge pull request  [#4066](https://github.com/containerd/containerd/pull/4066) from thaJeztah/choco_progress
    * [`985b26f2`](https://github.com/containerd/containerd/commit/985b26f2f9fe63ef116e6fd764c0990a2d24a2b9) AppVeyor: disable download progress on choco installs
    * [`06b28402`](https://github.com/containerd/containerd/commit/06b284026da5e88c47577a0ff465c18f9cac891d) Merge pull request  [#4063](https://github.com/containerd/containerd/pull/4063) from tedyu/namespace-path
    * [`4105135e`](https://github.com/containerd/containerd/commit/4105135e368071ece17f46484e3b5d84921d8161) fix killall when use pidnamespace
    * [`ebec675a`](https://github.com/containerd/containerd/commit/ebec675a8d0c042401b77a77a048a621709ca7e9) Merge pull request  [#3802](https://github.com/containerd/containerd/pull/3802) from vladimiroff/unify-dialers
    * [`4dd75be2`](https://github.com/containerd/containerd/commit/4dd75be2b93da857cd4cfa384e9088c03a58d6cb) Unify dialer implementations
    * [`8e448bb2`](https://github.com/containerd/containerd/commit/8e448bb2798b94c09cf84e9b8de401d04f20decf) vendor protobuf & grpc
    * [`9b4967bd`](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
    * [`3b9f2e85`](https://github.com/containerd/containerd/commit/3b9f2e85402f77d6ff63405a6dbb7a72938ca6f5) Merge pull request  [#4051](https://github.com/containerd/containerd/pull/4051) from rancher/selinux
    * [`c134a9be`](https://github.com/containerd/containerd/commit/c134a9befa59fd5ab670a9c250f74cb3e4c88844) Use spec's mountLabel when mounting the rootfs
    * [`2c5279e8`](https://github.com/containerd/containerd/commit/2c5279e820f86714df591b7f8d4b71052cf8ad87) Merge pull request  [#4049](https://github.com/containerd/containerd/pull/4049) from fuweid/me-fix-flaky-testcase
    * [`1d888ad6`](https://github.com/containerd/containerd/commit/1d888ad6a69d412cfb93054fe8368caca97d944e) cleanup the image synchronously for Usage case
    * [`18e581dd`](https://github.com/containerd/containerd/commit/18e581dd91fd671aaeba86dcae2b6c97142a1cb0) bugfix: cleanup dangling shim by brand new context
    * [`fed8890e`](https://github.com/containerd/containerd/commit/fed8890e935f28de075b4031ebbc794076d21f69) Enable CRI plugin for Windows builds as well
    * [`0e084054`](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
    * [`84464b80`](https://github.com/containerd/containerd/commit/84464b801faf2c80b71f8fa057d1f8daf9474a1c) v2: Cancel shim log ctx when ttrpc is closed
    * [`986d0678`](https://github.com/containerd/containerd/commit/986d06785c4abaa5fcd546999e1c4066ed6646e8) Merge pull request  [#4042](https://github.com/containerd/containerd/pull/4042) from thaJeztah/bump_crypto
    * [`7f0bccf1`](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
    * [`f3652d06`](https://github.com/containerd/containerd/commit/f3652d0682f500a84191b34cd58e37e6fd684c36) vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382
    * [`773adf7a`](https://github.com/containerd/containerd/commit/773adf7ab600824fe64bf5b5496763345eaed33d) Remove the executable bit for api/*.txt files
    * [`986f2941`](https://github.com/containerd/containerd/commit/986f2941871087f31865a1d9fd69b4f97e3aea88) Merge pull request  [#3942](https://github.com/containerd/containerd/pull/3942) from hs0210/work
    * [`724d0eb8`](https://github.com/containerd/containerd/commit/724d0eb859065f3fa11f32fa54b1c1970b670704) Merge pull request  [#4039](https://github.com/containerd/containerd/pull/4039) from AkihiroSuda/no-zfs
    * [`8e685f78`](https://github.com/containerd/containerd/commit/8e685f78cf66e2901b2fbed2fdddd64449a74ab9) support building with BUILDTAGS="no_zfs no_aufs"
    * [`3fe22817`](https://github.com/containerd/containerd/commit/3fe22817ab757f43cf9bc6d9de55649a99a2e986) Merge pull request  [#4037](https://github.com/containerd/containerd/pull/4037) from thaJeztah/update_mailmap
    * [`61596169`](https://github.com/containerd/containerd/commit/61596169bbe688f576dbddc72ebce09955a49440) Update .mailmap
    * [`f44d3609`](https://github.com/containerd/containerd/commit/f44d360992c4d30d413c38d276a36bf40b02d194) Update .mailmap with changes from release-branches
    * [`04cda9b4`](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
    * [`499ab8a9`](https://github.com/containerd/containerd/commit/499ab8a99ad489fb911557f4ea7ffd33173ed65b) Update Golang 1.13.8
    * [`48d998f5`](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
    * [`246a560e`](https://github.com/containerd/containerd/commit/246a560edb19ef9220bb452d0a3c82c7770213fb) script: use github.com/kubernetes-sigs/cri-tools directly
    * [`27f25069`](https://github.com/containerd/containerd/commit/27f25069c06d597542e57428165225bd2a9e2696) Merge pull request  [#4013](https://github.com/containerd/containerd/pull/4013) from estesp/support-32bit-arm64
    * [`7811aa75`](https://github.com/containerd/containerd/commit/7811aa755265ba3f017683afb1ee3b5a1e0f29b4) Merge pull request  [#4022](https://github.com/containerd/containerd/pull/4022) from estesp/fix-script-comment
    * [`75d0c5f2`](https://github.com/containerd/containerd/commit/75d0c5f2e74b44353da357c5603a52871bea3940) Fix incorrect comment from copy/paste of starting script
    * [`e74962ea`](https://github.com/containerd/containerd/commit/e74962eaa6c0533453fcc823ae0e1b5976a30d8c) Merge pull request  [#4018](https://github.com/containerd/containerd/pull/4018) from estesp/update-readme
    * [`0dd6d24d`](https://github.com/containerd/containerd/commit/0dd6d24d2ae34680d6fb59fcd58c617ad0d61b34) Fix reference to LICENSE in README.md
    * [`89de113d`](https://github.com/containerd/containerd/commit/89de113de9aedce0f41126c83c08ba9d3c6df0f1) Support 32-bit userspace on 64-bit ARM cores
    * [`5abacb62`](https://github.com/containerd/containerd/commit/5abacb62da89dd18219f8ce28a2d4c3d28d8304d) Merge pull request  [#4017](https://github.com/containerd/containerd/pull/4017) from bloodorangeio/octet-stream-fix
    * [`d8a0d29c`](https://github.com/containerd/containerd/commit/d8a0d29c232330f371c949a27527d8b89adccfc5) Set octet-stream content-type on put request
    * [`cbf3ee0e`](https://github.com/containerd/containerd/commit/cbf3ee0e22635920adc221b7bf570cd82ab7bab9) Merge pull request  [#4010](https://github.com/containerd/containerd/pull/4010) from zhsj/fix-zsh-complete
    * [`348e683c`](https://github.com/containerd/containerd/commit/348e683cebe4ddada6d9b11c2581bfeacba8d458) Fix zsh autocomplete script
    * [`4f348c5b`](https://github.com/containerd/containerd/commit/4f348c5b5b53a70b282ab5b81b2cc8f03bf6a338) Merge pull request  [#3999](https://github.com/containerd/containerd/pull/3999) from thaJeztah/bump_cri
    * [`263ab701`](https://github.com/containerd/containerd/commit/263ab701463864381e113db9ad72aa1a65897b5a) vendor: bump gopkg.in/yaml.v2 v2.2.8
    * [`4c382788`](https://github.com/containerd/containerd/commit/4c38278895a431fc4939bad0b7d4270d88d8b589) vendor: update containerd/cri c0294ebfe0b4342db85c0faf7727ceb8d8c3afce
    * [`f5d8ff57`](https://github.com/containerd/containerd/commit/f5d8ff57c8558c5a9a5357304d6b4a1a4aa80931) Merge pull request  [#3965](https://github.com/containerd/containerd/pull/3965) from jterry75/wcow_lcow_scratch_size
    * [`46d1fb2f`](https://github.com/containerd/containerd/commit/46d1fb2fdcf167648215350f159fbbfa9abc8471) Merge pull request  [#3992](https://github.com/containerd/containerd/pull/3992) from mxpv/losetup
    * [`12cb1554`](https://github.com/containerd/containerd/commit/12cb1554be8e3ba3fa6a7d11db2e8606a3163c0c) Merge pull request  [#3972](https://github.com/containerd/containerd/pull/3972) from fuweid/me-fix-3937
    * [`f0652e14`](https://github.com/containerd/containerd/commit/f0652e1434be5d952abfbc67227ccc100757a8f7) Make tests less flaky
    * [`bb8af922`](https://github.com/containerd/containerd/commit/bb8af922bb921da1a61fc3b932a113b6826895e6) Add support for custom wcow and lcow sandbox scratch sizes
    * [`431cfd86`](https://github.com/containerd/containerd/commit/431cfd86e7bc636cdd5254ea8a30bd4f547c7bfc) Merge pull request  [#3991](https://github.com/containerd/containerd/pull/3991) from mihaicmn/fix-default-config
    * [`5e6d56ee`](https://github.com/containerd/containerd/commit/5e6d56ee2deaeeebf15cb6a19d4898e365a3d926) Fix startup_delay within default configuration
    * [`07de4ecc`](https://github.com/containerd/containerd/commit/07de4eccf1e62056efd24a232e2f75266b03608a) Merge pull request  [#3983](https://github.com/containerd/containerd/pull/3983) from AkihiroSuda/ctr-events-ignore-err
    * [`a07cb9d0`](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
    * [`83370116`](https://github.com/containerd/containerd/commit/833701165aad9d55adda23f48bb5a46cdbcff5b1) ctr events: do not exit on an error
    * [`20024116`](https://github.com/containerd/containerd/commit/2002411638cfdc620f3e3be112e2184452048779) vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * [`32ba75f0`](https://github.com/containerd/containerd/commit/32ba75f0fbfe47ad94e7c7daccc9f31efd0b2db2) Update Golang 1.13.7 (CVE-2020-0601, CVE-2020-7919)
    * [`d3b42574`](https://github.com/containerd/containerd/commit/d3b42574a751e056362d8f5abe0717e45b9f17d2) Merge pull request  [#3986](https://github.com/containerd/containerd/pull/3986) from thaJeztah/fix_release_tool_link
    * [`09944e71`](https://github.com/containerd/containerd/commit/09944e714f1aee8c84a86f405acf1d0c1246fe43) Merge pull request  [#3985](https://github.com/containerd/containerd/pull/3985) from thaJeztah/bump_versions
    * [`e42110f3`](https://github.com/containerd/containerd/commit/e42110f3263bdf826b113b00fe66ff3ed6109ef2) Fix broken link to release-tool
    * [`e2e07c9b`](https://github.com/containerd/containerd/commit/e2e07c9bc1ad0076bfea09c5e55c94a0f699fdfb) RELEASES.md update links to latest v1.2.11 and v1.3.2
    * [`a1e0303e`](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
    * [`0dc69620`](https://github.com/containerd/containerd/commit/0dc69620b8dc5f03a1282acff7a37ffbefd2697d) update dependencies of containerd/cri
    * [`53ced5ff`](https://github.com/containerd/containerd/commit/53ced5ffe1d38dd407d18dfab752ab29623b3647) update to latest containerd/cri (master)
    * [`faf03c3d`](https://github.com/containerd/containerd/commit/faf03c3d239d54e9fce44deaae274dc1fe8b672e) Pick up fix for CVE-2019-16884 in opencontainers/selinux
    * [`5c72f92a`](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
    * [`923c05be`](https://github.com/containerd/containerd/commit/923c05bed10b14512cf5ec029066ca5e90d87431) Bump to opencontainers/runc new version - v1.0.0-rc10
    * [`c2ad9dc1`](https://github.com/containerd/containerd/commit/c2ad9dc12dc049607adf541f453cd5b28f0b7c37) Merge pull request  [#3970](https://github.com/containerd/containerd/pull/3970) from TBBle/windows_build_without_cgo
    * [`e44d0086`](https://github.com/containerd/containerd/commit/e44d0086596862a8ac5eda5e28b23564324efe38) Appveyor on_success field should be an array.
    * [`a224937d`](https://github.com/containerd/containerd/commit/a224937d2c23cbc81c49aed0280cfd05d1a3e734) Disable CGO for AppVeyor build steps
    * [`75af1794`](https://github.com/containerd/containerd/commit/75af17946d94bc95ba519be5c2b6fc6f1adde4d6) Pull: create image record after blobs download
    * [`45a17cff`](https://github.com/containerd/containerd/commit/45a17cffb67cb407b4130b718b15674ae0c5b113) Vendor Microsoft/hcsshim with CGO removal
    * [`592a617f`](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
    * [`94964b36`](https://github.com/containerd/containerd/commit/94964b36d0248257743615a5e3bff0bea301d55c) Update Golang 1.13.6
    * [`6b5553ee`](https://github.com/containerd/containerd/commit/6b5553ee6c20955f9e01145528527241f33f8940) Merge pull request  [#3919](https://github.com/containerd/containerd/pull/3919) from Zyqsempai/add-io-metrics
    * [`64b08f90`](https://github.com/containerd/containerd/commit/64b08f90e9d990886885735cdc983e20d914f361) Merge pull request  [#3966](https://github.com/containerd/containerd/pull/3966) from zhsj/update-btrfs
    * [`22b73a9a`](https://github.com/containerd/containerd/commit/22b73a9a7800b71944529846a5c9ce212c92c218) vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d
    * [`b8797016`](https://github.com/containerd/containerd/commit/b8797016bb34650f4c6dbec36e8407cc650147ec) Merge pull request  [#3964](https://github.com/containerd/containerd/pull/3964) from zhsj/flaky-metastore-test
    * [`e0954807`](https://github.com/containerd/containerd/commit/e095480716f635647711a81a4976611ac357f72f) Merge pull request  [#3962](https://github.com/containerd/containerd/pull/3962) from zhsj/clean-test
    * [`1189cc40`](https://github.com/containerd/containerd/commit/1189cc40f2bea63d2d381a4c95617c869c5c99cc) snapshots: fix flaky TestMetastore
    * [`35a8e6e5`](https://github.com/containerd/containerd/commit/35a8e6e589eb37a73f94cdbd5c8d7938b2b04140) sys: clean up process after test
    * [`5383d31f`](https://github.com/containerd/containerd/commit/5383d31f32ba7db0eb6f0cd333be6463af07034d) Merge pull request  [#3963](https://github.com/containerd/containerd/pull/3963) from zhsj/flaky-gc-test
    * [`3eb57b01`](https://github.com/containerd/containerd/commit/3eb57b01be87a9b5047ae79775b9c43d65fb2150) Added IO metrics
    * [`e859b8a9`](https://github.com/containerd/containerd/commit/e859b8a92b58499b4681cb96dae74f2f3bb50a70) gc: increase sleep time in test
    * [`486d3363`](https://github.com/containerd/containerd/commit/486d33631e8ab0d1e60c9d57f729a6205937f478) test runtime v2 CPU settings
    * [`c55bd87f`](https://github.com/containerd/containerd/commit/c55bd87f471a4de48ea349e66bfdf7c454327421) Merge pull request  [#3956](https://github.com/containerd/containerd/pull/3956) from sethp-nr/fix/eventfd-leak
    * [`bb9d4e8b`](https://github.com/containerd/containerd/commit/bb9d4e8bf22e802301ffab4d3bc247659b9f5dbe) Merge pull request  [#3959](https://github.com/containerd/containerd/pull/3959) from thaJeztah/bump_prometheus
    * [`66508589`](https://github.com/containerd/containerd/commit/66508589d33c3ae0ad3db5a581c75c8257bc4bfc) fix: eventfd leak for v2 runtime with v1 cgroups
    * [`9456040a`](https://github.com/containerd/containerd/commit/9456040acb746dccf65e700563fb7371a03f79e6) fix: eventfd leak
    * [`2f0db8e2`](https://github.com/containerd/containerd/commit/2f0db8e2a81319b3e48bc6e3d433b10090bd5f50) vendor: bump prometheus/client_golang v1.3.0
    * [`e10c9118`](https://github.com/containerd/containerd/commit/e10c911876614cef082e988f7b14c4d008370165) vendor: bump prometheus/client_golang v1.1.0
    * [`845b91d6`](https://github.com/containerd/containerd/commit/845b91d6b5431433cf2b33a21bd921d5b23ec432) vendor: bump prometheus/client_golang v0.9.4
    * [`04506b87`](https://github.com/containerd/containerd/commit/04506b87d65a3390656de6f9e5de8d84d0270567) vendor: bump docker/go-metrics v0.0.1:
    * [`99911ea6`](https://github.com/containerd/containerd/commit/99911ea668437cb0dcd30d67fcf3d7fb86238a95) vendor: bump prometheus/procfs v0.0.8
    * [`ed6ae818`](https://github.com/containerd/containerd/commit/ed6ae818612b8f08dfa319eb40aea1aab286c979) vendor: bump prometheus/common v0.7.0
    * [`c02dc24e`](https://github.com/containerd/containerd/commit/c02dc24ecfa6b46f8575a170f90498d89115e492) vendor: bump prometheus/client_model v0.1.0
    * [`77a3780c`](https://github.com/containerd/containerd/commit/77a3780c25735901928284496efc4b6349de328c) vendor: bump beorn7/perks v1.0.1
    * [`a767b623`](https://github.com/containerd/containerd/commit/a767b62321ae3fae0b77a1320d93680baff0d7c1) Merge pull request  [#3954](https://github.com/containerd/containerd/pull/3954) from AkihiroSuda/vendor-cgroups-20200110
    * [`e1221e69`](https://github.com/containerd/containerd/commit/e1221e69a824ce9aaca34c5bb603feb2f921b883) revendor containerd/cgroups
    * [`1c2606d0`](https://github.com/containerd/containerd/commit/1c2606d05bf242d269b7a8dfb27c05305dc7331b) Merge pull request  [#3946](https://github.com/containerd/containerd/pull/3946) from wawa0210/bump-hcsshim
    * [`4d62d879`](https://github.com/containerd/containerd/commit/4d62d8795c42dfec2506631cc7013b3b8786bf76) bump microsoft/hcsshim to 0.8.7
    * [`0a1f2b40`](https://github.com/containerd/containerd/commit/0a1f2b40642e54ed06cd0a22cdf6025cbe70853c) Merge pull request  [#3952](https://github.com/containerd/containerd/pull/3952) from lumjjb/fix_unpacker
    * [`95fbf3dc`](https://github.com/containerd/containerd/commit/95fbf3dc28d8dcc2531904c3efa5b53caa8ee6a4) Fix unpacker to pass use apply options
    * [`7804afb2`](https://github.com/containerd/containerd/commit/7804afb226b6b44d6baac469157cd50f7a6bd761) Merge pull request  [#3950](https://github.com/containerd/containerd/pull/3950) from dmcgowan/fix-printf-scanner-error
    * [`9f193c41`](https://github.com/containerd/containerd/commit/9f193c41d74e815480c2f69964411f9b87599902) Merge pull request  [#3948](https://github.com/containerd/containerd/pull/3948) from jterry75/fix_lcow_size
    * [`3af3a760`](https://github.com/containerd/containerd/commit/3af3a7602650a8de47b77457fa05835ebcbff3bf) Fix filter errors
    * [`7b52bc50`](https://github.com/containerd/containerd/commit/7b52bc506c5bc2a6a85a889ee3bc134edb80cddd) Add unit test for func in filter.go
    * [`cd1cad9d`](https://github.com/containerd/containerd/commit/cd1cad9d5581f855c3feac293d7d52d49ca4d34b) Support disk usage in windows-lcow snapshot
    * [`d3c1691a`](https://github.com/containerd/containerd/commit/d3c1691ae105067a4636dfbe81c0ba2d8d980f52) Merge pull request  [#3933](https://github.com/containerd/containerd/pull/3933) from AkihiroSuda/update-rootless-md
    * [`8b3ef5fb`](https://github.com/containerd/containerd/commit/8b3ef5fb205730fc45614586b2aa95dfa2444f6f) Merge pull request  [#3944](https://github.com/containerd/containerd/pull/3944) from zhsj/fix-openlabci
    * [`41088e40`](https://github.com/containerd/containerd/commit/41088e405fa46a8325eeea3217fd05b48779419e) Merge pull request  [#3939](https://github.com/containerd/containerd/pull/3939) from zhsj/fix-arm
    * [`80d50a8a`](https://github.com/containerd/containerd/commit/80d50a8a636d0961571b93679956615b66c69e4d) Merge pull request  [#3925](https://github.com/containerd/containerd/pull/3925) from dmcgowan/snapshot-cleanup-api
    * [`3e9ef5db`](https://github.com/containerd/containerd/commit/3e9ef5db79cac1227bec5c6e93d025412c348f76) Merge pull request  [#3941](https://github.com/containerd/containerd/pull/3941) from dmcgowan/skip_tests
    * [`f3090ce8`](https://github.com/containerd/containerd/commit/f3090ce80f05a88e588d9e9283bf5134367b198b) ci: set pipefail in zuul script
    * [`90cd777a`](https://github.com/containerd/containerd/commit/90cd777a6c8c92c105625ba086e2e67a0c32d7ed) platforms: fill default arm variant when parse platform specifier
    * [`b553bc14`](https://github.com/containerd/containerd/commit/b553bc14a2cfa1994646d2f52a8e25c023de76bb) update docs/rootless.md
    * [`94d49984`](https://github.com/containerd/containerd/commit/94d499843c0202af9636cad522d30eaf9ffed798) Add Makefile variable to skip test packages
    * [`123af61c`](https://github.com/containerd/containerd/commit/123af61c0bd897c0892d7a0fb51574a78698de8a) Add Cleanup to snapshot API
    * [`0d276ece`](https://github.com/containerd/containerd/commit/0d276ece0e280812297f20be5110800db6614c03) Merge pull request  [#3932](https://github.com/containerd/containerd/pull/3932) from AkihiroSuda/ovl-test-opts
    * [`fda9cebc`](https://github.com/containerd/containerd/commit/fda9cebc813b035be137d4d61f203e625623692c) Merge pull request  [#3936](https://github.com/containerd/containerd/pull/3936) from hs0210/work
    * [`da2890a9`](https://github.com/containerd/containerd/commit/da2890a90826458c0573cdbc4e3e3768d69197b8) Merge pull request  [#3934](https://github.com/containerd/containerd/pull/3934) from AkihiroSuda/ctr-address-env
    * [`82fdac1c`](https://github.com/containerd/containerd/commit/82fdac1cd602fa3f1800d9fa82a9d3b90a0cf024) Merge pull request  [#3935](https://github.com/containerd/containerd/pull/3935) from zhsj/fix-gccgo
    * [`465c11dc`](https://github.com/containerd/containerd/commit/465c11dc8736d3e2a9a3b76ece6abdeb63a2f676) Fix build with gccgo
    * [`52e477f9`](https://github.com/containerd/containerd/commit/52e477f947434989e93d0a9c22a7389d08b9b056) Fix outdated comments
    * [`b127b666`](https://github.com/containerd/containerd/commit/b127b666aa679ab0ac50025e0741b54acd743496) ctr: support $CONTAINERD_ADDRESS env var
    * [`a4b423b1`](https://github.com/containerd/containerd/commit/a4b423b19b0b3f18bd4827afcd4a9c7ca4a6645a) overlay: test actual Opts
    * [`d5714702`](https://github.com/containerd/containerd/commit/d5714702d1f78ad1149e78e204db0b53611ddb3c) Merge pull request  [#3883](https://github.com/containerd/containerd/pull/3883) from AkihiroSuda/ci-crun
    * [`067a66b9`](https://github.com/containerd/containerd/commit/067a66b90a3bf0915ff34d5fa5bbc790ff625d77) .travis.yml: run test with crun
    * [`b9fad5e3`](https://github.com/containerd/containerd/commit/b9fad5e310fafb453def5f1e7094f4c36a9806d2) Merge pull request  [#3765](https://github.com/containerd/containerd/pull/3765) from AkihiroSuda/mount-fuse
    * [`7c856d19`](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
    * [`1fb1d932`](https://github.com/containerd/containerd/commit/1fb1d93212af763bd481b476293040b1566ae00b) v2: Fix missing ns when openShimLog on windows
    * [`5fc0f301`](https://github.com/containerd/containerd/commit/5fc0f30167216f7b11de904df4df8b1c96290104) Merge pull request  [#3903](https://github.com/containerd/containerd/pull/3903) from katiewasnothere/local_introspection
    * [`a18f77be`](https://github.com/containerd/containerd/commit/a18f77bea0a7193b6594af3ca22cd2734d6dfb14) create local version of introspection service
    * [`b95fa01b`](https://github.com/containerd/containerd/commit/b95fa01b95d54bfb88d8c004975e36d00df0fc1e) Merge pull request  [#3915](https://github.com/containerd/containerd/pull/3915) from yeahdongcn/push
    * [`e739314e`](https://github.com/containerd/containerd/commit/e739314ed421ecf10d52a47dcdf27859022fa124) mount: support FUSE helper
    * [`537afb14`](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
    * [`06b15f07`](https://github.com/containerd/containerd/commit/06b15f072db3b177af4ffa1d9f8d4a9a454990f7) Merge pull request  [#3920](https://github.com/containerd/containerd/pull/3920) from hs0210/work
    * [`87e2a959`](https://github.com/containerd/containerd/commit/87e2a95951c3e00e8d672922a8bc07337c7a331c) Fix a typo in task.go
    * [`f823c377`](https://github.com/containerd/containerd/commit/f823c377086bccc8c35a0ddfe12a02a0c6c112af) Merge pull request  [#3904](https://github.com/containerd/containerd/pull/3904) from yeahdongcn/manifest
    * [`d82fa431`](https://github.com/containerd/containerd/commit/d82fa431937f0fda2c11f45fd52da48ab899c29c) v2: Call shim.Delete at first when create is failed
    * [`6b94b646`](https://github.com/containerd/containerd/commit/6b94b646b7712ecbf0d16ce19588dc1b083b829f) Merge pull request  [#3911](https://github.com/containerd/containerd/pull/3911) from ktock/passinfo
    * [`493a36de`](https://github.com/containerd/containerd/commit/493a36de9521c4a6a0e0cc2fd0495da1d5c08db7) Move label filter to snapshots package
    * [`c1a24be5`](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
    * [`06f6ea09`](https://github.com/containerd/containerd/commit/06f6ea099a784ecb62d67548d901dc7a85a65c76) switch nighly builds to Go 1.13.5
    * [`c07e356d`](https://github.com/containerd/containerd/commit/c07e356d293895fa52f7dd215922861291d3d799) Update Golang 1.13.5
    * [`072dfbaf`](https://github.com/containerd/containerd/commit/072dfbaf3601dd80d2b363fc8c855cd225fec166) Support pushing a specific platform of a multi-architecture docker image to a registry
    * [`4ccb7aa2`](https://github.com/containerd/containerd/commit/4ccb7aa2213e09c21a4b320eec5b8b6d1ac32e48) Enable to propagate necessary information to snapshotter during unpack
    * [`97712c8a`](https://github.com/containerd/containerd/commit/97712c8ad73dd302d5d226e0384b2d86e5de2989) Merge pull request  [#3906](https://github.com/containerd/containerd/pull/3906) from estesp/update-console-vendor
    * [`166cc8b7`](https://github.com/containerd/containerd/commit/166cc8b7d50c2b0d69ccee15a98aa891fa8f265f) Merge pull request  [#3905](https://github.com/containerd/containerd/pull/3905) from estesp/more-adopters
    * [`496836c0`](https://github.com/containerd/containerd/commit/496836c09266a0ab00205bec78589c0aa83ee125) Update containerd/console vendor for fix
    * [`a057bfbd`](https://github.com/containerd/containerd/commit/a057bfbd7122d1ce1dc3057d5170fd557ea7b678) Add more adopters to ADOPTERS.md
    * [`facedf89`](https://github.com/containerd/containerd/commit/facedf8980daa7296c4b56782ee695f1dba96457) Remove an empty line
    * [`05d19292`](https://github.com/containerd/containerd/commit/05d192929b1e9d34d74386ecc6e6472b1f496a86) Update checkImages to accept images.MediaTypeDockerSchema2Manifest
    * [`c4ed3ff1`](https://github.com/containerd/containerd/commit/c4ed3ff1edf383512789746419a28431bd4e256a) Replace ocispec.MediaTypeImageManifest with manifest.MediaType
    * [`18092310`](https://github.com/containerd/containerd/commit/18092310031adca3ed7c29c8ac6c841e26467b46) Merge pull request  [#3896](https://github.com/containerd/containerd/pull/3896) from sipsma/close-platform-once
    * [`f602b7b8`](https://github.com/containerd/containerd/commit/f602b7b8834cbbd99ffd4416a09c09a8f841269e) Merge pull request  [#3899](https://github.com/containerd/containerd/pull/3899) from AkihiroSuda/fix-sys-mkdiras
    * [`fbd46d70`](https://github.com/containerd/containerd/commit/fbd46d70940b913adef07f54f3db1abcb0f08bb2) runtime v2: Close platform in runc shim's Shutdown method.
    * [`05bc0a18`](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
    * [`8c7e6be2`](https://github.com/containerd/containerd/commit/8c7e6be290003a354fcf163dbd4c7f21f97a709f) Merge pull request  [#3870](https://github.com/containerd/containerd/pull/3870) from dmcgowan/download-during-apply
    * [`aac1ba0d`](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
    * [`02dcf384`](https://github.com/containerd/containerd/commit/02dcf384bfe3397ec08ef8912e2e3a1f396c98e6) Disable criu tests in Travis CI
    * [`62adc516`](https://github.com/containerd/containerd/commit/62adc516ddfae6e247dcd6a69bd00a7f7e7e96c1) sys: mkdirAs: do chown if dir already exists
    * [`9b5581cc`](https://github.com/containerd/containerd/commit/9b5581cc9c5bb4e9f4e47606ba883234167b1c23) Merge pull request  [#3887](https://github.com/containerd/containerd/pull/3887) from joakimr-axis/joakimr-axis_scripts
    * [`49e7039a`](https://github.com/containerd/containerd/commit/49e7039a8501c0396d591471d40680402af2c784) cpu metrics consistency
    * [`b9d9bdf1`](https://github.com/containerd/containerd/commit/b9d9bdf1fda27652035879082bd84aba43c4f6ac) make cpu metrics consistent with v2 docs
    * [`929ab521`](https://github.com/containerd/containerd/commit/929ab521c67e59a34983d9bffc513e1b20c3d647) fix system usage naming
    * [`659c971c`](https://github.com/containerd/containerd/commit/659c971cad1fa1c0e183e17e3349bb2270fa1a3a) task metrics fix
    * [`23dbae3e`](https://github.com/containerd/containerd/commit/23dbae3e71550e43b21c963f859dc7ecee444f8f) Schema name fix
    * [`56612148`](https://github.com/containerd/containerd/commit/566121485bc9ef4c2b59ba7725f55491bc8795cd) Merge pull request  [#3868](https://github.com/containerd/containerd/pull/3868) from awprice/issue-3850
    * [`17d61d6b`](https://github.com/containerd/containerd/commit/17d61d6b7e7ac55c9b8bd52d41606aeca8b6bd03) Units fix
    * [`f287bc22`](https://github.com/containerd/containerd/commit/f287bc2292efadee8e4ed2092ae7c782e595cdbd) Schema names fix
    * [`6bfb2482`](https://github.com/containerd/containerd/commit/6bfb24824b552cf09d8078750f565a0d72f8c711) Fix prometheus metrics units
    * [`b98cc791`](https://github.com/containerd/containerd/commit/b98cc7918446427e4b2de7b975c65c1f44451a56) Added memory and cpu metrics for cgroupv2
    * [`54736371`](https://github.com/containerd/containerd/commit/5473637144496250e4221c9103568d96c33ca29b) Merge pull request  [#3892](https://github.com/containerd/containerd/pull/3892) from mxpv/dm-retry
    * [`6c82fe54`](https://github.com/containerd/containerd/commit/6c82fe5429931ced190b5b1f38e25573ca00c195) Merge pull request  [#3891](https://github.com/containerd/containerd/pull/3891) from AkihiroSuda/rename-pids-v2
    * [`75efbaf6`](https://github.com/containerd/containerd/commit/75efbaf67859c85471a40643d79bd7d5fdd6fa77) Attempt to make device mapper snapshotter tests less flaky
    * [`9eef69e3`](https://github.com/containerd/containerd/commit/9eef69e3ae145e0e442d9107cabcfa569029bbdd) Update after review comments
    * [`43fca9eb`](https://github.com/containerd/containerd/commit/43fca9eba242e3f019369bcc4a0b4243899e319a) metrics: rename pids_v2 to pids
    * [`082f7e3a`](https://github.com/containerd/containerd/commit/082f7e3aed57ae0a3cec3cd82e41d3bf4e553428) Merge pull request  [#3890](https://github.com/containerd/containerd/pull/3890) from estesp/printf-to-log
    * [`a022c218`](https://github.com/containerd/containerd/commit/a022c218194c05449ad69b69c48fc6cac9d6f0b3) Improve host fallback behaviour in docker remote
    * [`fa62b6d2`](https://github.com/containerd/containerd/commit/fa62b6d2380817f9baef36944289d826398a0999) Use logrus instead of printf for warning
    * [`ff91f225`](https://github.com/containerd/containerd/commit/ff91f225fa0e3c795b7365af7cefad22ca845d4b) Merge pull request  [#3889](https://github.com/containerd/containerd/pull/3889) from dmcgowan/allow-empty-scope
    * [`5d93ece7`](https://github.com/containerd/containerd/commit/5d93ece75875c030b6b9dd76a7facfc9c3bf7a29) Merge pull request  [#3799](https://github.com/containerd/containerd/pull/3799) from AkihiroSuda/cgroup2
    * [`1649e8e4`](https://github.com/containerd/containerd/commit/1649e8e43b2bede35b8cc56d2bd41e59e1e97469) Merge pull request  [#3848](https://github.com/containerd/containerd/pull/3848) from liaojh1998/master
    * [`08517e58`](https://github.com/containerd/containerd/commit/08517e586485ef3b977b641c7dcc3ea33f6a6148) Allow empty scope authorization
    * [`499fbb03`](https://github.com/containerd/containerd/commit/499fbb0337c9138b5360117e0b25a7a1428f9667) Improve install scripts
    * [`55698e69`](https://github.com/containerd/containerd/commit/55698e69428896661f288f031d1492f8fb2c4c92) Merge pull request  [#3886](https://github.com/containerd/containerd/pull/3886) from joakimr-axis/joakimr-axis_helptext
    * [`e0011978`](https://github.com/containerd/containerd/commit/e0011978fff03d6f7061ad709bbfffaf992a77ae) start.go: Improve help text
    * [`9862cb8f`](https://github.com/containerd/containerd/commit/9862cb8f8544a3069add9a3b90e87e695d14b313) support user remapping in ctr
    * [`b02e20f1`](https://github.com/containerd/containerd/commit/b02e20f12e4faa07d4fba741337921968d901e9d) cgroup2: enable controllers automatically
    * [`8f870c23`](https://github.com/containerd/containerd/commit/8f870c233f14fe9df47ef9defa42cf8517fb64e0) support cgroup2
    * [`f01665aa`](https://github.com/containerd/containerd/commit/f01665aa02d8b26c581fdfcc93d837ce3b275edd) Merge pull request  [#3881](https://github.com/containerd/containerd/pull/3881) from liaojh1998/idmap
    * [`f0c6684e`](https://github.com/containerd/containerd/commit/f0c6684ef1c4c111be5fa09079d128d3782d2211) Merge pull request  [#3884](https://github.com/containerd/containerd/pull/3884) from danbev/building-correction
    * [`caeacfce`](https://github.com/containerd/containerd/commit/caeacfce34a9a5a042e8ef6d713defb9c5abe437) Correct grammar/typo in BUILDING.MD
    * [`51a6813c`](https://github.com/containerd/containerd/commit/51a6813c06030ae2b3fcf9ec068e4b39cd2d1e69) Split uid and gid user ns remapping in oci
    * [`30d92eff`](https://github.com/containerd/containerd/commit/30d92eff1c61d012be0053467f619974ad841698) Defer layer download until unpack
    * [`e8948e11`](https://github.com/containerd/containerd/commit/e8948e11aa1bd7a5448384f9983fc895492646b2) Merge pull request  [#3878](https://github.com/containerd/containerd/pull/3878) from crosbymichael/bump-console
    * [`85e8b7f8`](https://github.com/containerd/containerd/commit/85e8b7f8168ae1316ea4cb804d72c1d89b338217) Merge pull request  [#3877](https://github.com/containerd/containerd/pull/3877) from crosbymichael/go-runc-race
    * [`9d5a095b`](https://github.com/containerd/containerd/commit/9d5a095b006a7314e1ded50490e66d63d6344084) Bump containerd console for os.File changes
    * [`cd23ad24`](https://github.com/containerd/containerd/commit/cd23ad2447d7c6c694572d35a96752e3daaab89b) Bump go-runc for buffer race fix
    * [`640ca781`](https://github.com/containerd/containerd/commit/640ca7812f26a98aadfa5d4323772fa5eea60766) Merge pull request  [#3874](https://github.com/containerd/containerd/pull/3874) from crosbymichael/image-meta
    * [`6a22a8fc`](https://github.com/containerd/containerd/commit/6a22a8fc9eb64fe5cf14742015272217f91df94f) Return the underlying images metadata
    * [`6ed7ec44`](https://github.com/containerd/containerd/commit/6ed7ec4472580a7ca3820f91c54ad4cb97ec2ae1) Merge pull request  [#3872](https://github.com/containerd/containerd/pull/3872) from liaojh1998/ctr-run-readonly
    * [`787be0ef`](https://github.com/containerd/containerd/commit/787be0efe2831764e6e0599adbfce3c38fb90e92) Modify ctr run to search for read-only flag instead of readonly
    * [`5af0dcbe`](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
    * [`cfb4f734`](https://github.com/containerd/containerd/commit/cfb4f734dab77f8809f505e44d4c1b7f9cec3a29) Make sure for next release branch appveyor runs
    * [`8b12d46a`](https://github.com/containerd/containerd/commit/8b12d46a395ae3eed3cd718a7bcc721405f650d7) Merge pull request  [#3867](https://github.com/containerd/containerd/pull/3867) from awprice/issue-3865
    * [`f92470b3`](https://github.com/containerd/containerd/commit/f92470b3ebf5fec28f9d3129b48387ef99384652) Fix dependency in BUILDING.md
    * [`b0821c80`](https://github.com/containerd/containerd/commit/b0821c801dc2225bb7478f91e967888a353fb60a) Merge pull request  [#3857](https://github.com/containerd/containerd/pull/3857) from Random-Liu/fix-container-pid
    * [`88839837`](https://github.com/containerd/containerd/commit/88839837312ff0afd117b162e768348d003eef6e) Merge pull request  [#3860](https://github.com/containerd/containerd/pull/3860) from sayaoailun/master
    * [`f2ef7b7d`](https://github.com/containerd/containerd/commit/f2ef7b7d795c0fb9551ef8e6ff1c74a413e63253) Merge pull request  [#3858](https://github.com/containerd/containerd/pull/3858) from thaJeztah/reformat_vendor
    * [`a6b6097c`](https://github.com/containerd/containerd/commit/a6b6097c90c02ad2c8aac45e4f0332dc1a00a60c) Fix container pid.
    * [`726dcaea`](https://github.com/containerd/containerd/commit/726dcaea50883e51b2ec6db13caff0e7936b711d) update cpuinfo to make variant matches aarch64 and so on
    * [`6fa9a42e`](https://github.com/containerd/containerd/commit/6fa9a42ea76e02b4a123e606543b3ee0fe17b9aa) vendor.conf: sort imports alphabetically
    * [`a44189d2`](https://github.com/containerd/containerd/commit/a44189d2ff29921d6b87990bf0ec790d28c9c03e) vendor.conf: pin all dependencies by git-sha
    * [`55ea3dc9`](https://github.com/containerd/containerd/commit/55ea3dc9b113353c9abed21caa9e411d0a8dfcda) vendor.conf: reformat to use columns
    * [`3a31ce26`](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
    * [`3e5402ce`](https://github.com/containerd/containerd/commit/3e5402ce020513425c760dab6005f10d006fece6) Merge pull request  [#3852](https://github.com/containerd/containerd/pull/3852) from estesp/update-vendors
    * [`8da43466`](https://github.com/containerd/containerd/commit/8da4346686f339241efed3e6bf752cc4f8670103) Fix cleanup error on content client test
    * [`75a46cec`](https://github.com/containerd/containerd/commit/75a46cec6a524c4439336fe3e99d9d9a5312a0b5) Merge pull request  [#3851](https://github.com/containerd/containerd/pull/3851) from thaJeztah/bump_go_runc
    * [`252d6550`](https://github.com/containerd/containerd/commit/252d6550f50d7e49de2d39ae7f34cab98f34b550) Update cri and docker vendors
    * [`8a66dc6e`](https://github.com/containerd/containerd/commit/8a66dc6edbdb2bf2b84e1d8ccd42bcf34a5d6995) bump containerd/go-runc a2952bc25f5116103a8b78f3817f6df759aa7def
    * [`45fb5aea`](https://github.com/containerd/containerd/commit/45fb5aeaf7febcd42c8b8a9822f7c747dc8fef29) Merge pull request  [#3793](https://github.com/containerd/containerd/pull/3793) from dmcgowan/prepare-snapshot-target
    * [`526c0db6`](https://github.com/containerd/containerd/commit/526c0db6932b95d955207c9356ea38aefc82c3bf) Support target snapshot references on prepare
    * [`d1261b50`](https://github.com/containerd/containerd/commit/d1261b5087f985c6e1d2b52dbe1498b9a204bf08) Update snapshot parent filter property to always exist
    * [`383f4a77`](https://github.com/containerd/containerd/commit/383f4a77eeb726e0b7da491c70ad22b10f3b2bff) Merge pull request  [#3842](https://github.com/containerd/containerd/pull/3842) from estesp/update-x-sys-vendor
    * [`11ef041f`](https://github.com/containerd/containerd/commit/11ef041ff4a19e3f9c1d07c39375e8c774beec63) Update golang.org/x/sys to recent commit
    * [`c3b1bc93`](https://github.com/containerd/containerd/commit/c3b1bc931b86702271370d8c93cdcaffc5e89c57) Merge pull request  [#3836](https://github.com/containerd/containerd/pull/3836) from egernst/devmapper-docs-update
    * [`c68848f6`](https://github.com/containerd/containerd/commit/c68848f69bf0999c1439beb7ea9fe17fbda20890) Merge pull request  [#3830](https://github.com/containerd/containerd/pull/3830) from fahedouch/spec_test
    * [`afd33bce`](https://github.com/containerd/containerd/commit/afd33bce81344cb67237e9113fd64ee862645cdd) test add tests to spec_opts
    * [`731e144a`](https://github.com/containerd/containerd/commit/731e144a48eecdc0dc9b88b4b3889cc52e41d178) devmapper: update example base image size in README
    * [`499f346b`](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
    * [`31ea7b4e`](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
    * [`2e293874`](https://github.com/containerd/containerd/commit/2e293874f1bdb8400aea4b5b011a786227e2db77) Merge pull request  [#3825](https://github.com/containerd/containerd/pull/3825) from Random-Liu/fix-unpacker
    * [`19f7f3cc`](https://github.com/containerd/containerd/commit/19f7f3ccc414919f0cc19c83b225bde880bd06ef) test: Do SynchronousDelete cleanup before testing ImageIsUnpacked
    * [`0bb48aef`](https://github.com/containerd/containerd/commit/0bb48aef07803d90bcee335a6a17b3ea85597754) Add `--log-file` flag for windows service.
    * [`c5605916`](https://github.com/containerd/containerd/commit/c56059162707b9fb95c4c4bcc899d74a036c14a5) Avoid deadlock in unpacker.
    * [`ec661e8c`](https://github.com/containerd/containerd/commit/ec661e8ceb85bca68cd759f9d9513cb6f103ca42) Merge pull request  [#3829](https://github.com/containerd/containerd/pull/3829) from mxpv/cross
    * [`32ef2e63`](https://github.com/containerd/containerd/commit/32ef2e6305d15f16015bebc9a24daa36567c5c51) Update README
    * [`82651d38`](https://github.com/containerd/containerd/commit/82651d38673de7b57253a8617fb0d38298be8edd) Cross build nightly builds (arm64, s390x, ppc64el)
    * [`d7ec45b1`](https://github.com/containerd/containerd/commit/d7ec45b172d956575dbd195d809172095bc74bbb) Merge pull request  [#3826](https://github.com/containerd/containerd/pull/3826) from lumjjb/add_unpack_opt
    * [`bc62a829`](https://github.com/containerd/containerd/commit/bc62a829acab5ccdf6c0cfc4ec6df165f6de0597) Merge pull request  [#3827](https://github.com/containerd/containerd/pull/3827) from mxpv/nightly
    * [`c479156b`](https://github.com/containerd/containerd/commit/c479156b81882f50ada95e96bf70797fa37ddd6c) Add Github workflow for nightly builds
    * [`856ea305`](https://github.com/containerd/containerd/commit/856ea30556cfdc01ba3545de087e735413245210) Add client unpack opts
    * [`a176179a`](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
    * [`2a60547b`](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
    * [`3db1c3b8`](https://github.com/containerd/containerd/commit/3db1c3b8f406edf9e59714d0c65c2fdb37a18d65) Better support windows binaries.
    * [`95de2655`](https://github.com/containerd/containerd/commit/95de2655a7aafd10c21062e0fabde87f29798388) Merge pull request  [#3819](https://github.com/containerd/containerd/pull/3819) from fuweid/me-return-error
    * [`08d4231f`](https://github.com/containerd/containerd/commit/08d4231f57c99796dde5d00b6dae659b6ca93844) Merge pull request  [#3818](https://github.com/containerd/containerd/pull/3818) from shizhMSFT/fix_ref
    * [`843423ec`](https://github.com/containerd/containerd/commit/843423ec3887eb47ac70308cee9267ef6a1fa435) snapshots: return error if readSnapshot fails
    * [`2c1d0880`](https://github.com/containerd/containerd/commit/2c1d0880bbf676e2aec68a2729477efd36605ae6) Merge pull request  [#3810](https://github.com/containerd/containerd/pull/3810) from thaJeztah/update_mailmap
    * [`01047ede`](https://github.com/containerd/containerd/commit/01047edea6425d4d7379d92a32963072ac43c996) Merge pull request  [#3814](https://github.com/containerd/containerd/pull/3814) from rll2396/bug-3813
    * [`f684e5a7`](https://github.com/containerd/containerd/commit/f684e5a775a60d428122dc4a4127ef1273cd192e) Merge pull request  [#3815](https://github.com/containerd/containerd/pull/3815) from estesp/fix-Dockerfile
    * [`5bf2c6fc`](https://github.com/containerd/containerd/commit/5bf2c6fc25ad321b89f6d6fbad850276871d05f2) Fix panic on reference.Spec.Hostname()
    * [`d1bcb4be`](https://github.com/containerd/containerd/commit/d1bcb4beea2896f9d970b16b67292a0ef2b1296b) Merge pull request  [#3620](https://github.com/containerd/containerd/pull/3620) from thaJeztah/update_go_1.13
    * [`fda652be`](https://github.com/containerd/containerd/commit/fda652be5aa802bc3298fad70833934d363a9743) Update name for btrfs headers package
    * [`a647407c`](https://github.com/containerd/containerd/commit/a647407ca038bc208280ab5d5832f08c2f149464) Fix dependency in BUILDING.md
    * [`608791bf`](https://github.com/containerd/containerd/commit/608791bfc34ead497cdae9851a572fc78552a864) Update to Golang 1.13.4
    * [`cfb425fc`](https://github.com/containerd/containerd/commit/cfb425fc101572914b13f082e56284669147efc7) Update .mailmap to reduce duplicates
    * [`40ac9239`](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
    * [`15669a1d`](https://github.com/containerd/containerd/commit/15669a1d34e904b4e45c85f763df2098e706ffb0) Update to Golang 1.12.13
    * [`1e128548`](https://github.com/containerd/containerd/commit/1e1285483179a739425dfd8770894a7752f842f2) Merge pull request  [#3805](https://github.com/containerd/containerd/pull/3805) from AkihiroSuda/ctr-shim2-runc-flags
    * [`8f74de9e`](https://github.com/containerd/containerd/commit/8f74de9e9e4aecbf5d0fe98af3e2b9c5f7a6cc14) ctr: allow specifying --runc-systemd-cgroup
    * [`7f5d9007`](https://github.com/containerd/containerd/commit/7f5d900769ad02eb339ff2b8ed191af13d663464) ctr: allow specifying --runc-binary
    * [`c038a7c4`](https://github.com/containerd/containerd/commit/c038a7c4b18d7a3143b5bd75152b250208385300) Merge pull request  [#3803](https://github.com/containerd/containerd/pull/3803) from crosbymichael/proto-paths
    * [`0f437416`](https://github.com/containerd/containerd/commit/0f4374169e10ee6f99a46c27b3ae752c4201e216) Add proto path /usr/include to Protobuild
    * [`c80fa7df`](https://github.com/containerd/containerd/commit/c80fa7df17ad8979c2e45a3550d561aa1151b85f) Merge pull request  [#3801](https://github.com/containerd/containerd/pull/3801) from jneuhauser/arch-mips
    * [`4c99c813`](https://github.com/containerd/containerd/commit/4c99c81326f4026fb8c0b8c5e10542205d99c321) mips: -buildmode=pie is not supported for the mips arch
    * [`35670209`](https://github.com/containerd/containerd/commit/356702098d777c5f288262fa5c141bb8f05b0572) Merge pull request  [#3798](https://github.com/containerd/containerd/pull/3798) from estesp/common-indentifiers
    * [`fdf7a795`](https://github.com/containerd/containerd/commit/fdf7a795bce4abb9488f19a9c4f71f944f0ab00c) Clarify requirements for identifiers validation
    * [`76aa4e54`](https://github.com/containerd/containerd/commit/76aa4e546ef4d3d8f35e525ebe93ec3ee879662a) Use common identifiers package with less restrictive regex
    * [`4d773952`](https://github.com/containerd/containerd/commit/4d7739527e1d7a328bfc31e905f9825c5b3afefc) Merge pull request  [#3796](https://github.com/containerd/containerd/pull/3796) from crosbymichael/cgo
    * [`84879b7c`](https://github.com/containerd/containerd/commit/84879b7c48bfbf33984a55054519ee122d7be3a7) Add CGO makefile flag
    * [`f9d8f0e5`](https://github.com/containerd/containerd/commit/f9d8f0e56ee43594ec529c4d28aec7be7343cd36) Merge pull request  [#3794](https://github.com/containerd/containerd/pull/3794) from fahedouch/server_test
    * [`7c016b65`](https://github.com/containerd/containerd/commit/7c016b655b54efd5a4bb97a5a3a0f92c0df9c06c) add tests to server_test
    * [`8f9eff4f`](https://github.com/containerd/containerd/commit/8f9eff4fec4da6a8236bd38af5999a383de95f1b) Support disk usage in windows snapshot.
    * [`257a7498`](https://github.com/containerd/containerd/commit/257a7498d00827fbca08078f664cc6b4be27d7aa) Merge pull request  [#3790](https://github.com/containerd/containerd/pull/3790) from ameyag/windows-shim-install
    * [`d21f0f11`](https://github.com/containerd/containerd/commit/d21f0f116e29e498eeebf8440e9f43a06cf39cfc) windows process shim installer
    * [`342ce3e6`](https://github.com/containerd/containerd/commit/342ce3e602d13a05b13c7cb642aba5996315e02f) Merge pull request  [#3789](https://github.com/containerd/containerd/pull/3789) from AkihiroSuda/vendor-20191030
    * [`a2688b97`](https://github.com/containerd/containerd/commit/a2688b972c36bc88407591898fb84f478d3790d2) bring back aufs and zfs
    * [`4a1a1bc6`](https://github.com/containerd/containerd/commit/4a1a1bc626830b0a9d0efc8ae154e30d3486d742) Merge pull request  [#3784](https://github.com/containerd/containerd/pull/3784) from tiborvass/ppc64
    * [`62b13256`](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
    * [`78be7366`](https://github.com/containerd/containerd/commit/78be736622e3eaf5b1f7c9030a930c0b916453bf) Return not found error if no platform matched.
    * [`d12b53a0`](https://github.com/containerd/containerd/commit/d12b53a072dd67aad37046bb4437043fe02d0419) ppc64: -buildmode=pie is not supported
    * [`cedd3cb1`](https://github.com/containerd/containerd/commit/cedd3cb16c37d266de18dfda1b8aed71b1d998e0) Merge pull request  [#3782](https://github.com/containerd/containerd/pull/3782) from mrueg/vndr-autocompl
    * [`5e558419`](https://github.com/containerd/containerd/commit/5e5584196b3ca6b9ccfd2fa8603a9b7d25746997) Makefile: Drop vndr whitelist
    * [`edb6f234`](https://github.com/containerd/containerd/commit/edb6f2344a3629ada21b0f267e4db87161e859db) Merge pull request  [#3780](https://github.com/containerd/containerd/pull/3780) from AkihiroSuda/1.1-eol
    * [`aeec80fc`](https://github.com/containerd/containerd/commit/aeec80fca165ab6217cd4c03fa59b1bee9cb0427) Merge pull request  [#3773](https://github.com/containerd/containerd/pull/3773) from Random-Liu/use-logrus-trace
    * [`20e844a2`](https://github.com/containerd/containerd/commit/20e844a227950952e110cf751a8efeb7dfcbf167) Use logrus trace support.
    * [`0c01992f`](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
    * [`66aa1d3e`](https://github.com/containerd/containerd/commit/66aa1d3ef6f69be075f6acf10123f7e8db9112c2) Add snapshot walk implementations
    * [`e8c14c07`](https://github.com/containerd/containerd/commit/e8c14c07c6d9c33df7484bdde4df166627b6b44a) Added filters to snapshots API
    * [`c59561a0`](https://github.com/containerd/containerd/commit/c59561a08ec1936d4632a6b4868110681216d160) Merge pull request  [#3763](https://github.com/containerd/containerd/pull/3763) from AkihiroSuda/disable-mknod00-in-userns
    * [`f05e19c5`](https://github.com/containerd/containerd/commit/f05e19c5c6fa330753b84fe200f887cb3d62df41) Merge pull request  [#3777](https://github.com/containerd/containerd/pull/3777) from Random-Liu/fix-containerd-config
    * [`f593efdf`](https://github.com/containerd/containerd/commit/f593efdf0c160037c9f831983f62537285739b03) RELEASES.md: 1.1 EOL
    * [`aaccfcbe`](https://github.com/containerd/containerd/commit/aaccfcbe2b8792e5fa3711811f3025562485e8bb) Fix `containerd config dump`.
    * [`c224edc5`](https://github.com/containerd/containerd/commit/c224edc5c6350026a7d35a09dce638b0f09e6d44) apply: use naive applier when running in UserNS
    * [`966b1b8e`](https://github.com/containerd/containerd/commit/966b1b8e30c9ccf7e0f3127da08d4db30133e3bc) Merge pull request  [#3775](https://github.com/containerd/containerd/pull/3775) from jterry75/vendor_hcsshim
    * [`37b56caf`](https://github.com/containerd/containerd/commit/37b56cafc63445721c4475eea4e0994de3ed5118) Add ctr metrics support for Windows/LCOW containers
    * [`178469e2`](https://github.com/containerd/containerd/commit/178469e2ae5b7edd9e55601415fe9f494ab22b9a) Update Microsoft/hcsshim vendor
    * [`4523ab73`](https://github.com/containerd/containerd/commit/4523ab734aff7fd4abc0b676b767b1026b826278) Merge pull request  [#3766](https://github.com/containerd/containerd/pull/3766) from estesp/move-autocomplete
    * [`0d8fc0a4`](https://github.com/containerd/containerd/commit/0d8fc0a487f82b922122ca0280fe1ba3d19b3803) Merge pull request  [#3767](https://github.com/containerd/containerd/pull/3767) from thaJeztah/bump_grpc
    * [`3bf461ae`](https://github.com/containerd/containerd/commit/3bf461ae8ebec194e333a54ec0dfc562b741112c) Move autocomplete files to contrib/
    * [`885232b7`](https://github.com/containerd/containerd/commit/885232b72f0b7ead6ffec76fe0adfda384572b6f) bump google.golang.org/grpc v1.23.1
    * [`3e3c5fe1`](https://github.com/containerd/containerd/commit/3e3c5fe129e4d25e5ec215439bc7a0986e49f995) Merge pull request  [#3759](https://github.com/containerd/containerd/pull/3759) from fuweid/me-update-vendor
    * [`36c4260e`](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
    * [`6356e55b`](https://github.com/containerd/containerd/commit/6356e55be002df80b98ba59ec98dfd0ece7ec80c) Update Golang 1.12.12 (CVE-2019-17596)
    * [`074b453a`](https://github.com/containerd/containerd/commit/074b453ac66797ab93d9570e826ef9c35b079b13) vendor: call vndr to remove useless pkgs and update vendor
    * [`9c86b8f5`](https://github.com/containerd/containerd/commit/9c86b8f5ed49c63b887fe94c369c3a797e79c91f) Merge pull request  [#3750](https://github.com/containerd/containerd/pull/3750) from ecordell/202-accepted-response
    * [`7177af84`](https://github.com/containerd/containerd/commit/7177af84acdddfb3e36b7982cbac982bc7a8d5d5) Allow 202 response code for commit
    * [`acdcf13d`](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
    * [`d52cbc19`](https://github.com/containerd/containerd/commit/d52cbc19be7a8bb4937e52a57cf32ff2ea3bcb31) snapshots/native: ignore xattr errors during CopyDir
    * [`57cfc902`](https://github.com/containerd/containerd/commit/57cfc902606e2d601d4fd910291ccbd391234446) Merge pull request  [#3743](https://github.com/containerd/containerd/pull/3743) from crosbymichael/v2blocking
    * [`f8cca26f`](https://github.com/containerd/containerd/commit/f8cca26f3c0aea485841e96e3b524acc7ef6f4c1) Handle large output in v2 shim with TTY
    * [`6af355f3`](https://github.com/containerd/containerd/commit/6af355f3c7a2c1577d5e5e7b769ec26870ad21e9) Merge pull request  [#3744](https://github.com/containerd/containerd/pull/3744) from crosbymichael/test-flags
    * [`d5b7bf51`](https://github.com/containerd/containerd/commit/d5b7bf51aa7dc6217fea04e3e3b6e43289a25746) Move flag.Parse in tests to TestMain
    * [`38937f06`](https://github.com/containerd/containerd/commit/38937f0607267f2effc76bc8fd4855e75ab8eb17) Merge pull request  [#3718](https://github.com/containerd/containerd/pull/3718) from crosbymichael/devperms
    * [`41028772`](https://github.com/containerd/containerd/commit/41028772ba66f921c2c4d4972337e936e9a49b0b) Merge pull request  [#3741](https://github.com/containerd/containerd/pull/3741) from crosbymichael/localfs
    * [`54257bb5`](https://github.com/containerd/containerd/commit/54257bb5e6681971ce6521e88fad1f5da9d7c72c) Add local-fs.target to service file
    * [`a6d3f4d3`](https://github.com/containerd/containerd/commit/a6d3f4d30bcdebc97d10bdfefaf34ea00c77165f) Add device opts to ctr --privileged
    * [`a6a0c8b6`](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
    * [`ffcb1cc9`](https://github.com/containerd/containerd/commit/ffcb1cc9be3eda8478d75c46ca02928db43b2693) Fix delete error code on the containerd daemon side.
    * [`772aaf12`](https://github.com/containerd/containerd/commit/772aaf127ad8b311c5db7baafb31b5a3bc0e3a9f) Merge pull request  [#3729](https://github.com/containerd/containerd/pull/3729) from seemethere/fix_man
    * [`036db34f`](https://github.com/containerd/containerd/commit/036db34f37617d6a02f07b04fc2d35a91732c6e3) build: Fix manpage generation
    * [`c0c6b511`](https://github.com/containerd/containerd/commit/c0c6b511792575fd07d1b1c63e9c2f36f8d1ffb0) Merge pull request  [#3730](https://github.com/containerd/containerd/pull/3730) from Random-Liu/fix-error-code
    * [`06be794c`](https://github.com/containerd/containerd/commit/06be794cb228a5df073545d366965000ca25f3a4) Fix shim delete error code.
    * [`614c0858`](https://github.com/containerd/containerd/commit/614c0858f2a8db9ee0c788a9164870069f3e53ed) Merge pull request  [#3728](https://github.com/containerd/containerd/pull/3728) from crosbymichael/dist-rm
    * [`c58e1e20`](https://github.com/containerd/containerd/commit/c58e1e20d6810beee6f4e6a375a63ba6d266db95) Merge pull request  [#3725](https://github.com/containerd/containerd/pull/3725) from fuweid/me-use-runtime-version
    * [`901bcb22`](https://github.com/containerd/containerd/commit/901bcb2231466229d27aee8d38a6e2fcdc95015e) Add distribution subpkgs to core
    * [`eaef634e`](https://github.com/containerd/containerd/commit/eaef634ef79d474d78713d637a593379618c5680) version: use runtime.Version() directly
    * [`25947db0`](https://github.com/containerd/containerd/commit/25947db049b058fcbce291ef883b8b512e3ea440) Add support for spec generation with host devices
    * [`8d0d1ebb`](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
    * [`635dbf25`](https://github.com/containerd/containerd/commit/635dbf251a8e325064bdc3695a373628b035ec38) Merge pull request  [#3720](https://github.com/containerd/containerd/pull/3720) from dmcgowan/fix-flaky-btrfs
    * [`ea8cb3ac`](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
    * [`c0984941`](https://github.com/containerd/containerd/commit/c0984941e38447933a5599a7c8233ed8fc218622) adding go version to client description
    * [`fe947e83`](https://github.com/containerd/containerd/commit/fe947e83dce45d108bb364262a1ce2c56a3828c3) bump runc v1.0.0-rc9
    * [`77203259`](https://github.com/containerd/containerd/commit/772032598a4282a50ccee29e9cc23be88bd74b2f) Fix flaky btrfs test
    * [`2a6d13b2`](https://github.com/containerd/containerd/commit/2a6d13b2ca2d529103885cfc02e6cc57963eb439) Merge pull request  [#3719](https://github.com/containerd/containerd/pull/3719) from mxpv/lease_opts
    * [`e4e7e554`](https://github.com/containerd/containerd/commit/e4e7e554d5ddc8291f64be897b595ec0f9aa0d15) Make client's WithLease more flexible.
    * [`38a0013c`](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
    * [`18be6e37`](https://github.com/containerd/containerd/commit/18be6e37140e778dffd91804dab2bc66ba54493f) Use cached state instead of `runc state`.
    * [`be6bead4`](https://github.com/containerd/containerd/commit/be6bead423dccf804add1cbe4b053c260fba6579) Merge pull request  [#3712](https://github.com/containerd/containerd/pull/3712) from estesp/add-completion-docs
    * [`4c2d740a`](https://github.com/containerd/containerd/commit/4c2d740a2ae6a741be5f62fe81e5a4fd42927d65) Merge pull request  [#3713](https://github.com/containerd/containerd/pull/3713) from crosbymichael/runc-bump2
    * [`f277665e`](https://github.com/containerd/containerd/commit/f277665edba8c08ffc8ce9a9348d73a2765841a0) Bump runc to 1b8a1eeec3f337ab5d94f28980
    * [`e33f7038`](https://github.com/containerd/containerd/commit/e33f70385b6664e7fed5312b0972d6c38952162d) Add more detail on releases
    * [`309c9c25`](https://github.com/containerd/containerd/commit/309c9c25baa81db884645a9a1539f5a537b515d6) Merge pull request  [#3706](https://github.com/containerd/containerd/pull/3706) from mrueg/enable-autocmpl
    * [`a83ae300`](https://github.com/containerd/containerd/commit/a83ae3001616121085c0bc38e54cf53fa2dcf6b3) Merge pull request  [#3681](https://github.com/containerd/containerd/pull/3681) from crosbymichael/bump-cgroups
    * [`8ff5827e`](https://github.com/containerd/containerd/commit/8ff5827e98ee6efeee161421abdc6da48c8f27b4) Update cri and cgroup packages
    * [`10090237`](https://github.com/containerd/containerd/commit/100902378300d20063435ccd1581e3b722f1a2e8) Merge pull request  [#3705](https://github.com/containerd/containerd/pull/3705) from dmcgowan/limit-travis-release
    * [`b5fa55b0`](https://github.com/containerd/containerd/commit/b5fa55b0c2837d033614c2c2ab1488d097aec2a0) ctr: Enable shell autocompletion
    * [`45ce7356`](https://github.com/containerd/containerd/commit/45ce7356762cf7d7814f73c7ace479a3b60bf0cb) Limit travis release script to a single build
    * [`7f9530d9`](https://github.com/containerd/containerd/commit/7f9530d95b6450f5045fcfd7f3602a1ff2331336) Merge pull request  [#3703](https://github.com/containerd/containerd/pull/3703) from yuxiaobo96/containerd-my
    * [`0cb7e4d5`](https://github.com/containerd/containerd/commit/0cb7e4d5fdba013a2188578ffd6a38a2b0a2f8c1) Perfect documentations
    </p>
    </details>
    
    ### Changes from containerd/aufs
    <details><summary>4 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/btrfs
    <details><summary>7 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/cgroups
    <details><summary>181 commits</summary>
    <p>
    
    * [`318312a`](https://github.com/containerd/cgroups/commit/318312a373405e5e91134d8063d04d59768a1bff) Merge pull request  [#174](https://github.com/containerd/cgroups/pull/174) from thaJeztah/various_linting_issues_and_cleanup
    * [`8c0b12b`](https://github.com/containerd/cgroups/commit/8c0b12b6096915a825e64b0b3f49f03b25594943) remove dead code and rename unused arguments
    * [`c57858d`](https://github.com/containerd/cgroups/commit/c57858deb4216d293a509117a11cc277549b649f) address various linting issues
    * [`6341e46`](https://github.com/containerd/cgroups/commit/6341e46c389a00a8f9e9bd557f309064638a1402) utils.cleanPath() remove redundant filepath.Clean()
    * [`2a9c23a`](https://github.com/containerd/cgroups/commit/2a9c23a5251fd22ad083d6249f54cf1f2593b966) don't use sprintf for string-concatenation
    * [`6adf499`](https://github.com/containerd/cgroups/commit/6adf499f1b500e5ae21c12efe4b993b0b8548fb9) v2: goimports
    * [`382444c`](https://github.com/containerd/cgroups/commit/382444cb4cfabd102f143191d4edb61c0bfc3e83) v2: remove unneeded import
    * [`4ef69bc`](https://github.com/containerd/cgroups/commit/4ef69bc702db375e85c4aaae2c56ddc23adc18d1) Merge pull request  [#173](https://github.com/containerd/cgroups/pull/173) from adunham-stripe/adunham/writefile-eintr
    * [`44e3a02`](https://github.com/containerd/cgroups/commit/44e3a02a751f2a73d7d653e48125ff5f0aeb43ec) Retry file writes on EINTR errors
    * [`e9676da`](https://github.com/containerd/cgroups/commit/e9676da73eddf8ed2433f77aaf3b9cf8f0f75b8c) Merge pull request  [#169](https://github.com/containerd/cgroups/pull/169) from thaJeztah/bump_ebpf
    * [`447e499`](https://github.com/containerd/cgroups/commit/447e499cff673918567588779af8dd771630e0f2) Merge pull request  [#170](https://github.com/containerd/cgroups/pull/170) from thaJeztah/bump_go_1.13
    * [`ea44ac4`](https://github.com/containerd/cgroups/commit/ea44ac4c98b42941b9048352741dabc075a06f03) Merge pull request  [#172](https://github.com/containerd/cgroups/pull/172) from thaJeztah/bump_logrus
    * [`566c5a4`](https://github.com/containerd/cgroups/commit/566c5a43fc1b29174dd56a4590c8953079d22884) CI: update to go 1.13.12
    * [`ce216b2`](https://github.com/containerd/cgroups/commit/ce216b225c6a327c14b5569e06fba1fe3ce12460) vendor: update logrus v1.6.0 for Go 1.14 compatibility
    * [`9d7466e`](https://github.com/containerd/cgroups/commit/9d7466e3534bcc76678ed435f5c06922d99e3187) vendor: update cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775
    * [`544d8ea`](https://github.com/containerd/cgroups/commit/544d8ea40afe6e1a898293261c454043ed31c88f) Merge pull request  [#167](https://github.com/containerd/cgroups/pull/167) from egernst/typo
    * [`ff6e9c8`](https://github.com/containerd/cgroups/commit/ff6e9c8c63dde78d6b84182ae38dc9315fb202da) cpuset: typo fix for function name
    * [`80c669f`](https://github.com/containerd/cgroups/commit/80c669f4bad05817dd13e448a47783d6bb38811a) Merge pull request  [#166](https://github.com/containerd/cgroups/pull/166) from estesp/actions-badge
    * [`350791b`](https://github.com/containerd/cgroups/commit/350791b421edcf85ccb9fbc68487c1a22d788c6f) Update build status badge to Actions CI
    * [`07e657c`](https://github.com/containerd/cgroups/commit/07e657ceed64c8686c7ffe0d35efc34fd806c1a6) Merge pull request  [#165](https://github.com/containerd/cgroups/pull/165) from estesp/move-to-ghactions
    * [`1388c90`](https://github.com/containerd/cgroups/commit/1388c909d1286b9da8ff55872c18268720dcc2c0) Migrate CI to GitHub Actions
    * [`56813a8`](https://github.com/containerd/cgroups/commit/56813a8f106c2608077e2c7d3caf9e4f65719013) Merge pull request  [#163](https://github.com/containerd/cgroups/pull/163) from chenjiandongx/master
    * [`905dd2d`](https://github.com/containerd/cgroups/commit/905dd2db645798658bb49d9ac7d8a13ffc1854b0) Update README.md
    * [`0dbf7f0`](https://github.com/containerd/cgroups/commit/0dbf7f05ba59274095946e2c0c89540726e8a8aa) Merge pull request  [#160](https://github.com/containerd/cgroups/pull/160) from AkihiroSuda/carry-150
    * [`f9dd635`](https://github.com/containerd/cgroups/commit/f9dd6352282798d3f6aa892553181c015c6a4103) v2/stats: add all fields of memory.events
    * [`31aeab7`](https://github.com/containerd/cgroups/commit/31aeab73ea3efb8564714654e80e8cdb1920aaf9) rename fail_cnt to events_max
    * [`a71db09`](https://github.com/containerd/cgroups/commit/a71db092e405de1fd4db43b78e5f6f6b628cb33a) Added support fo memory.events stats - failCnt
    * [`5d27576`](https://github.com/containerd/cgroups/commit/5d2757656685d9b3fa1e9fe2ac0eb7e391ee7380) Merge pull request  [#162](https://github.com/containerd/cgroups/pull/162) from Jordy24/add-parameter-validation-checks
    * [`33c0891`](https://github.com/containerd/cgroups/commit/33c0891e862dcdcdd90984cecd6167cae4770b69) add nil check
    * [`666f4a0`](https://github.com/containerd/cgroups/commit/666f4a009ffb2741d4d3884aead4dfc17497c2d6) Merge pull request  [#158](https://github.com/containerd/cgroups/pull/158) from AkihiroSuda/fix-event-chan
    * [`d77cdc4`](https://github.com/containerd/cgroups/commit/d77cdc42998ffb8adc38cb14962b1ef14ae733cf) Merge pull request  [#159](https://github.com/containerd/cgroups/pull/159) from AkihiroSuda/fix-vagrant
    * [`7a4b407`](https://github.com/containerd/cgroups/commit/7a4b4074b7d191f77c127d185d7d04488f961962) v2: fix EventChan
    * [`45229ee`](https://github.com/containerd/cgroups/commit/45229ee60b6d744a01351e14d6948c44aca15672) fix Vagrant on Travis (switch to KVM)
    * [`7fc7a50`](https://github.com/containerd/cgroups/commit/7fc7a507c04cc4c10f439c904e3bcd785ec37003) Merge pull request  [#154](https://github.com/containerd/cgroups/pull/154) from dcantah/v1_register_memory_events
    * [`0b707e8`](https://github.com/containerd/cgroups/commit/0b707e8f3451569eca9a8e81a80d1fc484133b1b) Implement registering for other memory notifications besides oom
    * [`53ba563`](https://github.com/containerd/cgroups/commit/53ba5634dc0f0e43af83e83fd486311d2051b939) Merge pull request  [#155](https://github.com/containerd/cgroups/pull/155) from thaJeztah/bump_runtime_spec
    * [`3fa15cd`](https://github.com/containerd/cgroups/commit/3fa15cd969e077f83b09c3ef86ce9c957ce7fbb8) update runtime-spec v1.0.2
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/console
    <details><summary>8 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/continuity
    <details><summary>35 commits</summary>
    <p>
    
    * [`efbc448`](https://github.com/containerd/continuity/commit/efbc4488d8fe1bdc16bde3b2d2990d9b3a899165) Merge pull request  [#156](https://github.com/containerd/continuity/pull/156) from estesp/disable-travis
    * [`e2d0145`](https://github.com/containerd/continuity/commit/e2d014531cd9518ff6da95703f4f9895c3394975) Remove travis config
    * [`daa8e1c`](https://github.com/containerd/continuity/commit/daa8e1ccc0bcac5cd7d44046b0ea71e7831012ec) Merge pull request  [#155](https://github.com/containerd/continuity/pull/155) from estesp/gh-actions-ci
    * [`8c3ce1b`](https://github.com/containerd/continuity/commit/8c3ce1b3ae914b0f92d03138cfe8ff4a1169336a) Update CI to use GitHub Actions
    * [`6629113`](https://github.com/containerd/continuity/commit/6629113df58078d4d286df5cf79378ef84dcc525) Update linting to use golangci-lint
    * [`9365a1b`](https://github.com/containerd/continuity/commit/9365a1b01a63247561eab02c7d5914a554736c69) Fix golangci-lint errors
    * [`f1c9af8`](https://github.com/containerd/continuity/commit/f1c9af8e2a206bd1b9f06b2c7d250deaf4791cf7) Merge pull request  [#154](https://github.com/containerd/continuity/pull/154) from mikebrow/cleanup-nits
    * [`f681eac`](https://github.com/containerd/continuity/commit/f681eac03c784dd57e8046e8e3948d4d44294629) reduce code complexity
    * [`6728803`](https://github.com/containerd/continuity/commit/6728803c1b2fbe0b63edfccea8c664af8f5df4e1) update AUTHORS
    * [`f265cff`](https://github.com/containerd/continuity/commit/f265cff0764e5f8155e80d532db78f617e08e021) fix gofmt issues
    * [`cf53015`](https://github.com/containerd/continuity/commit/cf53015a8bae42a53c5725e0d9bef11fde50694e) Merge pull request  [#153](https://github.com/containerd/continuity/pull/153) from tomfaulhaber/empty-file-fix
    * [`5a33969`](https://github.com/containerd/continuity/commit/5a339690f8eb7d69926093db01be5f1272ec0c8f) Add a comment to clarify that we're handling the empty file case
    * [`11900e8`](https://github.com/containerd/continuity/commit/11900e88c487c2e28650d44cc88a95e86734f01c) Fix sameFile() to recognize empty files as the same
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/cri
    <details><summary>401 commits</summary>
    <p>
    
    * [`4e6644c8`](https://github.com/containerd/cri/commit/4e6644c8cf7fb825f62e0007421b7d83dfeab5a1) Merge pull request  [#1551](https://github.com/containerd/cri/pull/1551) from thaJeztah/bump_kubernetes_1.19.0-rc.4
    * [`0619de41`](https://github.com/containerd/cri/commit/0619de413ce10c26502571acf170fbe920104715) Merge pull request  [#1555](https://github.com/containerd/cri/pull/1555) from thaJeztah/bump_golang_1.13.15
    * [`34596c9c`](https://github.com/containerd/cri/commit/34596c9c906d964b52a2ac7cfb8bae724c52aae2) Bump Golang 1.13.15
    * [`5c6c6b2a`](https://github.com/containerd/cri/commit/5c6c6b2ac754ff14ac6908f6c9405a84416d27a8) Merge pull request  [#1550](https://github.com/containerd/cri/pull/1550) from thaJeztah/bump_containerd_v1.4.0-rc.0
    * [`a8b6b6b0`](https://github.com/containerd/cri/commit/a8b6b6b065d93581e8c7327606f631507a8ff03e) Merge pull request  [#1549](https://github.com/containerd/cri/pull/1549) from thaJeztah/bump_golang_1.13.14
    * [`ecbdffc9`](https://github.com/containerd/cri/commit/ecbdffc9c556ed0c32a57f4618a7f1006d5b41e3) vendor: update kubernetes v1.19.0-rc.4
    * [`968d44d1`](https://github.com/containerd/cri/commit/968d44d1bced3859625b4a0d1183bd9e8dfbd979) vendor: golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
    * [`e018d6fa`](https://github.com/containerd/cri/commit/e018d6fa41eb2029c2cbe26e48dc9a5965add4fc) vendor: golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
    * [`bee6ab5a`](https://github.com/containerd/cri/commit/bee6ab5a15877923129835569b48e987c09fcb3a) vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
    * [`117c1699`](https://github.com/containerd/cri/commit/117c169992ff63d246b38e4899b5a4b2e6d844af) vendor: containerd v1.4.0-rc.0
    * [`fd030873`](https://github.com/containerd/cri/commit/fd030873acd685dea0f5d419e35d50f6d4de4d6d) vendor: opencontainers/runc v1.0.0-rc91-48-g67169a9d
    * [`78e52774`](https://github.com/containerd/cri/commit/78e52774192fc9dd34a0b756bc848007c4b9094b) vendor: containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
    * [`93a03cc8`](https://github.com/containerd/cri/commit/93a03cc8100975a7e423d986a4b417c2be2b2d95) vendor: json-iterator/go v1.1.10
    * [`bfba0f28`](https://github.com/containerd/cri/commit/bfba0f2840ee6c98e64f0bec634ff8307558bbbf) Bump Golang 1.13.14
    * [`8871d5cd`](https://github.com/containerd/cri/commit/8871d5cdf8102a7d5989c307f2a366946feb54ee) Merge pull request  [#1548](https://github.com/containerd/cri/pull/1548) from AkihiroSuda/remove-libseccomp-dependency
    * [`7332e2ad`](https://github.com/containerd/cri/commit/7332e2ad2e5f064b3de9f364f38f3d4ad10db935) remove libseccomp cgo dependency
    * [`858a7662`](https://github.com/containerd/cri/commit/858a766264ee4a58656f6258e9d4b47d3ed4745c) Merge pull request  [#1547](https://github.com/containerd/cri/pull/1547) from mikebrow/containerd-list-podid-should-search
    * [`8a2d1cc8`](https://github.com/containerd/cri/commit/8a2d1cc802e60e3c93c606270b92978c036fb432) adds support for pod id lookup for filter
    * [`c209d013`](https://github.com/containerd/cri/commit/c209d013cbc5508c77534b8c1789ca5191de8b9e) Merge pull request  [#1545](https://github.com/containerd/cri/pull/1545) from ktock/ssdoc
    * [`fe9bb8da`](https://github.com/containerd/cri/commit/fe9bb8da657671b31eecd3092f1519df641d5c40) Merge branch 'master' into ssdoc
    * [`63400c76`](https://github.com/containerd/cri/commit/63400c769422618e2998823ec548671cf3e150b1) Merge pull request  [#1543](https://github.com/containerd/cri/pull/1543) from ktock/discard-content
    * [`0f99e0f5`](https://github.com/containerd/cri/commit/0f99e0f53e744044c5c0f9fef74ac8908df27364) Merge pull request  [#1542](https://github.com/containerd/cri/pull/1542) from sachaos/master
    * [`4c8164bc`](https://github.com/containerd/cri/commit/4c8164bccf35b134ad9864409882105ade5b3c85) Specify version = 2 & fix wrong key in registry.md (GCR example)
    * [`375dd762`](https://github.com/containerd/cri/commit/375dd7625530ff11ed858a1157837eaab0422bba) Add description about `disable_snapshot_annotations` to configuration doc
    * [`c80660b8`](https://github.com/containerd/cri/commit/c80660b82b1df9965c2e399fa61a62c088e152a6) Allow GC to discard content after successful pull and unpack
    * [`b51177bf`](https://github.com/containerd/cri/commit/b51177bfcc31371761fb19ffd028a19fb0d69d3a) Vendor containerd d184a0a3430dc4a17a47cce37fb36126ac0c699a
    * [`8448b92d`](https://github.com/containerd/cri/commit/8448b92d237e877bed1e4aa7a0baf0dee234dbcb) Merge pull request  [#1534](https://github.com/containerd/cri/pull/1534) from crosbymichael/selinux-range
    * [`0443a13d`](https://github.com/containerd/cri/commit/0443a13da7f6f38f4bb4ed7cccfe3c47ccceb614) Merge pull request  [#1535](https://github.com/containerd/cri/pull/1535) from lumjjb/updatecri-doc
    * [`e080f845`](https://github.com/containerd/cri/commit/e080f845376c772a4a7830ffbb27acb23854a436) Merge pull request  [#1539](https://github.com/containerd/cri/pull/1539) from mikebrow/windows-ci-force-bash
    * [`fad87288`](https://github.com/containerd/cri/commit/fad87288f8c26b7fcb65be1c010432565ff44cbc) switching to windows-2016 latest is breaking due to wsl conflict with bash
    * [`f93b7253`](https://github.com/containerd/cri/commit/f93b72530f51e04c1210d656f7db70ab9c70419b) Update doc cri plugin convention
    * [`5f5d954b`](https://github.com/containerd/cri/commit/5f5d954b6af907cfffb1364526cf0d1d5dcc13b9) add selinux category range to config
    * [`9b06da47`](https://github.com/containerd/cri/commit/9b06da47731bb4d499a2ab0f53c643fce766c3d0) update selinux to 1.6.0 release
    * [`fcda0cf4`](https://github.com/containerd/cri/commit/fcda0cf4a7e70f0317238b09556329239321353b) Merge pull request  [#1529](https://github.com/containerd/cri/pull/1529) from AkihiroSuda/allow-disabling-hugepages
    * [`707d2c49`](https://github.com/containerd/cri/commit/707d2c49d1c71c1d0b24bd5e757bf72376cc0de1) allow disabling hugepages
    * [`1d3b9c5b`](https://github.com/containerd/cri/commit/1d3b9c5b80dd716ab4aa74e3eaf3c4e5f50136dd) Merge pull request  [#1532](https://github.com/containerd/cri/pull/1532) from jsturtevant/update-pause-image-ref
    * [`2bb0b19c`](https://github.com/containerd/cri/commit/2bb0b19c4b61dee3a3d36c3040c519cd6805fd15) Update to latest pause image for windows
    * [`5df93a03`](https://github.com/containerd/cri/commit/5df93a038acc017abaab0b037fa7d03dfcab9fe0) Merge pull request  [#1531](https://github.com/containerd/cri/pull/1531) from mikebrow/nit-for-default-config
    * [`4b3974c4`](https://github.com/containerd/cri/commit/4b3974c4e95b06006d780c267ef6f928a4e389ef) show runc options tag
    * [`a01750d8`](https://github.com/containerd/cri/commit/a01750d89af991c37906165f8d6f68ceb5903730) Merge pull request  [#1530](https://github.com/containerd/cri/pull/1530) from hckuo/fix-doc-for-runtime-options
    * [`904ab30f`](https://github.com/containerd/cri/commit/904ab30f9dc3bc33974daca112b7024609417436) Fix doc for runtime specifc options
    * [`0fa3cfd6`](https://github.com/containerd/cri/commit/0fa3cfd6952fb432677dcff7d76b8f68be23db04) Merge pull request  [#1440](https://github.com/containerd/cri/pull/1440) from jr-santos98/master
    * [`c69a2dc7`](https://github.com/containerd/cri/commit/c69a2dc7457d9d55ce0e8385fb8be12eb653add4) Checking if a variable already exists
    * [`ecf335ad`](https://github.com/containerd/cri/commit/ecf335ad65ebe25fd3fb53cd4b21d92cbc46b8bf) added multi-architectures support
    * [`8fb244a6`](https://github.com/containerd/cri/commit/8fb244a65baad2457e6c8658db18ed28b1f77cfe) Merge pull request  [#1525](https://github.com/containerd/cri/pull/1525) from containerd/forcibly-remove-sandbox-container
    * [`0c45d132`](https://github.com/containerd/cri/commit/0c45d1329249d6a21149599adcbc885066c0a230) move up to latest cri-tools
    * [`5f50692d`](https://github.com/containerd/cri/commit/5f50692d3dd7764a30a99688818df55caf8262a1) Merge pull request  [#1524](https://github.com/containerd/cri/pull/1524) from mikebrow/verbose-dco-check
    * [`4549b94e`](https://github.com/containerd/cri/commit/4549b94eca5fb64c6ca8f28ae637490305cf6de4) gofmt cleanup
    * [`287c52d1`](https://github.com/containerd/cri/commit/287c52d1c67921dc29c8ef5a5a5d0e2ba722bb75) Forcibly stop running containers before removal
    * [`f427791c`](https://github.com/containerd/cri/commit/f427791c60570fe1afcdf6a5a50eaa6080adad6c) set dco check to verbose
    * [`aa0f4fd3`](https://github.com/containerd/cri/commit/aa0f4fd37b82a273156d35a7e13831bd0940ab99) Merge pull request  [#1521](https://github.com/containerd/cri/pull/1521) from AkihiroSuda/revendor-libcontainer
    * [`fb208d01`](https://github.com/containerd/cri/commit/fb208d015a7aca677e08c4f84ce95592189426df) vendor runc v1.0.0-rc91
    * [`1bc5ba3f`](https://github.com/containerd/cri/commit/1bc5ba3f484ecae7feb3156ad0e3760b728de66e) Merge pull request  [#1519](https://github.com/containerd/cri/pull/1519) from AkihiroSuda/config-fix-toml-tag
    * [`fe6833a9`](https://github.com/containerd/cri/commit/fe6833a9a4511f271ae0a7dcd052d3c5c050d3d7) config: TolerateMissingHugePagesCgroupController -> TolerateMissingHugetlbController
    * [`b69d7bdc`](https://github.com/containerd/cri/commit/b69d7bdc5fa9f61532819029c864cd3724a79db6) config: fix TOML tag for TolerateMissingHugePagesCgroupController
    * [`8e0b789c`](https://github.com/containerd/cri/commit/8e0b789c9ade07497283546c0bde0fb5f99310cb) Merge pull request  [#1520](https://github.com/containerd/cri/pull/1520) from AkihiroSuda/fix-ci-apt-get-update
    * [`4049a912`](https://github.com/containerd/cri/commit/4049a912f32d19245c02dc57cc104b5657845fa1) CI: run apt-get update befor apt-get install
    * [`c2191fdd`](https://github.com/containerd/cri/commit/c2191fddd79234024bfc47d3c3eeba1833b82dc1) Merge pull request  [#1513](https://github.com/containerd/cri/pull/1513) from brianpursley/state-name
    * [`aa04fc9d`](https://github.com/containerd/cri/commit/aa04fc9d538653a3513d8e855e5d32453d86781e) Change "failed to stop sandbox" error message to use state name instead of numeric value
    * [`09d6426f`](https://github.com/containerd/cri/commit/09d6426f33cac217528158ddc6d254ca7d597a7b) Merge pull request  [#1511](https://github.com/containerd/cri/pull/1511) from kevpar/named-pipe-mounts
    * [`210561a8`](https://github.com/containerd/cri/commit/210561a8e3b1c4905b8162c808f92cb5caa4b876) Support named pipe mounts for Windows containers
    * [`682d1583`](https://github.com/containerd/cri/commit/682d158399ed7c58c1bc8dd4f5282c4446c0aba3) Merge pull request  [#1517](https://github.com/containerd/cri/pull/1517) from mikebrow/fix-e2e-bucket
    * [`f5c7ac92`](https://github.com/containerd/cri/commit/f5c7ac92724405806eb4e330ecab8f4350601089) fix for image pull linter change
    * [`05cd9428`](https://github.com/containerd/cri/commit/05cd942875e06e344decf01bddf0f2660d04055a) hard set kubernetes version not in vendor.conf anymore
    * [`98aadbbe`](https://github.com/containerd/cri/commit/98aadbbe56369ebafa03b6e08ad53859580313f1) Merge pull request  [#1463](https://github.com/containerd/cri/pull/1463) from dims/remove-dependencies-on-k8s.io/kubernetes
    * [`3ee62de2`](https://github.com/containerd/cri/commit/3ee62de2bf318939c38a863dd6e61fe18f790225) remove unused method
    * [`cbb7c28f`](https://github.com/containerd/cri/commit/cbb7c28f195ea256fce8b5e21e7ae1403901438c) Add copyright headers
    * [`0d18d1ee`](https://github.com/containerd/cri/commit/0d18d1ee38afad93fcbe1411bee82e4960703e55) Drop k8s.io/kubernetes
    * [`6007c354`](https://github.com/containerd/cri/commit/6007c354a6e3514ee28f717658b6233b8aaa815b) Copy kubernetes/pkg/kubelet/util
    * [`e2072b71`](https://github.com/containerd/cri/commit/e2072b71ccdbf62a38e5e1b583cd403c66cdf727) Copy kubernetes/pkg/util/bandwidth
    * [`bb828a9f`](https://github.com/containerd/cri/commit/bb828a9f841cc6d1a8630101f2dcfb3f624eac80) Make copy of pkg/kubelet/cri/remote
    * [`2909022a`](https://github.com/containerd/cri/commit/2909022a6e0cb173a0f6e75063c180cc24dfac6c) Make local copy of kubelet/cri/streaming
    * [`b8f7b9f6`](https://github.com/containerd/cri/commit/b8f7b9f692d137ba1403a4a87ec12d22452cd370) Merge pull request  [#1515](https://github.com/containerd/cri/pull/1515) from AkihiroSuda/golang-1.13.12
    * [`22b55461`](https://github.com/containerd/cri/commit/22b55461b3a65bada4eeb8ed01ffed6f766819e6) Merge pull request  [#1514](https://github.com/containerd/cri/pull/1514) from dims/update-kubernetes-to-1.19.0-beta.2
    * [`c4205721`](https://github.com/containerd/cri/commit/c4205721eeeed817f9be32964a75232adb4e691c) Update vendor/ directory
    * [`41f184f1`](https://github.com/containerd/cri/commit/41f184f15b1395f12982546df029a93d99e7b521) Update vendor.conf to kubernetes 1.19.0-beta.2
    * [`548d987f`](https://github.com/containerd/cri/commit/548d987fc2d27e82dc5ff729f3615f727324f7d0) Bump Golang 1.13.12
    * [`4f8a5807`](https://github.com/containerd/cri/commit/4f8a580795344b0f4c1146a3abce0409962f3890) Merge pull request  [#1510](https://github.com/containerd/cri/pull/1510) from crosbymichael/selinux-bump
    * [`713205b3`](https://github.com/containerd/cri/commit/713205b3699426076c6f8234a89d27de8fe8d5d5) bump selinux dep
    * [`61648227`](https://github.com/containerd/cri/commit/61648227141a843ce71ecaf25997cf8d37c31c5a) Merge pull request  [#1508](https://github.com/containerd/cri/pull/1508) from janosi/sctp-hostport
    * [`b661ad71`](https://github.com/containerd/cri/commit/b661ad711eaeb78f30574c31635a9ce5f1a67707) Merge pull request  [#1504](https://github.com/containerd/cri/pull/1504) from lorenz/ignore-image-defined-volumes
    * [`26dc5b97`](https://github.com/containerd/cri/commit/26dc5b9772f8e23c7cf96034648b3394551e5087) Merge pull request  [#1505](https://github.com/containerd/cri/pull/1505) from dcantah/windows-cred-spec
    * [`479dfbac`](https://github.com/containerd/cri/commit/479dfbac453a6af15bb871a1efc23339772b3a3f) Remove the protocol filter from the portMappings constructor.
    * [`9620b2e1`](https://github.com/containerd/cri/commit/9620b2e1dae368382e59109e437b99f05fdec577) Add GMSA Credential Spec passing
    * [`ae8200bf`](https://github.com/containerd/cri/commit/ae8200bf93e9eda91d1c8b40dc14257ec0bdea02) Merge pull request  [#1499](https://github.com/containerd/cri/pull/1499) from webwurst/patch-1
    * [`3290b86a`](https://github.com/containerd/cri/commit/3290b86a8ce04e612fbc0b09042eba3d6ad5d400) Merge pull request  [#1506](https://github.com/containerd/cri/pull/1506) from cpuguy83/registry_headers
    * [`5a1d49b0`](https://github.com/containerd/cri/commit/5a1d49b0632f3e91da9f78c79a34403876a04b1d) Add option for ignoring volumes defined in images
    * [`c694c631`](https://github.com/containerd/cri/commit/c694c63176e68c9d7b25bdf4a40c1e254ffc269d) Add config for registry http headers
    * [`098e0400`](https://github.com/containerd/cri/commit/098e040014aa8e413c7419f7e6db1db51e7133ff) Fix typo
    * [`bc96548c`](https://github.com/containerd/cri/commit/bc96548c7bd65784d9e6967162518f04333f447d) Merge pull request  [#1502](https://github.com/containerd/cri/pull/1502) from mikebrow/nginx-timing-problem
    * [`e56347aa`](https://github.com/containerd/cri/commit/e56347aabc6b5b26aaf6033826e791d1f3b43ab4) move up to latest critools pick up nginx fix
    * [`62c91260`](https://github.com/containerd/cri/commit/62c91260d2f43b57fff408a9263a800b7a06a647) Merge pull request  [#1501](https://github.com/containerd/cri/pull/1501) from dims/tolerate-missing-hugetlb-cgroups-controller
    * [`d7ce093d`](https://github.com/containerd/cri/commit/d7ce093d63d059f9dd13cffeb5fb14e1f3abccb7) Tolerate missing HugeTLB cgroups controller
    * [`8898550e`](https://github.com/containerd/cri/commit/8898550e348932e406049e937d98fb7564ac4e7a) Merge pull request  [#1498](https://github.com/containerd/cri/pull/1498) from mxpv/base
    * [`17c61e36`](https://github.com/containerd/cri/commit/17c61e36cb5ed6ee59d27074e6be7e08663646fa) Fix cgroups path for base OCI spec
    * [`df8d6c5b`](https://github.com/containerd/cri/commit/df8d6c5b7b58ab43846e289caccf27b065126da0) Update documentation for base OCI spec files
    * [`8d54f397`](https://github.com/containerd/cri/commit/8d54f397534c737023c7d41c12e0202e140710a6) Allow specify base OCI runtime spec
    * [`c7f25cb3`](https://github.com/containerd/cri/commit/c7f25cb3ae1edc1b2aaa4d117d17d281e904a1dd) Merge pull request  [#1490](https://github.com/containerd/cri/pull/1490) from mikebrow/document-gcr-json-key-auth
    * [`83b115af`](https://github.com/containerd/cri/commit/83b115af16cade2b2de642ff5f6ab885c3d4264c) Merge pull request  [#1497](https://github.com/containerd/cri/pull/1497) from mikebrow/add-commit-sha-to-log
    * [`e8148bb4`](https://github.com/containerd/cri/commit/e8148bb49b1ca7e4a11e8270d28737cd213a8f99) would like to have the commit sha in the logs
    * [`f8380958`](https://github.com/containerd/cri/commit/f8380958c16849ee89f1f7fcf05b1138d1681f04) Merge pull request  [#1496](https://github.com/containerd/cri/pull/1496) from mikebrow/variable-cri-tools-version
    * [`c744b66a`](https://github.com/containerd/cri/commit/c744b66a3b655f140426f846cf64ef50ea8419c8) Merge pull request  [#1495](https://github.com/containerd/cri/pull/1495) from crosbymichael/cni-bump
    * [`b97a2f33`](https://github.com/containerd/cri/commit/b97a2f33b07dabac94dcf0cc4635ab686ddcb072) add support for setting CRITOOL_VERSION
    * [`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
    * [`a7ad3bc0`](https://github.com/containerd/cri/commit/a7ad3bc01f700377c55c727f8ecf21164ab9a405) add a registry auth tutorial
    * [`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.
    </p>
    </details>
    
    ### Changes from containerd/fifo
    <details><summary>10 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>15 commits</summary>
    <p>
    
    * [`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.
    </p>
    </details>
    
    ### Changes from containerd/go-runc
    <details><summary>8 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/imgcrypt
    <details><summary>71 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/ttrpc
    <details><summary>19 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/typeurl
    <details><summary>20 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### Changes from containerd/zfs
    <details><summary>3 commits</summary>
    <p>
    
    * [`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
    </p>
    </details>
    
    ### 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**                              1c8d4c9ef775 **_new_**
    * **github.com/containerd/aufs**                          f894a800659b -> 371312c1e31c
    * **github.com/containerd/btrfs**                         af5082808c83 -> 153935315f4a
    * **github.com/containerd/cgroups**                       c4b9ac5c7601 -> 318312a37340
    * **github.com/containerd/console**                       0650fd9eeb50 -> v1.0.0
    * **github.com/containerd/continuity**                    f2a389ac0a02 -> efbc4488d8fe
    * **github.com/containerd/cri**                           5d49e7e51b43 -> 4e6644c8cf7f
    * **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.1.0 **_new_**
    * **github.com/cpuguy83/go-md2man/v2**                    v2.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.9 **_new_**
    * **github.com/fullsailor/pkcs7**                         8306686428a5 **_new_**
    * **github.com/go-logr/logr**                             v0.2.0 **_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.5
    * **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.10
    * **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-rc92
    * **github.com/opencontainers/runtime-spec**              29686dbc5559 -> 4d89ac9fbff6
    * **github.com/opencontainers/selinux**                   v1.2.2 -> v1.6.0
    * **github.com/pkg/errors**                               v0.8.1 -> v0.9.1
    * **github.com/prometheus/client_golang**                 f4fb1b73fb09 -> v1.6.0
    * **github.com/prometheus/client_model**                  99fa1f4be8e5 -> v0.2.0
    * **github.com/prometheus/common**                        89604d197083 -> v0.9.1
    * **github.com/prometheus/procfs**                        cb4147076ac7 -> v0.0.11
    * **github.com/russross/blackfriday/v2**                  v2.0.1 **_new_**
    * **github.com/shurcooL/sanitized_anchor_name**           v1.0.0 **_new_**
    * **github.com/sirupsen/logrus**                          v1.4.1 -> v1.6.0
    * **github.com/urfave/cli**                               v1.22.0 -> v1.22.1
    * **github.com/willf/bitset**                             d5bec3311243 **_new_**
    * **go.etcd.io/bbolt**                                    v1.3.3 -> v1.3.5
    * **golang.org/x/crypto**                                 5c40567a22f8 -> 75b288015ac9
    * **golang.org/x/net**                                    f3200d17e092 -> ab3426394381
    * **golang.org/x/oauth2**                                 0f29369cfe45 -> 858c2ad4c8b6
    * **golang.org/x/sys**                                    9eafafc0a87e -> ed371f2e16b4
    * **golang.org/x/text**                                   19e51611da83 -> v0.3.3
    * **golang.org/x/time**                                   85acf8d2951c -> 555d28b269f0
    * **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.19.0-rc.4
    * **k8s.io/apimachinery**                                 kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/apiserver**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/client-go**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/cri-api**                                      kubernetes-1.16.0-rc.2 -> v0.19.0-rc.4
    * **k8s.io/klog/v2**                                      v2.2.0 **_new_**
    * **k8s.io/utils**                                        c2654d5206da -> 2df71ebbae66
    * **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)
    
    
  • v1.4.0-rc.0
    containerd 1.4.0-rc.0
    
    Welcome to the v1.4.0-rc.0 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)
    * **Deprecate `io.containerd.runtime.v1.*` and `io.containerd.runc.v1`** [#4384](https://github.com/containerd/containerd/pull/4384)
    
    ### 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)
    * **Use spec's mountLabel when mounting container rootfs** [#4051](https://github.com/containerd/containerd/pull/4051)
    * **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)
    * **Add namespace query parameter when using a registry proxy** [#4413](https://github.com/containerd/containerd/pull/4413)
    
    ### 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)
    * **Remove libseccomp requirement, seccomp support is now always built-in** [#4439](https://github.com/containerd/containerd/pull/4439)
    
    ### 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
    * Akihiro Suda
    * Sebastiaan van Stijn
    * Mike Brown
    * Lantao Liu
    * Wei Fu
    * Boris Popovschi
    * Derek McGowan
    * Maksym Pavlenko
    * Brandon Lum
    * Davanum Srinivas
    * Stefan Berger
    * Rui Chen
    * Stefan Berger
    * Brian Goff
    * Kohei Tokunaga
    * Kir Kolyshkin
    * Paul "TBBle" Hampson
    * Shengjing Zhu
    * Justin Terry
    * Kazuyoshi Kato
    * Li Yuxuan
    * Fahed Dorgaa
    * Gaurav Singh
    * Hu Shuai
    * Xiaodong Ye
    * Jie Hao Liao
    * Johannes Frey
    * Ted Yu
    * Eric Ren
    * Erik Sipsma
    * Fupan Li
    * Joakim Roubert
    * Mario Macias
    * Sam Whited
    * Sascha Grunert
    * Tõnis Tiigi
    * Alex Price
    * Antonio Ojea
    * Byonggon Chun
    * Daniel Canter
    * Darren Shepherd
    * Ed Bartosh
    * Eric Ernst
    * George Goh
    * Junior Santos
    * Kathryn Baldauf
    * Kenta Tada
    * Kevin Parsons
    * Manuel Rüger
    * Seth Pellegrino
    * Shengjing Zhu
    * Stephen J Day
    * Tibor Vass
    * Tom Faulhaber
    * xianlubird
    * Abhishek Kulkarni
    * Alex Ellis (OpenFaaS Ltd)
    * Ameya Gawde
    * Andrew Dunham
    * Angela Li
    * Arnaud Rebillout
    * Ashray Jain
    * Avi Deitcher
    * Brian Pursley
    * Chethan Suresh
    * Chris C
    * Daniel Bevenius
    * Dave Syer
    * Drew Erny
    * Eli Uriegas
    * Erik Wilson
    * Evan Cordell
    * Fabricio Voznika
    * Florian Schmaus
    * Gábor Lipták
    * Haitao Li
    * HsuanChi (Austin) Kuo
    * Ivan Markin
    * James Sturtevant
    * Jintao Zhang
    * Johann Neuhauser
    * John Millikin
    * Jordan Karaze
    * Joris De Winne
    * Josh Dolitsky
    * Justin Cormack
    * Justin Hutchings
    * Kiril Vladimiroff
    * Laszlo Janosi
    * Lifubang
    * Lorenz Brun
    * Lucas Kanashiro
    * Mario Macias
    * Martin Hickey
    * Mihai Coman
    * Mikko Ylinen
    * Morgan Bauer
    * Murat
    * Nick Ethier
    * Nishchay Kumar
    * Peng Tao
    * Philip Marin
    * Reid Li
    * Rudy Zhang
    * SaiHarshaK
    * Seth Bunce
    * Sherif
    * Shiwei Zhang
    * SiYu Zhao
    * Stanislav Levin
    * Takumasa Sakao
    * Thibaut Collet
    * Tobias Bradtke
    * Tobias Klauser
    * Tom Wieczorek
    * Ulysses Souza
    * Wilbert van de Ridder
    * Yikun Jiang
    * Zhiyu Li
    * dingdongx
    * sayaoailun
    * yang yang
    * yuxiaobo
    * 张潇
    * 徐敏才
    
    ### Changes
    
    * [`85b15eff`](https://github.com/containerd/containerd/commit/85b15eff4581d7e5e3bccb40fdd4f35b6946f545) Merge pull request  [#4449](https://github.com/containerd/containerd/pull/4449) from dmcgowan/prepare-1.4.0-rc.0
    * [`62885592`](https://github.com/containerd/containerd/commit/6288559231a5c01aeeba316b5be2bfd0c02a3434) Prepare 1.4.0-rc.0 release
    * [`666198cd`](https://github.com/containerd/containerd/commit/666198cd2a3e5c0973118cfa6532b459b4494fa2) Merge pull request  [#4446](https://github.com/containerd/containerd/pull/4446) from kzys/devmapper-platform
    * [`74e9aa7a`](https://github.com/containerd/containerd/commit/74e9aa7abbea1ba4e88d3fe4a28713f27e008538) snapshots/devmapper: don't hardcord the platform strings
    * [`0f08a55d`](https://github.com/containerd/containerd/commit/0f08a55d6b62409e3568b976e4d0a8927846d435) Merge pull request  [#4413](https://github.com/containerd/containerd/pull/4413) from dmcgowan/registry-proxy-ns
    * [`adeba792`](https://github.com/containerd/containerd/commit/adeba792f16bff6d8f68d560566ed50202634bac) Add namespace query parameter for registry proxying
    * [`49837814`](https://github.com/containerd/containerd/commit/49837814b3167d99b15965cab0673fedf0fcd953) Merge pull request  [#4433](https://github.com/containerd/containerd/pull/4433) from Yikun/enable-new-nodeset
    * [`bd92d567`](https://github.com/containerd/containerd/commit/bd92d567a52c59e38e56c70eae6abf5adf74f8f0) Merge pull request  [#4442](https://github.com/containerd/containerd/pull/4442) from estesp/noop-deps
    * [`5a190c70`](https://github.com/containerd/containerd/commit/5a190c707790abea694b09765bb859ca88fe0b7d) Remove seccomp/Linux deps steps in GH Actions
    * [`6162ae93`](https://github.com/containerd/containerd/commit/6162ae93db564f05cc257d4d7597289a091ed611) Merge pull request  [#4439](https://github.com/containerd/containerd/pull/4439) from AkihiroSuda/cri-20200731
    * [`6988b4d6`](https://github.com/containerd/containerd/commit/6988b4d640d0a709dd60732d6351801057da2ec7) remove `seccomp` buildtag
    * [`362b7167`](https://github.com/containerd/containerd/commit/362b7167a71b7e32ae9f9c784c8afe0b66287605) vendor: update cri (no more libseccomp cgo dependency)
    * [`df8352f1`](https://github.com/containerd/containerd/commit/df8352f1ff4c787312e7805a6e2ec6686adbda5f) Merge pull request  [#4335](https://github.com/containerd/containerd/pull/4335) from ktock/sn-doc
    * [`4a96be97`](https://github.com/containerd/containerd/commit/4a96be97958fd662ba058042de69cd0fd59aae3e) Merge pull request  [#4431](https://github.com/containerd/containerd/pull/4431) from TBBle/import_manifest_for_test_binary
    * [`fa1220fc`](https://github.com/containerd/containerd/commit/fa1220fce33f35f91a65aa36541a2c42c213ecc2) Merge pull request  [#4436](https://github.com/containerd/containerd/pull/4436) from tonistiigi/tokenscopes-public
    * [`03b5a053`](https://github.com/containerd/containerd/commit/03b5a053ea0e00414fb90bc567ceacb3157eab11) remotes: mark GetTokenScopes public
    * [`779ef602`](https://github.com/containerd/containerd/commit/779ef60231a555f7eb9ba82b052d59b69ca2ef10) Merge pull request  [#4435](https://github.com/containerd/containerd/pull/4435) from tao12345666333/update-runc
    * [`b43a01a2`](https://github.com/containerd/containerd/commit/b43a01a221a92d6f507e3a34c42929cdb82a3c27) Change nodeset to `ubuntu-xenial-arm64-openlab`
    * [`c2a6f180`](https://github.com/containerd/containerd/commit/c2a6f180d7a4b43fdbf59f144192b510d8c194f8) Merge pull request  [#4428](https://github.com/containerd/containerd/pull/4428) from thaJeztah/bump_continuity
    * [`d4b17275`](https://github.com/containerd/containerd/commit/d4b17275d637e8f2954b00fd493f9ebfca3ff10e) Merge pull request  [#4384](https://github.com/containerd/containerd/pull/4384) from AkihiroSuda/deprecate-legacy-shims
    * [`04b98bb0`](https://github.com/containerd/containerd/commit/04b98bb0eed3a2f8baee83c34571e3a7b5afdcc6) Deprecate legacy shims
    * [`40b22ef0`](https://github.com/containerd/containerd/commit/40b22ef0741028917761d8c5d5d29e0d19038836) Merge pull request  [#4429](https://github.com/containerd/containerd/pull/4429) from crosbymichael/task-spec
    * [`9a3e95d3`](https://github.com/containerd/containerd/commit/9a3e95d351a382685d701af6209730c85172c766) Merge pull request  [#4430](https://github.com/containerd/containerd/pull/4430) from crosbymichael/ctr-cpus
    * [`b8702318`](https://github.com/containerd/containerd/commit/b87023185403dd4806cfe1496f7bcbd57a5db832) vendor runc library to v1.0.0-rc91-48-g67169a9d
    * [`02afa942`](https://github.com/containerd/containerd/commit/02afa94256dc3585634fd4c522d8616328305f12) Add --cpus flag to ctr
    * [`aa56cfc0`](https://github.com/containerd/containerd/commit/aa56cfc0a8a1b79e6e2322a0327db1f536a89419) Import Windows manifest into test build, rather than copying by script
    * [`eb6354a1`](https://github.com/containerd/containerd/commit/eb6354a1186044e9cbcf2c7086b2647be679ebbe) Merge pull request  [#4427](https://github.com/containerd/containerd/pull/4427) from TBBle/test_improvements
    * [`5b162741`](https://github.com/containerd/containerd/commit/5b1627410df39295b69c4a0b47239591d09050b2) vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
    * [`1ec1e9ea`](https://github.com/containerd/containerd/commit/1ec1e9eabfbf3290e2a69b9a787a24c318535c14) Add Windows 10/Windows Server 2004 for integration tests
    * [`faa4ff56`](https://github.com/containerd/containerd/commit/faa4ff56e41793dfa22041b89ba2c838bacd5714) Usefully fail tests with unknown or bad Windows Build version
    * [`3795dd41`](https://github.com/containerd/containerd/commit/3795dd41aefc833e5647d397baf8712af89278b5) Always report server log from verbose integration test runs
    * [`4318f93f`](https://github.com/containerd/containerd/commit/4318f93f9cbe6a943b1155a3d458c49ff1da1578) Add Spec() method to task
    * [`d184a0a3`](https://github.com/containerd/containerd/commit/d184a0a3430dc4a17a47cce37fb36126ac0c699a) Merge pull request  [#4414](https://github.com/containerd/containerd/pull/4414) from dmcgowan/discard-content
    * [`67f19bfd`](https://github.com/containerd/containerd/commit/67f19bfdd8b878d42e5e9ad39cc9816aaec50728) Merge pull request  [#4388](https://github.com/containerd/containerd/pull/4388) from AkihiroSuda/fix-mount-wait-no-child-processes
    * [`3c2a77bd`](https://github.com/containerd/containerd/commit/3c2a77bd7956efa1dc6681ca7c9b6869ddc4ee38) Merge pull request  [#4421](https://github.com/containerd/containerd/pull/4421) from crosbymichael/selinux-range
    * [`cf99e16c`](https://github.com/containerd/containerd/commit/cf99e16cd0fcc86213e2528d1c724ccf9d99fe5d) Merge pull request  [#4420](https://github.com/containerd/containerd/pull/4420) from mikebrow/cni-config-update
    * [`3611efdc`](https://github.com/containerd/containerd/commit/3611efdcefe5237f49cd454fa2e3a7bc7b52ef5a) update cri to 8448b92d237e877bed1e4aa7a0baf0dee234
    * [`1b320bcc`](https://github.com/containerd/containerd/commit/1b320bcc269c49f844cbe75b641090c894bdc9a6) update for cni config
    * [`c2081369`](https://github.com/containerd/containerd/commit/c2081369c504e799e355e3e107519994894f9915) Add doc about remote snapshotter
    * [`403dc83a`](https://github.com/containerd/containerd/commit/403dc83a291684a7d5b7b0e4dfcd60b82a7518ae) mount: retry executing the helper binary on ECHILD
    * [`1a571fcf`](https://github.com/containerd/containerd/commit/1a571fcf1b0b3bf8839a012f550c2f5eff084f12) Merge pull request  [#4374](https://github.com/containerd/containerd/pull/4374) from kzys/suspend-devmapper
    * [`59e1aa96`](https://github.com/containerd/containerd/commit/59e1aa963fd823b72e0096dec47b3a2ec73c4634) Merge pull request  [#4407](https://github.com/containerd/containerd/pull/4407) from AkihiroSuda/cri-20200720
    * [`2cc2414e`](https://github.com/containerd/containerd/commit/2cc2414ec5ff4735c572921aa6cd61ecdd7ebd5a) Merge pull request  [#4412](https://github.com/containerd/containerd/pull/4412) from cpuguy83/shim2_event_cancelled
    * [`97c081c8`](https://github.com/containerd/containerd/commit/97c081c84b8298b767bb61c4e4d9f7d0f091662c) Merge pull request  [#4410](https://github.com/containerd/containerd/pull/4410) from TBBle/minor_windows_fixes
    * [`e6306f9f`](https://github.com/containerd/containerd/commit/e6306f9fdf26c9d3f71e63949029656c86b95f35) Merge pull request  [#4401](https://github.com/containerd/containerd/pull/4401) from smowafy/parse-id-mappings
    * [`06fb93e0`](https://github.com/containerd/containerd/commit/06fb93e0f07b878b0c377fe6d14d83be12c37c17) Reject host-mode networking on Windows
    * [`ca15cb0d`](https://github.com/containerd/containerd/commit/ca15cb0d81a0b89b656b96858648730b328830a1) Fix incorrect (cut-and-paste) method comment
    * [`c8b14ae4`](https://github.com/containerd/containerd/commit/c8b14ae4c01e620dc84704dd4b6a080eed0dc62e) Set content labels based on content type
    * [`d7b9cb00`](https://github.com/containerd/containerd/commit/d7b9cb00198600574ea8ac6db62ea8bdd076e466) shim: move event context timeout to publsher
    * [`ec05460c`](https://github.com/containerd/containerd/commit/ec05460c1de5492c5c1f6b4ff63c6b25675e2ce4) Merge pull request  [#4408](https://github.com/containerd/containerd/pull/4408) from AkihiroSuda/cgroup2-runc
    * [`b97c660e`](https://github.com/containerd/containerd/commit/b97c660e1631da37aa48df4c91f5d82c96d69120) cgroup2 CI: add RUNC_FLAVOR=runc
    * [`1a7bbd1f`](https://github.com/containerd/containerd/commit/1a7bbd1f71ccef5941437a4ee31e2c3da64d732f) vendor: update containerd/cri
    * [`96099550`](https://github.com/containerd/containerd/commit/96099550b5da68493e5df3c71541cc6f65d65e4d) parseIDMapping: accept 32-bit IDs
    * [`e818fe27`](https://github.com/containerd/containerd/commit/e818fe27ce4da809fa9706d3e7d40ba242f8d2cd) Merge pull request  [#4346](https://github.com/containerd/containerd/pull/4346) from AkihiroSuda/ci-cgroup2
    * [`c2c9f442`](https://github.com/containerd/containerd/commit/c2c9f4420a9c19072bd296e09479c6377d389e3e) Merge pull request  [#4398](https://github.com/containerd/containerd/pull/4398) from thaJeztah/bump_golang_1.13.14
    * [`089672ff`](https://github.com/containerd/containerd/commit/089672fff437a3c7b566ca41e2ea418a377b595d) Bump Golang 1.13.14
    * [`4feb8c46`](https://github.com/containerd/containerd/commit/4feb8c462393ce6834dda9e3464c4fee8ee73232) Merge pull request  [#4383](https://github.com/containerd/containerd/pull/4383) from dims/update-to-go-systemd-and-selinux-deps
    * [`c383436a`](https://github.com/containerd/containerd/commit/c383436af75e3b3db3dc42f12e76f53f766647e2) snapshots/devmapper: suspend a device to avoid data corruption
    * [`56c440ec`](https://github.com/containerd/containerd/commit/56c440ec7f854d9885e1a9e82bb945677ba96f9a) Merge pull request  [#4393](https://github.com/containerd/containerd/pull/4393) from TBBle/annotate_bare_errnotimplemented
    * [`71f11db8`](https://github.com/containerd/containerd/commit/71f11db8a3015346620014981a31e5792f652aac) Annotate bare ErrNotImplemented returns
    * [`061d338e`](https://github.com/containerd/containerd/commit/061d338ec2589f7c923f1d36a1359e3ff971a9a4) CI: run CRI tests on Fedora 32
    * [`4318fa9c`](https://github.com/containerd/containerd/commit/4318fa9c1f0d355a63879443a0519ed8e58cdd92) Merge pull request  [#4376](https://github.com/containerd/containerd/pull/4376) from AkihiroSuda/test-v1-shim
    * [`3560a453`](https://github.com/containerd/containerd/commit/3560a453e4435a8d0b9382c5e631c68644dd0671) Merge pull request  [#4385](https://github.com/containerd/containerd/pull/4385) from AkihiroSuda/fix-cri-dead-link
    * [`decbb049`](https://github.com/containerd/containerd/commit/decbb0499705e08d4e93534487314d4418c4b4c7) RELEASES.md: fix a dead link
    * [`f4ebe02f`](https://github.com/containerd/containerd/commit/f4ebe02f98d6c0872632c18e98f3bba51260ced8) Merge pull request  [#4377](https://github.com/containerd/containerd/pull/4377) from AkihiroSuda/ci-remove-unreferenced-variable
    * [`b2ee4320`](https://github.com/containerd/containerd/commit/b2ee43206b24543d20a3a6590ae68eb343225257) CI: add back shim v1 test
    * [`c4418bb3`](https://github.com/containerd/containerd/commit/c4418bb3a83ba14371b663d9b56f1b7d4c511ccc) CI: remove an unreferenced variable
    * [`212c2983`](https://github.com/containerd/containerd/commit/212c29833f0757c21782392367cf403c41b5d534) Updates to go-systemd and selinux
    * [`c763f3af`](https://github.com/containerd/containerd/commit/c763f3afc2e80c877561189ea4a72405b02ad6b3) Merge pull request  [#4380](https://github.com/containerd/containerd/pull/4380) from estesp/clashing-containerds
    * [`b47c7ec2`](https://github.com/containerd/containerd/commit/b47c7ec274ff34488409f767a3026a0e0c0750e3) Update to later version of critools with timing fix.
    * [`7af3d7e1`](https://github.com/containerd/containerd/commit/7af3d7e17685975d50f1619a9da2c83bee6c08f3) Don't clash with GH Actions runner's containerd
    * [`d2776ef6`](https://github.com/containerd/containerd/commit/d2776ef6bcc534f354c600f464f3e8ca0c2a3658) Merge pull request  [#4375](https://github.com/containerd/containerd/pull/4375) from AkihiroSuda/go-1.13.13
    * [`c520f819`](https://github.com/containerd/containerd/commit/c520f819a2be661477a7f7d7be8182d24c70ff73) Bump Go 1.13.13
    * [`4bec2dbd`](https://github.com/containerd/containerd/commit/4bec2dbd4f23be6d3bc034330df72e45eedc1838) Merge pull request  [#4373](https://github.com/containerd/containerd/pull/4373) from tonistiigi/darwin-variant-log
    * [`7119a2a1`](https://github.com/containerd/containerd/commit/7119a2a152edcf517a6cbc3271794c720bff2bd8) platforms: don’t log arm variant error on darwin
    * [`5d470fa2`](https://github.com/containerd/containerd/commit/5d470fa23bf969e16b25212703b7a9902dd6cda7) Merge pull request  [#4372](https://github.com/containerd/containerd/pull/4372) from dmcgowan/prepare-1.4-beta.2
    * [`fc044851`](https://github.com/containerd/containerd/commit/fc0448518678e9e41e49c91613a57fcc4c23970e) Update version to 1.4.0-beta.2
    * [`9cd02b59`](https://github.com/containerd/containerd/commit/9cd02b59531e0230f3b63774bd100c78aec5e410) Merge pull request  [#4371](https://github.com/containerd/containerd/pull/4371) from thaJeztah/bump_cgroups
    * [`cc493eba`](https://github.com/containerd/containerd/commit/cc493eba3fdf1f1756a8bc6a5f486a8e384da0ac) vendor: containerd/cgroups 318312a373405e5e91134d8063d04d59768a1bff
    * [`a6697c1d`](https://github.com/containerd/containerd/commit/a6697c1d5f1d00f3e56048503aef8aa70b9b4170) Merge pull request  [#4369](https://github.com/containerd/containerd/pull/4369) from estesp/step-title
    * [`3f427d3d`](https://github.com/containerd/containerd/commit/3f427d3d6359101ac3539723e378a62dea088abb) Merge pull request  [#4367](https://github.com/containerd/containerd/pull/4367) from gaurav1086/TestExchangeFilters_fix_deadlock
    * [`7855b0a7`](https://github.com/containerd/containerd/commit/7855b0a78151dce964460217eccf718dd0d0817c) Make title similar with other CI workflow jobs
    * [`852587cd`](https://github.com/containerd/containerd/commit/852587cd18c43f0b8086649865a0c9cad5403e03) [events/exchange_test] Fix deadlock in TestExchangeFilters
    * [`334f567e`](https://github.com/containerd/containerd/commit/334f567e0130b2734a3a5439f2bb644d14aa66e4) Merge pull request  [#4366](https://github.com/containerd/containerd/pull/4366) from murat-kilic/update-build-doc-for-golang-req
    * [`d47c0392`](https://github.com/containerd/containerd/commit/d47c0392dfeadd44582f96863aff898b593430b2) Updating build doc to require Go 1.13
    * [`4f979f06`](https://github.com/containerd/containerd/commit/4f979f0655149995464d5058cf855b62b89a6423) Merge pull request  [#4364](https://github.com/containerd/containerd/pull/4364) from AkihiroSuda/ci-v1-v2-clarity
    * [`09f45339`](https://github.com/containerd/containerd/commit/09f45339414dcc542a8ace4b6f01c8f300ca4337) CI: {v1, v2} -> io.containerd.runc.{v1,v2}
    * [`68b9b8f8`](https://github.com/containerd/containerd/commit/68b9b8f8961a59084176b0456e938c855b63de7c) Merge pull request  [#4259](https://github.com/containerd/containerd/pull/4259) from estesp/fuse-overlayfs
    * [`fa0f7cbb`](https://github.com/containerd/containerd/commit/fa0f7cbb41ec6e8a5937e79d8c35ae7d3df527cd) Merge pull request  [#4355](https://github.com/containerd/containerd/pull/4355) from fuweid/fix4342
    * [`422c401a`](https://github.com/containerd/containerd/commit/422c401a4866fae8543c7f771f41ea1195619dfb) Merge pull request  [#4353](https://github.com/containerd/containerd/pull/4353) from gaurav1086/TestExchangeBasic_fix_deadlock
    * [`5c695da7`](https://github.com/containerd/containerd/commit/5c695da77b0823df3b4a79100f0fb63f9ce6446b) Merge pull request  [#4362](https://github.com/containerd/containerd/pull/4362) from mikebrow/update-cri-enable-force-remove
    * [`d7e59b14`](https://github.com/containerd/containerd/commit/d7e59b141cfc608e89b80693862064daac19c28e) enable removecontainer to forcibly remove containers
    * [`3919dbcb`](https://github.com/containerd/containerd/commit/3919dbcba2aa6c9ced5e75a48eeb9f6d070d0181) Merge pull request  [#4357](https://github.com/containerd/containerd/pull/4357) from dims/update-runc-to-v1.0.0-rc91
    * [`963625d7`](https://github.com/containerd/containerd/commit/963625d7bcee468ced2f868a9de6dbb2c7506514) Update runc to v1.0.0-rc91
    * [`5e7751b1`](https://github.com/containerd/containerd/commit/5e7751b1d37187dd232adc47805bfb872c1e78f5) Merge pull request  [#4360](https://github.com/containerd/containerd/pull/4360) from AkihiroSuda/crun-014
    * [`f821b771`](https://github.com/containerd/containerd/commit/f821b771511e2843109d73f2adfcfb4b2920cfab) Merge pull request  [#4272](https://github.com/containerd/containerd/pull/4272) from dmcgowan/update-registry-host-config
    * [`c041970e`](https://github.com/containerd/containerd/commit/c041970e99dc3104a1f29e1c9733fe73df8a904c) update crun to v0.14
    * [`c91c72c8`](https://github.com/containerd/containerd/commit/c91c72c8670a3b88acb714bd9afd5632a8ac781c) Merge pull request  [#4239](https://github.com/containerd/containerd/pull/4239) from thaJeztah/md2manv2_urfave_bump
    * [`a6dd1f27`](https://github.com/containerd/containerd/commit/a6dd1f27d963801d8237d14b1caa61762a388628) update urfave/cli v1.22.1, go-md2man v2.0.0, blackfriday v2.0.1
    * [`68b736dd`](https://github.com/containerd/containerd/commit/68b736ddfc934649fa0af8913ef9c13a26d1422c) cio: should not open fifo for stderr if terminal
    * [`468d4e1c`](https://github.com/containerd/containerd/commit/468d4e1ccf4ccb1425cca6417a49837d15605c73) Merge pull request  [#4356](https://github.com/containerd/containerd/pull/4356) from estesp/actions-fixes
    * [`57a9f0b5`](https://github.com/containerd/containerd/commit/57a9f0b50d6a8dd6e01cd774d6e9fcdd786e5bb0) Minor actions fixes/updates
    * [`148cc8f7`](https://github.com/containerd/containerd/commit/148cc8f713e383f6fc8f1e598ecdd4978cfbcb16) [events] Fix deadlock in TestExchangeBasic
    * [`97a3f52c`](https://github.com/containerd/containerd/commit/97a3f52c6335f24cf7b32e0fcdc8b58e2513d7a7) Merge pull request  [#4351](https://github.com/containerd/containerd/pull/4351) from cpuguy83/pull_mediatype_debug
    * [`aa191def`](https://github.com/containerd/containerd/commit/aa191deff1ab80a0dd31538f04bb862591fce10b) Change log for unknown mt to debug
    * [`45c28f56`](https://github.com/containerd/containerd/commit/45c28f56b2fe37c92752714fbed76d3d1b22dbb6) Add ability to use remapper labels versus remapping snapshot helper
    * [`01a53c24`](https://github.com/containerd/containerd/commit/01a53c24b383b4ad991825616a03395b76443434) Merge pull request  [#4347](https://github.com/containerd/containerd/pull/4347) from Flowdalic/allow-rseq-seccomp
    * [`c76bf550`](https://github.com/containerd/containerd/commit/c76bf5504786ee4cfc7ba43c4ade1bae07c51ca2) Make unique snapshotter opt for label-assisted remapping
    * [`33179311`](https://github.com/containerd/containerd/commit/331793118fd9d23a6fa4a59c0a2aba4c5e24b197) allow user namespace remapping using snapshotters
    * [`e977564a`](https://github.com/containerd/containerd/commit/e977564a8b2bcf57d0c45b0e12b0ecedaeb4debb) seccomp: allow 'rseq' syscall in default seccomp profile
    * [`c7518074`](https://github.com/containerd/containerd/commit/c75180740937d4b2d44b9c1edc1c27b208e66e32) Merge pull request  [#4325](https://github.com/containerd/containerd/pull/4325) from c445/mountinfo-linux-double-quotes
    * [`492c0141`](https://github.com/containerd/containerd/commit/492c014136a301eff66a970311cd480d1d31228b) Merge pull request  [#4340](https://github.com/containerd/containerd/pull/4340) from AkihiroSuda/fix-4312
    * [`1127ffc7`](https://github.com/containerd/containerd/commit/1127ffc7400e2d1b438979fd782b7ed9c73e5c9b) Merge pull request  [#4207](https://github.com/containerd/containerd/pull/4207) from deitch/doc-content
    * [`e7f069e2`](https://github.com/containerd/containerd/commit/e7f069e2c337bf77d31b7460bda980482fdaf508) describe content flow and dependencies
    * [`f85375bb`](https://github.com/containerd/containerd/commit/f85375bbbd91a13774086065aaf97889a7d428dd) Merge pull request  [#4341](https://github.com/containerd/containerd/pull/4341) from thaJeztah/fix_cri_warnings
    * [`b96f5f4b`](https://github.com/containerd/containerd/commit/b96f5f4b524f58755ea18540513f80c99cc07b76) Fix deprecation warnings in CRI tests due to missing unix:// scheme
    * [`fd99b656`](https://github.com/containerd/containerd/commit/fd99b6566be4f2303e71274976e2cd6eee4553c0) decrease log level of cgroup2 ToggleController error when running in UserNS
    * [`c2f8011f`](https://github.com/containerd/containerd/commit/c2f8011ff84dc584f821f155d17f36bdf550a157) Merge pull request  [#4334](https://github.com/containerd/containerd/pull/4334) from AkihiroSuda/bbolt-1.3.5
    * [`e89500bc`](https://github.com/containerd/containerd/commit/e89500bcb0121365986f0404972ced64189e528a) Merge pull request  [#4333](https://github.com/containerd/containerd/pull/4333) from AkihiroSuda/golang-1.13.12
    * [`20b0e5b9`](https://github.com/containerd/containerd/commit/20b0e5b9d02955318c46e12911a3942b975f045b) Merge pull request  [#4336](https://github.com/containerd/containerd/pull/4336) from dims/explicitly-fail-apparmor-when-not-running-on-linux
    * [`2b0a994c`](https://github.com/containerd/containerd/commit/2b0a994ccc1693bb55fe050f8213ea73407c8c3e) explicitly fail apparmor when !linux
    * [`bebfbab0`](https://github.com/containerd/containerd/commit/bebfbab03163da35300c360504ce5df33a19a40d) vendor: update bbolt to v1.3.5
    * [`1a83f9a6`](https://github.com/containerd/containerd/commit/1a83f9a63883010a958b26b058fc4645f8838578) Bump Golang 1.13.12
    * [`03ab1b2c`](https://github.com/containerd/containerd/commit/03ab1b2cacdca0575cd432862eb36765707e7ffe) Add config for allowing GC to clean unpacked layers up
    * [`ee734e86`](https://github.com/containerd/containerd/commit/ee734e867ab9732a7c42028be1e8a8a76ac3da84) Add test case with backticks
    * [`bf672ccc`](https://github.com/containerd/containerd/commit/bf672cccee2a0baf4720ec534a738f6003c0e5a7) Merge pull request  [#4328](https://github.com/containerd/containerd/pull/4328) from thaJeztah/bump_x_text
    * [`fb80a49e`](https://github.com/containerd/containerd/commit/fb80a49ec111d11d2cd50743c00ecd8ebbb27c3a) Merge pull request  [#4327](https://github.com/containerd/containerd/pull/4327) from AkihiroSuda/fix-4326
    * [`ea068776`](https://github.com/containerd/containerd/commit/ea06877696c7c54606a3ff630e931696c96d4888) vendor: golang.org/x/text v0.3.3
    * [`f1a469a0`](https://github.com/containerd/containerd/commit/f1a469a03578b061af0991228fdd3171a75fc2c8) shim v2 runc: propagate options.Root to Cleanup
    * [`49b0743c`](https://github.com/containerd/containerd/commit/49b0743c1c07500a062a6996c8afba2dafc8c64e) Merge pull request  [#4324](https://github.com/containerd/containerd/pull/4324) from AkihiroSuda/fix-get-runtimeversion
    * [`8897e152`](https://github.com/containerd/containerd/commit/8897e152030ec3d6076558388f84e447a7be1b64) Add more test cases with single quotes
    * [`cb91b172`](https://github.com/containerd/containerd/commit/cb91b1724dec212db7ba68958f2b7aba8a4ceee9) Add testcase containing mountpoint with escaped backslash
    * [`87f9fdb0`](https://github.com/containerd/containerd/commit/87f9fdb06519594d8f26d6a20f85e79b9a35d8bf) Cope with double quotes in Linux Mountinfo
    * [`4c49ff88`](https://github.com/containerd/containerd/commit/4c49ff88c5b901fc3b45077c88af932fb7ad4e76) integration: assume TEST_RUNTIME to be io.containerd.runc.v2 by default
    * [`705b8527`](https://github.com/containerd/containerd/commit/705b8527d4945db601954246972674a25ed49347) Merge pull request  [#4323](https://github.com/containerd/containerd/pull/4323) from crosbymichael/cri-bump1.4x
    * [`785f4c5c`](https://github.com/containerd/containerd/commit/785f4c5cd98f4b9aa11401b229c33f53512ce08d) Bump CRI for 1.4x release
    * [`ae2f3fdf`](https://github.com/containerd/containerd/commit/ae2f3fdfd1a435fe83fb083e4db9fa63a9e0a13e) Merge pull request  [#4315](https://github.com/containerd/containerd/pull/4315) from fuweid/fix-4294
    * [`185ea541`](https://github.com/containerd/containerd/commit/185ea541d2254c734a5d123797868e8d3ac399f4) Merge pull request  [#4317](https://github.com/containerd/containerd/pull/4317) from KentaTada/modify-pdeathsignal-type
    * [`730b7a93`](https://github.com/containerd/containerd/commit/730b7a932e36472428e0c4147b6f794963c87033) Change the type of PdeathSignal
    * [`d656fa38`](https://github.com/containerd/containerd/commit/d656fa38ca32fc0e08f31b74169552f371bbd4e0) restart plugin: support binary log uri
    * [`834665d9`](https://github.com/containerd/containerd/commit/834665d9db028c8733479b5063e4fd477e549364) Merge pull request  [#4311](https://github.com/containerd/containerd/pull/4311) from rudyfly/upsteam_overlay_indexoff
    * [`7868e8d6`](https://github.com/containerd/containerd/commit/7868e8d6aab20a44dafe6f330aa8e2afadf3b750) Merge pull request  [#4309](https://github.com/containerd/containerd/pull/4309) from gaurav1086/waitForPid_fix_goroutine_leak
    * [`7fdcd07f`](https://github.com/containerd/containerd/commit/7fdcd07febba0aea18b543587897efd6744f62d1) Merge pull request  [#4310](https://github.com/containerd/containerd/pull/4310) from gaurav1086/process_io_fix_goroutine_leak
    * [`4e6d3860`](https://github.com/containerd/containerd/commit/4e6d38606cd3dd6dfaabd48b8eb4baaa63c9a140) Merge pull request  [#4313](https://github.com/containerd/containerd/pull/4313) from crosbymichael/allow-list
    * [`0f831093`](https://github.com/containerd/containerd/commit/0f831093ce6ed28a9bb21f839d3f369ca6be9113) Update usage of whitelist in project
    * [`d36810d6`](https://github.com/containerd/containerd/commit/d36810d66d87f08b09003b2e2455bcabe116ab08) overlay: use index=off to fix EBUSY on mount
    * [`7213cd89`](https://github.com/containerd/containerd/commit/7213cd89d659876c31468dd1c9f5c98ec16ecdcb) Process I/O: Fix goroutine leak
    * [`ae08491b`](https://github.com/containerd/containerd/commit/ae08491bff2fdef7a91ff9c2d9e532d2f63d4bbd) waitForPid: fix goroutine leak
    * [`38cb1c1a`](https://github.com/containerd/containerd/commit/38cb1c1a54e3180edd29933974d715b69334f0f1) Merge pull request  [#4303](https://github.com/containerd/containerd/pull/4303) from estesp/update-hcsshim-release-flow
    * [`8fcd5a1f`](https://github.com/containerd/containerd/commit/8fcd5a1f28438479b95e0cf692704f9563521386) Streamline hcs shim release flow
    * [`8f959d56`](https://github.com/containerd/containerd/commit/8f959d569af13f88184da0b2f62a2bb0f8ab0b4c) Merge pull request  [#4292](https://github.com/containerd/containerd/pull/4292) from cpuguy83/add_hcsshim_to_release_tar
    * [`7e98b43c`](https://github.com/containerd/containerd/commit/7e98b43cfaa8fd57b5f4abff66ff3bcd7453eb62) Merge pull request  [#4299](https://github.com/containerd/containerd/pull/4299) from estesp/update-cri-tools
    * [`ef0cf126`](https://github.com/containerd/containerd/commit/ef0cf12647a43070fd0e551bd05e23b27131bd4c) Match version used in CRI project
    * [`2be80f99`](https://github.com/containerd/containerd/commit/2be80f99970b9b294d4e9ae4c83f7c537924a7d9) Add windows hcsshim to release pipeline
    * [`7ce8a9d7`](https://github.com/containerd/containerd/commit/7ce8a9d7d3e0e972ad118c7f72203a79a6b29a38) Merge pull request  [#4204](https://github.com/containerd/containerd/pull/4204) from ashrayjain/aj/add-kill-retry
    * [`7121969f`](https://github.com/containerd/containerd/commit/7121969f2de77edce6074f1e30aeb01990fa999e) Merge pull request  [#4296](https://github.com/containerd/containerd/pull/4296) from dims/revendor-containerd-cri-for-tolerating-hugepages-cgroup
    * [`3e95727f`](https://github.com/containerd/containerd/commit/3e95727f390b530b91908aedf20a2769435d93bf) Make killing shims more resilient
    * [`e64b1482`](https://github.com/containerd/containerd/commit/e64b14820e4fea3544131d9487259f57880e2c94) Revendor CRI to 62c91260d2f43b57fff408a9263a800b7a06a647
    * [`3dd8242a`](https://github.com/containerd/containerd/commit/3dd8242a67a6ee9bff4cd22db5e2b95d1231dbf3) Add host specific headers
    * [`62dd1411`](https://github.com/containerd/containerd/commit/62dd14114d5452f772c2f487b6a292ef18ad6fe5) Merge pull request  [#4273](https://github.com/containerd/containerd/pull/4273) from AkihiroSuda/oomv2
    * [`2f601013`](https://github.com/containerd/containerd/commit/2f601013e67c49c446311f980f235c964293a87f) cgroup2: implement `containerd.events.TaskOOM` event
    * [`d9809bbb`](https://github.com/containerd/containerd/commit/d9809bbbe09851bb36c42c66bb0e9e68bb8f4827) Merge pull request  [#4293](https://github.com/containerd/containerd/pull/4293) from mxpv/revendor
    * [`62fd1750`](https://github.com/containerd/containerd/commit/62fd1750e2425a5837a71dc181c6db45080fd2ef) Revendor CRI to 8898550e348932e406049e937d98fb7564ac4e7a
    * [`4b5d7f66`](https://github.com/containerd/containerd/commit/4b5d7f66c9ca06250996f5ab6a8e573d5f091c87) Merge pull request  [#4290](https://github.com/containerd/containerd/pull/4290) from mxpv/ctr-oci
    * [`be23b965`](https://github.com/containerd/containerd/commit/be23b965e4e71092da4a05e67f12f5f0a5b8684d) Merge pull request  [#4291](https://github.com/containerd/containerd/pull/4291) from estesp/fix-release-markdown-length
    * [`2bc4e90f`](https://github.com/containerd/containerd/commit/2bc4e90f6f068aa679d89e454298c09328bed57a) Don't inadvertently clip release notes
    * [`636c533d`](https://github.com/containerd/containerd/commit/636c533d95986b2e401a5fc8da50bd1ece4e4791) Add ctr subcommand to print default OCI spec
    * [`8e9ba837`](https://github.com/containerd/containerd/commit/8e9ba8376ec25a6158719118a97a99a3555d0fd8) Merge pull request  [#4271](https://github.com/containerd/containerd/pull/4271) from cpuguy83/actions_add_windows_integration
    * [`27f1e0d9`](https://github.com/containerd/containerd/commit/27f1e0d9edd3443f12cbe8acfa9bc8f7ac43d767) Merge pull request  [#4283](https://github.com/containerd/containerd/pull/4283) from hs0210/work
    * [`137abe4e`](https://github.com/containerd/containerd/commit/137abe4ef906e61229260c3164d0c275c28d2bf5) Merge pull request  [#4282](https://github.com/containerd/containerd/pull/4282) from estesp/add-release-action
    * [`77bc7530`](https://github.com/containerd/containerd/commit/77bc753024ac3ed0da699ead3acb985979494515) Merge pull request  [#4289](https://github.com/containerd/containerd/pull/4289) from dmcgowan/next-1.4-beta
    * [`230cf6de`](https://github.com/containerd/containerd/commit/230cf6dedaa25ffb0bbd8072c53e1205187d8368) Add unit test for func in remotes/docker/handler.go
    * [`bb2b2825`](https://github.com/containerd/containerd/commit/bb2b2825b6fcdfb1b2c119eaa08fa0a8dbdace37) Add release GH Action triggered by signed tag
    * [`8f1ddb14`](https://github.com/containerd/containerd/commit/8f1ddb1428577783079f23a0399d448753cc05ce) Update release for 1.4.0-beta.1
    * [`26f7df14`](https://github.com/containerd/containerd/commit/26f7df1466d2bfd3510e6b2dccc16b91f1c7fded) Merge pull request  [#4288](https://github.com/containerd/containerd/pull/4288) from crosbymichael/cri-bump
    * [`c376f4f7`](https://github.com/containerd/containerd/commit/c376f4f7639ca70285f5ac8a0368b52d4a6b3499) Move Windows testing to GH Actions
    * [`32262834`](https://github.com/containerd/containerd/commit/3226283470dbdaf7d5518620a9c68b67ac0b11f8) Fix client tests to work on Windows.
    * [`f0f49c6c`](https://github.com/containerd/containerd/commit/f0f49c6cab0244ce2a0ec8a065c5991165df1970) Merge pull request  [#4284](https://github.com/containerd/containerd/pull/4284) from jmillikin-stripe/cli-tls-flags
    * [`b8ccdcb0`](https://github.com/containerd/containerd/commit/b8ccdcb07dfcb8b8db691da28122e5ada880645c) Add `ctr` flags for configuring default TLS credentials.
    * [`c5273930`](https://github.com/containerd/containerd/commit/c5273930bd3976aa4b2560058d896115927e9b0c) Update CRI to 52c2c6b5df15790b671ebd6cbbc6039a4d30
    * [`4cbf59db`](https://github.com/containerd/containerd/commit/4cbf59db8249058a5e65fd556c04bb8108eae958) Merge pull request  [#4279](https://github.com/containerd/containerd/pull/4279) from AkihiroSuda/ci-cgroup2
    * [`af131d72`](https://github.com/containerd/containerd/commit/af131d725873472f2dca1adfe81192f1c30d479a) cgroup2 CI
    * [`1c58c5d4`](https://github.com/containerd/containerd/commit/1c58c5d440f424e2d192f35f02306c5dc1a1e8c9) Merge pull request  [#4277](https://github.com/containerd/containerd/pull/4277) from lucaskanashiro/fix-build-on-riscv64
    * [`e34bf08e`](https://github.com/containerd/containerd/commit/e34bf08e5891bb805aba7b80a35d4267721eaa0e) riscv64 arch does not support -buildmode=pie
    * [`7ef3c0f4`](https://github.com/containerd/containerd/commit/7ef3c0f47d322a12c543fbd96cdcb14b3c561644) Merge pull request  [#4275](https://github.com/containerd/containerd/pull/4275) from estesp/fix-image-usage
    * [`0c9b05fa`](https://github.com/containerd/containerd/commit/0c9b05fa60e9b3a8ab2b0eb0254833741a73db74) Fix image usage calculation error
    * [`84619ee9`](https://github.com/containerd/containerd/commit/84619ee99812fa865e19da85ffebcfaf890bbcb2) Fix configurations with no server provided
    * [`06b0cd45`](https://github.com/containerd/containerd/commit/06b0cd45ba7b40a80e239d66827f421c674f6e49) Fix nil pointer errors
    * [`4e08c2de`](https://github.com/containerd/containerd/commit/4e08c2de67ec514b5602eea47804d41dfeabdc72) Merge pull request  [#4269](https://github.com/containerd/containerd/pull/4269) from KentaTada/remove-unused-syscall
    * [`03755821`](https://github.com/containerd/containerd/commit/03755821d2b900827b1f07547d5d38ac7a94fd98) seccomp: remove the unused query_module(2)
    * [`d7c4bda3`](https://github.com/containerd/containerd/commit/d7c4bda3b199b0db590a2762ba95275943a07551) Merge pull request  [#4264](https://github.com/containerd/containerd/pull/4264) from thaJeztah/seccomp_allow_clock_adjtime
    * [`0f2b15b7`](https://github.com/containerd/containerd/commit/0f2b15b7af41896190fcb6e7b597be789c11756b) Merge pull request  [#4261](https://github.com/containerd/containerd/pull/4261) from gaurav1086/fix_docker_data_race
    * [`08147500`](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
    * [`49db7dfc`](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
    * [`5765991f`](https://github.com/containerd/containerd/commit/5765991f2c54eb7f65b47f17efaff273fe4de84c) seccomp: Whitelist `clock_adjtime`
    * [`db74d311`](https://github.com/containerd/containerd/commit/db74d3115ee35362935d584f0b7dd51faacc628f) unpacker: Fix data race and possible data corruption
    * [`23251825`](https://github.com/containerd/containerd/commit/2325182529cbc6ce824adcfe4396f5553ca521ad) docker: fix data race on err
    * [`d07a71b9`](https://github.com/containerd/containerd/commit/d07a71b97fce845a92917ba9db0d17669818110d) Bump Golang 1.13.11
    * [`b7cf3c68`](https://github.com/containerd/containerd/commit/b7cf3c68e7945056e1158cd8998b17b99cec8086) Merge pull request  [#4258](https://github.com/containerd/containerd/pull/4258) from estesp/codeql
    * [`0207b7ff`](https://github.com/containerd/containerd/commit/0207b7ff0ef1d960bda00c4624bc5be63f2b2f8d) Enable running CodeQL on PRs that modify Action
    * [`5425067e`](https://github.com/containerd/containerd/commit/5425067e8f20ca0144c230eb8c2434af79f39da6) Merge pull request  [#4256](https://github.com/containerd/containerd/pull/4256) from mxpv/nightly_pr
    * [`1a06884f`](https://github.com/containerd/containerd/commit/1a06884f1875096e7e1375d9023f4d769bb632d4) Add CodeQL Analysis workflow
    * [`563964e9`](https://github.com/containerd/containerd/commit/563964e9d57589ffbd19c18b11e0d4fa3e20dbf6) Trigger nightly builds on pull reuqest events
    * [`6312b52d`](https://github.com/containerd/containerd/commit/6312b52de5ad8fa5637e6d1a24954b68448303a9) Merge pull request  [#4245](https://github.com/containerd/containerd/pull/4245) from thaJeztah/remove_deprecated_dualstack
    * [`32985949`](https://github.com/containerd/containerd/commit/32985949d4f2f38a484c5021766251250764322b) Merge pull request  [#4242](https://github.com/containerd/containerd/pull/4242) from dmcgowan/1.4-beta
    * [`77ab0104`](https://github.com/containerd/containerd/commit/77ab0104e246861334075a0e238a799ba3469aa4) Add release notes for 1.4 beta
    * [`7fd23fe1`](https://github.com/containerd/containerd/commit/7fd23fe1430966f6d4d3de44f84d866681d8ca8f) Merge pull request  [#4254](https://github.com/containerd/containerd/pull/4254) from thaJeztah/bump_go_digest
    * [`6eeed18c`](https://github.com/containerd/containerd/commit/6eeed18cb4eade64ef89820ecd7b54683616f3e8) vendor: opencontainers/go-digest v1.0.0
    * [`7207226e`](https://github.com/containerd/containerd/commit/7207226e9d9aa6af9b48b681137139873b7c692d) Merge pull request  [#4253](https://github.com/containerd/containerd/pull/4253) from estesp/no-codecov-comment
    * [`7cdacdda`](https://github.com/containerd/containerd/commit/7cdacdda815c6281f0552eeb240584f238213c67) Set codecov to not comment on PRs
    * [`f13ba8f2`](https://github.com/containerd/containerd/commit/f13ba8f2f2fd27fc2172453434938170e7807149) Merge pull request  [#4247](https://github.com/containerd/containerd/pull/4247) from thaJeztah/bump_continuity
    * [`65df60b3`](https://github.com/containerd/containerd/commit/65df60b3c9cf08c1421f9d67fe23ca24f56a36fa) Merge pull request  [#4251](https://github.com/containerd/containerd/pull/4251) from thaJeztah/bump_cri
    * [`3e7bbb8a`](https://github.com/containerd/containerd/commit/3e7bbb8a491840ddc099749ea2af30c1796557f7) vendor: update containerd/cri, remove "docker/distribution" dependency
    * [`6038423b`](https://github.com/containerd/containerd/commit/6038423bdd2d920e47cfb5530c74b9d4342850af) Merge pull request  [#4250](https://github.com/containerd/containerd/pull/4250) from milkwine/master
    * [`9898dc2a`](https://github.com/containerd/containerd/commit/9898dc2a64b19a1685056fa173852d96e0fc1ee3) Code about `task` in "README.md" is out of date
    * [`f09e9990`](https://github.com/containerd/containerd/commit/f09e999099b1dd3cfef9a91e8a769fe8c160813f) vendor: containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
    * [`d9d1d5b6`](https://github.com/containerd/containerd/commit/d9d1d5b624cf997fba66b9ea3242584fbbfb3332) vendor: containerd/fifo f15a3290365b9d2627d189e619ab4008e0069caf
    * [`c5078a5b`](https://github.com/containerd/containerd/commit/c5078a5b7248c386557f89239fef27c19cc39b06) vendor: containerd/continuity d3ef23f19fbb106bb73ffde425d07a9187e30745
    * [`04985039`](https://github.com/containerd/containerd/commit/04985039cede6aafbb7dfb3206c9c4d04e2f924d) Merge pull request  [#4214](https://github.com/containerd/containerd/pull/4214) from payall4u/bugfix-check-not-exist
    * [`f03fc406`](https://github.com/containerd/containerd/commit/f03fc406ab6092d935d79a8adb3dbbf1e7443415) Merge pull request  [#4246](https://github.com/containerd/containerd/pull/4246) from thaJeztah/bump_cri
    * [`b437938d`](https://github.com/containerd/containerd/commit/b437938d2f237ba3cbb48242c773321c743edac5) Transfer error to ErrNotFound when kill a not exist container, also add test case.
    * [`2c77dc63`](https://github.com/containerd/containerd/commit/2c77dc63a42f6536e51b5cbb934c0893a4d2c4da) vendor: update containerd/cri to current master
    * [`a4f8be1d`](https://github.com/containerd/containerd/commit/a4f8be1d4343739227a1a32df039de519c9b388a) vendor: kubernetes v1.18.2
    * [`0d198fd0`](https://github.com/containerd/containerd/commit/0d198fd0965f4bba44468793e6b665671c3384d0) vendor: roll docker/distribution back to latest (v2.7.1) release
    * [`1b964049`](https://github.com/containerd/containerd/commit/1b9640496e846dc976339bd3f8ad2271c76e749c) ConfigureHosts: remove deprecated DualStack option
    * [`83084c93`](https://github.com/containerd/containerd/commit/83084c9328800291b430c0a27ef629a88e301a46) Merge pull request  [#4244](https://github.com/containerd/containerd/pull/4244) from dmcgowan/tagged-vendors
    * [`f5c5c08b`](https://github.com/containerd/containerd/commit/f5c5c08bedbd916b7b54e88e6c77a2984ed154b5) Merge pull request  [#4243](https://github.com/containerd/containerd/pull/4243) from AkihiroSuda/remove-beta-release-notes
    * [`e9e765d6`](https://github.com/containerd/containerd/commit/e9e765d6e555b3e362a47bdba6580cbcd3537661) Use tagged versions in vendor file
    * [`bd3210d2`](https://github.com/containerd/containerd/commit/bd3210d29e0db19ab229f1fbb4b80c018db389f3) remove releases/*-beta.toml
    * [`c80284d4`](https://github.com/containerd/containerd/commit/c80284d4b5291a351bb471bcdabb5c1d95e7a583) Merge pull request  [#4241](https://github.com/containerd/containerd/pull/4241) from crosbymichael/update-ttrpc-typeurl
    * [`d5d94afd`](https://github.com/containerd/containerd/commit/d5d94afd08644818ba5a37bb2a37edb0600709c1) Merge pull request  [#4238](https://github.com/containerd/containerd/pull/4238) from thaJeztah/what_is_the_cause
    * [`ed261720`](https://github.com/containerd/containerd/commit/ed261720c86d1e700cd5d39175128322baac6dda) Update ttrpc/typeurl to v1.0.1
    * [`dc92ad65`](https://github.com/containerd/containerd/commit/dc92ad65206d9c43ba87f483a794bc6566e83e91) Replace errors.Cause() with errors.Is()
    * [`834f58bd`](https://github.com/containerd/containerd/commit/834f58bd0cbeb1e3371f583b745ef0ad2fca238e) Merge pull request  [#4237](https://github.com/containerd/containerd/pull/4237) from thaJeztah/bump_pkg_errors
    * [`f212e7d1`](https://github.com/containerd/containerd/commit/f212e7d1fe7cec094f749ca3357c098064de4c08) vendor: github.com/pkg/errors v0.9.1
    * [`990076b7`](https://github.com/containerd/containerd/commit/990076b731ec9446437972b41176a6b0f3b7bcbf) Merge pull request  [#4228](https://github.com/containerd/containerd/pull/4228) from thaJeztah/refactor_reaper
    * [`b2aef14c`](https://github.com/containerd/containerd/commit/b2aef14c0c78fca5941d649658a8763d2f77252c) Merge pull request  [#4210](https://github.com/containerd/containerd/pull/4210) from cpuguy83/ctr_mount
    * [`35ffd237`](https://github.com/containerd/containerd/commit/35ffd2376ed818370bf536ab8b8b768adf8730a8) Merge pull request  [#4232](https://github.com/containerd/containerd/pull/4232) from fahedouch/install_runc_with_gosu
    * [`80859e8f`](https://github.com/containerd/containerd/commit/80859e8fd8fb9f5822ab93f07ece4fdc40928bfd) Merge pull request  [#4235](https://github.com/containerd/containerd/pull/4235) from renzhengeek/renzhen/fix-iohang
    * [`63b7587c`](https://github.com/containerd/containerd/commit/63b7587cd64ec03c5a46180a6d5e4a286d10a30c) snapshots/devmapper: fix race windown causing IO hangup
    * [`24b331ad`](https://github.com/containerd/containerd/commit/24b331ad1ed723a0773f79b48fa2870f7635f895) omit sudo when EUID eqto 0
    * [`b1f51464`](https://github.com/containerd/containerd/commit/b1f514641f328ad20d0444ad3837947105c76434) Merge pull request  [#4230](https://github.com/containerd/containerd/pull/4230) from thaJeztah/remove_libcontainer_system
    * [`0088c2de`](https://github.com/containerd/containerd/commit/0088c2de8019dfd38040634931ce05e04b1aa74f) sys: RunningInUserNS(): use sync.Once
    * [`76c62f27`](https://github.com/containerd/containerd/commit/76c62f27222e908b04785e512b1d111d91a54cb0) sys: simplify RunningInUserNS to original implementation
    * [`6a9b9492`](https://github.com/containerd/containerd/commit/6a9b94927f55b7e8fc59a16a7e59d971c8fb746f) Remove remaining uses of libcontainer/system package
    * [`21fd2ccf`](https://github.com/containerd/containerd/commit/21fd2ccf8bcb211f7c91722d4cb9b229363cad44) Merge pull request  [#4227](https://github.com/containerd/containerd/pull/4227) from thaJeztah/cleanup_sys
    * [`37c839e5`](https://github.com/containerd/containerd/commit/37c839e5944eafc4c462721fc45c91d0a34e4e0e) sys/proc: remove GetSystemCPUUsage as it is unused
    * [`1b66feca`](https://github.com/containerd/containerd/commit/1b66fecad33d68da2e6b619141070d8cd553b1b9) Integrate sys.SetSubreaper, sys.GetSubreaper in sys/reaper package
    * [`fffea312`](https://github.com/containerd/containerd/commit/fffea312aa0cd574b662581d722795c6cd3ac37a) move sys.Reap() into sys/reaper package
    * [`295e7400`](https://github.com/containerd/containerd/commit/295e74008f89354479c42acddab82b930bdeb9a5) sys: remove custom setChildSubreaper const
    * [`d7cad512`](https://github.com/containerd/containerd/commit/d7cad51275e115a5c0c8a76dd2ecd6a5e9959b76) Merge pull request  [#4229](https://github.com/containerd/containerd/pull/4229) from thaJeztah/bump_logrus
    * [`b3541886`](https://github.com/containerd/containerd/commit/b354188618b2a9f5b4a80404ef299706a0220c5c) Merge pull request  [#4226](https://github.com/containerd/containerd/pull/4226) from thaJeztah/remove_libcontainer_from_shim
    * [`ec12d304`](https://github.com/containerd/containerd/commit/ec12d3042f2d1e8cee989f6e63ad434db7e6e575) vendor: sirupsen/logrus v1.6.0
    * [`23aab35f`](https://github.com/containerd/containerd/commit/23aab35fdbddc1977dd3078fa6cfa5065e333156) Remove libcontainer from containerd-shim
    * [`c668d766`](https://github.com/containerd/containerd/commit/c668d7660d0cfa0e6550cb4439234851819de2f5) Merge pull request  [#4225](https://github.com/containerd/containerd/pull/4225) from fuweid/update-cri
    * [`ae7cdc81`](https://github.com/containerd/containerd/commit/ae7cdc814b029493d213a63f3399b03bfb531ac9) vendor: update containerd/cri
    * [`7d7104c5`](https://github.com/containerd/containerd/commit/7d7104c549207a486e43837a3f845422770ae20d) Merge pull request  [#4222](https://github.com/containerd/containerd/pull/4222) from dims/update-to-latest-hcsshim
    * [`c1096864`](https://github.com/containerd/containerd/commit/c1096864a7206b89923a7c1882aaee936554b979) Update to latest hcsshim - 0.8.9
    * [`4be98fa2`](https://github.com/containerd/containerd/commit/4be98fa28b62e8a012491d655a4d6818ef87b080) Merge pull request  [#4220](https://github.com/containerd/containerd/pull/4220) from thaJeztah/update_terminal_sequences
    * [`a10b5025`](https://github.com/containerd/containerd/commit/a10b502568ca2cf7a2c6d4acfd9338fed2aa764f) Merge pull request  [#4221](https://github.com/containerd/containerd/pull/4221) from thaJeztah/bump_logrus
    * [`f3c03c0b`](https://github.com/containerd/containerd/commit/f3c03c0b81fdfdc1c6540eba1813f549a64fc88b) Merge pull request  [#4219](https://github.com/containerd/containerd/pull/4219) from ktock/bc
    * [`ea182aec`](https://github.com/containerd/containerd/commit/ea182aec8af7f4e283d0b5b16fd07572e1e7b3c3) vendor: sirupsen/logrus v1.5.0
    * [`68f15159`](https://github.com/containerd/containerd/commit/68f151593257ad4325583bff044d2b0ccfb6ece6) vendor konsorten/go-windows-terminal-sequences v1.0.3
    * [`046a520c`](https://github.com/containerd/containerd/commit/046a520c91a1126fb6fddcdbcddec37616166298) vendor: update containerd/cri dc7afe8fbe53db06c3f883f6f8c9895a9dfb2314
    * [`3f95bc5f`](https://github.com/containerd/containerd/commit/3f95bc5f18a7d9dceb1e7502d2fc6120900c5bfb) Merge pull request  [#4213](https://github.com/containerd/containerd/pull/4213) from fahedouch/remove_unnecessary_condition
    * [`8e76d18e`](https://github.com/containerd/containerd/commit/8e76d18eff7ce47075134b870c37c2114fa4a8c5) remove if condition because it is handled by the sdNotify daemon func
    * [`1a10211e`](https://github.com/containerd/containerd/commit/1a10211e3f9986d9712881a58ed5d3bb9ecc029b) WithLease: always return context and done fn
    * [`98b30f46`](https://github.com/containerd/containerd/commit/98b30f469055a06aed02be6c392e15fdbce534ef) Add commands to mount/unmount image from ref
    * [`36952e98`](https://github.com/containerd/containerd/commit/36952e989a8e25ca7b21e6abf89fff91ab9c0028) Merge pull request  [#4208](https://github.com/containerd/containerd/pull/4208) from estesp/moar-startup-time
    * [`5d4a9bae`](https://github.com/containerd/containerd/commit/5d4a9bae9fd1df2b2c3809880bb26a095d5b8e9d) Merge pull request  [#4199](https://github.com/containerd/containerd/pull/4199) from fuweid/update-go-version-zuul
    * [`cd0e62f5`](https://github.com/containerd/containerd/commit/cd0e62f5c9d04072c0e6c666f3633ee081fa8297) Allow more time for containerd to start for integration
    * [`9687ba63`](https://github.com/containerd/containerd/commit/9687ba6315d2a4f37224101790a8d74e4963907a) test: TestRuntimeWithEmptyMaxEnvProcs should cleanup
    * [`b566859a`](https://github.com/containerd/containerd/commit/b566859acc6af3426e8efdacc5ec352fa17bc648) .zuul: update go version to 1.13.10
    * [`e094d363`](https://github.com/containerd/containerd/commit/e094d363ac2328305805c8d72b64ae2542617dd3) Merge pull request  [#4206](https://github.com/containerd/containerd/pull/4206) from estesp/fix-golang-lint
    * [`32649fe3`](https://github.com/containerd/containerd/commit/32649fe3055e9a5966a6311d7ea233d47bc5f23c) Fix retrieval of golangci-lint specific version
    * [`1d083fec`](https://github.com/containerd/containerd/commit/1d083fec4939ce58f23a48ad3a914adb826d592a) Merge pull request  [#4198](https://github.com/containerd/containerd/pull/4198) from fuweid/ignore-ttrpc-closed
    * [`126e497e`](https://github.com/containerd/containerd/commit/126e497e63e33baaa0fa66f3aac1212ec86b90fa) vendor: update ttrpc with 6e416eafd26e6e738df716b21d421d5b59702bb4
    * [`0116352e`](https://github.com/containerd/containerd/commit/0116352e1bfb944237f5053695cd2251f285a45f) runtime: ignore ttrpc.ErrClosed when delete task
    * [`5bfab78a`](https://github.com/containerd/containerd/commit/5bfab78acd08113f49155245fef3aeb8f9f48a83) Merge pull request  [#4195](https://github.com/containerd/containerd/pull/4195) from mxpv/binary-io
    * [`4f6c594d`](https://github.com/containerd/containerd/commit/4f6c594de32bfafea7defa62d6474955c7907c2f) Merge pull request  [#4194](https://github.com/containerd/containerd/pull/4194) from cpuguy83/remove_subreaper_config
    * [`917e7646`](https://github.com/containerd/containerd/commit/917e7646ae59e64dbae4f19f53ca1cfe5849f2ac) Add binary IO tests
    * [`9175401b`](https://github.com/containerd/containerd/commit/9175401b283d6437db7ec6cd3541a018c51322b5) Cleanup binary IO resources on error
    * [`0dc7c859`](https://github.com/containerd/containerd/commit/0dc7c8595627e38ca2b83d17a062b51f384c2025) Don't use timeout package when stopping shim logger
    * [`85740831`](https://github.com/containerd/containerd/commit/8574083153f44c7351a272e55eb9fec0ac507aa2) This config no longer exists, so remove from docs.
    * [`d8506bfd`](https://github.com/containerd/containerd/commit/d8506bfd7b407dcb346149bcec3ed3c19244e3f1) Merge pull request  [#4193](https://github.com/containerd/containerd/pull/4193) from ktock/bump_cri
    * [`e79d666c`](https://github.com/containerd/containerd/commit/e79d666cdd5b0ac44938aea0459548266fd212dc) vendor: update containerd/cri 61b7af7564602234662562a9d37e772f5a54facb
    * [`aa6a66b6`](https://github.com/containerd/containerd/commit/aa6a66b65e27ab27519fa3c6fbcea5d66616bbd4) Merge pull request  [#4192](https://github.com/containerd/containerd/pull/4192) from estesp/disable-travis-on-master
    * [`61597b43`](https://github.com/containerd/containerd/commit/61597b431755a6de04782434fee4bbaa90e599a1) Disable Travis CI on master
    * [`327c92f7`](https://github.com/containerd/containerd/commit/327c92f7d79a4ffb7972b3edd1b30bd372b41358) Merge pull request  [#4189](https://github.com/containerd/containerd/pull/4189) from estesp/actions-fixes
    * [`74ceb35f`](https://github.com/containerd/containerd/commit/74ceb35f508e67abb00366ceeb42156a721316c5) Small fixes to our Actions CI workflow
    * [`9441507f`](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
    * [`7a252f3c`](https://github.com/containerd/containerd/commit/7a252f3ca1f158203574f2c7786a28e6c0368f5e) Build runc with selinux support
    * [`ccaf35b0`](https://github.com/containerd/containerd/commit/ccaf35b01c8799267ee51c414bc48fd1cb49fb05) Merge pull request  [#4188](https://github.com/containerd/containerd/pull/4188) from estesp/fix-proto-gen
    * [`041545cd`](https://github.com/containerd/containerd/commit/041545cd6ad53bd8a5279c3ea0ede101865cdc83) Fix protobuild and CI check protos
    * [`9bd3bf9b`](https://github.com/containerd/containerd/commit/9bd3bf9becea17c4b345c289da98ba42620652fd) Merge pull request  [#4185](https://github.com/containerd/containerd/pull/4185) from estesp/badges
    * [`e3bc5c48`](https://github.com/containerd/containerd/commit/e3bc5c487af215b047ec9046cc56f2d3ee61a257) Use GH Actions CI status for badge
    * [`2ed8d12b`](https://github.com/containerd/containerd/commit/2ed8d12bb06f3d0725d5256569f500913c13b2e8) Merge pull request  [#3845](https://github.com/containerd/containerd/pull/3845) from fahedouch/v2_shim_test
    * [`842b1e3b`](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
    * [`49200a1d`](https://github.com/containerd/containerd/commit/49200a1dd4aa752d4a8223e3056b816216a463f6) CRI plugin needs selinux tag as well
    * [`3282a1c1`](https://github.com/containerd/containerd/commit/3282a1c14cd98c124970e448f6d1a9fe5ae0b9b8) Merge pull request  [#4175](https://github.com/containerd/containerd/pull/4175) from thaJeztah/more_go_bumps
    * [`b116bcd9`](https://github.com/containerd/containerd/commit/b116bcd9b3be66f79c5bb4d3140fcf99d5abf283) Merge pull request  [#4176](https://github.com/containerd/containerd/pull/4176) from stevvooe/valdiate-digest-before-disk
    * [`2201007d`](https://github.com/containerd/containerd/commit/2201007dc236d5cbf3234eb774f41cf87abc9311) Merge pull request  [#4179](https://github.com/containerd/containerd/pull/4179) from fuweid/update-release12-status
    * [`d97cca47`](https://github.com/containerd/containerd/commit/d97cca47ee3e9a7ed10092a6c4d88baae21eb1b7) RELEASES.md: update release1.2 status
    * [`4615111b`](https://github.com/containerd/containerd/commit/4615111ba2d448d2a0ce7f5881ef3af0d24ba4d7) content/local: validate digest before calculating path
    * [`a6828e8c`](https://github.com/containerd/containerd/commit/a6828e8c397584309c334fa564a142183689efdc) CI: Some Go 1.13.10 updates that were missed
    * [`a31f5e46`](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
    * [`7da1e13b`](https://github.com/containerd/containerd/commit/7da1e13b5d7c9561f95ba64af1e9baee25dc2a08) Bump Golang 1.13.10
    * [`069ce238`](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
    * [`35c14c6b`](https://github.com/containerd/containerd/commit/35c14c6b56d38aaf100fb598c11cd4ffc2928209) sys/mount_linux: use pipe for communicating mount result
    * [`59578495`](https://github.com/containerd/containerd/commit/595784954416a482dd8bde138e82305270b825e7) Merge pull request  [#4162](https://github.com/containerd/containerd/pull/4162) from mxpv/log-fix
    * [`660bc713`](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
    * [`50faf254`](https://github.com/containerd/containerd/commit/50faf254d387a91eae73c59f4bf25d88a0c406e9) Merge pull request  [#4164](https://github.com/containerd/containerd/pull/4164) from estesp/turn-down-travis
    * [`f328f61b`](https://github.com/containerd/containerd/commit/f328f61b813606df4e9924a00feb629ea06a27ef) Update to selinux 1.5.1
    * [`f7c2bf54`](https://github.com/containerd/containerd/commit/f7c2bf544ec746dfe1d3e56005e5bc1dea7473e9) Migrate functions to actions
    * [`dc29ce29`](https://github.com/containerd/containerd/commit/dc29ce296b21a3e279353068daaca640175320ce) Merge pull request  [#4163](https://github.com/containerd/containerd/pull/4163) from estesp/longer-integ-timeout
    * [`d7c2513f`](https://github.com/containerd/containerd/commit/d7c2513ff3bf862cc800d93b4fb7cfac1e1d7102) Update integration test timeout
    * [`0caa2331`](https://github.com/containerd/containerd/commit/0caa2331581ec9e2bc489ceb33fa7280fe6eacad) Rework shim logger shutdown process
    * [`4660e4db`](https://github.com/containerd/containerd/commit/4660e4dbb653b4d83ffbc7b0dd21c9c2d2f10ea3) Merge pull request  [#4153](https://github.com/containerd/containerd/pull/4153) from thaJeztah/update_go_events
    * [`173cbc1b`](https://github.com/containerd/containerd/commit/173cbc1ba9646981a3f4e87563e960fc0a928d47) Merge pull request  [#4155](https://github.com/containerd/containerd/pull/4155) from fuweid/bugfix-for-default-hostconfig
    * [`067aba73`](https://github.com/containerd/containerd/commit/067aba732e2250575ff25ef662950a27d235ce68) Add test for default setup for host configuration
    * [`d9a1c3f9`](https://github.com/containerd/containerd/commit/d9a1c3f9e474646b13abf6929c75ea6701eb5a02) bugfix: add default host config if not set
    * [`23fc8597`](https://github.com/containerd/containerd/commit/23fc8597dbecb65a1896ada0efde9e63655f0e23) Merge pull request  [#4157](https://github.com/containerd/containerd/pull/4157) from mxpv/gh
    * [`6d4429ed`](https://github.com/containerd/containerd/commit/6d4429eddeaff0fa0640f4a51c66fb65702477df) Setup dependencies between jobs
    * [`fe7bfffb`](https://github.com/containerd/containerd/commit/fe7bfffbf43829d93e476f3e02efbefdad518a8a) Merge pull request  [#4151](https://github.com/containerd/containerd/pull/4151) from thaJeztah/bump_runtime_spec
    * [`e598e5e0`](https://github.com/containerd/containerd/commit/e598e5e0c61ca7e2f251d8c5d0444de0b4a47275) Add CRI tests
    * [`4175ebf2`](https://github.com/containerd/containerd/commit/4175ebf236a647514d04129254e8ea4959c62da5) Move integration tests to Github Actions
    * [`599547d9`](https://github.com/containerd/containerd/commit/599547d9cb3148a0d789f1c18efb7f98d2e17231) Make binaries with Github Actions
    * [`ba5a904f`](https://github.com/containerd/containerd/commit/ba5a904f5429c9daceaf700c354d5b3fd2729072) Merge pull request  [#4156](https://github.com/containerd/containerd/pull/4156) from mxpv/bolt-revert
    * [`3968fb0a`](https://github.com/containerd/containerd/commit/3968fb0a49f982ae22549ed23aa59f51e2d15e71) Revert "vendor: update go.etcd.io/bbolt v1.3.4"
    * [`a89fe1b5`](https://github.com/containerd/containerd/commit/a89fe1b5b8a1873abe65361bb5e74174138dcf1d) Merge pull request  [#4152](https://github.com/containerd/containerd/pull/4152) from thaJeztah/bump_cgroup_deps
    * [`056d6022`](https://github.com/containerd/containerd/commit/056d60224046ef4ede772633ebdba6c61784be3b) vendor: update go-events to fix alignment for 32bit systems
    * [`4fb3410f`](https://github.com/containerd/containerd/commit/4fb3410f65d0ab6a8c72a4adcde15b21332c7a28) vendor: cilium/ebbf 4032b1d8aae306b7bb94a2a11002932caf88c644
    * [`e822296f`](https://github.com/containerd/containerd/commit/e822296fc421f0e09f96c77497fab5373e9f5182) vendor: runtime-spec v1.0.2
    * [`b0e71d79`](https://github.com/containerd/containerd/commit/b0e71d797713edbde3852ec4bb5c4ffab82531c2) Merge pull request  [#4146](https://github.com/containerd/containerd/pull/4146) from kzys/cgroups-upgrade
    * [`c52691f7`](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
    * [`3261fb5c`](https://github.com/containerd/containerd/commit/3261fb5c49d11cfc5632d76ba426354e2110e6d6) vendor: containerd/cgroups b4448137398923af7f4918b8b2ad8249172ca7a6
    * [`aa76d953`](https://github.com/containerd/containerd/commit/aa76d9537554afaa1ca47d46f6adba857f81dd8f) Bump Golang 1.13.9
    * [`1512f0dc`](https://github.com/containerd/containerd/commit/1512f0dc29e90a267d68b2d39c2376e06438f932) Merge pull request  [#4140](https://github.com/containerd/containerd/pull/4140) from thaJeztah/man_man_man
    * [`ad090e67`](https://github.com/containerd/containerd/commit/ad090e67e9d72fdce6259c51ff56d2df824b25cd) man: move ctr.1, containerd-config to section 8, and fix generation
    * [`9ba5ea23`](https://github.com/containerd/containerd/commit/9ba5ea232c781438906be7858a26ad7db1aa1aae) Merge pull request  [#4138](https://github.com/containerd/containerd/pull/4138) from dmcgowan/registry-configuration-tools
    * [`d8153b06`](https://github.com/containerd/containerd/commit/d8153b065acf8932a684023d7772d6d019379936) Merge pull request  [#4137](https://github.com/containerd/containerd/pull/4137) from hs0210/work
    * [`a19a357f`](https://github.com/containerd/containerd/commit/a19a357f9118d5a80c3a9fb27212f879df665ae5) Merge pull request  [#4139](https://github.com/containerd/containerd/pull/4139) from thaJeztah/fix_manpages
    * [`356782cb`](https://github.com/containerd/containerd/commit/356782cb47296a0066f74f6519d145441bbf8674) Makefile: man page: rename containerd.1 to containerd.8
    * [`547301cb`](https://github.com/containerd/containerd/commit/547301cb0c674247f0e506912e1ecb3bae23a15f) Update ctr resolver to use new config package
    * [`17b6050d`](https://github.com/containerd/containerd/commit/17b6050d20bf7d25d15e26ed867f774e8c7c72fe) Add Docker resolver configuration package
    * [`dc131aa8`](https://github.com/containerd/containerd/commit/dc131aa862cfb41b3bc866e7af4ff8e8cd739b3d) support loading certs from a directory
    * [`c263c5b1`](https://github.com/containerd/containerd/commit/c263c5b146ce81d70c079d08df4f1e2a5b384ab1) Add unit test for func in remotes/docker/handler.go
    * [`e852da58`](https://github.com/containerd/containerd/commit/e852da5855572bfb7f48bbea45fa481eb2b3caf8) Merge pull request  [#4135](https://github.com/containerd/containerd/pull/4135) from hs0210/work
    * [`c8d9c6f2`](https://github.com/containerd/containerd/commit/c8d9c6f2a6cc217c340a708f9991d0179af55482) Add unit test for func in remotes/docker/handler.go
    * [`a83927d5`](https://github.com/containerd/containerd/commit/a83927d5f13a2f90365a340382795a3de89e9cd3) Merge pull request  [#4134](https://github.com/containerd/containerd/pull/4134) from thaJeztah/bump_bbolt
    * [`e5fc9910`](https://github.com/containerd/containerd/commit/e5fc99107a210a5070561bd8126c0467eb91847f) Merge pull request  [#4132](https://github.com/containerd/containerd/pull/4132) from mxpv/linters
    * [`89f9b300`](https://github.com/containerd/containerd/commit/89f9b300d80350c337d3ecf50cc5cc5a9f3157d0) Merge pull request  [#4123](https://github.com/containerd/containerd/pull/4123) from estesp/no-del-rootdir-ios
    * [`fb9e3d9f`](https://github.com/containerd/containerd/commit/fb9e3d9f21074e60e9b74034dca5ef19f3456c4c) vendor: update go.etcd.io/bbolt v1.3.4
    * [`e4cbbc78`](https://github.com/containerd/containerd/commit/e4cbbc78bf7cd6440bca42d8ff332dcb3400a174) Move checks to Github actions
    * [`1c1a08e7`](https://github.com/containerd/containerd/commit/1c1a08e71a54d7c82d05f47c3b6297a6e4c766e9) Merge pull request  [#4130](https://github.com/containerd/containerd/pull/4130) from cpuguy83/docs_buildtags
    * [`c1a21819`](https://github.com/containerd/containerd/commit/c1a218195dc0eb6861b0b16db37eb499b1bd7c8c) Add docs for build tags used by cri.
    * [`7ef7d1e2`](https://github.com/containerd/containerd/commit/7ef7d1e245dd006ffe83b625c891ccae02264eca) Merge pull request  [#4129](https://github.com/containerd/containerd/pull/4129) from crosbymichael/cgroup-idname
    * [`d654dbaf`](https://github.com/containerd/containerd/commit/d654dbafac6ccfde77ba9611c7c36e09d6c4ca73) Allow the id for cgroup metrics to be changed
    * [`78ab1d13`](https://github.com/containerd/containerd/commit/78ab1d13d22ec82e269d7a943a0a8ae3b01a11aa) Correct logic of FIFO cleanup
    * [`7bdec4e4`](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
    * [`92a36dc1`](https://github.com/containerd/containerd/commit/92a36dc10f616682feeeccda18fc10b7847d9a98) Add version numbers for newly tagged repos
    * [`0c78dacb`](https://github.com/containerd/containerd/commit/0c78dacbc5c8b1c02ae3f7e30be5ed170bee4d4b) Move isFifo from process/io to sys/ and make public
    * [`214fbced`](https://github.com/containerd/containerd/commit/214fbcede3b81da60fc6568c3378165360154e95) Merge pull request  [#4124](https://github.com/containerd/containerd/pull/4124) from thaJeztah/seccomp_time64
    * [`9529c69b`](https://github.com/containerd/containerd/commit/9529c69b8aaa9e2632d025849f843301863ded12) seccomp: add 64-bit time_t syscalls
    * [`e0d4208f`](https://github.com/containerd/containerd/commit/e0d4208f7eeeadfbff41be0388604e142cd94002) Merge pull request  [#4122](https://github.com/containerd/containerd/pull/4122) from bergwolf/runtimeopts
    * [`ebd745f9`](https://github.com/containerd/containerd/commit/ebd745f91a702f0d437e59e9e1ee66f9c205efee) ctr: do not assume runc options by default
    * [`058a32e7`](https://github.com/containerd/containerd/commit/058a32e77105b925a1eaeec6bef4f00c3f975515) Merge pull request  [#4099](https://github.com/containerd/containerd/pull/4099) from mythi/hardlink
    * [`e2269f2a`](https://github.com/containerd/containerd/commit/e2269f2ae0a8bb996b13d98ed6ffbdad7cdafd0f) archive: skip chmod IsNotExist error
    * [`2899cb23`](https://github.com/containerd/containerd/commit/2899cb231a60e8f3ead9894285b89fb272f07597) Merge pull request  [#4116](https://github.com/containerd/containerd/pull/4116) from mxpv/dm-docs
    * [`6c64032c`](https://github.com/containerd/containerd/commit/6c64032c14d177b642aa29ccd64edece41ba9b57) Merge pull request  [#4115](https://github.com/containerd/containerd/pull/4115) from kolyshkin/num-signals-are-ok
    * [`bd226530`](https://github.com/containerd/containerd/commit/bd2265300324778244223badd74c7308345a4032) Add devmapper configuration examples
    * [`5ef66e48`](https://github.com/containerd/containerd/commit/5ef66e48f228bc5f1f3bfcceb619ddfcea60c1bd) ParseSignal: drop add'l check for numeric signals
    * [`672eb827`](https://github.com/containerd/containerd/commit/672eb827cbfad9ba1b4fef66ccf8b52f8762be63) Merge pull request  [#4113](https://github.com/containerd/containerd/pull/4113) from crosbymichael/shim-version
    * [`649f2aac`](https://github.com/containerd/containerd/commit/649f2aac66eef515322fdbe6613dcc7343df5165) add -v to shim binaries
    * [`5ebd0e5d`](https://github.com/containerd/containerd/commit/5ebd0e5d0fef54f7cdcd30425c4d3366e64f6892) Merge pull request  [#4114](https://github.com/containerd/containerd/pull/4114) from estesp/more-golangci-time
    * [`4ff9d699`](https://github.com/containerd/containerd/commit/4ff9d69966b9518e7ac489432f48036cab63bd80) Increase golangci-lint timeout
    * [`2532bdf4`](https://github.com/containerd/containerd/commit/2532bdf43f4973758bf1b4c22c1f6dbe5933ffdd) Merge pull request  [#4100](https://github.com/containerd/containerd/pull/4100) from lifubang/publisher
    * [`14fbcd88`](https://github.com/containerd/containerd/commit/14fbcd886f6e971d86f6e3bed43298491d89f393) Merge pull request  [#4106](https://github.com/containerd/containerd/pull/4106) from thaJeztah/bump_cri
    * [`e2e40e19`](https://github.com/containerd/containerd/commit/e2e40e19d70abeec54ffc988c6298862349a2e58) Merge pull request  [#3924](https://github.com/containerd/containerd/pull/3924) from renzhengeek/renzhen/snapshot-gc
    * [`c00cf9a6`](https://github.com/containerd/containerd/commit/c00cf9a670ea3e2a7a669d3c6a7ef5c5fe954934) vendor: containerd/cri 92cb4ed9786a6cd271152ba1f862183d84701003
    * [`62083eee`](https://github.com/containerd/containerd/commit/62083eeed275db8c154dd87a5f84444e97ddb507) Merge pull request  [#4102](https://github.com/containerd/containerd/pull/4102) from kolyshkin/scan
    * [`488d6194`](https://github.com/containerd/containerd/commit/488d6194f2080709d9667e00ff244fbdc7ff95b2) fix dial error when clean up a dead shim
    * [`6e638ad2`](https://github.com/containerd/containerd/commit/6e638ad27a6b5708f8b0eb06b17d3d0352609a2f) Nit: fix use of bufio.Scanner.Err
    * [`c6851ace`](https://github.com/containerd/containerd/commit/c6851ace61864f8018d476d84fc82093e25db233) Merge pull request  [#4098](https://github.com/containerd/containerd/pull/4098) from thaJeztah/update_golangci_lint
    * [`dc085abd`](https://github.com/containerd/containerd/commit/dc085abda5a4ca48cdec11dfd3011279477ff238) Merge pull request  [#4097](https://github.com/containerd/containerd/pull/4097) from tklauser/fix-duplicate-imports
    * [`4326fc62`](https://github.com/containerd/containerd/commit/4326fc624a6504c154c6743774e225c8782f6a36) Update Golangci-lint v1.23.8
    * [`4756258f`](https://github.com/containerd/containerd/commit/4756258faf55c1e2b4eb601c9fb669ecb3b43e8b) service_windows.go: remove unused "service" variable
    * [`a9bd451a`](https://github.com/containerd/containerd/commit/a9bd451ab4b87a771a40067304b7bc7ee68f49c5) Avoid duplicate imports of github.com/gogo/protobuf/types
    * [`4eb9d15d`](https://github.com/containerd/containerd/commit/4eb9d15dc6d01f8ef4507e6a50e58f615f430f55) Merge pull request  [#4095](https://github.com/containerd/containerd/pull/4095) from thaJeztah/partial_revert
    * [`3a0a52ab`](https://github.com/containerd/containerd/commit/3a0a52ab95353ea3ee980ec01c28326949c74a34) Merge pull request  [#4091](https://github.com/containerd/containerd/pull/4091) from SaiHarshaK/update-install-steps
    * [`cad67b73`](https://github.com/containerd/containerd/commit/cad67b73f2bebc59cc450e830605df38a1ebdef7) Update btrfs dependencies in docs for debian buster and ubuntu 19.10 * Fixes: #4090
    * [`63202369`](https://github.com/containerd/containerd/commit/6320236985d4c9c179b51dab2ea1ca4835123d49) Partial revert of sys: windows: use golang.org/x/sys/windows
    * [`9ec579bf`](https://github.com/containerd/containerd/commit/9ec579bf8a09f2fd1b63c7670eea5aa095720b7e) Merge pull request  [#4093](https://github.com/containerd/containerd/pull/4093) from thaJeztah/replace_more_syscall
    * [`a30225b2`](https://github.com/containerd/containerd/commit/a30225b2209c031af55aae6c6e9466c248925ef1) Merge pull request  [#4094](https://github.com/containerd/containerd/pull/4094) from thaJeztah/deprecate_sys_epoll
    * [`b4f1986b`](https://github.com/containerd/containerd/commit/b4f1986bf54b37a95fe8f9ca8531c97209d2bdd4) Merge pull request  [#4092](https://github.com/containerd/containerd/pull/4092) from thaJeztah/bump_x_sys
    * [`0a7fd55f`](https://github.com/containerd/containerd/commit/0a7fd55f32a8eff3554e8c2e992db8ff65400e9c) sys: deprecate EpollCreate1, EpollCtl, EpollWait
    * [`7b06192f`](https://github.com/containerd/containerd/commit/7b06192f61d02c28bdbd8470388cc21fa676e58c) sys: windows: use golang.org/x/sys/windows
    * [`1b7d1e81`](https://github.com/containerd/containerd/commit/1b7d1e81be79d786ae0a828cf17256c609fb4c92) vendor: golang.org/x/sys 5c8b2ff67527cb88b770f693cebf3799036d8bc0
    * [`92cfc5b1`](https://github.com/containerd/containerd/commit/92cfc5b1fb91e0e09bd9ef18de082cd648e2bdc0) Merge pull request  [#4088](https://github.com/containerd/containerd/pull/4088) from mxpv/sd
    * [`7a5fcf61`](https://github.com/containerd/containerd/commit/7a5fcf617ef550c76c6831d97244baff0ac6121e) Merge pull request  [#4089](https://github.com/containerd/containerd/pull/4089) from thaJeztah/update_cri
    * [`ddae905b`](https://github.com/containerd/containerd/commit/ddae905b824a264be620cea03d3dee66f779f19a) Support NOTIFY_SOCKET
    * [`b78dfbdf`](https://github.com/containerd/containerd/commit/b78dfbdfbe54ec5cc9c5b59d79a9739756daae01) vendor: golang.org/x/sys 52ab431487773bc9dd1b0766228b1cf3944126bf
    * [`ba6796ab`](https://github.com/containerd/containerd/commit/ba6796abde0090a1984c056fec9e1cc6fb9b3796) vendor: update kubernetes v1.18.0-beta.1
    * [`f3d06242`](https://github.com/containerd/containerd/commit/f3d062423c7a50e0258132bf5786d7a025e54a06) vendor: sigs.k8s.io/yaml v1.2.0
    * [`04c805e6`](https://github.com/containerd/containerd/commit/04c805e636b3879f689501fd052cb287fd80327c) vendor: github.com/google/gofuzz v1.1.0
    * [`12c7d697`](https://github.com/containerd/containerd/commit/12c7d69769b43b8f432fe4dd779335f02c52c036) vendor: update containerd/cri 1a00c068864a59835ff442e0dddfa5a254be6bb3
    * [`5607b23b`](https://github.com/containerd/containerd/commit/5607b23b0f7fd48645372adeab96515882ad0d97) vendor.conf: move some imports to match position with containerd/cri
    * [`3868dd75`](https://github.com/containerd/containerd/commit/3868dd754064b843579e2aac0fa846185869c2a7) Merge pull request  [#4087](https://github.com/containerd/containerd/pull/4087) from crosbymichael/cgroups-exports
    * [`97ca1be0`](https://github.com/containerd/containerd/commit/97ca1be06752cf220f1fa91ae8ececa0461dc284) Merge pull request  [#4058](https://github.com/containerd/containerd/pull/4058) from tedyu/get-process
    * [`e3ab8bda`](https://github.com/containerd/containerd/commit/e3ab8bda604dbafb6c69f4c42979e92ead445138) Avoid allocating slice for finding Process
    * [`1239f540`](https://github.com/containerd/containerd/commit/1239f5403534145ffefc4b53dbf2569af5a78d0c) export cgroups collectors
    * [`aac6a51e`](https://github.com/containerd/containerd/commit/aac6a51ee775d89958dd6dbde1f61096ddbcb5a0) Merge pull request  [#4059](https://github.com/containerd/containerd/pull/4059) from fuweid/me-upstream-release-status
    * [`35a8de89`](https://github.com/containerd/containerd/commit/35a8de899651770bc7ba1cc498ec1057a8b6e83c) Merge pull request  [#4080](https://github.com/containerd/containerd/pull/4080) from mxpv/opts
    * [`8c9e8417`](https://github.com/containerd/containerd/commit/8c9e84174d55af4fcedf7bf0dbe3469936c0f43a) RELEASES.md: update release status
    * [`936b7b00`](https://github.com/containerd/containerd/commit/936b7b0043e4b90a7f4810ed91ce066257117178) Merge pull request  [#4085](https://github.com/containerd/containerd/pull/4085) from thaJeztah/update_crypto
    * [`e0a8fe7c`](https://github.com/containerd/containerd/commit/e0a8fe7cb60e165ba5158db99957993587f52d50) vendor: bump golang.org/x/crypto bac4c82f6975
    * [`01310155`](https://github.com/containerd/containerd/commit/01310155947cb6eec37dcae29742a165e56acb4a) Merge pull request  [#4084](https://github.com/containerd/containerd/pull/4084) from crosbymichael/kill-all-check
    * [`233d61f5`](https://github.com/containerd/containerd/commit/233d61f51c867c314b5b66a1df91996b23ea1eb3) Merge pull request  [#4083](https://github.com/containerd/containerd/pull/4083) from crosbymichael/resource-opts
    * [`a687d3a3`](https://github.com/containerd/containerd/commit/a687d3a36dac0c75adcef6318a1891034b4cc284) Check error return from json.Unmarshal
    * [`a3ca8a0d`](https://github.com/containerd/containerd/commit/a3ca8a0dfc4f2e79487d2479fbb3ee41bc75227b) Add linux resource oci.SpecOpts
    * [`54fd2cba`](https://github.com/containerd/containerd/commit/54fd2cba4970fe77b10bb113f252cd5a10bddb40) Merge pull request  [#4081](https://github.com/containerd/containerd/pull/4081) from crosbymichael/info-spec
    * [`00e6be9f`](https://github.com/containerd/containerd/commit/00e6be9f45751937854b2ebe2a8822c72fd8330f) Add ctr c info --spec flag to output spec
    * [`3be12fe1`](https://github.com/containerd/containerd/commit/3be12fe1c0ad47e3ace8e373fd2bf41f4aa775df) Do not loose snapshotter options
    * [`8cddb5f9`](https://github.com/containerd/containerd/commit/8cddb5f91d8055747b497d4e7639367af1436ff0) Pass snapshotter opts during Pull
    * [`ca66f3dd`](https://github.com/containerd/containerd/commit/ca66f3dd5d917694797a377b8ab9b8fb603b089b) Merge pull request  [#4076](https://github.com/containerd/containerd/pull/4076) from kevpar/windows-cri-support
    * [`a3685262`](https://github.com/containerd/containerd/commit/a3685262fe7d501a2a236c7ce39209a7161f2519) snapshots/devmapper: do not stop snapshot GC when one snapshot removing fails
    * [`b6bf7b97`](https://github.com/containerd/containerd/commit/b6bf7b97c23bece60866801c18680471d4cd7eb7) devmapper: async remove device using Cleanup
    * [`3a1c6a26`](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
    * [`c7eec0c1`](https://github.com/containerd/containerd/commit/c7eec0c1786595b9aa4c31cf43c65acd2c204f8f) Fix file header in builtins_cri.go
    * [`269015e3`](https://github.com/containerd/containerd/commit/269015e31c5036d447da88d021921b09a17eb543) Merge pull request  [#4072](https://github.com/containerd/containerd/pull/4072) from thaJeztah/update_gotest_tools_v3
    * [`f2edc6f1`](https://github.com/containerd/containerd/commit/f2edc6f164f977b459a3abaa310d145f20050617) vendor: update gotest.tools v3.0.2
    * [`026e4380`](https://github.com/containerd/containerd/commit/026e43806a8099b70c166874e59dcbbfe0634cc4) Update to a released version of opencontainers/selinux (1.3.3)
    * [`4d242818`](https://github.com/containerd/containerd/commit/4d242818bf55542e5d7876ca276fea83029e803c) Merge pull request  [#4053](https://github.com/containerd/containerd/pull/4053) from AkihiroSuda/vendor-grpc-20200225
    * [`669f516b`](https://github.com/containerd/containerd/commit/669f516b0e083238036cdd1118c3601f017557bf) Merge pull request  [#4062](https://github.com/containerd/containerd/pull/4062) from tedyu/start-shim-defer
    * [`f8ade8de`](https://github.com/containerd/containerd/commit/f8ade8debd8877de4d7717ad48fb48e3203b215d) Use named error return for service#StartShim
    * [`536d7ef9`](https://github.com/containerd/containerd/commit/536d7ef92da517fde23cff7ddccd86ef4c459fba) Merge pull request  [#4066](https://github.com/containerd/containerd/pull/4066) from thaJeztah/choco_progress
    * [`985b26f2`](https://github.com/containerd/containerd/commit/985b26f2f9fe63ef116e6fd764c0990a2d24a2b9) AppVeyor: disable download progress on choco installs
    * [`06b28402`](https://github.com/containerd/containerd/commit/06b284026da5e88c47577a0ff465c18f9cac891d) Merge pull request  [#4063](https://github.com/containerd/containerd/pull/4063) from tedyu/namespace-path
    * [`4105135e`](https://github.com/containerd/containerd/commit/4105135e368071ece17f46484e3b5d84921d8161) fix killall when use pidnamespace
    * [`ebec675a`](https://github.com/containerd/containerd/commit/ebec675a8d0c042401b77a77a048a621709ca7e9) Merge pull request  [#3802](https://github.com/containerd/containerd/pull/3802) from vladimiroff/unify-dialers
    * [`4dd75be2`](https://github.com/containerd/containerd/commit/4dd75be2b93da857cd4cfa384e9088c03a58d6cb) Unify dialer implementations
    * [`8e448bb2`](https://github.com/containerd/containerd/commit/8e448bb2798b94c09cf84e9b8de401d04f20decf) vendor protobuf & grpc
    * [`9b4967bd`](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
    * [`3b9f2e85`](https://github.com/containerd/containerd/commit/3b9f2e85402f77d6ff63405a6dbb7a72938ca6f5) Merge pull request  [#4051](https://github.com/containerd/containerd/pull/4051) from rancher/selinux
    * [`c134a9be`](https://github.com/containerd/containerd/commit/c134a9befa59fd5ab670a9c250f74cb3e4c88844) Use spec's mountLabel when mounting the rootfs
    * [`2c5279e8`](https://github.com/containerd/containerd/commit/2c5279e820f86714df591b7f8d4b71052cf8ad87) Merge pull request  [#4049](https://github.com/containerd/containerd/pull/4049) from fuweid/me-fix-flaky-testcase
    * [`1d888ad6`](https://github.com/containerd/containerd/commit/1d888ad6a69d412cfb93054fe8368caca97d944e) cleanup the image synchronously for Usage case
    * [`18e581dd`](https://github.com/containerd/containerd/commit/18e581dd91fd671aaeba86dcae2b6c97142a1cb0) bugfix: cleanup dangling shim by brand new context
    * [`fed8890e`](https://github.com/containerd/containerd/commit/fed8890e935f28de075b4031ebbc794076d21f69) Enable CRI plugin for Windows builds as well
    * [`0e084054`](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
    * [`84464b80`](https://github.com/containerd/containerd/commit/84464b801faf2c80b71f8fa057d1f8daf9474a1c) v2: Cancel shim log ctx when ttrpc is closed
    * [`986d0678`](https://github.com/containerd/containerd/commit/986d06785c4abaa5fcd546999e1c4066ed6646e8) Merge pull request  [#4042](https://github.com/containerd/containerd/pull/4042) from thaJeztah/bump_crypto
    * [`7f0bccf1`](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
    * [`f3652d06`](https://github.com/containerd/containerd/commit/f3652d0682f500a84191b34cd58e37e6fd684c36) vendor: golang.org/x/crypto 1d94cc7ab1c630336ab82ccb9c9cda72a875c382
    * [`773adf7a`](https://github.com/containerd/containerd/commit/773adf7ab600824fe64bf5b5496763345eaed33d) Remove the executable bit for api/*.txt files
    * [`986f2941`](https://github.com/containerd/containerd/commit/986f2941871087f31865a1d9fd69b4f97e3aea88) Merge pull request  [#3942](https://github.com/containerd/containerd/pull/3942) from hs0210/work
    * [`724d0eb8`](https://github.com/containerd/containerd/commit/724d0eb859065f3fa11f32fa54b1c1970b670704) Merge pull request  [#4039](https://github.com/containerd/containerd/pull/4039) from AkihiroSuda/no-zfs
    * [`8e685f78`](https://github.com/containerd/containerd/commit/8e685f78cf66e2901b2fbed2fdddd64449a74ab9) support building with BUILDTAGS="no_zfs no_aufs"
    * [`3fe22817`](https://github.com/containerd/containerd/commit/3fe22817ab757f43cf9bc6d9de55649a99a2e986) Merge pull request  [#4037](https://github.com/containerd/containerd/pull/4037) from thaJeztah/update_mailmap
    * [`61596169`](https://github.com/containerd/containerd/commit/61596169bbe688f576dbddc72ebce09955a49440) Update .mailmap
    * [`f44d3609`](https://github.com/containerd/containerd/commit/f44d360992c4d30d413c38d276a36bf40b02d194) Update .mailmap with changes from release-branches
    * [`04cda9b4`](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
    * [`499ab8a9`](https://github.com/containerd/containerd/commit/499ab8a99ad489fb911557f4ea7ffd33173ed65b) Update Golang 1.13.8
    * [`48d998f5`](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
    * [`246a560e`](https://github.com/containerd/containerd/commit/246a560edb19ef9220bb452d0a3c82c7770213fb) script: use github.com/kubernetes-sigs/cri-tools directly
    * [`27f25069`](https://github.com/containerd/containerd/commit/27f25069c06d597542e57428165225bd2a9e2696) Merge pull request  [#4013](https://github.com/containerd/containerd/pull/4013) from estesp/support-32bit-arm64
    * [`7811aa75`](https://github.com/containerd/containerd/commit/7811aa755265ba3f017683afb1ee3b5a1e0f29b4) Merge pull request  [#4022](https://github.com/containerd/containerd/pull/4022) from estesp/fix-script-comment
    * [`75d0c5f2`](https://github.com/containerd/containerd/commit/75d0c5f2e74b44353da357c5603a52871bea3940) Fix incorrect comment from copy/paste of starting script
    * [`e74962ea`](https://github.com/containerd/containerd/commit/e74962eaa6c0533453fcc823ae0e1b5976a30d8c) Merge pull request  [#4018](https://github.com/containerd/containerd/pull/4018) from estesp/update-readme
    * [`0dd6d24d`](https://github.com/containerd/containerd/commit/0dd6d24d2ae34680d6fb59fcd58c617ad0d61b34) Fix reference to LICENSE in README.md
    * [`89de113d`](https://github.com/containerd/containerd/commit/89de113de9aedce0f41126c83c08ba9d3c6df0f1) Support 32-bit userspace on 64-bit ARM cores
    * [`5abacb62`](https://github.com/containerd/containerd/commit/5abacb62da89dd18219f8ce28a2d4c3d28d8304d) Merge pull request  [#4017](https://github.com/containerd/containerd/pull/4017) from bloodorangeio/octet-stream-fix
    * [`d8a0d29c`](https://github.com/containerd/containerd/commit/d8a0d29c232330f371c949a27527d8b89adccfc5) Set octet-stream content-type on put request
    * [`cbf3ee0e`](https://github.com/containerd/containerd/commit/cbf3ee0e22635920adc221b7bf570cd82ab7bab9) Merge pull request  [#4010](https://github.com/containerd/containerd/pull/4010) from zhsj/fix-zsh-complete
    * [`348e683c`](https://github.com/containerd/containerd/commit/348e683cebe4ddada6d9b11c2581bfeacba8d458) Fix zsh autocomplete script
    * [`4f348c5b`](https://github.com/containerd/containerd/commit/4f348c5b5b53a70b282ab5b81b2cc8f03bf6a338) Merge pull request  [#3999](https://github.com/containerd/containerd/pull/3999) from thaJeztah/bump_cri
    * [`263ab701`](https://github.com/containerd/containerd/commit/263ab701463864381e113db9ad72aa1a65897b5a) vendor: bump gopkg.in/yaml.v2 v2.2.8
    * [`4c382788`](https://github.com/containerd/containerd/commit/4c38278895a431fc4939bad0b7d4270d88d8b589) vendor: update containerd/cri c0294ebfe0b4342db85c0faf7727ceb8d8c3afce
    * [`f5d8ff57`](https://github.com/containerd/containerd/commit/f5d8ff57c8558c5a9a5357304d6b4a1a4aa80931) Merge pull request  [#3965](https://github.com/containerd/containerd/pull/3965) from jterry75/wcow_lcow_scratch_size
    * [`46d1fb2f`](https://github.com/containerd/containerd/commit/46d1fb2fdcf167648215350f159fbbfa9abc8471) Merge pull request  [#3992](https://github.com/containerd/containerd/pull/3992) from mxpv/losetup
    * [`12cb1554`](https://github.com/containerd/containerd/commit/12cb1554be8e3ba3fa6a7d11db2e8606a3163c0c) Merge pull request  [#3972](https://github.com/containerd/containerd/pull/3972) from fuweid/me-fix-3937
    * [`f0652e14`](https://github.com/containerd/containerd/commit/f0652e1434be5d952abfbc67227ccc100757a8f7) Make tests less flaky
    * [`bb8af922`](https://github.com/containerd/containerd/commit/bb8af922bb921da1a61fc3b932a113b6826895e6) Add support for custom wcow and lcow sandbox scratch sizes
    * [`431cfd86`](https://github.com/containerd/containerd/commit/431cfd86e7bc636cdd5254ea8a30bd4f547c7bfc) Merge pull request  [#3991](https://github.com/containerd/containerd/pull/3991) from mihaicmn/fix-default-config
    * [`5e6d56ee`](https://github.com/containerd/containerd/commit/5e6d56ee2deaeeebf15cb6a19d4898e365a3d926) Fix startup_delay within default configuration
    * [`07de4ecc`](https://github.com/containerd/containerd/commit/07de4eccf1e62056efd24a232e2f75266b03608a) Merge pull request  [#3983](https://github.com/containerd/containerd/pull/3983) from AkihiroSuda/ctr-events-ignore-err
    * [`a07cb9d0`](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
    * [`83370116`](https://github.com/containerd/containerd/commit/833701165aad9d55adda23f48bb5a46cdbcff5b1) ctr events: do not exit on an error
    * [`20024116`](https://github.com/containerd/containerd/commit/2002411638cfdc620f3e3be112e2184452048779) vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * [`32ba75f0`](https://github.com/containerd/containerd/commit/32ba75f0fbfe47ad94e7c7daccc9f31efd0b2db2) Update Golang 1.13.7 (CVE-2020-0601, CVE-2020-7919)
    * [`d3b42574`](https://github.com/containerd/containerd/commit/d3b42574a751e056362d8f5abe0717e45b9f17d2) Merge pull request  [#3986](https://github.com/containerd/containerd/pull/3986) from thaJeztah/fix_release_tool_link
    * [`09944e71`](https://github.com/containerd/containerd/commit/09944e714f1aee8c84a86f405acf1d0c1246fe43) Merge pull request  [#3985](https://github.com/containerd/containerd/pull/3985) from thaJeztah/bump_versions
    * [`e42110f3`](https://github.com/containerd/containerd/commit/e42110f3263bdf826b113b00fe66ff3ed6109ef2) Fix broken link to release-tool
    * [`e2e07c9b`](https://github.com/containerd/containerd/commit/e2e07c9bc1ad0076bfea09c5e55c94a0f699fdfb) RELEASES.md update links to latest v1.2.11 and v1.3.2
    * [`a1e0303e`](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
    * [`0dc69620`](https://github.com/containerd/containerd/commit/0dc69620b8dc5f03a1282acff7a37ffbefd2697d) update dependencies of containerd/cri
    * [`53ced5ff`](https://github.com/containerd/containerd/commit/53ced5ffe1d38dd407d18dfab752ab29623b3647) update to latest containerd/cri (master)
    * [`faf03c3d`](https://github.com/containerd/containerd/commit/faf03c3d239d54e9fce44deaae274dc1fe8b672e) Pick up fix for CVE-2019-16884 in opencontainers/selinux
    * [`5c72f92a`](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
    * [`923c05be`](https://github.com/containerd/containerd/commit/923c05bed10b14512cf5ec029066ca5e90d87431) Bump to opencontainers/runc new version - v1.0.0-rc10
    * [`c2ad9dc1`](https://github.com/containerd/containerd/commit/c2ad9dc12dc049607adf541f453cd5b28f0b7c37) Merge pull request  [#3970](https://github.com/containerd/containerd/pull/3970) from TBBle/windows_build_without_cgo
    * [`e44d0086`](https://github.com/containerd/containerd/commit/e44d0086596862a8ac5eda5e28b23564324efe38) Appveyor on_success field should be an array.
    * [`a224937d`](https://github.com/containerd/containerd/commit/a224937d2c23cbc81c49aed0280cfd05d1a3e734) Disable CGO for AppVeyor build steps
    * [`75af1794`](https://github.com/containerd/containerd/commit/75af17946d94bc95ba519be5c2b6fc6f1adde4d6) Pull: create image record after blobs download
    * [`45a17cff`](https://github.com/containerd/containerd/commit/45a17cffb67cb407b4130b718b15674ae0c5b113) Vendor Microsoft/hcsshim with CGO removal
    * [`592a617f`](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
    * [`94964b36`](https://github.com/containerd/containerd/commit/94964b36d0248257743615a5e3bff0bea301d55c) Update Golang 1.13.6
    * [`6b5553ee`](https://github.com/containerd/containerd/commit/6b5553ee6c20955f9e01145528527241f33f8940) Merge pull request  [#3919](https://github.com/containerd/containerd/pull/3919) from Zyqsempai/add-io-metrics
    * [`64b08f90`](https://github.com/containerd/containerd/commit/64b08f90e9d990886885735cdc983e20d914f361) Merge pull request  [#3966](https://github.com/containerd/containerd/pull/3966) from zhsj/update-btrfs
    * [`22b73a9a`](https://github.com/containerd/containerd/commit/22b73a9a7800b71944529846a5c9ce212c92c218) vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d
    * [`b8797016`](https://github.com/containerd/containerd/commit/b8797016bb34650f4c6dbec36e8407cc650147ec) Merge pull request  [#3964](https://github.com/containerd/containerd/pull/3964) from zhsj/flaky-metastore-test
    * [`e0954807`](https://github.com/containerd/containerd/commit/e095480716f635647711a81a4976611ac357f72f) Merge pull request  [#3962](https://github.com/containerd/containerd/pull/3962) from zhsj/clean-test
    * [`1189cc40`](https://github.com/containerd/containerd/commit/1189cc40f2bea63d2d381a4c95617c869c5c99cc) snapshots: fix flaky TestMetastore
    * [`35a8e6e5`](https://github.com/containerd/containerd/commit/35a8e6e589eb37a73f94cdbd5c8d7938b2b04140) sys: clean up process after test
    * [`5383d31f`](https://github.com/containerd/containerd/commit/5383d31f32ba7db0eb6f0cd333be6463af07034d) Merge pull request  [#3963](https://github.com/containerd/containerd/pull/3963) from zhsj/flaky-gc-test
    * [`3eb57b01`](https://github.com/containerd/containerd/commit/3eb57b01be87a9b5047ae79775b9c43d65fb2150) Added IO metrics
    * [`e859b8a9`](https://github.com/containerd/containerd/commit/e859b8a92b58499b4681cb96dae74f2f3bb50a70) gc: increase sleep time in test
    * [`486d3363`](https://github.com/containerd/containerd/commit/486d33631e8ab0d1e60c9d57f729a6205937f478) test runtime v2 CPU settings
    * [`c55bd87f`](https://github.com/containerd/containerd/commit/c55bd87f471a4de48ea349e66bfdf7c454327421) Merge pull request  [#3956](https://github.com/containerd/containerd/pull/3956) from sethp-nr/fix/eventfd-leak
    * [`bb9d4e8b`](https://github.com/containerd/containerd/commit/bb9d4e8bf22e802301ffab4d3bc247659b9f5dbe) Merge pull request  [#3959](https://github.com/containerd/containerd/pull/3959) from thaJeztah/bump_prometheus
    * [`66508589`](https://github.com/containerd/containerd/commit/66508589d33c3ae0ad3db5a581c75c8257bc4bfc) fix: eventfd leak for v2 runtime with v1 cgroups
    * [`9456040a`](https://github.com/containerd/containerd/commit/9456040acb746dccf65e700563fb7371a03f79e6) fix: eventfd leak
    * [`2f0db8e2`](https://github.com/containerd/containerd/commit/2f0db8e2a81319b3e48bc6e3d433b10090bd5f50) vendor: bump prometheus/client_golang v1.3.0
    * [`e10c9118`](https://github.com/containerd/containerd/commit/e10c911876614cef082e988f7b14c4d008370165) vendor: bump prometheus/client_golang v1.1.0
    * [`845b91d6`](https://github.com/containerd/containerd/commit/845b91d6b5431433cf2b33a21bd921d5b23ec432) vendor: bump prometheus/client_golang v0.9.4
    * [`04506b87`](https://github.com/containerd/containerd/commit/04506b87d65a3390656de6f9e5de8d84d0270567) vendor: bump docker/go-metrics v0.0.1:
    * [`99911ea6`](https://github.com/containerd/containerd/commit/99911ea668437cb0dcd30d67fcf3d7fb86238a95) vendor: bump prometheus/procfs v0.0.8
    * [`ed6ae818`](https://github.com/containerd/containerd/commit/ed6ae818612b8f08dfa319eb40aea1aab286c979) vendor: bump prometheus/common v0.7.0
    * [`c02dc24e`](https://github.com/containerd/containerd/commit/c02dc24ecfa6b46f8575a170f90498d89115e492) vendor: bump prometheus/client_model v0.1.0
    * [`77a3780c`](https://github.com/containerd/containerd/commit/77a3780c25735901928284496efc4b6349de328c) vendor: bump beorn7/perks v1.0.1
    * [`a767b623`](https://github.com/containerd/containerd/commit/a767b62321ae3fae0b77a1320d93680baff0d7c1) Merge pull request  [#3954](https://github.com/containerd/containerd/pull/3954) from AkihiroSuda/vendor-cgroups-20200110
    * [`e1221e69`](https://github.com/containerd/containerd/commit/e1221e69a824ce9aaca34c5bb603feb2f921b883) revendor containerd/cgroups
    * [`1c2606d0`](https://github.com/containerd/containerd/commit/1c2606d05bf242d269b7a8dfb27c05305dc7331b) Merge pull request  [#3946](https://github.com/containerd/containerd/pull/3946) from wawa0210/bump-hcsshim
    * [`4d62d879`](https://github.com/containerd/containerd/commit/4d62d8795c42dfec2506631cc7013b3b8786bf76) bump microsoft/hcsshim to 0.8.7
    * [`0a1f2b40`](https://github.com/containerd/containerd/commit/0a1f2b40642e54ed06cd0a22cdf6025cbe70853c) Merge pull request  [#3952](https://github.com/containerd/containerd/pull/3952) from lumjjb/fix_unpacker
    * [`95fbf3dc`](https://github.com/containerd/containerd/commit/95fbf3dc28d8dcc2531904c3efa5b53caa8ee6a4) Fix unpacker to pass use apply options
    * [`7804afb2`](https://github.com/containerd/containerd/commit/7804afb226b6b44d6baac469157cd50f7a6bd761) Merge pull request  [#3950](https://github.com/containerd/containerd/pull/3950) from dmcgowan/fix-printf-scanner-error
    * [`9f193c41`](https://github.com/containerd/containerd/commit/9f193c41d74e815480c2f69964411f9b87599902) Merge pull request  [#3948](https://github.com/containerd/containerd/pull/3948) from jterry75/fix_lcow_size
    * [`3af3a760`](https://github.com/containerd/containerd/commit/3af3a7602650a8de47b77457fa05835ebcbff3bf) Fix filter errors
    * [`7b52bc50`](https://github.com/containerd/containerd/commit/7b52bc506c5bc2a6a85a889ee3bc134edb80cddd) Add unit test for func in filter.go
    * [`cd1cad9d`](https://github.com/containerd/containerd/commit/cd1cad9d5581f855c3feac293d7d52d49ca4d34b) Support disk usage in windows-lcow snapshot
    * [`d3c1691a`](https://github.com/containerd/containerd/commit/d3c1691ae105067a4636dfbe81c0ba2d8d980f52) Merge pull request  [#3933](https://github.com/containerd/containerd/pull/3933) from AkihiroSuda/update-rootless-md
    * [`8b3ef5fb`](https://github.com/containerd/containerd/commit/8b3ef5fb205730fc45614586b2aa95dfa2444f6f) Merge pull request  [#3944](https://github.com/containerd/containerd/pull/3944) from zhsj/fix-openlabci
    * [`41088e40`](https://github.com/containerd/containerd/commit/41088e405fa46a8325eeea3217fd05b48779419e) Merge pull request  [#3939](https://github.com/containerd/containerd/pull/3939) from zhsj/fix-arm
    * [`80d50a8a`](https://github.com/containerd/containerd/commit/80d50a8a636d0961571b93679956615b66c69e4d) Merge pull request  [#3925](https://github.com/containerd/containerd/pull/3925) from dmcgowan/snapshot-cleanup-api
    * [`3e9ef5db`](https://github.com/containerd/containerd/commit/3e9ef5db79cac1227bec5c6e93d025412c348f76) Merge pull request  [#3941](https://github.com/containerd/containerd/pull/3941) from dmcgowan/skip_tests
    * [`f3090ce8`](https://github.com/containerd/containerd/commit/f3090ce80f05a88e588d9e9283bf5134367b198b) ci: set pipefail in zuul script
    * [`90cd777a`](https://github.com/containerd/containerd/commit/90cd777a6c8c92c105625ba086e2e67a0c32d7ed) platforms: fill default arm variant when parse platform specifier
    * [`b553bc14`](https://github.com/containerd/containerd/commit/b553bc14a2cfa1994646d2f52a8e25c023de76bb) update docs/rootless.md
    * [`94d49984`](https://github.com/containerd/containerd/commit/94d499843c0202af9636cad522d30eaf9ffed798) Add Makefile variable to skip test packages
    * [`123af61c`](https://github.com/containerd/containerd/commit/123af61c0bd897c0892d7a0fb51574a78698de8a) Add Cleanup to snapshot API
    * [`0d276ece`](https://github.com/containerd/containerd/commit/0d276ece0e280812297f20be5110800db6614c03) Merge pull request  [#3932](https://github.com/containerd/containerd/pull/3932) from AkihiroSuda/ovl-test-opts
    * [`fda9cebc`](https://github.com/containerd/containerd/commit/fda9cebc813b035be137d4d61f203e625623692c) Merge pull request  [#3936](https://github.com/containerd/containerd/pull/3936) from hs0210/work
    * [`da2890a9`](https://github.com/containerd/containerd/commit/da2890a90826458c0573cdbc4e3e3768d69197b8) Merge pull request  [#3934](https://github.com/containerd/containerd/pull/3934) from AkihiroSuda/ctr-address-env
    * [`82fdac1c`](https://github.com/containerd/containerd/commit/82fdac1cd602fa3f1800d9fa82a9d3b90a0cf024) Merge pull request  [#3935](https://github.com/containerd/containerd/pull/3935) from zhsj/fix-gccgo
    * [`465c11dc`](https://github.com/containerd/containerd/commit/465c11dc8736d3e2a9a3b76ece6abdeb63a2f676) Fix build with gccgo
    * [`52e477f9`](https://github.com/containerd/containerd/commit/52e477f947434989e93d0a9c22a7389d08b9b056) Fix outdated comments
    * [`b127b666`](https://github.com/containerd/containerd/commit/b127b666aa679ab0ac50025e0741b54acd743496) ctr: support $CONTAINERD_ADDRESS env var
    * [`a4b423b1`](https://github.com/containerd/containerd/commit/a4b423b19b0b3f18bd4827afcd4a9c7ca4a6645a) overlay: test actual Opts
    * [`d5714702`](https://github.com/containerd/containerd/commit/d5714702d1f78ad1149e78e204db0b53611ddb3c) Merge pull request  [#3883](https://github.com/containerd/containerd/pull/3883) from AkihiroSuda/ci-crun
    * [`067a66b9`](https://github.com/containerd/containerd/commit/067a66b90a3bf0915ff34d5fa5bbc790ff625d77) .travis.yml: run test with crun
    * [`b9fad5e3`](https://github.com/containerd/containerd/commit/b9fad5e310fafb453def5f1e7094f4c36a9806d2) Merge pull request  [#3765](https://github.com/containerd/containerd/pull/3765) from AkihiroSuda/mount-fuse
    * [`7c856d19`](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
    * [`1fb1d932`](https://github.com/containerd/containerd/commit/1fb1d93212af763bd481b476293040b1566ae00b) v2: Fix missing ns when openShimLog on windows
    * [`5fc0f301`](https://github.com/containerd/containerd/commit/5fc0f30167216f7b11de904df4df8b1c96290104) Merge pull request  [#3903](https://github.com/containerd/containerd/pull/3903) from katiewasnothere/local_introspection
    * [`a18f77be`](https://github.com/containerd/containerd/commit/a18f77bea0a7193b6594af3ca22cd2734d6dfb14) create local version of introspection service
    * [`b95fa01b`](https://github.com/containerd/containerd/commit/b95fa01b95d54bfb88d8c004975e36d00df0fc1e) Merge pull request  [#3915](https://github.com/containerd/containerd/pull/3915) from yeahdongcn/push
    * [`e739314e`](https://github.com/containerd/containerd/commit/e739314ed421ecf10d52a47dcdf27859022fa124) mount: support FUSE helper
    * [`537afb14`](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
    * [`06b15f07`](https://github.com/containerd/containerd/commit/06b15f072db3b177af4ffa1d9f8d4a9a454990f7) Merge pull request  [#3920](https://github.com/containerd/containerd/pull/3920) from hs0210/work
    * [`87e2a959`](https://github.com/containerd/containerd/commit/87e2a95951c3e00e8d672922a8bc07337c7a331c) Fix a typo in task.go
    * [`f823c377`](https://github.com/containerd/containerd/commit/f823c377086bccc8c35a0ddfe12a02a0c6c112af) Merge pull request  [#3904](https://github.com/containerd/containerd/pull/3904) from yeahdongcn/manifest
    * [`d82fa431`](https://github.com/containerd/containerd/commit/d82fa431937f0fda2c11f45fd52da48ab899c29c) v2: Call shim.Delete at first when create is failed
    * [`6b94b646`](https://github.com/containerd/containerd/commit/6b94b646b7712ecbf0d16ce19588dc1b083b829f) Merge pull request  [#3911](https://github.com/containerd/containerd/pull/3911) from ktock/passinfo
    * [`493a36de`](https://github.com/containerd/containerd/commit/493a36de9521c4a6a0e0cc2fd0495da1d5c08db7) Move label filter to snapshots package
    * [`c1a24be5`](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
    * [`06f6ea09`](https://github.com/containerd/containerd/commit/06f6ea099a784ecb62d67548d901dc7a85a65c76) switch nighly builds to Go 1.13.5
    * [`c07e356d`](https://github.com/containerd/containerd/commit/c07e356d293895fa52f7dd215922861291d3d799) Update Golang 1.13.5
    * [`072dfbaf`](https://github.com/containerd/containerd/commit/072dfbaf3601dd80d2b363fc8c855cd225fec166) Support pushing a specific platform of a multi-architecture docker image to a registry
    * [`4ccb7aa2`](https://github.com/containerd/containerd/commit/4ccb7aa2213e09c21a4b320eec5b8b6d1ac32e48) Enable to propagate necessary information to snapshotter during unpack
    * [`97712c8a`](https://github.com/containerd/containerd/commit/97712c8ad73dd302d5d226e0384b2d86e5de2989) Merge pull request  [#3906](https://github.com/containerd/containerd/pull/3906) from estesp/update-console-vendor
    * [`166cc8b7`](https://github.com/containerd/containerd/commit/166cc8b7d50c2b0d69ccee15a98aa891fa8f265f) Merge pull request  [#3905](https://github.com/containerd/containerd/pull/3905) from estesp/more-adopters
    * [`496836c0`](https://github.com/containerd/containerd/commit/496836c09266a0ab00205bec78589c0aa83ee125) Update containerd/console vendor for fix
    * [`a057bfbd`](https://github.com/containerd/containerd/commit/a057bfbd7122d1ce1dc3057d5170fd557ea7b678) Add more adopters to ADOPTERS.md
    * [`facedf89`](https://github.com/containerd/containerd/commit/facedf8980daa7296c4b56782ee695f1dba96457) Remove an empty line
    * [`05d19292`](https://github.com/containerd/containerd/commit/05d192929b1e9d34d74386ecc6e6472b1f496a86) Update checkImages to accept images.MediaTypeDockerSchema2Manifest
    * [`c4ed3ff1`](https://github.com/containerd/containerd/commit/c4ed3ff1edf383512789746419a28431bd4e256a) Replace ocispec.MediaTypeImageManifest with manifest.MediaType
    * [`18092310`](https://github.com/containerd/containerd/commit/18092310031adca3ed7c29c8ac6c841e26467b46) Merge pull request  [#3896](https://github.com/containerd/containerd/pull/3896) from sipsma/close-platform-once
    * [`f602b7b8`](https://github.com/containerd/containerd/commit/f602b7b8834cbbd99ffd4416a09c09a8f841269e) Merge pull request  [#3899](https://github.com/containerd/containerd/pull/3899) from AkihiroSuda/fix-sys-mkdiras
    * [`fbd46d70`](https://github.com/containerd/containerd/commit/fbd46d70940b913adef07f54f3db1abcb0f08bb2) runtime v2: Close platform in runc shim's Shutdown method.
    * [`05bc0a18`](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
    * [`8c7e6be2`](https://github.com/containerd/containerd/commit/8c7e6be290003a354fcf163dbd4c7f21f97a709f) Merge pull request  [#3870](https://github.com/containerd/containerd/pull/3870) from dmcgowan/download-during-apply
    * [`aac1ba0d`](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
    * [`02dcf384`](https://github.com/containerd/containerd/commit/02dcf384bfe3397ec08ef8912e2e3a1f396c98e6) Disable criu tests in Travis CI
    * [`62adc516`](https://github.com/containerd/containerd/commit/62adc516ddfae6e247dcd6a69bd00a7f7e7e96c1) sys: mkdirAs: do chown if dir already exists
    * [`9b5581cc`](https://github.com/containerd/containerd/commit/9b5581cc9c5bb4e9f4e47606ba883234167b1c23) Merge pull request  [#3887](https://github.com/containerd/containerd/pull/3887) from joakimr-axis/joakimr-axis_scripts
    * [`49e7039a`](https://github.com/containerd/containerd/commit/49e7039a8501c0396d591471d40680402af2c784) cpu metrics consistency
    * [`b9d9bdf1`](https://github.com/containerd/containerd/commit/b9d9bdf1fda27652035879082bd84aba43c4f6ac) make cpu metrics consistent with v2 docs
    * [`929ab521`](https://github.com/containerd/containerd/commit/929ab521c67e59a34983d9bffc513e1b20c3d647) fix system usage naming
    * [`659c971c`](https://github.com/containerd/containerd/commit/659c971cad1fa1c0e183e17e3349bb2270fa1a3a) task metrics fix
    * [`23dbae3e`](https://github.com/containerd/containerd/commit/23dbae3e71550e43b21c963f859dc7ecee444f8f) Schema name fix
    * [`56612148`](https://github.com/containerd/containerd/commit/566121485bc9ef4c2b59ba7725f55491bc8795cd) Merge pull request  [#3868](https://github.com/containerd/containerd/pull/3868) from awprice/issue-3850
    * [`17d61d6b`](https://github.com/containerd/containerd/commit/17d61d6b7e7ac55c9b8bd52d41606aeca8b6bd03) Units fix
    * [`f287bc22`](https://github.com/containerd/containerd/commit/f287bc2292efadee8e4ed2092ae7c782e595cdbd) Schema names fix
    * [`6bfb2482`](https://github.com/containerd/containerd/commit/6bfb24824b552cf09d8078750f565a0d72f8c711) Fix prometheus metrics units
    * [`b98cc791`](https://github.com/containerd/containerd/commit/b98cc7918446427e4b2de7b975c65c1f44451a56) Added memory and cpu metrics for cgroupv2
    * [`54736371`](https://github.com/containerd/containerd/commit/5473637144496250e4221c9103568d96c33ca29b) Merge pull request  [#3892](https://github.com/containerd/containerd/pull/3892) from mxpv/dm-retry
    * [`6c82fe54`](https://github.com/containerd/containerd/commit/6c82fe5429931ced190b5b1f38e25573ca00c195) Merge pull request  [#3891](https://github.com/containerd/containerd/pull/3891) from AkihiroSuda/rename-pids-v2
    * [`75efbaf6`](https://github.com/containerd/containerd/commit/75efbaf67859c85471a40643d79bd7d5fdd6fa77) Attempt to make device mapper snapshotter tests less flaky
    * [`9eef69e3`](https://github.com/containerd/containerd/commit/9eef69e3ae145e0e442d9107cabcfa569029bbdd) Update after review comments
    * [`43fca9eb`](https://github.com/containerd/containerd/commit/43fca9eba242e3f019369bcc4a0b4243899e319a) metrics: rename pids_v2 to pids
    * [`082f7e3a`](https://github.com/containerd/containerd/commit/082f7e3aed57ae0a3cec3cd82e41d3bf4e553428) Merge pull request  [#3890](https://github.com/containerd/containerd/pull/3890) from estesp/printf-to-log
    * [`a022c218`](https://github.com/containerd/containerd/commit/a022c218194c05449ad69b69c48fc6cac9d6f0b3) Improve host fallback behaviour in docker remote
    * [`fa62b6d2`](https://github.com/containerd/containerd/commit/fa62b6d2380817f9baef36944289d826398a0999) Use logrus instead of printf for warning
    * [`ff91f225`](https://github.com/containerd/containerd/commit/ff91f225fa0e3c795b7365af7cefad22ca845d4b) Merge pull request  [#3889](https://github.com/containerd/containerd/pull/3889) from dmcgowan/allow-empty-scope
    * [`5d93ece7`](https://github.com/containerd/containerd/commit/5d93ece75875c030b6b9dd76a7facfc9c3bf7a29) Merge pull request  [#3799](https://github.com/containerd/containerd/pull/3799) from AkihiroSuda/cgroup2
    * [`1649e8e4`](https://github.com/containerd/containerd/commit/1649e8e43b2bede35b8cc56d2bd41e59e1e97469) Merge pull request  [#3848](https://github.com/containerd/containerd/pull/3848) from liaojh1998/master
    * [`08517e58`](https://github.com/containerd/containerd/commit/08517e586485ef3b977b641c7dcc3ea33f6a6148) Allow empty scope authorization
    * [`499fbb03`](https://github.com/containerd/containerd/commit/499fbb0337c9138b5360117e0b25a7a1428f9667) Improve install scripts
    * [`55698e69`](https://github.com/containerd/containerd/commit/55698e69428896661f288f031d1492f8fb2c4c92) Merge pull request  [#3886](https://github.com/containerd/containerd/pull/3886) from joakimr-axis/joakimr-axis_helptext
    * [`e0011978`](https://github.com/containerd/containerd/commit/e0011978fff03d6f7061ad709bbfffaf992a77ae) start.go: Improve help text
    * [`9862cb8f`](https://github.com/containerd/containerd/commit/9862cb8f8544a3069add9a3b90e87e695d14b313) support user remapping in ctr
    * [`b02e20f1`](https://github.com/containerd/containerd/commit/b02e20f12e4faa07d4fba741337921968d901e9d) cgroup2: enable controllers automatically
    * [`8f870c23`](https://github.com/containerd/containerd/commit/8f870c233f14fe9df47ef9defa42cf8517fb64e0) support cgroup2
    * [`f01665aa`](https://github.com/containerd/containerd/commit/f01665aa02d8b26c581fdfcc93d837ce3b275edd) Merge pull request  [#3881](https://github.com/containerd/containerd/pull/3881) from liaojh1998/idmap
    * [`f0c6684e`](https://github.com/containerd/containerd/commit/f0c6684ef1c4c111be5fa09079d128d3782d2211) Merge pull request  [#3884](https://github.com/containerd/containerd/pull/3884) from danbev/building-correction
    * [`caeacfce`](https://github.com/containerd/containerd/commit/caeacfce34a9a5a042e8ef6d713defb9c5abe437) Correct grammar/typo in BUILDING.MD
    * [`51a6813c`](https://github.com/containerd/containerd/commit/51a6813c06030ae2b3fcf9ec068e4b39cd2d1e69) Split uid and gid user ns remapping in oci
    * [`30d92eff`](https://github.com/containerd/containerd/commit/30d92eff1c61d012be0053467f619974ad841698) Defer layer download until unpack
    * [`e8948e11`](https://github.com/containerd/containerd/commit/e8948e11aa1bd7a5448384f9983fc895492646b2) Merge pull request  [#3878](https://github.com/containerd/containerd/pull/3878) from crosbymichael/bump-console
    * [`85e8b7f8`](https://github.com/containerd/containerd/commit/85e8b7f8168ae1316ea4cb804d72c1d89b338217) Merge pull request  [#3877](https://github.com/containerd/containerd/pull/3877) from crosbymichael/go-runc-race
    * [`9d5a095b`](https://github.com/containerd/containerd/commit/9d5a095b006a7314e1ded50490e66d63d6344084) Bump containerd console for os.File changes
    * [`cd23ad24`](https://github.com/containerd/containerd/commit/cd23ad2447d7c6c694572d35a96752e3daaab89b) Bump go-runc for buffer race fix
    * [`640ca781`](https://github.com/containerd/containerd/commit/640ca7812f26a98aadfa5d4323772fa5eea60766) Merge pull request  [#3874](https://github.com/containerd/containerd/pull/3874) from crosbymichael/image-meta
    * [`6a22a8fc`](https://github.com/containerd/containerd/commit/6a22a8fc9eb64fe5cf14742015272217f91df94f) Return the underlying images metadata
    * [`6ed7ec44`](https://github.com/containerd/containerd/commit/6ed7ec4472580a7ca3820f91c54ad4cb97ec2ae1) Merge pull request  [#3872](https://github.com/containerd/containerd/pull/3872) from liaojh1998/ctr-run-readonly
    * [`787be0ef`](https://github.com/containerd/containerd/commit/787be0efe2831764e6e0599adbfce3c38fb90e92) Modify ctr run to search for read-only flag instead of readonly
    * [`5af0dcbe`](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
    * [`cfb4f734`](https://github.com/containerd/containerd/commit/cfb4f734dab77f8809f505e44d4c1b7f9cec3a29) Make sure for next release branch appveyor runs
    * [`8b12d46a`](https://github.com/containerd/containerd/commit/8b12d46a395ae3eed3cd718a7bcc721405f650d7) Merge pull request  [#3867](https://github.com/containerd/containerd/pull/3867) from awprice/issue-3865
    * [`f92470b3`](https://github.com/containerd/containerd/commit/f92470b3ebf5fec28f9d3129b48387ef99384652) Fix dependency in BUILDING.md
    * [`b0821c80`](https://github.com/containerd/containerd/commit/b0821c801dc2225bb7478f91e967888a353fb60a) Merge pull request  [#3857](https://github.com/containerd/containerd/pull/3857) from Random-Liu/fix-container-pid
    * [`88839837`](https://github.com/containerd/containerd/commit/88839837312ff0afd117b162e768348d003eef6e) Merge pull request  [#3860](https://github.com/containerd/containerd/pull/3860) from sayaoailun/master
    * [`f2ef7b7d`](https://github.com/containerd/containerd/commit/f2ef7b7d795c0fb9551ef8e6ff1c74a413e63253) Merge pull request  [#3858](https://github.com/containerd/containerd/pull/3858) from thaJeztah/reformat_vendor
    * [`a6b6097c`](https://github.com/containerd/containerd/commit/a6b6097c90c02ad2c8aac45e4f0332dc1a00a60c) Fix container pid.
    * [`726dcaea`](https://github.com/containerd/containerd/commit/726dcaea50883e51b2ec6db13caff0e7936b711d) update cpuinfo to make variant matches aarch64 and so on
    * [`6fa9a42e`](https://github.com/containerd/containerd/commit/6fa9a42ea76e02b4a123e606543b3ee0fe17b9aa) vendor.conf: sort imports alphabetically
    * [`a44189d2`](https://github.com/containerd/containerd/commit/a44189d2ff29921d6b87990bf0ec790d28c9c03e) vendor.conf: pin all dependencies by git-sha
    * [`55ea3dc9`](https://github.com/containerd/containerd/commit/55ea3dc9b113353c9abed21caa9e411d0a8dfcda) vendor.conf: reformat to use columns
    * [`3a31ce26`](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
    * [`3e5402ce`](https://github.com/containerd/containerd/commit/3e5402ce020513425c760dab6005f10d006fece6) Merge pull request  [#3852](https://github.com/containerd/containerd/pull/3852) from estesp/update-vendors
    * [`8da43466`](https://github.com/containerd/containerd/commit/8da4346686f339241efed3e6bf752cc4f8670103) Fix cleanup error on content client test
    * [`75a46cec`](https://github.com/containerd/containerd/commit/75a46cec6a524c4439336fe3e99d9d9a5312a0b5) Merge pull request  [#3851](https://github.com/containerd/containerd/pull/3851) from thaJeztah/bump_go_runc
    * [`252d6550`](https://github.com/containerd/containerd/commit/252d6550f50d7e49de2d39ae7f34cab98f34b550) Update cri and docker vendors
    * [`8a66dc6e`](https://github.com/containerd/containerd/commit/8a66dc6edbdb2bf2b84e1d8ccd42bcf34a5d6995) bump containerd/go-runc a2952bc25f5116103a8b78f3817f6df759aa7def
    * [`45fb5aea`](https://github.com/containerd/containerd/commit/45fb5aeaf7febcd42c8b8a9822f7c747dc8fef29) Merge pull request  [#3793](https://github.com/containerd/containerd/pull/3793) from dmcgowan/prepare-snapshot-target
    * [`526c0db6`](https://github.com/containerd/containerd/commit/526c0db6932b95d955207c9356ea38aefc82c3bf) Support target snapshot references on prepare
    * [`d1261b50`](https://github.com/containerd/containerd/commit/d1261b5087f985c6e1d2b52dbe1498b9a204bf08) Update snapshot parent filter property to always exist
    * [`383f4a77`](https://github.com/containerd/containerd/commit/383f4a77eeb726e0b7da491c70ad22b10f3b2bff) Merge pull request  [#3842](https://github.com/containerd/containerd/pull/3842) from estesp/update-x-sys-vendor
    * [`11ef041f`](https://github.com/containerd/containerd/commit/11ef041ff4a19e3f9c1d07c39375e8c774beec63) Update golang.org/x/sys to recent commit
    * [`c3b1bc93`](https://github.com/containerd/containerd/commit/c3b1bc931b86702271370d8c93cdcaffc5e89c57) Merge pull request  [#3836](https://github.com/containerd/containerd/pull/3836) from egernst/devmapper-docs-update
    * [`c68848f6`](https://github.com/containerd/containerd/commit/c68848f69bf0999c1439beb7ea9fe17fbda20890) Merge pull request  [#3830](https://github.com/containerd/containerd/pull/3830) from fahedouch/spec_test
    * [`afd33bce`](https://github.com/containerd/containerd/commit/afd33bce81344cb67237e9113fd64ee862645cdd) test add tests to spec_opts
    * [`731e144a`](https://github.com/containerd/containerd/commit/731e144a48eecdc0dc9b88b4b3889cc52e41d178) devmapper: update example base image size in README
    * [`499f346b`](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
    * [`31ea7b4e`](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
    * [`2e293874`](https://github.com/containerd/containerd/commit/2e293874f1bdb8400aea4b5b011a786227e2db77) Merge pull request  [#3825](https://github.com/containerd/containerd/pull/3825) from Random-Liu/fix-unpacker
    * [`19f7f3cc`](https://github.com/containerd/containerd/commit/19f7f3ccc414919f0cc19c83b225bde880bd06ef) test: Do SynchronousDelete cleanup before testing ImageIsUnpacked
    * [`0bb48aef`](https://github.com/containerd/containerd/commit/0bb48aef07803d90bcee335a6a17b3ea85597754) Add `--log-file` flag for windows service.
    * [`c5605916`](https://github.com/containerd/containerd/commit/c56059162707b9fb95c4c4bcc899d74a036c14a5) Avoid deadlock in unpacker.
    * [`ec661e8c`](https://github.com/containerd/containerd/commit/ec661e8ceb85bca68cd759f9d9513cb6f103ca42) Merge pull request  [#3829](https://github.com/containerd/containerd/pull/3829) from mxpv/cross
    * [`32ef2e63`](https://github.com/containerd/containerd/commit/32ef2e6305d15f16015bebc9a24daa36567c5c51) Update README
    * [`82651d38`](https://github.com/containerd/containerd/commit/82651d38673de7b57253a8617fb0d38298be8edd) Cross build nightly builds (arm64, s390x, ppc64el)
    * [`d7ec45b1`](https://github.com/containerd/containerd/commit/d7ec45b172d956575dbd195d809172095bc74bbb) Merge pull request  [#3826](https://github.com/containerd/containerd/pull/3826) from lumjjb/add_unpack_opt
    * [`bc62a829`](https://github.com/containerd/containerd/commit/bc62a829acab5ccdf6c0cfc4ec6df165f6de0597) Merge pull request  [#3827](https://github.com/containerd/containerd/pull/3827) from mxpv/nightly
    * [`c479156b`](https://github.com/containerd/containerd/commit/c479156b81882f50ada95e96bf70797fa37ddd6c) Add Github workflow for nightly builds
    * [`856ea305`](https://github.com/containerd/containerd/commit/856ea30556cfdc01ba3545de087e735413245210) Add client unpack opts
    * [`a176179a`](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
    * [`2a60547b`](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
    * [`3db1c3b8`](https://github.com/containerd/containerd/commit/3db1c3b8f406edf9e59714d0c65c2fdb37a18d65) Better support windows binaries.
    * [`95de2655`](https://github.com/containerd/containerd/commit/95de2655a7aafd10c21062e0fabde87f29798388) Merge pull request  [#3819](https://github.com/containerd/containerd/pull/3819) from fuweid/me-return-error
    * [`08d4231f`](https://github.com/containerd/containerd/commit/08d4231f57c99796dde5d00b6dae659b6ca93844) Merge pull request  [#3818](https://github.com/containerd/containerd/pull/3818) from shizhMSFT/fix_ref
    * [`843423ec`](https://github.com/containerd/containerd/commit/843423ec3887eb47ac70308cee9267ef6a1fa435) snapshots: return error if readSnapshot fails
    * [`2c1d0880`](https://github.com/containerd/containerd/commit/2c1d0880bbf676e2aec68a2729477efd36605ae6) Merge pull request  [#3810](https://github.com/containerd/containerd/pull/3810) from thaJeztah/update_mailmap
    * [`01047ede`](https://github.com/containerd/containerd/commit/01047edea6425d4d7379d92a32963072ac43c996) Merge pull request  [#3814](https://github.com/containerd/containerd/pull/3814) from rll2396/bug-3813
    * [`f684e5a7`](https://github.com/containerd/containerd/commit/f684e5a775a60d428122dc4a4127ef1273cd192e) Merge pull request  [#3815](https://github.com/containerd/containerd/pull/3815) from estesp/fix-Dockerfile
    * [`5bf2c6fc`](https://github.com/containerd/containerd/commit/5bf2c6fc25ad321b89f6d6fbad850276871d05f2) Fix panic on reference.Spec.Hostname()
    * [`d1bcb4be`](https://github.com/containerd/containerd/commit/d1bcb4beea2896f9d970b16b67292a0ef2b1296b) Merge pull request  [#3620](https://github.com/containerd/containerd/pull/3620) from thaJeztah/update_go_1.13
    * [`fda652be`](https://github.com/containerd/containerd/commit/fda652be5aa802bc3298fad70833934d363a9743) Update name for btrfs headers package
    * [`a647407c`](https://github.com/containerd/containerd/commit/a647407ca038bc208280ab5d5832f08c2f149464) Fix dependency in BUILDING.md
    * [`608791bf`](https://github.com/containerd/containerd/commit/608791bfc34ead497cdae9851a572fc78552a864) Update to Golang 1.13.4
    * [`cfb425fc`](https://github.com/containerd/containerd/commit/cfb425fc101572914b13f082e56284669147efc7) Update .mailmap to reduce duplicates
    * [`40ac9239`](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
    * [`15669a1d`](https://github.com/containerd/containerd/commit/15669a1d34e904b4e45c85f763df2098e706ffb0) Update to Golang 1.12.13
    * [`1e128548`](https://github.com/containerd/containerd/commit/1e1285483179a739425dfd8770894a7752f842f2) Merge pull request  [#3805](https://github.com/containerd/containerd/pull/3805) from AkihiroSuda/ctr-shim2-runc-flags
    * [`8f74de9e`](https://github.com/containerd/containerd/commit/8f74de9e9e4aecbf5d0fe98af3e2b9c5f7a6cc14) ctr: allow specifying --runc-systemd-cgroup
    * [`7f5d9007`](https://github.com/containerd/containerd/commit/7f5d900769ad02eb339ff2b8ed191af13d663464) ctr: allow specifying --runc-binary
    * [`c038a7c4`](https://github.com/containerd/containerd/commit/c038a7c4b18d7a3143b5bd75152b250208385300) Merge pull request  [#3803](https://github.com/containerd/containerd/pull/3803) from crosbymichael/proto-paths
    * [`0f437416`](https://github.com/containerd/containerd/commit/0f4374169e10ee6f99a46c27b3ae752c4201e216) Add proto path /usr/include to Protobuild
    * [`c80fa7df`](https://github.com/containerd/containerd/commit/c80fa7df17ad8979c2e45a3550d561aa1151b85f) Merge pull request  [#3801](https://github.com/containerd/containerd/pull/3801) from jneuhauser/arch-mips
    * [`4c99c813`](https://github.com/containerd/containerd/commit/4c99c81326f4026fb8c0b8c5e10542205d99c321) mips: -buildmode=pie is not supported for the mips arch
    * [`35670209`](https://github.com/containerd/containerd/commit/356702098d777c5f288262fa5c141bb8f05b0572) Merge pull request  [#3798](https://github.com/containerd/containerd/pull/3798) from estesp/common-indentifiers
    * [`fdf7a795`](https://github.com/containerd/containerd/commit/fdf7a795bce4abb9488f19a9c4f71f944f0ab00c) Clarify requirements for identifiers validation
    * [`76aa4e54`](https://github.com/containerd/containerd/commit/76aa4e546ef4d3d8f35e525ebe93ec3ee879662a) Use common identifiers package with less restrictive regex
    * [`4d773952`](https://github.com/containerd/containerd/commit/4d7739527e1d7a328bfc31e905f9825c5b3afefc) Merge pull request  [#3796](https://github.com/containerd/containerd/pull/3796) from crosbymichael/cgo
    * [`84879b7c`](https://github.com/containerd/containerd/commit/84879b7c48bfbf33984a55054519ee122d7be3a7) Add CGO makefile flag
    * [`f9d8f0e5`](https://github.com/containerd/containerd/commit/f9d8f0e56ee43594ec529c4d28aec7be7343cd36) Merge pull request  [#3794](https://github.com/containerd/containerd/pull/3794) from fahedouch/server_test
    * [`7c016b65`](https://github.com/containerd/containerd/commit/7c016b655b54efd5a4bb97a5a3a0f92c0df9c06c) add tests to server_test
    * [`8f9eff4f`](https://github.com/containerd/containerd/commit/8f9eff4fec4da6a8236bd38af5999a383de95f1b) Support disk usage in windows snapshot.
    * [`257a7498`](https://github.com/containerd/containerd/commit/257a7498d00827fbca08078f664cc6b4be27d7aa) Merge pull request  [#3790](https://github.com/containerd/containerd/pull/3790) from ameyag/windows-shim-install
    * [`d21f0f11`](https://github.com/containerd/containerd/commit/d21f0f116e29e498eeebf8440e9f43a06cf39cfc) windows process shim installer
    * [`342ce3e6`](https://github.com/containerd/containerd/commit/342ce3e602d13a05b13c7cb642aba5996315e02f) Merge pull request  [#3789](https://github.com/containerd/containerd/pull/3789) from AkihiroSuda/vendor-20191030
    * [`a2688b97`](https://github.com/containerd/containerd/commit/a2688b972c36bc88407591898fb84f478d3790d2) bring back aufs and zfs
    * [`4a1a1bc6`](https://github.com/containerd/containerd/commit/4a1a1bc626830b0a9d0efc8ae154e30d3486d742) Merge pull request  [#3784](https://github.com/containerd/containerd/pull/3784) from tiborvass/ppc64
    * [`62b13256`](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
    * [`78be7366`](https://github.com/containerd/containerd/commit/78be736622e3eaf5b1f7c9030a930c0b916453bf) Return not found error if no platform matched.
    * [`d12b53a0`](https://github.com/containerd/containerd/commit/d12b53a072dd67aad37046bb4437043fe02d0419) ppc64: -buildmode=pie is not supported
    * [`cedd3cb1`](https://github.com/containerd/containerd/commit/cedd3cb16c37d266de18dfda1b8aed71b1d998e0) Merge pull request  [#3782](https://github.com/containerd/containerd/pull/3782) from mrueg/vndr-autocompl
    * [`5e558419`](https://github.com/containerd/containerd/commit/5e5584196b3ca6b9ccfd2fa8603a9b7d25746997) Makefile: Drop vndr whitelist
    * [`edb6f234`](https://github.com/containerd/containerd/commit/edb6f2344a3629ada21b0f267e4db87161e859db) Merge pull request  [#3780](https://github.com/containerd/containerd/pull/3780) from AkihiroSuda/1.1-eol
    * [`aeec80fc`](https://github.com/containerd/containerd/commit/aeec80fca165ab6217cd4c03fa59b1bee9cb0427) Merge pull request  [#3773](https://github.com/containerd/containerd/pull/3773) from Random-Liu/use-logrus-trace
    * [`20e844a2`](https://github.com/containerd/containerd/commit/20e844a227950952e110cf751a8efeb7dfcbf167) Use logrus trace support.
    * [`0c01992f`](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
    * [`66aa1d3e`](https://github.com/containerd/containerd/commit/66aa1d3ef6f69be075f6acf10123f7e8db9112c2) Add snapshot walk implementations
    * [`e8c14c07`](https://github.com/containerd/containerd/commit/e8c14c07c6d9c33df7484bdde4df166627b6b44a) Added filters to snapshots API
    * [`c59561a0`](https://github.com/containerd/containerd/commit/c59561a08ec1936d4632a6b4868110681216d160) Merge pull request  [#3763](https://github.com/containerd/containerd/pull/3763) from AkihiroSuda/disable-mknod00-in-userns
    * [`f05e19c5`](https://github.com/containerd/containerd/commit/f05e19c5c6fa330753b84fe200f887cb3d62df41) Merge pull request  [#3777](https://github.com/containerd/containerd/pull/3777) from Random-Liu/fix-containerd-config
    * [`f593efdf`](https://github.com/containerd/containerd/commit/f593efdf0c160037c9f831983f62537285739b03) RELEASES.md: 1.1 EOL
    * [`aaccfcbe`](https://github.com/containerd/containerd/commit/aaccfcbe2b8792e5fa3711811f3025562485e8bb) Fix `containerd config dump`.
    * [`c224edc5`](https://github.com/containerd/containerd/commit/c224edc5c6350026a7d35a09dce638b0f09e6d44) apply: use naive applier when running in UserNS
    * [`966b1b8e`](https://github.com/containerd/containerd/commit/966b1b8e30c9ccf7e0f3127da08d4db30133e3bc) Merge pull request  [#3775](https://github.com/containerd/containerd/pull/3775) from jterry75/vendor_hcsshim
    * [`37b56caf`](https://github.com/containerd/containerd/commit/37b56cafc63445721c4475eea4e0994de3ed5118) Add ctr metrics support for Windows/LCOW containers
    * [`178469e2`](https://github.com/containerd/containerd/commit/178469e2ae5b7edd9e55601415fe9f494ab22b9a) Update Microsoft/hcsshim vendor
    * [`4523ab73`](https://github.com/containerd/containerd/commit/4523ab734aff7fd4abc0b676b767b1026b826278) Merge pull request  [#3766](https://github.com/containerd/containerd/pull/3766) from estesp/move-autocomplete
    * [`0d8fc0a4`](https://github.com/containerd/containerd/commit/0d8fc0a487f82b922122ca0280fe1ba3d19b3803) Merge pull request  [#3767](https://github.com/containerd/containerd/pull/3767) from thaJeztah/bump_grpc
    * [`3bf461ae`](https://github.com/containerd/containerd/commit/3bf461ae8ebec194e333a54ec0dfc562b741112c) Move autocomplete files to contrib/
    * [`885232b7`](https://github.com/containerd/containerd/commit/885232b72f0b7ead6ffec76fe0adfda384572b6f) bump google.golang.org/grpc v1.23.1
    * [`3e3c5fe1`](https://github.com/containerd/containerd/commit/3e3c5fe129e4d25e5ec215439bc7a0986e49f995) Merge pull request  [#3759](https://github.com/containerd/containerd/pull/3759) from fuweid/me-update-vendor
    * [`36c4260e`](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
    * [`6356e55b`](https://github.com/containerd/containerd/commit/6356e55be002df80b98ba59ec98dfd0ece7ec80c) Update Golang 1.12.12 (CVE-2019-17596)
    * [`074b453a`](https://github.com/containerd/containerd/commit/074b453ac66797ab93d9570e826ef9c35b079b13) vendor: call vndr to remove useless pkgs and update vendor
    * [`9c86b8f5`](https://github.com/containerd/containerd/commit/9c86b8f5ed49c63b887fe94c369c3a797e79c91f) Merge pull request  [#3750](https://github.com/containerd/containerd/pull/3750) from ecordell/202-accepted-response
    * [`7177af84`](https://github.com/containerd/containerd/commit/7177af84acdddfb3e36b7982cbac982bc7a8d5d5) Allow 202 response code for commit
    * [`acdcf13d`](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
    * [`d52cbc19`](https://github.com/containerd/containerd/commit/d52cbc19be7a8bb4937e52a57cf32ff2ea3bcb31) snapshots/native: ignore xattr errors during CopyDir
    * [`57cfc902`](https://github.com/containerd/containerd/commit/57cfc902606e2d601d4fd910291ccbd391234446) Merge pull request  [#3743](https://github.com/containerd/containerd/pull/3743) from crosbymichael/v2blocking
    * [`f8cca26f`](https://github.com/containerd/containerd/commit/f8cca26f3c0aea485841e96e3b524acc7ef6f4c1) Handle large output in v2 shim with TTY
    * [`6af355f3`](https://github.com/containerd/containerd/commit/6af355f3c7a2c1577d5e5e7b769ec26870ad21e9) Merge pull request  [#3744](https://github.com/containerd/containerd/pull/3744) from crosbymichael/test-flags
    * [`d5b7bf51`](https://github.com/containerd/containerd/commit/d5b7bf51aa7dc6217fea04e3e3b6e43289a25746) Move flag.Parse in tests to TestMain
    * [`38937f06`](https://github.com/containerd/containerd/commit/38937f0607267f2effc76bc8fd4855e75ab8eb17) Merge pull request  [#3718](https://github.com/containerd/containerd/pull/3718) from crosbymichael/devperms
    * [`41028772`](https://github.com/containerd/containerd/commit/41028772ba66f921c2c4d4972337e936e9a49b0b) Merge pull request  [#3741](https://github.com/containerd/containerd/pull/3741) from crosbymichael/localfs
    * [`54257bb5`](https://github.com/containerd/containerd/commit/54257bb5e6681971ce6521e88fad1f5da9d7c72c) Add local-fs.target to service file
    * [`a6d3f4d3`](https://github.com/containerd/containerd/commit/a6d3f4d30bcdebc97d10bdfefaf34ea00c77165f) Add device opts to ctr --privileged
    * [`a6a0c8b6`](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
    * [`ffcb1cc9`](https://github.com/containerd/containerd/commit/ffcb1cc9be3eda8478d75c46ca02928db43b2693) Fix delete error code on the containerd daemon side.
    * [`772aaf12`](https://github.com/containerd/containerd/commit/772aaf127ad8b311c5db7baafb31b5a3bc0e3a9f) Merge pull request  [#3729](https://github.com/containerd/containerd/pull/3729) from seemethere/fix_man
    * [`036db34f`](https://github.com/containerd/containerd/commit/036db34f37617d6a02f07b04fc2d35a91732c6e3) build: Fix manpage generation
    * [`c0c6b511`](https://github.com/containerd/containerd/commit/c0c6b511792575fd07d1b1c63e9c2f36f8d1ffb0) Merge pull request  [#3730](https://github.com/containerd/containerd/pull/3730) from Random-Liu/fix-error-code
    * [`06be794c`](https://github.com/containerd/containerd/commit/06be794cb228a5df073545d366965000ca25f3a4) Fix shim delete error code.
    * [`614c0858`](https://github.com/containerd/containerd/commit/614c0858f2a8db9ee0c788a9164870069f3e53ed) Merge pull request  [#3728](https://github.com/containerd/containerd/pull/3728) from crosbymichael/dist-rm
    * [`c58e1e20`](https://github.com/containerd/containerd/commit/c58e1e20d6810beee6f4e6a375a63ba6d266db95) Merge pull request  [#3725](https://github.com/containerd/containerd/pull/3725) from fuweid/me-use-runtime-version
    * [`901bcb22`](https://github.com/containerd/containerd/commit/901bcb2231466229d27aee8d38a6e2fcdc95015e) Add distribution subpkgs to core
    * [`eaef634e`](https://github.com/containerd/containerd/commit/eaef634ef79d474d78713d637a593379618c5680) version: use runtime.Version() directly
    * [`25947db0`](https://github.com/containerd/containerd/commit/25947db049b058fcbce291ef883b8b512e3ea440) Add support for spec generation with host devices
    * [`8d0d1ebb`](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
    * [`635dbf25`](https://github.com/containerd/containerd/commit/635dbf251a8e325064bdc3695a373628b035ec38) Merge pull request  [#3720](https://github.com/containerd/containerd/pull/3720) from dmcgowan/fix-flaky-btrfs
    * [`ea8cb3ac`](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
    * [`c0984941`](https://github.com/containerd/containerd/commit/c0984941e38447933a5599a7c8233ed8fc218622) adding go version to client description
    * [`fe947e83`](https://github.com/containerd/containerd/commit/fe947e83dce45d108bb364262a1ce2c56a3828c3) bump runc v1.0.0-rc9
    * [`77203259`](https://github.com/containerd/containerd/commit/772032598a4282a50ccee29e9cc23be88bd74b2f) Fix flaky btrfs test
    * [`2a6d13b2`](https://github.com/containerd/containerd/commit/2a6d13b2ca2d529103885cfc02e6cc57963eb439) Merge pull request  [#3719](https://github.com/containerd/containerd/pull/3719) from mxpv/lease_opts
    * [`e4e7e554`](https://github.com/containerd/containerd/commit/e4e7e554d5ddc8291f64be897b595ec0f9aa0d15) Make client's WithLease more flexible.
    * [`38a0013c`](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
    * [`18be6e37`](https://github.com/containerd/containerd/commit/18be6e37140e778dffd91804dab2bc66ba54493f) Use cached state instead of `runc state`.
    * [`be6bead4`](https://github.com/containerd/containerd/commit/be6bead423dccf804add1cbe4b053c260fba6579) Merge pull request  [#3712](https://github.com/containerd/containerd/pull/3712) from estesp/add-completion-docs
    * [`4c2d740a`](https://github.com/containerd/containerd/commit/4c2d740a2ae6a741be5f62fe81e5a4fd42927d65) Merge pull request  [#3713](https://github.com/containerd/containerd/pull/3713) from crosbymichael/runc-bump2
    * [`f277665e`](https://github.com/containerd/containerd/commit/f277665edba8c08ffc8ce9a9348d73a2765841a0) Bump runc to 1b8a1eeec3f337ab5d94f28980
    * [`e33f7038`](https://github.com/containerd/containerd/commit/e33f70385b6664e7fed5312b0972d6c38952162d) Add more detail on releases
    * [`309c9c25`](https://github.com/containerd/containerd/commit/309c9c25baa81db884645a9a1539f5a537b515d6) Merge pull request  [#3706](https://github.com/containerd/containerd/pull/3706) from mrueg/enable-autocmpl
    * [`a83ae300`](https://github.com/containerd/containerd/commit/a83ae3001616121085c0bc38e54cf53fa2dcf6b3) Merge pull request  [#3681](https://github.com/containerd/containerd/pull/3681) from crosbymichael/bump-cgroups
    * [`8ff5827e`](https://github.com/containerd/containerd/commit/8ff5827e98ee6efeee161421abdc6da48c8f27b4) Update cri and cgroup packages
    * [`10090237`](https://github.com/containerd/containerd/commit/100902378300d20063435ccd1581e3b722f1a2e8) Merge pull request  [#3705](https://github.com/containerd/containerd/pull/3705) from dmcgowan/limit-travis-release
    * [`b5fa55b0`](https://github.com/containerd/containerd/commit/b5fa55b0c2837d033614c2c2ab1488d097aec2a0) ctr: Enable shell autocompletion
    * [`45ce7356`](https://github.com/containerd/containerd/commit/45ce7356762cf7d7814f73c7ace479a3b60bf0cb) Limit travis release script to a single build
    * [`7f9530d9`](https://github.com/containerd/containerd/commit/7f9530d95b6450f5045fcfd7f3602a1ff2331336) Merge pull request  [#3703](https://github.com/containerd/containerd/pull/3703) from yuxiaobo96/containerd-my
    * [`0cb7e4d5`](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
    
    * [`318312a`](https://github.com/containerd/cgroups/commit/318312a373405e5e91134d8063d04d59768a1bff) Merge pull request  [#174](https://github.com/containerd/cgroups/pull/174) from thaJeztah/various_linting_issues_and_cleanup
    * [`8c0b12b`](https://github.com/containerd/cgroups/commit/8c0b12b6096915a825e64b0b3f49f03b25594943) remove dead code and rename unused arguments
    * [`c57858d`](https://github.com/containerd/cgroups/commit/c57858deb4216d293a509117a11cc277549b649f) address various linting issues
    * [`6341e46`](https://github.com/containerd/cgroups/commit/6341e46c389a00a8f9e9bd557f309064638a1402) utils.cleanPath() remove redundant filepath.Clean()
    * [`2a9c23a`](https://github.com/containerd/cgroups/commit/2a9c23a5251fd22ad083d6249f54cf1f2593b966) don't use sprintf for string-concatenation
    * [`6adf499`](https://github.com/containerd/cgroups/commit/6adf499f1b500e5ae21c12efe4b993b0b8548fb9) v2: goimports
    * [`382444c`](https://github.com/containerd/cgroups/commit/382444cb4cfabd102f143191d4edb61c0bfc3e83) v2: remove unneeded import
    * [`4ef69bc`](https://github.com/containerd/cgroups/commit/4ef69bc702db375e85c4aaae2c56ddc23adc18d1) Merge pull request  [#173](https://github.com/containerd/cgroups/pull/173) from adunham-stripe/adunham/writefile-eintr
    * [`44e3a02`](https://github.com/containerd/cgroups/commit/44e3a02a751f2a73d7d653e48125ff5f0aeb43ec) Retry file writes on EINTR errors
    * [`e9676da`](https://github.com/containerd/cgroups/commit/e9676da73eddf8ed2433f77aaf3b9cf8f0f75b8c) Merge pull request  [#169](https://github.com/containerd/cgroups/pull/169) from thaJeztah/bump_ebpf
    * [`447e499`](https://github.com/containerd/cgroups/commit/447e499cff673918567588779af8dd771630e0f2) Merge pull request  [#170](https://github.com/containerd/cgroups/pull/170) from thaJeztah/bump_go_1.13
    * [`ea44ac4`](https://github.com/containerd/cgroups/commit/ea44ac4c98b42941b9048352741dabc075a06f03) Merge pull request  [#172](https://github.com/containerd/cgroups/pull/172) from thaJeztah/bump_logrus
    * [`566c5a4`](https://github.com/containerd/cgroups/commit/566c5a43fc1b29174dd56a4590c8953079d22884) CI: update to go 1.13.12
    * [`ce216b2`](https://github.com/containerd/cgroups/commit/ce216b225c6a327c14b5569e06fba1fe3ce12460) vendor: update logrus v1.6.0 for Go 1.14 compatibility
    * [`9d7466e`](https://github.com/containerd/cgroups/commit/9d7466e3534bcc76678ed435f5c06922d99e3187) vendor: update cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775
    * [`544d8ea`](https://github.com/containerd/cgroups/commit/544d8ea40afe6e1a898293261c454043ed31c88f) Merge pull request  [#167](https://github.com/containerd/cgroups/pull/167) from egernst/typo
    * [`ff6e9c8`](https://github.com/containerd/cgroups/commit/ff6e9c8c63dde78d6b84182ae38dc9315fb202da) cpuset: typo fix for function name
    * [`80c669f`](https://github.com/containerd/cgroups/commit/80c669f4bad05817dd13e448a47783d6bb38811a) Merge pull request  [#166](https://github.com/containerd/cgroups/pull/166) from estesp/actions-badge
    * [`350791b`](https://github.com/containerd/cgroups/commit/350791b421edcf85ccb9fbc68487c1a22d788c6f) Update build status badge to Actions CI
    * [`07e657c`](https://github.com/containerd/cgroups/commit/07e657ceed64c8686c7ffe0d35efc34fd806c1a6) Merge pull request  [#165](https://github.com/containerd/cgroups/pull/165) from estesp/move-to-ghactions
    * [`1388c90`](https://github.com/containerd/cgroups/commit/1388c909d1286b9da8ff55872c18268720dcc2c0) Migrate CI to GitHub Actions
    * [`56813a8`](https://github.com/containerd/cgroups/commit/56813a8f106c2608077e2c7d3caf9e4f65719013) Merge pull request  [#163](https://github.com/containerd/cgroups/pull/163) from chenjiandongx/master
    * [`905dd2d`](https://github.com/containerd/cgroups/commit/905dd2db645798658bb49d9ac7d8a13ffc1854b0) Update README.md
    * [`0dbf7f0`](https://github.com/containerd/cgroups/commit/0dbf7f05ba59274095946e2c0c89540726e8a8aa) Merge pull request  [#160](https://github.com/containerd/cgroups/pull/160) from AkihiroSuda/carry-150
    * [`f9dd635`](https://github.com/containerd/cgroups/commit/f9dd6352282798d3f6aa892553181c015c6a4103) v2/stats: add all fields of memory.events
    * [`31aeab7`](https://github.com/containerd/cgroups/commit/31aeab73ea3efb8564714654e80e8cdb1920aaf9) rename fail_cnt to events_max
    * [`a71db09`](https://github.com/containerd/cgroups/commit/a71db092e405de1fd4db43b78e5f6f6b628cb33a) Added support fo memory.events stats - failCnt
    * [`5d27576`](https://github.com/containerd/cgroups/commit/5d2757656685d9b3fa1e9fe2ac0eb7e391ee7380) Merge pull request  [#162](https://github.com/containerd/cgroups/pull/162) from Jordy24/add-parameter-validation-checks
    * [`33c0891`](https://github.com/containerd/cgroups/commit/33c0891e862dcdcdd90984cecd6167cae4770b69) add nil check
    * [`666f4a0`](https://github.com/containerd/cgroups/commit/666f4a009ffb2741d4d3884aead4dfc17497c2d6) Merge pull request  [#158](https://github.com/containerd/cgroups/pull/158) from AkihiroSuda/fix-event-chan
    * [`d77cdc4`](https://github.com/containerd/cgroups/commit/d77cdc42998ffb8adc38cb14962b1ef14ae733cf) Merge pull request  [#159](https://github.com/containerd/cgroups/pull/159) from AkihiroSuda/fix-vagrant
    * [`7a4b407`](https://github.com/containerd/cgroups/commit/7a4b4074b7d191f77c127d185d7d04488f961962) v2: fix EventChan
    * [`45229ee`](https://github.com/containerd/cgroups/commit/45229ee60b6d744a01351e14d6948c44aca15672) fix Vagrant on Travis (switch to KVM)
    * [`7fc7a50`](https://github.com/containerd/cgroups/commit/7fc7a507c04cc4c10f439c904e3bcd785ec37003) Merge pull request  [#154](https://github.com/containerd/cgroups/pull/154) from dcantah/v1_register_memory_events
    * [`0b707e8`](https://github.com/containerd/cgroups/commit/0b707e8f3451569eca9a8e81a80d1fc484133b1b) Implement registering for other memory notifications besides oom
    * [`53ba563`](https://github.com/containerd/cgroups/commit/53ba5634dc0f0e43af83e83fd486311d2051b939) Merge pull request  [#155](https://github.com/containerd/cgroups/pull/155) from thaJeztah/bump_runtime_spec
    * [`3fa15cd`](https://github.com/containerd/cgroups/commit/3fa15cd969e077f83b09c3ef86ce9c957ce7fbb8) update runtime-spec v1.0.2
    * [`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
    
    * [`efbc448`](https://github.com/containerd/continuity/commit/efbc4488d8fe1bdc16bde3b2d2990d9b3a899165) Merge pull request  [#156](https://github.com/containerd/continuity/pull/156) from estesp/disable-travis
    * [`e2d0145`](https://github.com/containerd/continuity/commit/e2d014531cd9518ff6da95703f4f9895c3394975) Remove travis config
    * [`daa8e1c`](https://github.com/containerd/continuity/commit/daa8e1ccc0bcac5cd7d44046b0ea71e7831012ec) Merge pull request  [#155](https://github.com/containerd/continuity/pull/155) from estesp/gh-actions-ci
    * [`8c3ce1b`](https://github.com/containerd/continuity/commit/8c3ce1b3ae914b0f92d03138cfe8ff4a1169336a) Update CI to use GitHub Actions
    * [`6629113`](https://github.com/containerd/continuity/commit/6629113df58078d4d286df5cf79378ef84dcc525) Update linting to use golangci-lint
    * [`9365a1b`](https://github.com/containerd/continuity/commit/9365a1b01a63247561eab02c7d5914a554736c69) Fix golangci-lint errors
    * [`f1c9af8`](https://github.com/containerd/continuity/commit/f1c9af8e2a206bd1b9f06b2c7d250deaf4791cf7) Merge pull request  [#154](https://github.com/containerd/continuity/pull/154) from mikebrow/cleanup-nits
    * [`f681eac`](https://github.com/containerd/continuity/commit/f681eac03c784dd57e8046e8e3948d4d44294629) reduce code complexity
    * [`6728803`](https://github.com/containerd/continuity/commit/6728803c1b2fbe0b63edfccea8c664af8f5df4e1) update AUTHORS
    * [`f265cff`](https://github.com/containerd/continuity/commit/f265cff0764e5f8155e80d532db78f617e08e021) fix gofmt issues
    * [`cf53015`](https://github.com/containerd/continuity/commit/cf53015a8bae42a53c5725e0d9bef11fde50694e) Merge pull request  [#153](https://github.com/containerd/continuity/pull/153) from tomfaulhaber/empty-file-fix
    * [`5a33969`](https://github.com/containerd/continuity/commit/5a339690f8eb7d69926093db01be5f1272ec0c8f) Add a comment to clarify that we're handling the empty file case
    * [`11900e8`](https://github.com/containerd/continuity/commit/11900e88c487c2e28650d44cc88a95e86734f01c) Fix sameFile() to recognize empty files as the same
    * [`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
    
    * [`8871d5cd`](https://github.com/containerd/cri/commit/8871d5cdf8102a7d5989c307f2a366946feb54ee) Merge pull request  [#1548](https://github.com/containerd/cri/pull/1548) from AkihiroSuda/remove-libseccomp-dependency
    * [`7332e2ad`](https://github.com/containerd/cri/commit/7332e2ad2e5f064b3de9f364f38f3d4ad10db935) remove libseccomp cgo dependency
    * [`858a7662`](https://github.com/containerd/cri/commit/858a766264ee4a58656f6258e9d4b47d3ed4745c) Merge pull request  [#1547](https://github.com/containerd/cri/pull/1547) from mikebrow/containerd-list-podid-should-search
    * [`8a2d1cc8`](https://github.com/containerd/cri/commit/8a2d1cc802e60e3c93c606270b92978c036fb432) adds support for pod id lookup for filter
    * [`c209d013`](https://github.com/containerd/cri/commit/c209d013cbc5508c77534b8c1789ca5191de8b9e) Merge pull request  [#1545](https://github.com/containerd/cri/pull/1545) from ktock/ssdoc
    * [`fe9bb8da`](https://github.com/containerd/cri/commit/fe9bb8da657671b31eecd3092f1519df641d5c40) Merge branch 'master' into ssdoc
    * [`63400c76`](https://github.com/containerd/cri/commit/63400c769422618e2998823ec548671cf3e150b1) Merge pull request  [#1543](https://github.com/containerd/cri/pull/1543) from ktock/discard-content
    * [`0f99e0f5`](https://github.com/containerd/cri/commit/0f99e0f53e744044c5c0f9fef74ac8908df27364) Merge pull request  [#1542](https://github.com/containerd/cri/pull/1542) from sachaos/master
    * [`4c8164bc`](https://github.com/containerd/cri/commit/4c8164bccf35b134ad9864409882105ade5b3c85) Specify version = 2 & fix wrong key in registry.md (GCR example)
    * [`375dd762`](https://github.com/containerd/cri/commit/375dd7625530ff11ed858a1157837eaab0422bba) Add description about `disable_snapshot_annotations` to configuration doc
    * [`c80660b8`](https://github.com/containerd/cri/commit/c80660b82b1df9965c2e399fa61a62c088e152a6) Allow GC to discard content after successful pull and unpack
    * [`b51177bf`](https://github.com/containerd/cri/commit/b51177bfcc31371761fb19ffd028a19fb0d69d3a) Vendor containerd d184a0a3430dc4a17a47cce37fb36126ac0c699a
    * [`8448b92d`](https://github.com/containerd/cri/commit/8448b92d237e877bed1e4aa7a0baf0dee234dbcb) Merge pull request  [#1534](https://github.com/containerd/cri/pull/1534) from crosbymichael/selinux-range
    * [`0443a13d`](https://github.com/containerd/cri/commit/0443a13da7f6f38f4bb4ed7cccfe3c47ccceb614) Merge pull request  [#1535](https://github.com/containerd/cri/pull/1535) from lumjjb/updatecri-doc
    * [`e080f845`](https://github.com/containerd/cri/commit/e080f845376c772a4a7830ffbb27acb23854a436) Merge pull request  [#1539](https://github.com/containerd/cri/pull/1539) from mikebrow/windows-ci-force-bash
    * [`fad87288`](https://github.com/containerd/cri/commit/fad87288f8c26b7fcb65be1c010432565ff44cbc) switching to windows-2016 latest is breaking due to wsl conflict with bash
    * [`f93b7253`](https://github.com/containerd/cri/commit/f93b72530f51e04c1210d656f7db70ab9c70419b) Update doc cri plugin convention
    * [`5f5d954b`](https://github.com/containerd/cri/commit/5f5d954b6af907cfffb1364526cf0d1d5dcc13b9) add selinux category range to config
    * [`9b06da47`](https://github.com/containerd/cri/commit/9b06da47731bb4d499a2ab0f53c643fce766c3d0) update selinux to 1.6.0 release
    * [`fcda0cf4`](https://github.com/containerd/cri/commit/fcda0cf4a7e70f0317238b09556329239321353b) Merge pull request  [#1529](https://github.com/containerd/cri/pull/1529) from AkihiroSuda/allow-disabling-hugepages
    * [`707d2c49`](https://github.com/containerd/cri/commit/707d2c49d1c71c1d0b24bd5e757bf72376cc0de1) allow disabling hugepages
    * [`1d3b9c5b`](https://github.com/containerd/cri/commit/1d3b9c5b80dd716ab4aa74e3eaf3c4e5f50136dd) Merge pull request  [#1532](https://github.com/containerd/cri/pull/1532) from jsturtevant/update-pause-image-ref
    * [`2bb0b19c`](https://github.com/containerd/cri/commit/2bb0b19c4b61dee3a3d36c3040c519cd6805fd15) Update to latest pause image for windows
    * [`5df93a03`](https://github.com/containerd/cri/commit/5df93a038acc017abaab0b037fa7d03dfcab9fe0) Merge pull request  [#1531](https://github.com/containerd/cri/pull/1531) from mikebrow/nit-for-default-config
    * [`4b3974c4`](https://github.com/containerd/cri/commit/4b3974c4e95b06006d780c267ef6f928a4e389ef) show runc options tag
    * [`a01750d8`](https://github.com/containerd/cri/commit/a01750d89af991c37906165f8d6f68ceb5903730) Merge pull request  [#1530](https://github.com/containerd/cri/pull/1530) from hckuo/fix-doc-for-runtime-options
    * [`904ab30f`](https://github.com/containerd/cri/commit/904ab30f9dc3bc33974daca112b7024609417436) Fix doc for runtime specifc options
    * [`0fa3cfd6`](https://github.com/containerd/cri/commit/0fa3cfd6952fb432677dcff7d76b8f68be23db04) Merge pull request  [#1440](https://github.com/containerd/cri/pull/1440) from jr-santos98/master
    * [`c69a2dc7`](https://github.com/containerd/cri/commit/c69a2dc7457d9d55ce0e8385fb8be12eb653add4) Checking if a variable already exists
    * [`ecf335ad`](https://github.com/containerd/cri/commit/ecf335ad65ebe25fd3fb53cd4b21d92cbc46b8bf) added multi-architectures support
    * [`8fb244a6`](https://github.com/containerd/cri/commit/8fb244a65baad2457e6c8658db18ed28b1f77cfe) Merge pull request  [#1525](https://github.com/containerd/cri/pull/1525) from containerd/forcibly-remove-sandbox-container
    * [`0c45d132`](https://github.com/containerd/cri/commit/0c45d1329249d6a21149599adcbc885066c0a230) move up to latest cri-tools
    * [`5f50692d`](https://github.com/containerd/cri/commit/5f50692d3dd7764a30a99688818df55caf8262a1) Merge pull request  [#1524](https://github.com/containerd/cri/pull/1524) from mikebrow/verbose-dco-check
    * [`4549b94e`](https://github.com/containerd/cri/commit/4549b94eca5fb64c6ca8f28ae637490305cf6de4) gofmt cleanup
    * [`287c52d1`](https://github.com/containerd/cri/commit/287c52d1c67921dc29c8ef5a5a5d0e2ba722bb75) Forcibly stop running containers before removal
    * [`f427791c`](https://github.com/containerd/cri/commit/f427791c60570fe1afcdf6a5a50eaa6080adad6c) set dco check to verbose
    * [`aa0f4fd3`](https://github.com/containerd/cri/commit/aa0f4fd37b82a273156d35a7e13831bd0940ab99) Merge pull request  [#1521](https://github.com/containerd/cri/pull/1521) from AkihiroSuda/revendor-libcontainer
    * [`fb208d01`](https://github.com/containerd/cri/commit/fb208d015a7aca677e08c4f84ce95592189426df) vendor runc v1.0.0-rc91
    * [`1bc5ba3f`](https://github.com/containerd/cri/commit/1bc5ba3f484ecae7feb3156ad0e3760b728de66e) Merge pull request  [#1519](https://github.com/containerd/cri/pull/1519) from AkihiroSuda/config-fix-toml-tag
    * [`fe6833a9`](https://github.com/containerd/cri/commit/fe6833a9a4511f271ae0a7dcd052d3c5c050d3d7) config: TolerateMissingHugePagesCgroupController -> TolerateMissingHugetlbController
    * [`b69d7bdc`](https://github.com/containerd/cri/commit/b69d7bdc5fa9f61532819029c864cd3724a79db6) config: fix TOML tag for TolerateMissingHugePagesCgroupController
    * [`8e0b789c`](https://github.com/containerd/cri/commit/8e0b789c9ade07497283546c0bde0fb5f99310cb) Merge pull request  [#1520](https://github.com/containerd/cri/pull/1520) from AkihiroSuda/fix-ci-apt-get-update
    * [`4049a912`](https://github.com/containerd/cri/commit/4049a912f32d19245c02dc57cc104b5657845fa1) CI: run apt-get update befor apt-get install
    * [`c2191fdd`](https://github.com/containerd/cri/commit/c2191fddd79234024bfc47d3c3eeba1833b82dc1) Merge pull request  [#1513](https://github.com/containerd/cri/pull/1513) from brianpursley/state-name
    * [`aa04fc9d`](https://github.com/containerd/cri/commit/aa04fc9d538653a3513d8e855e5d32453d86781e) Change "failed to stop sandbox" error message to use state name instead of numeric value
    * [`09d6426f`](https://github.com/containerd/cri/commit/09d6426f33cac217528158ddc6d254ca7d597a7b) Merge pull request  [#1511](https://github.com/containerd/cri/pull/1511) from kevpar/named-pipe-mounts
    * [`210561a8`](https://github.com/containerd/cri/commit/210561a8e3b1c4905b8162c808f92cb5caa4b876) Support named pipe mounts for Windows containers
    * [`682d1583`](https://github.com/containerd/cri/commit/682d158399ed7c58c1bc8dd4f5282c4446c0aba3) Merge pull request  [#1517](https://github.com/containerd/cri/pull/1517) from mikebrow/fix-e2e-bucket
    * [`f5c7ac92`](https://github.com/containerd/cri/commit/f5c7ac92724405806eb4e330ecab8f4350601089) fix for image pull linter change
    * [`05cd9428`](https://github.com/containerd/cri/commit/05cd942875e06e344decf01bddf0f2660d04055a) hard set kubernetes version not in vendor.conf anymore
    * [`98aadbbe`](https://github.com/containerd/cri/commit/98aadbbe56369ebafa03b6e08ad53859580313f1) Merge pull request  [#1463](https://github.com/containerd/cri/pull/1463) from dims/remove-dependencies-on-k8s.io/kubernetes
    * [`3ee62de2`](https://github.com/containerd/cri/commit/3ee62de2bf318939c38a863dd6e61fe18f790225) remove unused method
    * [`cbb7c28f`](https://github.com/containerd/cri/commit/cbb7c28f195ea256fce8b5e21e7ae1403901438c) Add copyright headers
    * [`0d18d1ee`](https://github.com/containerd/cri/commit/0d18d1ee38afad93fcbe1411bee82e4960703e55) Drop k8s.io/kubernetes
    * [`6007c354`](https://github.com/containerd/cri/commit/6007c354a6e3514ee28f717658b6233b8aaa815b) Copy kubernetes/pkg/kubelet/util
    * [`e2072b71`](https://github.com/containerd/cri/commit/e2072b71ccdbf62a38e5e1b583cd403c66cdf727) Copy kubernetes/pkg/util/bandwidth
    * [`bb828a9f`](https://github.com/containerd/cri/commit/bb828a9f841cc6d1a8630101f2dcfb3f624eac80) Make copy of pkg/kubelet/cri/remote
    * [`2909022a`](https://github.com/containerd/cri/commit/2909022a6e0cb173a0f6e75063c180cc24dfac6c) Make local copy of kubelet/cri/streaming
    * [`b8f7b9f6`](https://github.com/containerd/cri/commit/b8f7b9f692d137ba1403a4a87ec12d22452cd370) Merge pull request  [#1515](https://github.com/containerd/cri/pull/1515) from AkihiroSuda/golang-1.13.12
    * [`22b55461`](https://github.com/containerd/cri/commit/22b55461b3a65bada4eeb8ed01ffed6f766819e6) Merge pull request  [#1514](https://github.com/containerd/cri/pull/1514) from dims/update-kubernetes-to-1.19.0-beta.2
    * [`c4205721`](https://github.com/containerd/cri/commit/c4205721eeeed817f9be32964a75232adb4e691c) Update vendor/ directory
    * [`41f184f1`](https://github.com/containerd/cri/commit/41f184f15b1395f12982546df029a93d99e7b521) Update vendor.conf to kubernetes 1.19.0-beta.2
    * [`548d987f`](https://github.com/containerd/cri/commit/548d987fc2d27e82dc5ff729f3615f727324f7d0) Bump Golang 1.13.12
    * [`4f8a5807`](https://github.com/containerd/cri/commit/4f8a580795344b0f4c1146a3abce0409962f3890) Merge pull request  [#1510](https://github.com/containerd/cri/pull/1510) from crosbymichael/selinux-bump
    * [`713205b3`](https://github.com/containerd/cri/commit/713205b3699426076c6f8234a89d27de8fe8d5d5) bump selinux dep
    * [`61648227`](https://github.com/containerd/cri/commit/61648227141a843ce71ecaf25997cf8d37c31c5a) Merge pull request  [#1508](https://github.com/containerd/cri/pull/1508) from janosi/sctp-hostport
    * [`b661ad71`](https://github.com/containerd/cri/commit/b661ad711eaeb78f30574c31635a9ce5f1a67707) Merge pull request  [#1504](https://github.com/containerd/cri/pull/1504) from lorenz/ignore-image-defined-volumes
    * [`26dc5b97`](https://github.com/containerd/cri/commit/26dc5b9772f8e23c7cf96034648b3394551e5087) Merge pull request  [#1505](https://github.com/containerd/cri/pull/1505) from dcantah/windows-cred-spec
    * [`479dfbac`](https://github.com/containerd/cri/commit/479dfbac453a6af15bb871a1efc23339772b3a3f) Remove the protocol filter from the portMappings constructor.
    * [`9620b2e1`](https://github.com/containerd/cri/commit/9620b2e1dae368382e59109e437b99f05fdec577) Add GMSA Credential Spec passing
    * [`ae8200bf`](https://github.com/containerd/cri/commit/ae8200bf93e9eda91d1c8b40dc14257ec0bdea02) Merge pull request  [#1499](https://github.com/containerd/cri/pull/1499) from webwurst/patch-1
    * [`3290b86a`](https://github.com/containerd/cri/commit/3290b86a8ce04e612fbc0b09042eba3d6ad5d400) Merge pull request  [#1506](https://github.com/containerd/cri/pull/1506) from cpuguy83/registry_headers
    * [`5a1d49b0`](https://github.com/containerd/cri/commit/5a1d49b0632f3e91da9f78c79a34403876a04b1d) Add option for ignoring volumes defined in images
    * [`c694c631`](https://github.com/containerd/cri/commit/c694c63176e68c9d7b25bdf4a40c1e254ffc269d) Add config for registry http headers
    * [`098e0400`](https://github.com/containerd/cri/commit/098e040014aa8e413c7419f7e6db1db51e7133ff) Fix typo
    * [`bc96548c`](https://github.com/containerd/cri/commit/bc96548c7bd65784d9e6967162518f04333f447d) Merge pull request  [#1502](https://github.com/containerd/cri/pull/1502) from mikebrow/nginx-timing-problem
    * [`e56347aa`](https://github.com/containerd/cri/commit/e56347aabc6b5b26aaf6033826e791d1f3b43ab4) move up to latest critools pick up nginx fix
    * [`62c91260`](https://github.com/containerd/cri/commit/62c91260d2f43b57fff408a9263a800b7a06a647) Merge pull request  [#1501](https://github.com/containerd/cri/pull/1501) from dims/tolerate-missing-hugetlb-cgroups-controller
    * [`d7ce093d`](https://github.com/containerd/cri/commit/d7ce093d63d059f9dd13cffeb5fb14e1f3abccb7) Tolerate missing HugeTLB cgroups controller
    * [`8898550e`](https://github.com/containerd/cri/commit/8898550e348932e406049e937d98fb7564ac4e7a) Merge pull request  [#1498](https://github.com/containerd/cri/pull/1498) from mxpv/base
    * [`17c61e36`](https://github.com/containerd/cri/commit/17c61e36cb5ed6ee59d27074e6be7e08663646fa) Fix cgroups path for base OCI spec
    * [`df8d6c5b`](https://github.com/containerd/cri/commit/df8d6c5b7b58ab43846e289caccf27b065126da0) Update documentation for base OCI spec files
    * [`8d54f397`](https://github.com/containerd/cri/commit/8d54f397534c737023c7d41c12e0202e140710a6) Allow specify base OCI runtime spec
    * [`c7f25cb3`](https://github.com/containerd/cri/commit/c7f25cb3ae1edc1b2aaa4d117d17d281e904a1dd) Merge pull request  [#1490](https://github.com/containerd/cri/pull/1490) from mikebrow/document-gcr-json-key-auth
    * [`83b115af`](https://github.com/containerd/cri/commit/83b115af16cade2b2de642ff5f6ab885c3d4264c) Merge pull request  [#1497](https://github.com/containerd/cri/pull/1497) from mikebrow/add-commit-sha-to-log
    * [`e8148bb4`](https://github.com/containerd/cri/commit/e8148bb49b1ca7e4a11e8270d28737cd213a8f99) would like to have the commit sha in the logs
    * [`f8380958`](https://github.com/containerd/cri/commit/f8380958c16849ee89f1f7fcf05b1138d1681f04) Merge pull request  [#1496](https://github.com/containerd/cri/pull/1496) from mikebrow/variable-cri-tools-version
    * [`c744b66a`](https://github.com/containerd/cri/commit/c744b66a3b655f140426f846cf64ef50ea8419c8) Merge pull request  [#1495](https://github.com/containerd/cri/pull/1495) from crosbymichael/cni-bump
    * [`b97a2f33`](https://github.com/containerd/cri/commit/b97a2f33b07dabac94dcf0cc4635ab686ddcb072) add support for setting CRITOOL_VERSION
    * [`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
    * [`a7ad3bc0`](https://github.com/containerd/cri/commit/a7ad3bc01f700377c55c727f8ecf21164ab9a405) add a registry auth tutorial
    * [`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**                              1c8d4c9ef775 **_new_**
    * **github.com/containerd/aufs**                          f894a800659b -> 371312c1e31c
    * **github.com/containerd/btrfs**                         af5082808c83 -> 153935315f4a
    * **github.com/containerd/cgroups**                       c4b9ac5c7601 -> 318312a37340
    * **github.com/containerd/console**                       0650fd9eeb50 -> v1.0.0
    * **github.com/containerd/continuity**                    f2a389ac0a02 -> efbc4488d8fe
    * **github.com/containerd/cri**                           5d49e7e51b43 -> 8871d5cdf810
    * **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.1.0 **_new_**
    * **github.com/cpuguy83/go-md2man/v2**                    v2.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.9 **_new_**
    * **github.com/fullsailor/pkcs7**                         8306686428a5 **_new_**
    * **github.com/go-logr/logr**                             v0.2.0 **_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.5
    * **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.9
    * **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 -> 67169a9d4345
    * **github.com/opencontainers/runtime-spec**              29686dbc5559 -> 237cc4f519e2
    * **github.com/opencontainers/selinux**                   v1.2.2 -> v1.6.0
    * **github.com/pkg/errors**                               v0.8.1 -> v0.9.1
    * **github.com/prometheus/client_golang**                 f4fb1b73fb09 -> v1.6.0
    * **github.com/prometheus/client_model**                  99fa1f4be8e5 -> v0.2.0
    * **github.com/prometheus/common**                        89604d197083 -> v0.9.1
    * **github.com/prometheus/procfs**                        cb4147076ac7 -> v0.0.11
    * **github.com/russross/blackfriday/v2**                  v2.0.1 **_new_**
    * **github.com/shurcooL/sanitized_anchor_name**           v1.0.0 **_new_**
    * **github.com/sirupsen/logrus**                          v1.4.1 -> v1.6.0
    * **github.com/urfave/cli**                               v1.22.0 -> v1.22.1
    * **github.com/willf/bitset**                             d5bec3311243 **_new_**
    * **go.etcd.io/bbolt**                                    v1.3.3 -> v1.3.5
    * **golang.org/x/crypto**                                 5c40567a22f8 -> bac4c82f6975
    * **golang.org/x/oauth2**                                 0f29369cfe45 -> 858c2ad4c8b6
    * **golang.org/x/sys**                                    9eafafc0a87e -> 9dae0f8f5775
    * **golang.org/x/text**                                   19e51611da83 -> v0.3.3
    * **golang.org/x/time**                                   85acf8d2951c -> 555d28b269f0
    * **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.19.0-beta.2
    * **k8s.io/apimachinery**                                 kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/apiserver**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/client-go**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/cri-api**                                      kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/klog/v2**                                      v2.2.0 **_new_**
    * **k8s.io/utils**                                        c2654d5206da -> 2df71ebbae66
    * **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)
    
    
  • v1.3.7
    containerd 1.3.7
    
    Welcome to the v1.3.7 release of containerd!
    
    The seventh patch release for `containerd` 1.3 includes bug fixes related to clean-up of containers that don't exist, and suspending a devmapper device to avoid data corruption when taking snapshots.
    
    ### Notable Updates
    
    * Transfer error to ErrNotFound when kill a not exist container [containerd/containerd#4361](https://github.com/containerd/containerd/pull/4361)
    * snapshots/devmapper: suspend a device to avoid data corruption [containerd/containerd#4416](https://github.com/containerd/containerd/pull/4416)
    * shim: move event context timeout to publisher [containerd/containerd#4417](https://github.com/containerd/containerd/pull/4417)
    * Allow empty scope authorization [containerd/containerd#4422](https://github.com/containerd/containerd/pull/4422)
    * Replace ocispec.MediaTypeImageManifest with manifest.MediaType [containerd/containerd#4432](https://github.com/containerd/containerd/pull/4432)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Derek McGowan
    * Xiaodong Ye
    * Akihiro Suda
    * Joe Julian
    * Kazuyoshi Kato
    * Wei Fu
    * Brian Goff
    * Li Yuxuan
    * Maksym Pavlenko
    * Zhiyu Li
    
    ### Changes
    
    * [`8fba4e9a`](https://github.com/containerd/containerd/commit/8fba4e9a7d01810a393d5d25a3621dc101981175) Merge pull request  [#4448](https://github.com/containerd/containerd/pull/4448) from joejulian/1.3.7
    * [`7101a2a3`](https://github.com/containerd/containerd/commit/7101a2a3d636f284354bc52606a9943bdfc847cf) Merge pull request  [#4450](https://github.com/containerd/containerd/pull/4450) from dmcgowan/update-mailmap-1.3
    * [`6816dfae`](https://github.com/containerd/containerd/commit/6816dfae938a7fc7557baefcebb87cfbca433171) Update mailmap for latest release
    * [`a60b483c`](https://github.com/containerd/containerd/commit/a60b483cbd8b94eee625cdfe0dcaf8d3b23e97ff) Prepare v1.3.7 fix release
    * [`c9831cbc`](https://github.com/containerd/containerd/commit/c9831cbcd8582d3650ec579f15e5397e6a72bfa5) Merge pull request  [#4432](https://github.com/containerd/containerd/pull/4432) from estesp/cp-3904
    * [`da855486`](https://github.com/containerd/containerd/commit/da855486a0b4da05117b99aefe24afdc9db0f89c) Merge pull request  [#4417](https://github.com/containerd/containerd/pull/4417) from cpuguy83/1.3-shim2_event_cancelled
    * [`59b7f645`](https://github.com/containerd/containerd/commit/59b7f645ab99394e6652f907197d3dcffb07a813) Merge pull request  [#4422](https://github.com/containerd/containerd/pull/4422) from kzys/backport-3889
    * [`400c7841`](https://github.com/containerd/containerd/commit/400c784151f54e17069900db31d38bee277ff9a7) Remove an empty line
    * [`f34fe9e5`](https://github.com/containerd/containerd/commit/f34fe9e5b7238bd6a61f04982afa487beebabeac) Update checkImages to accept images.MediaTypeDockerSchema2Manifest
    * [`0e29f9b8`](https://github.com/containerd/containerd/commit/0e29f9b8b88a66ed3d24e2c3969c4d1a6f56416b) Replace ocispec.MediaTypeImageManifest with manifest.MediaType
    * [`ad19320c`](https://github.com/containerd/containerd/commit/ad19320c7768edaf8aff4754bd6f2f1129ce2373) shim: move event context timeout to publsher
    * [`2a76bb8a`](https://github.com/containerd/containerd/commit/2a76bb8a45463a1d57718d24f9c3562dbb5a9d9d) Merge pull request  [#4416](https://github.com/containerd/containerd/pull/4416) from kzys/backport-4374
    * [`97938939`](https://github.com/containerd/containerd/commit/979389390151168ff1eb4b213c374e1f6feebb5b) snapshots/devmapper: backport ResumeDevice() from master
    * [`e59d348f`](https://github.com/containerd/containerd/commit/e59d348f0e85b0c607bee94a8546cc7c848cfc7b) snapshots/devmapper: suspend a device to avoid data corruption
    * [`4ee5184c`](https://github.com/containerd/containerd/commit/4ee5184c884a21763179204dbaf1fad4d00bf3ef) Allow empty scope authorization
    * [`4f6d25c2`](https://github.com/containerd/containerd/commit/4f6d25c2f5d37ad53d6d91cb8c59079ba9509ed9) Merge pull request  [#4361](https://github.com/containerd/containerd/pull/4361) from joejulian/backport-4214
    * [`6bc17344`](https://github.com/containerd/containerd/commit/6bc173446e6b7bffb5bc6d9129c6c9d1f1894dfb) Update to later version of critools with timing fix.
    * [`b7831603`](https://github.com/containerd/containerd/commit/b783160364d9ad1afa11733d8397a29d56781640) Don't clash with GH Actions runner's containerd
    * [`fcbd278b`](https://github.com/containerd/containerd/commit/fcbd278b4da2437c90747cd991830df21b6143a4) cleanup the image synchronously for Usage case
    * [`a7dca07b`](https://github.com/containerd/containerd/commit/a7dca07b37640a6bc45be3bac83d971ceffa2058) test: Do SynchronousDelete cleanup before testing ImageIsUnpacked
    * [`431b5b5c`](https://github.com/containerd/containerd/commit/431b5b5c90d038efa8574a04af993c7cb72330ad) fixes for backports to 1.3 from 1.4
    * [`9053787a`](https://github.com/containerd/containerd/commit/9053787a70d9aafce33ac6f4eddb6a6e2a4fd573) Minor actions fixes/updates
    * [`57072568`](https://github.com/containerd/containerd/commit/57072568468ccc91058295b107e1a45c9550a8a0) [backport] Transfer error to ErrNotFound when kill a not exist container
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.3.6](https://github.com/containerd/containerd/releases/tag/v1.3.6)
    
  • v1.4.0-beta.2
    containerd 1.4.0-beta.2
    
    Welcome to the v1.4.0-beta.2 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
    * Akihiro Suda
    * Mike Brown
    * Lantao Liu
    * Wei Fu
    * Boris Popovschi
    * Maksym Pavlenko
    * Derek McGowan
    * Brandon Lum
    * Davanum Srinivas
    * Stefan Berger
    * Rui Chen
    * Stefan Berger
    * Brian Goff
    * Kir Kolyshkin
    * Shengjing Zhu
    * Justin Terry
    * Li Yuxuan
    * Fahed Dorgaa
    * Gaurav Singh
    * Hu Shuai
    * Kazuyoshi Kato
    * Kohei Tokunaga
    * Xiaodong Ye
    * Jie Hao Liao
    * Johannes Frey
    * Ted Yu
    * Eric Ren
    * Erik Sipsma
    * Fupan Li
    * Joakim Roubert
    * Mario Macias
    * Paul "TBBle" Hampson
    * Sam Whited
    * Sascha Grunert
    * Alex Price
    * Antonio Ojea
    * Byonggon Chun
    * Daniel Canter
    * Darren Shepherd
    * Ed Bartosh
    * George Goh
    * Kathryn Baldauf
    * Kenta Tada
    * Kevin Parsons
    * Manuel Rüger
    * Seth Pellegrino
    * Shengjing Zhu
    * Stephen J Day
    * Tibor Vass
    * xianlubird
    * Abhishek Kulkarni
    * Alex Ellis (OpenFaaS Ltd)
    * Ameya Gawde
    * Andrew Dunham
    * Angela Li
    * Arnaud Rebillout
    * Ashray Jain
    * Avi Deitcher
    * Brian Pursley
    * Chethan Suresh
    * Chris C
    * Daniel Bevenius
    * Dave Syer
    * Drew Erny
    * Eli Uriegas
    * Eric Ernst
    * Eric Ernst
    * Erik Wilson
    * Evan Cordell
    * Fabricio Voznika
    * Florian Schmaus
    * Gábor Lipták
    * Haitao Li
    * Ivan Markin
    * Johann Neuhauser
    * John Millikin
    * Jordan Karaze
    * Joris De Winne
    * Josh Dolitsky
    * Justin Cormack
    * Justin Hutchings
    * Kiril Vladimiroff
    * Laszlo Janosi
    * Lifubang
    * Lorenz Brun
    * Lucas Kanashiro
    * Mario Macias
    * Martin Hickey
    * Mihai Coman
    * Mikko Ylinen
    * Morgan Bauer
    * Murat
    * Nick Ethier
    * Nishchay Kumar
    * Peng Tao
    * Philip Marin
    * Reid Li
    * Rudy Zhang
    * SaiHarshaK
    * Seth Bunce
    * Shiwei Zhang
    * SiYu Zhao
    * Stanislav Levin
    * Thibaut Collet
    * Tobias Bradtke
    * Tobias Klauser
    * Tom Wieczorek
    * Tõnis Tiigi
    * Ulysses Souza
    * Wilbert van de Ridder
    * Zhiyu Li
    * dingdongx
    * sayaoailun
    * yang yang
    * yuxiaobo
    * 张潇
    * 徐敏才
    
    ### Changes
    
    * [`5d470fa23b`](https://github.com/containerd/containerd/commit/5d470fa23bf969e16b25212703b7a9902dd6cda7) Merge pull request  [#4372](https://github.com/containerd/containerd/pull/4372) from dmcgowan/prepare-1.4-beta.2
    * [`fc04485186`](https://github.com/containerd/containerd/commit/fc0448518678e9e41e49c91613a57fcc4c23970e) Update version to 1.4.0-beta.2
    * [`9cd02b5953`](https://github.com/containerd/containerd/commit/9cd02b59531e0230f3b63774bd100c78aec5e410) Merge pull request  [#4371](https://github.com/containerd/containerd/pull/4371) from thaJeztah/bump_cgroups
    * [`cc493eba3f`](https://github.com/containerd/containerd/commit/cc493eba3fdf1f1756a8bc6a5f486a8e384da0ac) vendor: containerd/cgroups 318312a373405e5e91134d8063d04d59768a1bff
    * [`a6697c1d5f`](https://github.com/containerd/containerd/commit/a6697c1d5f1d00f3e56048503aef8aa70b9b4170) Merge pull request  [#4369](https://github.com/containerd/containerd/pull/4369) from estesp/step-title
    * [`3f427d3d63`](https://github.com/containerd/containerd/commit/3f427d3d6359101ac3539723e378a62dea088abb) Merge pull request  [#4367](https://github.com/containerd/containerd/pull/4367) from gaurav1086/TestExchangeFilters_fix_deadlock
    * [`7855b0a781`](https://github.com/containerd/containerd/commit/7855b0a78151dce964460217eccf718dd0d0817c) Make title similar with other CI workflow jobs
    * [`852587cd18`](https://github.com/containerd/containerd/commit/852587cd18c43f0b8086649865a0c9cad5403e03) [events/exchange_test] Fix deadlock in TestExchangeFilters
    * [`334f567e01`](https://github.com/containerd/containerd/commit/334f567e0130b2734a3a5439f2bb644d14aa66e4) Merge pull request  [#4366](https://github.com/containerd/containerd/pull/4366) from murat-kilic/update-build-doc-for-golang-req
    * [`d47c0392df`](https://github.com/containerd/containerd/commit/d47c0392dfeadd44582f96863aff898b593430b2) Updating build doc to require Go 1.13
    * [`4f979f0655`](https://github.com/containerd/containerd/commit/4f979f0655149995464d5058cf855b62b89a6423) Merge pull request  [#4364](https://github.com/containerd/containerd/pull/4364) from AkihiroSuda/ci-v1-v2-clarity
    * [`09f4533941`](https://github.com/containerd/containerd/commit/09f45339414dcc542a8ace4b6f01c8f300ca4337) CI: {v1, v2} -> io.containerd.runc.{v1,v2}
    * [`68b9b8f896`](https://github.com/containerd/containerd/commit/68b9b8f8961a59084176b0456e938c855b63de7c) Merge pull request  [#4259](https://github.com/containerd/containerd/pull/4259) from estesp/fuse-overlayfs
    * [`fa0f7cbb41`](https://github.com/containerd/containerd/commit/fa0f7cbb41ec6e8a5937e79d8c35ae7d3df527cd) Merge pull request  [#4355](https://github.com/containerd/containerd/pull/4355) from fuweid/fix4342
    * [`422c401a48`](https://github.com/containerd/containerd/commit/422c401a4866fae8543c7f771f41ea1195619dfb) Merge pull request  [#4353](https://github.com/containerd/containerd/pull/4353) from gaurav1086/TestExchangeBasic_fix_deadlock
    * [`5c695da77b`](https://github.com/containerd/containerd/commit/5c695da77b0823df3b4a79100f0fb63f9ce6446b) Merge pull request  [#4362](https://github.com/containerd/containerd/pull/4362) from mikebrow/update-cri-enable-force-remove
    * [`d7e59b141c`](https://github.com/containerd/containerd/commit/d7e59b141cfc608e89b80693862064daac19c28e) enable removecontainer to forcibly remove containers
    * [`3919dbcba2`](https://github.com/containerd/containerd/commit/3919dbcba2aa6c9ced5e75a48eeb9f6d070d0181) Merge pull request  [#4357](https://github.com/containerd/containerd/pull/4357) from dims/update-runc-to-v1.0.0-rc91
    * [`963625d7bc`](https://github.com/containerd/containerd/commit/963625d7bcee468ced2f868a9de6dbb2c7506514) Update runc to v1.0.0-rc91
    * [`5e7751b1d3`](https://github.com/containerd/containerd/commit/5e7751b1d37187dd232adc47805bfb872c1e78f5) Merge pull request  [#4360](https://github.com/containerd/containerd/pull/4360) from AkihiroSuda/crun-014
    * [`f821b77151`](https://github.com/containerd/containerd/commit/f821b771511e2843109d73f2adfcfb4b2920cfab) Merge pull request  [#4272](https://github.com/containerd/containerd/pull/4272) from dmcgowan/update-registry-host-config
    * [`c041970e99`](https://github.com/containerd/containerd/commit/c041970e99dc3104a1f29e1c9733fe73df8a904c) update crun to v0.14
    * [`c91c72c867`](https://github.com/containerd/containerd/commit/c91c72c8670a3b88acb714bd9afd5632a8ac781c) Merge pull request  [#4239](https://github.com/containerd/containerd/pull/4239) from thaJeztah/md2manv2_urfave_bump
    * [`a6dd1f27d9`](https://github.com/containerd/containerd/commit/a6dd1f27d963801d8237d14b1caa61762a388628) update urfave/cli v1.22.1, go-md2man v2.0.0, blackfriday v2.0.1
    * [`68b736ddfc`](https://github.com/containerd/containerd/commit/68b736ddfc934649fa0af8913ef9c13a26d1422c) cio: should not open fifo for stderr if terminal
    * [`468d4e1ccf`](https://github.com/containerd/containerd/commit/468d4e1ccf4ccb1425cca6417a49837d15605c73) Merge pull request  [#4356](https://github.com/containerd/containerd/pull/4356) from estesp/actions-fixes
    * [`57a9f0b50d`](https://github.com/containerd/containerd/commit/57a9f0b50d6a8dd6e01cd774d6e9fcdd786e5bb0) Minor actions fixes/updates
    * [`148cc8f713`](https://github.com/containerd/containerd/commit/148cc8f713e383f6fc8f1e598ecdd4978cfbcb16) [events] Fix deadlock in TestExchangeBasic
    * [`97a3f52c63`](https://github.com/containerd/containerd/commit/97a3f52c6335f24cf7b32e0fcdc8b58e2513d7a7) Merge pull request  [#4351](https://github.com/containerd/containerd/pull/4351) from cpuguy83/pull_mediatype_debug
    * [`aa191deff1`](https://github.com/containerd/containerd/commit/aa191deff1ab80a0dd31538f04bb862591fce10b) Change log for unknown mt to debug
    * [`45c28f56b2`](https://github.com/containerd/containerd/commit/45c28f56b2fe37c92752714fbed76d3d1b22dbb6) Add ability to use remapper labels versus remapping snapshot helper
    * [`01a53c24b3`](https://github.com/containerd/containerd/commit/01a53c24b383b4ad991825616a03395b76443434) Merge pull request  [#4347](https://github.com/containerd/containerd/pull/4347) from Flowdalic/allow-rseq-seccomp
    * [`c76bf55047`](https://github.com/containerd/containerd/commit/c76bf5504786ee4cfc7ba43c4ade1bae07c51ca2) Make unique snapshotter opt for label-assisted remapping
    * [`331793118f`](https://github.com/containerd/containerd/commit/331793118fd9d23a6fa4a59c0a2aba4c5e24b197) allow user namespace remapping using snapshotters
    * [`e977564a8b`](https://github.com/containerd/containerd/commit/e977564a8b2bcf57d0c45b0e12b0ecedaeb4debb) seccomp: allow 'rseq' syscall in default seccomp profile
    * [`c751807409`](https://github.com/containerd/containerd/commit/c75180740937d4b2d44b9c1edc1c27b208e66e32) Merge pull request  [#4325](https://github.com/containerd/containerd/pull/4325) from c445/mountinfo-linux-double-quotes
    * [`492c014136`](https://github.com/containerd/containerd/commit/492c014136a301eff66a970311cd480d1d31228b) Merge pull request  [#4340](https://github.com/containerd/containerd/pull/4340) from AkihiroSuda/fix-4312
    * [`1127ffc740`](https://github.com/containerd/containerd/commit/1127ffc7400e2d1b438979fd782b7ed9c73e5c9b) Merge pull request  [#4207](https://github.com/containerd/containerd/pull/4207) from deitch/doc-content
    * [`e7f069e2c3`](https://github.com/containerd/containerd/commit/e7f069e2c337bf77d31b7460bda980482fdaf508) describe content flow and dependencies
    * [`f85375bbbd`](https://github.com/containerd/containerd/commit/f85375bbbd91a13774086065aaf97889a7d428dd) Merge pull request  [#4341](https://github.com/containerd/containerd/pull/4341) from thaJeztah/fix_cri_warnings
    * [`b96f5f4b52`](https://github.com/containerd/containerd/commit/b96f5f4b524f58755ea18540513f80c99cc07b76) Fix deprecation warnings in CRI tests due to missing unix:// scheme
    * [`fd99b6566b`](https://github.com/containerd/containerd/commit/fd99b6566be4f2303e71274976e2cd6eee4553c0) decrease log level of cgroup2 ToggleController error when running in UserNS
    * [`c2f8011ff8`](https://github.com/containerd/containerd/commit/c2f8011ff84dc584f821f155d17f36bdf550a157) Merge pull request  [#4334](https://github.com/containerd/containerd/pull/4334) from AkihiroSuda/bbolt-1.3.5
    * [`e89500bcb0`](https://github.com/containerd/containerd/commit/e89500bcb0121365986f0404972ced64189e528a) Merge pull request  [#4333](https://github.com/containerd/containerd/pull/4333) from AkihiroSuda/golang-1.13.12
    * [`20b0e5b9d0`](https://github.com/containerd/containerd/commit/20b0e5b9d02955318c46e12911a3942b975f045b) Merge pull request  [#4336](https://github.com/containerd/containerd/pull/4336) from dims/explicitly-fail-apparmor-when-not-running-on-linux
    * [`2b0a994ccc`](https://github.com/containerd/containerd/commit/2b0a994ccc1693bb55fe050f8213ea73407c8c3e) explicitly fail apparmor when !linux
    * [`bebfbab031`](https://github.com/containerd/containerd/commit/bebfbab03163da35300c360504ce5df33a19a40d) vendor: update bbolt to v1.3.5
    * [`1a83f9a638`](https://github.com/containerd/containerd/commit/1a83f9a63883010a958b26b058fc4645f8838578) Bump Golang 1.13.12
    * [`ee734e867a`](https://github.com/containerd/containerd/commit/ee734e867ab9732a7c42028be1e8a8a76ac3da84) Add test case with backticks
    * [`bf672cccee`](https://github.com/containerd/containerd/commit/bf672cccee2a0baf4720ec534a738f6003c0e5a7) Merge pull request  [#4328](https://github.com/containerd/containerd/pull/4328) from thaJeztah/bump_x_text
    * [`fb80a49ec1`](https://github.com/containerd/containerd/commit/fb80a49ec111d11d2cd50743c00ecd8ebbb27c3a) Merge pull request  [#4327](https://github.com/containerd/containerd/pull/4327) from AkihiroSuda/fix-4326
    * [`ea06877696`](https://github.com/containerd/containerd/commit/ea06877696c7c54606a3ff630e931696c96d4888) vendor: golang.org/x/text v0.3.3
    * [`f1a469a035`](https://github.com/containerd/containerd/commit/f1a469a03578b061af0991228fdd3171a75fc2c8) shim v2 runc: propagate options.Root to Cleanup
    * [`49b0743c1c`](https://github.com/containerd/containerd/commit/49b0743c1c07500a062a6996c8afba2dafc8c64e) Merge pull request  [#4324](https://github.com/containerd/containerd/pull/4324) from AkihiroSuda/fix-get-runtimeversion
    * [`8897e15203`](https://github.com/containerd/containerd/commit/8897e152030ec3d6076558388f84e447a7be1b64) Add more test cases with single quotes
    * [`cb91b1724d`](https://github.com/containerd/containerd/commit/cb91b1724dec212db7ba68958f2b7aba8a4ceee9) Add testcase containing mountpoint with escaped backslash
    * [`87f9fdb065`](https://github.com/containerd/containerd/commit/87f9fdb06519594d8f26d6a20f85e79b9a35d8bf) Cope with double quotes in Linux Mountinfo
    * [`4c49ff88c5`](https://github.com/containerd/containerd/commit/4c49ff88c5b901fc3b45077c88af932fb7ad4e76) integration: assume TEST_RUNTIME to be io.containerd.runc.v2 by default
    * [`705b8527d4`](https://github.com/containerd/containerd/commit/705b8527d4945db601954246972674a25ed49347) Merge pull request  [#4323](https://github.com/containerd/containerd/pull/4323) from crosbymichael/cri-bump1.4x
    * [`785f4c5cd9`](https://github.com/containerd/containerd/commit/785f4c5cd98f4b9aa11401b229c33f53512ce08d) Bump CRI for 1.4x release
    * [`ae2f3fdfd1`](https://github.com/containerd/containerd/commit/ae2f3fdfd1a435fe83fb083e4db9fa63a9e0a13e) Merge pull request  [#4315](https://github.com/containerd/containerd/pull/4315) from fuweid/fix-4294
    * [`185ea541d2`](https://github.com/containerd/containerd/commit/185ea541d2254c734a5d123797868e8d3ac399f4) Merge pull request  [#4317](https://github.com/containerd/containerd/pull/4317) from KentaTada/modify-pdeathsignal-type
    * [`730b7a932e`](https://github.com/containerd/containerd/commit/730b7a932e36472428e0c4147b6f794963c87033) Change the type of PdeathSignal
    * [`d656fa38ca`](https://github.com/containerd/containerd/commit/d656fa38ca32fc0e08f31b74169552f371bbd4e0) restart plugin: support binary log uri
    * [`834665d9db`](https://github.com/containerd/containerd/commit/834665d9db028c8733479b5063e4fd477e549364) Merge pull request  [#4311](https://github.com/containerd/containerd/pull/4311) from rudyfly/upsteam_overlay_indexoff
    * [`7868e8d6aa`](https://github.com/containerd/containerd/commit/7868e8d6aab20a44dafe6f330aa8e2afadf3b750) Merge pull request  [#4309](https://github.com/containerd/containerd/pull/4309) from gaurav1086/waitForPid_fix_goroutine_leak
    * [`7fdcd07feb`](https://github.com/containerd/containerd/commit/7fdcd07febba0aea18b543587897efd6744f62d1) Merge pull request  [#4310](https://github.com/containerd/containerd/pull/4310) from gaurav1086/process_io_fix_goroutine_leak
    * [`4e6d38606c`](https://github.com/containerd/containerd/commit/4e6d38606cd3dd6dfaabd48b8eb4baaa63c9a140) Merge pull request  [#4313](https://github.com/containerd/containerd/pull/4313) from crosbymichael/allow-list
    * [`0f831093ce`](https://github.com/containerd/containerd/commit/0f831093ce6ed28a9bb21f839d3f369ca6be9113) Update usage of whitelist in project
    * [`d36810d66d`](https://github.com/containerd/containerd/commit/d36810d66d87f08b09003b2e2455bcabe116ab08) overlay: use index=off to fix EBUSY on mount
    * [`7213cd89d6`](https://github.com/containerd/containerd/commit/7213cd89d659876c31468dd1c9f5c98ec16ecdcb) Process I/O: Fix goroutine leak
    * [`ae08491bff`](https://github.com/containerd/containerd/commit/ae08491bff2fdef7a91ff9c2d9e532d2f63d4bbd) waitForPid: fix goroutine leak
    * [`38cb1c1a54`](https://github.com/containerd/containerd/commit/38cb1c1a54e3180edd29933974d715b69334f0f1) Merge pull request  [#4303](https://github.com/containerd/containerd/pull/4303) from estesp/update-hcsshim-release-flow
    * [`8fcd5a1f28`](https://github.com/containerd/containerd/commit/8fcd5a1f28438479b95e0cf692704f9563521386) Streamline hcs shim release flow
    * [`8f959d569a`](https://github.com/containerd/containerd/commit/8f959d569af13f88184da0b2f62a2bb0f8ab0b4c) Merge pull request  [#4292](https://github.com/containerd/containerd/pull/4292) from cpuguy83/add_hcsshim_to_release_tar
    * [`7e98b43cfa`](https://github.com/containerd/containerd/commit/7e98b43cfaa8fd57b5f4abff66ff3bcd7453eb62) Merge pull request  [#4299](https://github.com/containerd/containerd/pull/4299) from estesp/update-cri-tools
    * [`ef0cf12647`](https://github.com/containerd/containerd/commit/ef0cf12647a43070fd0e551bd05e23b27131bd4c) Match version used in CRI project
    * [`2be80f9997`](https://github.com/containerd/containerd/commit/2be80f99970b9b294d4e9ae4c83f7c537924a7d9) Add windows hcsshim to release pipeline
    * [`7ce8a9d7d3`](https://github.com/containerd/containerd/commit/7ce8a9d7d3e0e972ad118c7f72203a79a6b29a38) Merge pull request  [#4204](https://github.com/containerd/containerd/pull/4204) from ashrayjain/aj/add-kill-retry
    * [`7121969f2d`](https://github.com/containerd/containerd/commit/7121969f2de77edce6074f1e30aeb01990fa999e) Merge pull request  [#4296](https://github.com/containerd/containerd/pull/4296) from dims/revendor-containerd-cri-for-tolerating-hugepages-cgroup
    * [`3e95727f39`](https://github.com/containerd/containerd/commit/3e95727f390b530b91908aedf20a2769435d93bf) Make killing shims more resilient
    * [`e64b14820e`](https://github.com/containerd/containerd/commit/e64b14820e4fea3544131d9487259f57880e2c94) Revendor CRI to 62c91260d2f43b57fff408a9263a800b7a06a647
    * [`3dd8242a67`](https://github.com/containerd/containerd/commit/3dd8242a67a6ee9bff4cd22db5e2b95d1231dbf3) Add host specific headers
    * [`62dd14114d`](https://github.com/containerd/containerd/commit/62dd14114d5452f772c2f487b6a292ef18ad6fe5) Merge pull request  [#4273](https://github.com/containerd/containerd/pull/4273) from AkihiroSuda/oomv2
    * [`2f601013e6`](https://github.com/containerd/containerd/commit/2f601013e67c49c446311f980f235c964293a87f) cgroup2: implement `containerd.events.TaskOOM` event
    * [`d9809bbbe0`](https://github.com/containerd/containerd/commit/d9809bbbe09851bb36c42c66bb0e9e68bb8f4827) Merge pull request  [#4293](https://github.com/containerd/containerd/pull/4293) from mxpv/revendor
    * [`62fd1750e2`](https://github.com/containerd/containerd/commit/62fd1750e2425a5837a71dc181c6db45080fd2ef) Revendor CRI to 8898550e348932e406049e937d98fb7564ac4e7a
    * [`4b5d7f66c9`](https://github.com/containerd/containerd/commit/4b5d7f66c9ca06250996f5ab6a8e573d5f091c87) Merge pull request  [#4290](https://github.com/containerd/containerd/pull/4290) from mxpv/ctr-oci
    * [`be23b965e4`](https://github.com/containerd/containerd/commit/be23b965e4e71092da4a05e67f12f5f0a5b8684d) Merge pull request  [#4291](https://github.com/containerd/containerd/pull/4291) from estesp/fix-release-markdown-length
    * [`2bc4e90f6f`](https://github.com/containerd/containerd/commit/2bc4e90f6f068aa679d89e454298c09328bed57a) Don't inadvertently clip release notes
    * [`636c533d95`](https://github.com/containerd/containerd/commit/636c533d95986b2e401a5fc8da50bd1ece4e4791) Add ctr subcommand to print default OCI spec
    * [`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
    * [`84619ee998`](https://github.com/containerd/containerd/commit/84619ee99812fa865e19da85ffebcfaf890bbcb2) Fix configurations with no server provided
    * [`06b0cd45ba`](https://github.com/containerd/containerd/commit/06b0cd45ba7b40a80e239d66827f421c674f6e49) Fix nil pointer errors
    * [`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
    
    * [`318312a`](https://github.com/containerd/cgroups/commit/318312a373405e5e91134d8063d04d59768a1bff) Merge pull request  [#174](https://github.com/containerd/cgroups/pull/174) from thaJeztah/various_linting_issues_and_cleanup
    * [`8c0b12b`](https://github.com/containerd/cgroups/commit/8c0b12b6096915a825e64b0b3f49f03b25594943) remove dead code and rename unused arguments
    * [`c57858d`](https://github.com/containerd/cgroups/commit/c57858deb4216d293a509117a11cc277549b649f) address various linting issues
    * [`6341e46`](https://github.com/containerd/cgroups/commit/6341e46c389a00a8f9e9bd557f309064638a1402) utils.cleanPath() remove redundant filepath.Clean()
    * [`2a9c23a`](https://github.com/containerd/cgroups/commit/2a9c23a5251fd22ad083d6249f54cf1f2593b966) don't use sprintf for string-concatenation
    * [`6adf499`](https://github.com/containerd/cgroups/commit/6adf499f1b500e5ae21c12efe4b993b0b8548fb9) v2: goimports
    * [`382444c`](https://github.com/containerd/cgroups/commit/382444cb4cfabd102f143191d4edb61c0bfc3e83) v2: remove unneeded import
    * [`4ef69bc`](https://github.com/containerd/cgroups/commit/4ef69bc702db375e85c4aaae2c56ddc23adc18d1) Merge pull request  [#173](https://github.com/containerd/cgroups/pull/173) from adunham-stripe/adunham/writefile-eintr
    * [`44e3a02`](https://github.com/containerd/cgroups/commit/44e3a02a751f2a73d7d653e48125ff5f0aeb43ec) Retry file writes on EINTR errors
    * [`e9676da`](https://github.com/containerd/cgroups/commit/e9676da73eddf8ed2433f77aaf3b9cf8f0f75b8c) Merge pull request  [#169](https://github.com/containerd/cgroups/pull/169) from thaJeztah/bump_ebpf
    * [`447e499`](https://github.com/containerd/cgroups/commit/447e499cff673918567588779af8dd771630e0f2) Merge pull request  [#170](https://github.com/containerd/cgroups/pull/170) from thaJeztah/bump_go_1.13
    * [`ea44ac4`](https://github.com/containerd/cgroups/commit/ea44ac4c98b42941b9048352741dabc075a06f03) Merge pull request  [#172](https://github.com/containerd/cgroups/pull/172) from thaJeztah/bump_logrus
    * [`566c5a4`](https://github.com/containerd/cgroups/commit/566c5a43fc1b29174dd56a4590c8953079d22884) CI: update to go 1.13.12
    * [`ce216b2`](https://github.com/containerd/cgroups/commit/ce216b225c6a327c14b5569e06fba1fe3ce12460) vendor: update logrus v1.6.0 for Go 1.14 compatibility
    * [`9d7466e`](https://github.com/containerd/cgroups/commit/9d7466e3534bcc76678ed435f5c06922d99e3187) vendor: update cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775
    * [`544d8ea`](https://github.com/containerd/cgroups/commit/544d8ea40afe6e1a898293261c454043ed31c88f) Merge pull request  [#167](https://github.com/containerd/cgroups/pull/167) from egernst/typo
    * [`ff6e9c8`](https://github.com/containerd/cgroups/commit/ff6e9c8c63dde78d6b84182ae38dc9315fb202da) cpuset: typo fix for function name
    * [`80c669f`](https://github.com/containerd/cgroups/commit/80c669f4bad05817dd13e448a47783d6bb38811a) Merge pull request  [#166](https://github.com/containerd/cgroups/pull/166) from estesp/actions-badge
    * [`350791b`](https://github.com/containerd/cgroups/commit/350791b421edcf85ccb9fbc68487c1a22d788c6f) Update build status badge to Actions CI
    * [`07e657c`](https://github.com/containerd/cgroups/commit/07e657ceed64c8686c7ffe0d35efc34fd806c1a6) Merge pull request  [#165](https://github.com/containerd/cgroups/pull/165) from estesp/move-to-ghactions
    * [`1388c90`](https://github.com/containerd/cgroups/commit/1388c909d1286b9da8ff55872c18268720dcc2c0) Migrate CI to GitHub Actions
    * [`56813a8`](https://github.com/containerd/cgroups/commit/56813a8f106c2608077e2c7d3caf9e4f65719013) Merge pull request  [#163](https://github.com/containerd/cgroups/pull/163) from chenjiandongx/master
    * [`905dd2d`](https://github.com/containerd/cgroups/commit/905dd2db645798658bb49d9ac7d8a13ffc1854b0) Update README.md
    * [`0dbf7f0`](https://github.com/containerd/cgroups/commit/0dbf7f05ba59274095946e2c0c89540726e8a8aa) Merge pull request  [#160](https://github.com/containerd/cgroups/pull/160) from AkihiroSuda/carry-150
    * [`f9dd635`](https://github.com/containerd/cgroups/commit/f9dd6352282798d3f6aa892553181c015c6a4103) v2/stats: add all fields of memory.events
    * [`31aeab7`](https://github.com/containerd/cgroups/commit/31aeab73ea3efb8564714654e80e8cdb1920aaf9) rename fail_cnt to events_max
    * [`a71db09`](https://github.com/containerd/cgroups/commit/a71db092e405de1fd4db43b78e5f6f6b628cb33a) Added support fo memory.events stats - failCnt
    * [`5d27576`](https://github.com/containerd/cgroups/commit/5d2757656685d9b3fa1e9fe2ac0eb7e391ee7380) Merge pull request  [#162](https://github.com/containerd/cgroups/pull/162) from Jordy24/add-parameter-validation-checks
    * [`33c0891`](https://github.com/containerd/cgroups/commit/33c0891e862dcdcdd90984cecd6167cae4770b69) add nil check
    * [`666f4a0`](https://github.com/containerd/cgroups/commit/666f4a009ffb2741d4d3884aead4dfc17497c2d6) Merge pull request  [#158](https://github.com/containerd/cgroups/pull/158) from AkihiroSuda/fix-event-chan
    * [`d77cdc4`](https://github.com/containerd/cgroups/commit/d77cdc42998ffb8adc38cb14962b1ef14ae733cf) Merge pull request  [#159](https://github.com/containerd/cgroups/pull/159) from AkihiroSuda/fix-vagrant
    * [`7a4b407`](https://github.com/containerd/cgroups/commit/7a4b4074b7d191f77c127d185d7d04488f961962) v2: fix EventChan
    * [`45229ee`](https://github.com/containerd/cgroups/commit/45229ee60b6d744a01351e14d6948c44aca15672) fix Vagrant on Travis (switch to KVM)
    * [`7fc7a50`](https://github.com/containerd/cgroups/commit/7fc7a507c04cc4c10f439c904e3bcd785ec37003) Merge pull request  [#154](https://github.com/containerd/cgroups/pull/154) from dcantah/v1_register_memory_events
    * [`0b707e8`](https://github.com/containerd/cgroups/commit/0b707e8f3451569eca9a8e81a80d1fc484133b1b) Implement registering for other memory notifications besides oom
    * [`53ba563`](https://github.com/containerd/cgroups/commit/53ba5634dc0f0e43af83e83fd486311d2051b939) Merge pull request  [#155](https://github.com/containerd/cgroups/pull/155) from thaJeztah/bump_runtime_spec
    * [`3fa15cd`](https://github.com/containerd/cgroups/commit/3fa15cd969e077f83b09c3ef86ce9c957ce7fbb8) update runtime-spec v1.0.2
    * [`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
    
    * [`8fb244a6`](https://github.com/containerd/cri/commit/8fb244a65baad2457e6c8658db18ed28b1f77cfe) Merge pull request  [#1525](https://github.com/containerd/cri/pull/1525) from containerd/forcibly-remove-sandbox-container
    * [`0c45d132`](https://github.com/containerd/cri/commit/0c45d1329249d6a21149599adcbc885066c0a230) move up to latest cri-tools
    * [`5f50692d`](https://github.com/containerd/cri/commit/5f50692d3dd7764a30a99688818df55caf8262a1) Merge pull request  [#1524](https://github.com/containerd/cri/pull/1524) from mikebrow/verbose-dco-check
    * [`4549b94e`](https://github.com/containerd/cri/commit/4549b94eca5fb64c6ca8f28ae637490305cf6de4) gofmt cleanup
    * [`287c52d1`](https://github.com/containerd/cri/commit/287c52d1c67921dc29c8ef5a5a5d0e2ba722bb75) Forcibly stop running containers before removal
    * [`f427791c`](https://github.com/containerd/cri/commit/f427791c60570fe1afcdf6a5a50eaa6080adad6c) set dco check to verbose
    * [`aa0f4fd3`](https://github.com/containerd/cri/commit/aa0f4fd37b82a273156d35a7e13831bd0940ab99) Merge pull request  [#1521](https://github.com/containerd/cri/pull/1521) from AkihiroSuda/revendor-libcontainer
    * [`fb208d01`](https://github.com/containerd/cri/commit/fb208d015a7aca677e08c4f84ce95592189426df) vendor runc v1.0.0-rc91
    * [`1bc5ba3f`](https://github.com/containerd/cri/commit/1bc5ba3f484ecae7feb3156ad0e3760b728de66e) Merge pull request  [#1519](https://github.com/containerd/cri/pull/1519) from AkihiroSuda/config-fix-toml-tag
    * [`fe6833a9`](https://github.com/containerd/cri/commit/fe6833a9a4511f271ae0a7dcd052d3c5c050d3d7) config: TolerateMissingHugePagesCgroupController -> TolerateMissingHugetlbController
    * [`b69d7bdc`](https://github.com/containerd/cri/commit/b69d7bdc5fa9f61532819029c864cd3724a79db6) config: fix TOML tag for TolerateMissingHugePagesCgroupController
    * [`8e0b789c`](https://github.com/containerd/cri/commit/8e0b789c9ade07497283546c0bde0fb5f99310cb) Merge pull request  [#1520](https://github.com/containerd/cri/pull/1520) from AkihiroSuda/fix-ci-apt-get-update
    * [`4049a912`](https://github.com/containerd/cri/commit/4049a912f32d19245c02dc57cc104b5657845fa1) CI: run apt-get update befor apt-get install
    * [`c2191fdd`](https://github.com/containerd/cri/commit/c2191fddd79234024bfc47d3c3eeba1833b82dc1) Merge pull request  [#1513](https://github.com/containerd/cri/pull/1513) from brianpursley/state-name
    * [`aa04fc9d`](https://github.com/containerd/cri/commit/aa04fc9d538653a3513d8e855e5d32453d86781e) Change "failed to stop sandbox" error message to use state name instead of numeric value
    * [`09d6426f`](https://github.com/containerd/cri/commit/09d6426f33cac217528158ddc6d254ca7d597a7b) Merge pull request  [#1511](https://github.com/containerd/cri/pull/1511) from kevpar/named-pipe-mounts
    * [`210561a8`](https://github.com/containerd/cri/commit/210561a8e3b1c4905b8162c808f92cb5caa4b876) Support named pipe mounts for Windows containers
    * [`682d1583`](https://github.com/containerd/cri/commit/682d158399ed7c58c1bc8dd4f5282c4446c0aba3) Merge pull request  [#1517](https://github.com/containerd/cri/pull/1517) from mikebrow/fix-e2e-bucket
    * [`f5c7ac92`](https://github.com/containerd/cri/commit/f5c7ac92724405806eb4e330ecab8f4350601089) fix for image pull linter change
    * [`05cd9428`](https://github.com/containerd/cri/commit/05cd942875e06e344decf01bddf0f2660d04055a) hard set kubernetes version not in vendor.conf anymore
    * [`98aadbbe`](https://github.com/containerd/cri/commit/98aadbbe56369ebafa03b6e08ad53859580313f1) Merge pull request  [#1463](https://github.com/containerd/cri/pull/1463) from dims/remove-dependencies-on-k8s.io/kubernetes
    * [`3ee62de2`](https://github.com/containerd/cri/commit/3ee62de2bf318939c38a863dd6e61fe18f790225) remove unused method
    * [`cbb7c28f`](https://github.com/containerd/cri/commit/cbb7c28f195ea256fce8b5e21e7ae1403901438c) Add copyright headers
    * [`0d18d1ee`](https://github.com/containerd/cri/commit/0d18d1ee38afad93fcbe1411bee82e4960703e55) Drop k8s.io/kubernetes
    * [`6007c354`](https://github.com/containerd/cri/commit/6007c354a6e3514ee28f717658b6233b8aaa815b) Copy kubernetes/pkg/kubelet/util
    * [`e2072b71`](https://github.com/containerd/cri/commit/e2072b71ccdbf62a38e5e1b583cd403c66cdf727) Copy kubernetes/pkg/util/bandwidth
    * [`bb828a9f`](https://github.com/containerd/cri/commit/bb828a9f841cc6d1a8630101f2dcfb3f624eac80) Make copy of pkg/kubelet/cri/remote
    * [`2909022a`](https://github.com/containerd/cri/commit/2909022a6e0cb173a0f6e75063c180cc24dfac6c) Make local copy of kubelet/cri/streaming
    * [`b8f7b9f6`](https://github.com/containerd/cri/commit/b8f7b9f692d137ba1403a4a87ec12d22452cd370) Merge pull request  [#1515](https://github.com/containerd/cri/pull/1515) from AkihiroSuda/golang-1.13.12
    * [`22b55461`](https://github.com/containerd/cri/commit/22b55461b3a65bada4eeb8ed01ffed6f766819e6) Merge pull request  [#1514](https://github.com/containerd/cri/pull/1514) from dims/update-kubernetes-to-1.19.0-beta.2
    * [`c4205721`](https://github.com/containerd/cri/commit/c4205721eeeed817f9be32964a75232adb4e691c) Update vendor/ directory
    * [`41f184f1`](https://github.com/containerd/cri/commit/41f184f15b1395f12982546df029a93d99e7b521) Update vendor.conf to kubernetes 1.19.0-beta.2
    * [`548d987f`](https://github.com/containerd/cri/commit/548d987fc2d27e82dc5ff729f3615f727324f7d0) Bump Golang 1.13.12
    * [`4f8a5807`](https://github.com/containerd/cri/commit/4f8a580795344b0f4c1146a3abce0409962f3890) Merge pull request  [#1510](https://github.com/containerd/cri/pull/1510) from crosbymichael/selinux-bump
    * [`713205b3`](https://github.com/containerd/cri/commit/713205b3699426076c6f8234a89d27de8fe8d5d5) bump selinux dep
    * [`61648227`](https://github.com/containerd/cri/commit/61648227141a843ce71ecaf25997cf8d37c31c5a) Merge pull request  [#1508](https://github.com/containerd/cri/pull/1508) from janosi/sctp-hostport
    * [`b661ad71`](https://github.com/containerd/cri/commit/b661ad711eaeb78f30574c31635a9ce5f1a67707) Merge pull request  [#1504](https://github.com/containerd/cri/pull/1504) from lorenz/ignore-image-defined-volumes
    * [`26dc5b97`](https://github.com/containerd/cri/commit/26dc5b9772f8e23c7cf96034648b3394551e5087) Merge pull request  [#1505](https://github.com/containerd/cri/pull/1505) from dcantah/windows-cred-spec
    * [`479dfbac`](https://github.com/containerd/cri/commit/479dfbac453a6af15bb871a1efc23339772b3a3f) Remove the protocol filter from the portMappings constructor.
    * [`9620b2e1`](https://github.com/containerd/cri/commit/9620b2e1dae368382e59109e437b99f05fdec577) Add GMSA Credential Spec passing
    * [`ae8200bf`](https://github.com/containerd/cri/commit/ae8200bf93e9eda91d1c8b40dc14257ec0bdea02) Merge pull request  [#1499](https://github.com/containerd/cri/pull/1499) from webwurst/patch-1
    * [`3290b86a`](https://github.com/containerd/cri/commit/3290b86a8ce04e612fbc0b09042eba3d6ad5d400) Merge pull request  [#1506](https://github.com/containerd/cri/pull/1506) from cpuguy83/registry_headers
    * [`5a1d49b0`](https://github.com/containerd/cri/commit/5a1d49b0632f3e91da9f78c79a34403876a04b1d) Add option for ignoring volumes defined in images
    * [`c694c631`](https://github.com/containerd/cri/commit/c694c63176e68c9d7b25bdf4a40c1e254ffc269d) Add config for registry http headers
    * [`098e0400`](https://github.com/containerd/cri/commit/098e040014aa8e413c7419f7e6db1db51e7133ff) Fix typo
    * [`bc96548c`](https://github.com/containerd/cri/commit/bc96548c7bd65784d9e6967162518f04333f447d) Merge pull request  [#1502](https://github.com/containerd/cri/pull/1502) from mikebrow/nginx-timing-problem
    * [`e56347aa`](https://github.com/containerd/cri/commit/e56347aabc6b5b26aaf6033826e791d1f3b43ab4) move up to latest critools pick up nginx fix
    * [`62c91260`](https://github.com/containerd/cri/commit/62c91260d2f43b57fff408a9263a800b7a06a647) Merge pull request  [#1501](https://github.com/containerd/cri/pull/1501) from dims/tolerate-missing-hugetlb-cgroups-controller
    * [`d7ce093d`](https://github.com/containerd/cri/commit/d7ce093d63d059f9dd13cffeb5fb14e1f3abccb7) Tolerate missing HugeTLB cgroups controller
    * [`8898550e`](https://github.com/containerd/cri/commit/8898550e348932e406049e937d98fb7564ac4e7a) Merge pull request  [#1498](https://github.com/containerd/cri/pull/1498) from mxpv/base
    * [`17c61e36`](https://github.com/containerd/cri/commit/17c61e36cb5ed6ee59d27074e6be7e08663646fa) Fix cgroups path for base OCI spec
    * [`df8d6c5b`](https://github.com/containerd/cri/commit/df8d6c5b7b58ab43846e289caccf27b065126da0) Update documentation for base OCI spec files
    * [`8d54f397`](https://github.com/containerd/cri/commit/8d54f397534c737023c7d41c12e0202e140710a6) Allow specify base OCI runtime spec
    * [`c7f25cb3`](https://github.com/containerd/cri/commit/c7f25cb3ae1edc1b2aaa4d117d17d281e904a1dd) Merge pull request  [#1490](https://github.com/containerd/cri/pull/1490) from mikebrow/document-gcr-json-key-auth
    * [`83b115af`](https://github.com/containerd/cri/commit/83b115af16cade2b2de642ff5f6ab885c3d4264c) Merge pull request  [#1497](https://github.com/containerd/cri/pull/1497) from mikebrow/add-commit-sha-to-log
    * [`e8148bb4`](https://github.com/containerd/cri/commit/e8148bb49b1ca7e4a11e8270d28737cd213a8f99) would like to have the commit sha in the logs
    * [`f8380958`](https://github.com/containerd/cri/commit/f8380958c16849ee89f1f7fcf05b1138d1681f04) Merge pull request  [#1496](https://github.com/containerd/cri/pull/1496) from mikebrow/variable-cri-tools-version
    * [`c744b66a`](https://github.com/containerd/cri/commit/c744b66a3b655f140426f846cf64ef50ea8419c8) Merge pull request  [#1495](https://github.com/containerd/cri/pull/1495) from crosbymichael/cni-bump
    * [`b97a2f33`](https://github.com/containerd/cri/commit/b97a2f33b07dabac94dcf0cc4635ab686ddcb072) add support for setting CRITOOL_VERSION
    * [`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
    * [`a7ad3bc0`](https://github.com/containerd/cri/commit/a7ad3bc01f700377c55c727f8ecf21164ab9a405) add a registry auth tutorial
    * [`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**                              1c8d4c9ef775 **_new_**
    * **github.com/containerd/aufs**                          f894a800659b -> 371312c1e31c
    * **github.com/containerd/btrfs**                         af5082808c83 -> 153935315f4a
    * **github.com/containerd/cgroups**                       c4b9ac5c7601 -> 318312a37340
    * **github.com/containerd/console**                       0650fd9eeb50 -> v1.0.0
    * **github.com/containerd/continuity**                    f2a389ac0a02 -> d3ef23f19fbb
    * **github.com/containerd/cri**                           5d49e7e51b43 -> 8fb244a65baa
    * **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/cpuguy83/go-md2man/v2**                    v2.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.9 **_new_**
    * **github.com/fullsailor/pkcs7**                         8306686428a5 **_new_**
    * **github.com/go-logr/logr**                             v0.2.0 **_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.5
    * **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.9
    * **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-rc91
    * **github.com/opencontainers/runtime-spec**              29686dbc5559 -> 237cc4f519e2
    * **github.com/opencontainers/selinux**                   v1.2.2 -> v1.5.1
    * **github.com/pkg/errors**                               v0.8.1 -> v0.9.1
    * **github.com/prometheus/client_golang**                 f4fb1b73fb09 -> v1.6.0
    * **github.com/prometheus/client_model**                  99fa1f4be8e5 -> v0.2.0
    * **github.com/prometheus/common**                        89604d197083 -> v0.9.1
    * **github.com/prometheus/procfs**                        cb4147076ac7 -> v0.0.11
    * **github.com/russross/blackfriday/v2**                  v2.0.1 **_new_**
    * **github.com/shurcooL/sanitized_anchor_name**           v1.0.0 **_new_**
    * **github.com/sirupsen/logrus**                          v1.4.1 -> v1.6.0
    * **github.com/urfave/cli**                               v1.22.0 -> v1.22.1
    * **go.etcd.io/bbolt**                                    v1.3.3 -> v1.3.5
    * **golang.org/x/crypto**                                 5c40567a22f8 -> bac4c82f6975
    * **golang.org/x/oauth2**                                 0f29369cfe45 -> 858c2ad4c8b6
    * **golang.org/x/sys**                                    9eafafc0a87e -> 9dae0f8f5775
    * **golang.org/x/text**                                   19e51611da83 -> v0.3.3
    * **golang.org/x/time**                                   85acf8d2951c -> 555d28b269f0
    * **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.19.0-beta.2
    * **k8s.io/apimachinery**                                 kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/apiserver**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/client-go**                                    kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/cri-api**                                      kubernetes-1.16.0-rc.2 -> v0.19.0-beta.2
    * **k8s.io/klog/v2**                                      v2.2.0 **_new_**
    * **k8s.io/utils**                                        c2654d5206da -> 2df71ebbae66
    * **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)
    
    
  • v1.3.6
    containerd 1.3.6
    
    Welcome to the v1.3.6 release of containerd!
    
    The sixth patch release for `containerd` 1.3 includes a release process fix to not require the latest libseccomp. Prior
    releases in this series were pinned to libseccomp 2.3.3 and this update corrects the error in the v1.3.5 release which
    linked to the latest libseccomp.
    
    ### Notable Updates
    
    * Pin libseccomp to 2.3.3 for the GH Actions-based release.yml [containerd/containerd#4352](https://github.com/containerd/containerd/pull/4352)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Phil Estes
    
    ### Changes
    
    * [`be75852b8d`](https://github.com/containerd/containerd/commit/be75852b8d7849474a20192f9ed1bf34fdd454f1) Merge pull request  [#4354](https://github.com/containerd/containerd/pull/4354) from estesp/prepare-1.3.6
    * [`fc8f6c55d0`](https://github.com/containerd/containerd/commit/fc8f6c55d052c3bc0becd3b5223d4db0a8e52f82) Merge pull request  [#4352](https://github.com/containerd/containerd/pull/4352) from estesp/pin-seccomp-release
    * [`fbdd528199`](https://github.com/containerd/containerd/commit/fbdd5281996af1aa4cfd4742ac277dbca5440192) Prepare v1.3.6 fix release
    * [`7013f1fccc`](https://github.com/containerd/containerd/commit/7013f1fccc350c862ededb85125aefa133c0c987) Pin libseccomp to 2.3.3 for GH Actions release.yml
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.3.5](https://github.com/containerd/containerd/releases/tag/v1.3.5)
    
  • v1.3.5
    containerd 1.3.5
    
    Welcome to the v1.3.5 release of containerd!
    
    The fifth patch release for `containerd` 1.3 includes bug fixes related to clean-up of I/O and shim processes.
    
    ### Notable Updates
    
    * Cleanup allocated resources in case of a binary I/O error [containerd/containerd#4278](https://github.com/containerd/containerd/pull/4278)
    * Fix image usage calculation error [containerd/containerd#4276](https://github.com/containerd/containerd/pull/4276)
    * Make killing shims more resilient [containerd/containerd#4307](https://github.com/containerd/containerd/pull/4307)
    * shim v2 runc: propagate options.Root to Cleanup [containerd/containerd#4329](https://github.com/containerd/containerd/pull/4329)
    * Bump Golang 1.13.12 [containerd/containerd#4337](https://github.com/containerd/containerd/pull/4337)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Akihiro Suda
    * Derek McGowan
    * Maksym Pavlenko
    * Ashray Jain
    * Brian Goff
    * Davanum Srinivas
    * Sebastiaan van Stijn
    * Wei Fu
    
    ### Changes
    
    * [`9b6f3ec030`](https://github.com/containerd/containerd/commit/9b6f3ec0307a825c38617b93ad55162b5bb94234) Merge pull request  [#4338](https://github.com/containerd/containerd/pull/4338) from AkihiroSuda/prepare-v1.3.5
    * [`ae8cac9eb6`](https://github.com/containerd/containerd/commit/ae8cac9eb6cb6e6a1bec2f0b8eede3ef5eb236b0) Prepare release v1.3.5
    * [`8d4a661618`](https://github.com/containerd/containerd/commit/8d4a661618da1b486182885127346f61182865fe) release.yml: Bump Golang 1.13.12
    * [`5c41fe4592`](https://github.com/containerd/containerd/commit/5c41fe459246d12a0c3b414f257e0fbf34fcdb81) Streamline hcs shim release flow
    * [`c6d0967590`](https://github.com/containerd/containerd/commit/c6d0967590eae86f101e0be693aab767e21e504c) Add windows hcsshim to release pipeline
    * [`cbc479bf6b`](https://github.com/containerd/containerd/commit/cbc479bf6b5bf4d36edfbcf5fcc6d53a0884d6a7) Don't inadvertently clip release notes
    * [`a902cd85ae`](https://github.com/containerd/containerd/commit/a902cd85ae2b79e05ca4502e1af38b8e904fd065) Add release GH Action triggered by signed tag
    * [`60cf2f0374`](https://github.com/containerd/containerd/commit/60cf2f0374671df31d0c61b02fdc4b56fd0dd340) Merge pull request  [#4337](https://github.com/containerd/containerd/pull/4337) from AkihiroSuda/golang-1.13.12-containerd1.3
    * [`0ade3c24d0`](https://github.com/containerd/containerd/commit/0ade3c24d0b880085b6ff05cd96153c743d17baa) Bump Golang 1.13.12
    * [`885ab8fb0f`](https://github.com/containerd/containerd/commit/885ab8fb0ff6a6de052ecd8d4089373f5dfd7cb1) Merge pull request  [#4329](https://github.com/containerd/containerd/pull/4329) from thaJeztah/1.3_backport_fix_4326
    * [`1ceb0a815a`](https://github.com/containerd/containerd/commit/1ceb0a815a30411f3ab38b8a398dfd69a009f5b3) shim v2 runc: propagate options.Root to Cleanup
    * [`cc54652c61`](https://github.com/containerd/containerd/commit/cc54652c617e631daa91806372b175b02d102dbe) Merge pull request  [#4307](https://github.com/containerd/containerd/pull/4307) from fuweid/cp-1_3-4204
    * [`d52ea2a627`](https://github.com/containerd/containerd/commit/d52ea2a6276468c679ed6c65af02a0bfafed45a1) Merge pull request  [#4318](https://github.com/containerd/containerd/pull/4318) from hakman/runc-selinux-1.3
    * [`fa88191a1a`](https://github.com/containerd/containerd/commit/fa88191a1aa1d0e41b40f0145df4c119fabfc220) Build runc with selinux support
    * [`1fa7a23e15`](https://github.com/containerd/containerd/commit/1fa7a23e15e045eb80fbc49c5054e515f5d72313) Make killing shims more resilient
    * [`1e902b2d7e`](https://github.com/containerd/containerd/commit/1e902b2d7e2cdb21e88b11cdf16e267b500d15a8) Merge pull request  [#4276](https://github.com/containerd/containerd/pull/4276) from estesp/cp-usage-fix
    * [`868a235972`](https://github.com/containerd/containerd/commit/868a23597276d97de13795703b673f2b0738fa65) Fix image usage calculation error
    * [`e655edce10`](https://github.com/containerd/containerd/commit/e655edce10c97b691e32e59d9360b955bf79eca2) Merge pull request  [#4278](https://github.com/containerd/containerd/pull/4278) from kzys/1.3-backport-issue-4195
    * [`cb32a60351`](https://github.com/containerd/containerd/commit/cb32a60351d218d2f069e7091767e4de024ecbef) Merge pull request  [#4281](https://github.com/containerd/containerd/pull/4281) from estesp/disable-travis-1.3
    * [`0cca78f46d`](https://github.com/containerd/containerd/commit/0cca78f46db09098b12787dabb21fcb7a7d69b6f) Add binary IO tests
    * [`7699c5e936`](https://github.com/containerd/containerd/commit/7699c5e936b5a5f29cfea1913b5ce86254244a2a) Cleanup binary IO resources on error
    * [`b26e6abe00`](https://github.com/containerd/containerd/commit/b26e6abe00d17541647f78c37bbf091cbf797fc3) Don't use timeout package when stopping shim logger
    * [`fc2579849a`](https://github.com/containerd/containerd/commit/fc2579849a507099f7879ccc48b36bd7c94f5929) Disable travis and codecov comments
    * [`3943a53731`](https://github.com/containerd/containerd/commit/3943a5373108f3299758abc1030ccf5d8ee7842e) Merge pull request  [#4280](https://github.com/containerd/containerd/pull/4280) from estesp/enable-actions-1.3
    * [`c77ae0e5c6`](https://github.com/containerd/containerd/commit/c77ae0e5c688661bd68f97faf901fdc44385d878) Re-add socat based on continued dependency
    * [`229bfe2562`](https://github.com/containerd/containerd/commit/229bfe25628327073223d0b13cb5dcfe137dd260) service_windows.go: remove unused "service" variable
    * [`55b88c4598`](https://github.com/containerd/containerd/commit/55b88c45982dc4a9d7d4f1d3c17d93240bf7b108) Enable GH Actions for release/1.3
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.3.4](https://github.com/containerd/containerd/releases/tag/v1.3.4)
    
  • v1.4.0-beta.1
    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)
    
    
  • v1.4.0-beta.0
    containerd 1.4.0-beta.0
    
    Welcome to the v1.4.0-beta.0 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)
    
    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
    * Li Yuxuan
    * Brian Goff
    * Fahed Dorgaa
    * Kohei Tokunaga
    * Hu Shuai
    * Xiaodong Ye
    * Ted Yu
    * Eric Ren
    * Erik Sipsma
    * Fupan Li
    * Jie Hao Liao
    * Joakim Roubert
    * Kazuyoshi Kato
    * Mario Macias
    * Paul "TBBle" Hampson
    * Sam Whited
    * Sascha Grunert
    * Alex Price
    * Antonio Ojea
    * Byonggon Chun
    * Ed Bartosh
    * George Goh
    * Kathryn Baldauf
    * Manuel Rüger
    * Seth Pellegrino
    * Shengjing Zhu
    * Stephen J Day
    * Tibor Vass
    * xianlubird
    * Ameya Gawde
    * Angela Li
    * Arnaud Rebillout
    * Chethan Suresh
    * Chris C
    * Daniel Bevenius
    * Darren Shepherd
    * Dave Syer
    * Drew Erny
    * Eli Uriegas
    * Eric Ernst
    * Erik Wilson
    * Evan Cordell
    * Fabricio Voznika
    * Gábor Lipták
    * Haitao Li
    * Ivan Markin
    * Johann Neuhauser
    * Joris De Winne
    * Josh Dolitsky
    * Justin Cormack
    * Kevin Parsons
    * Kiril Vladimiroff
    * Lifubang
    * Mario Macias
    * Martin Hickey
    * Mihai Coman
    * Mikko Ylinen
    * Nishchay Kumar
    * Peng Tao
    * Philip Marin
    * Reid Li
    * SaiHarshaK
    * Seth Bunce
    * Shiwei Zhang
    * SiYu Zhao
    * Thibaut Collet
    * Tobias Klauser
    * Tom Wieczorek
    * Tõnis Tiigi
    * Ulysses Souza
    * Wilbert van de Ridder
    * Zhiyu Li
    * sayaoailun
    * yang yang
    * yuxiaobo
    * 张潇
    * 徐敏才
    
    ### Changes
    
    * [`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
    * [`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
    
    * [`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
    
    * [`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 -> 64aa9da76fc0
    * **github.com/containerd/fifo**                          bda0ff6ed73c -> f15a3290365b
    * **github.com/containerd/go-cni**                        49fbd9b210f3 -> 0d360c50b10b
    * **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.1
    * **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)
    
    
  • v1.3.4
    containerd 1.3.4
    
    Welcome to the v1.3.4 release of containerd!
    
    The fourth patch release for `containerd` 1.3 adds `NOTIFY_SOCKET` support, improves shim loggers shutdown
    behavior and includes a few bug fixes related to incorrect FIFO clean up and dangling shims.
    
    ### Notable Updates
    
    * Improve host fallback behaviour in docker remote [containerd/containerd#4007](https://github.com/containerd/containerd/pull/4007)
    * Cleanup dangling shim by brand new context [containerd/containerd#4054](https://github.com/containerd/containerd/pull/4054)
    * Support notify socket [containerd/containerd#4104](https://github.com/containerd/containerd/pull/4104)
    * Correct logic of FIFO cleanup [containerd/containerd#4150](https://github.com/containerd/containerd/pull/4150)
    * Rework shim logger shutdown process [containerd/containerd#4166](https://github.com/containerd/containerd/pull/4166)
    * Man page fixes [containerd/containerd#4144](https://github.com/containerd/containerd/pull/4144)
    * Bump Golang 1.13.10 [containerd/containerd#4170](https://github.com/containerd/containerd/pull/4170)
    * sys/mount_linux: use pipe for communicating mount result [containerd/containerd#4171](https://github.com/containerd/containerd/pull/4171)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Sebastiaan van Stijn
    * Phil Estes
    * Maksym Pavlenko
    * Wei Fu
    * Michael Crosby
    * Derek McGowan
    * Davanum Srinivas
    * Alex Price
    * Chris C
    * Erik Sipsma
    * Haitao Li
    * Josh Dolitsky
    * Lantao Liu
    * Mike Brown
    * Salvador Fuentes
    * Ted Yu
    * Ulysses Souza
    
    ### Changes
    
    * [`814b7956fa`](https://github.com/containerd/containerd/commit/814b7956fafc7a0980ea07e950f983d0837e5578) Merge pull request  [#4167](https://github.com/containerd/containerd/pull/4167) from mxpv/prepare-1.3.4
    * [`1f0a4fd60d`](https://github.com/containerd/containerd/commit/1f0a4fd60d4a1c309060121f597a80049b1edf1d) Prepare release 1.3.4
    * [`3801f2f1f3`](https://github.com/containerd/containerd/commit/3801f2f1f367757ea39fff21fffc59c371b42292) Merge pull request  [#4187](https://github.com/containerd/containerd/pull/4187) from mxpv/release/1.3
    * [`910dfcd727`](https://github.com/containerd/containerd/commit/910dfcd727371578550edd2d5356f82c6c174228) Vendor containerd/cgroups 9f1c62dddf4bc7cc72822ebe353bae7006141b1b
    * [`60bc128245`](https://github.com/containerd/containerd/commit/60bc1282458f5f77d9a541969642f972d28d63df) Merge pull request  [#4190](https://github.com/containerd/containerd/pull/4190) from mxpv/ci-fix
    * [`7a57e50778`](https://github.com/containerd/containerd/commit/7a57e5077855a0b5fe784b211dfaafb11746900d) Fix protobuild
    * [`b3b3ea60ac`](https://github.com/containerd/containerd/commit/b3b3ea60acd95d4b37ce6b8a361658131f7e959e) Merge pull request  [#4181](https://github.com/containerd/containerd/pull/4181) from dmcgowan/1.3-revert-git-sha-pin
    * [`e9836d9539`](https://github.com/containerd/containerd/commit/e9836d953992a2eb674448e2af22d349317b5055) Revert pin vendors by git sha
    * [`0e625fc987`](https://github.com/containerd/containerd/commit/0e625fc987d889e94621b2e852a5856b47ef0378) Merge pull request  [#4171](https://github.com/containerd/containerd/pull/4171) from thaJeztah/1.3_backport_forkmount_use_pipe_instead_wait4
    * [`d3d7a0d57f`](https://github.com/containerd/containerd/commit/d3d7a0d57fc39784def6d6a783ac647c443efa78) Merge pull request  [#4172](https://github.com/containerd/containerd/pull/4172) from thaJeztah/1.3_backport_update_go_events
    * [`76c6afbe23`](https://github.com/containerd/containerd/commit/76c6afbe23e89538398c5f1e0378b4cc637c2856) Merge pull request  [#4170](https://github.com/containerd/containerd/pull/4170) from thaJeztah/1.3_backport_bump_golang_1.13
    * [`7d41344804`](https://github.com/containerd/containerd/commit/7d413448043b62bf274067a21676f6100c5e3f49) vendor: update go-events to fix alignment for 32bit systems
    * [`d70d0f1a99`](https://github.com/containerd/containerd/commit/d70d0f1a993af68aa1f7a066f4dc040a32580adb) sys/mount_linux: use pipe for communicating mount result
    * [`ec5e25d065`](https://github.com/containerd/containerd/commit/ec5e25d065cfb7731aa45d500f7dbc9510a8ca4b) Bump Golang 1.13.10
    * [`8b79d600f8`](https://github.com/containerd/containerd/commit/8b79d600f8cf076957d806816abdd0b533f734b6) Bump Golang 1.13.9
    * [`13ac9e74c4`](https://github.com/containerd/containerd/commit/13ac9e74c4ad9b2dd0835862c709eff2671f8bd5) Merge pull request  [#4166](https://github.com/containerd/containerd/pull/4166) from mxpv/release/1.3
    * [`c95854caca`](https://github.com/containerd/containerd/commit/c95854caca1432862a8379a7dfd261de29b99a9a) Rework shim logger shutdown process
    * [`7665b4d7fd`](https://github.com/containerd/containerd/commit/7665b4d7fd366450d5f0ad133b356ec0966ce8bf) Merge pull request  [#4158](https://github.com/containerd/containerd/pull/4158) from thaJeztah/1.3_revert_bump_bolt
    * [`782a4619ce`](https://github.com/containerd/containerd/commit/782a4619cec22fde761c88a96e35468dbeeaa389) Revert "vendor: update go.etcd.io/bbolt v1.3.4"
    * [`0b27d9364c`](https://github.com/containerd/containerd/commit/0b27d9364c2d23d4bf6f2588ccb9de7fceaa7d0a) Merge pull request  [#4150](https://github.com/containerd/containerd/pull/4150) from thaJeztah/1.3_backport_no_del_rootdir_ios
    * [`114bbed34e`](https://github.com/containerd/containerd/commit/114bbed34e1e15a8a7ea16017c2b950714485ac4) Merge pull request  [#4148](https://github.com/containerd/containerd/pull/4148) from thaJeztah/1.3_backport_bump_console
    * [`064ace5914`](https://github.com/containerd/containerd/commit/064ace59144e2d30437623bdd3968d1c822ef546) Merge pull request  [#4147](https://github.com/containerd/containerd/pull/4147) from thaJeztah/1.3_backport_bump_bbolt
    * [`fd2c9e381d`](https://github.com/containerd/containerd/commit/fd2c9e381d879e5145b53e8949a28492c589ac8a) Correct logic of FIFO cleanup
    * [`ab89e63c6d`](https://github.com/containerd/containerd/commit/ab89e63c6d9b820458bcbb389d3f5d8c7e1e8266) Move isFifo from process/io to sys/ and make public
    * [`5e9289d4e5`](https://github.com/containerd/containerd/commit/5e9289d4e5215a225c04064b4f2ca861c665dbde) Add version numbers for newly tagged repos
    * [`4584e7188d`](https://github.com/containerd/containerd/commit/4584e7188db161bccf0c8502f6b34023c3895453) Update containerd/console vendor for fix
    * [`af94dd5f2f`](https://github.com/containerd/containerd/commit/af94dd5f2f8f012ac9ef455145c9def31b346a58) Bump containerd console for os.File changes
    * [`f74d8a02dd`](https://github.com/containerd/containerd/commit/f74d8a02dd04dcd59cf4fc5641ead4c25119c6f9) vendor: update go.etcd.io/bbolt v1.3.4
    * [`62b6623a7a`](https://github.com/containerd/containerd/commit/62b6623a7aea25ea4d98584695af110d46f2e3fc) Merge pull request  [#4143](https://github.com/containerd/containerd/pull/4143) from thaJeztah/1.3_reformat_vendor
    * [`eac9dc265c`](https://github.com/containerd/containerd/commit/eac9dc265cab5572b57668b13cc75891498ee278) Merge pull request  [#4144](https://github.com/containerd/containerd/pull/4144) from thaJeztah/1.3_backport_fix_manpages
    * [`57f41a2aad`](https://github.com/containerd/containerd/commit/57f41a2aada3d29f4483384bde704b52dd01350a) man: move ctr.1, containerd-config to section 8, and fix generation
    * [`d1c534916b`](https://github.com/containerd/containerd/commit/d1c534916b0d4f1cdf941cb64a0b6b053da94ec4) Makefile: man page: rename containerd.1 to containerd.8
    * [`359470201d`](https://github.com/containerd/containerd/commit/359470201dc5f837928105267095c2034bf06e37) vendor.conf: reformat to use columns, and pin by git-commit
    * [`001eb3f9af`](https://github.com/containerd/containerd/commit/001eb3f9af96a30370ecd3dd2c6282ff29ba5bc2) vendor: sort and group vendor.conf
    * [`3a4acfbc99`](https://github.com/containerd/containerd/commit/3a4acfbc99aa976849f51a8edd4af20ead51d8d7) Merge pull request  [#4126](https://github.com/containerd/containerd/pull/4126) from chavafg/topic/vendor-cri-1.3
    * [`52ca69eb14`](https://github.com/containerd/containerd/commit/52ca69eb14ca4933f170119159c6322159eeb8ac) vendor containerd/cri f864905c93b97db15503c217dc9a43eb65670b53
    * [`be54fd9f08`](https://github.com/containerd/containerd/commit/be54fd9f08072d5b8db965fa77cf96c10db668bc) Merge pull request  [#4104](https://github.com/containerd/containerd/pull/4104) from dims/backport-notify-socket-support
    * [`3dc58c824f`](https://github.com/containerd/containerd/commit/3dc58c824f4ea3e09617cfbd9771a5835f787cff) avoiding bumping go-systemd dependency
    * [`f714035202`](https://github.com/containerd/containerd/commit/f7140352027927fd08d2f240c7aba4efb1969f1f) Support NOTIFY_SOCKET
    * [`b955b149f6`](https://github.com/containerd/containerd/commit/b955b149f68b488f048d7558646fa25074180fd8) Merge pull request  [#4069](https://github.com/containerd/containerd/pull/4069) from thaJeztah/1.3_backport_bump_golang_1.13
    * [`50e5e156ca`](https://github.com/containerd/containerd/commit/50e5e156caa56b90d177d7d63354724c1aa07145) Merge pull request  [#4065](https://github.com/containerd/containerd/pull/4065) from thaJeztah/1.3_backport_namespace_path
    * [`59e7ae1993`](https://github.com/containerd/containerd/commit/59e7ae199303da2e6baf7f6e50cd1e235796bd20) Update Golang 1.13.8
    * [`b512c23a47`](https://github.com/containerd/containerd/commit/b512c23a47733efd8ae8abcdbf701fd9563d4c83) Update Golang 1.13.7 (CVE-2020-0601, CVE-2020-7919)
    * [`420a25f120`](https://github.com/containerd/containerd/commit/420a25f120bd7000f7be10b2ade4c69a9d850af8) Update Golang 1.13.6
    * [`60596e52eb`](https://github.com/containerd/containerd/commit/60596e52eb9dfc8b704cdd5461736603d7c3f90a) Update Golang 1.13.5
    * [`d8b28e86bc`](https://github.com/containerd/containerd/commit/d8b28e86bc69560d2a87afdbf7832564a1e9de20) Update to Golang 1.13.4
    * [`bde860b04e`](https://github.com/containerd/containerd/commit/bde860b04e9bf4fec70a69507bade6abf545bfd9) Revert "Update Golang 1.12.14"
    * [`0dbc3d1fcf`](https://github.com/containerd/containerd/commit/0dbc3d1fcf923fe88c5ef054b32020e226b08fbb) Revert "Update Golang 1.12.15"
    * [`dde0ab66c5`](https://github.com/containerd/containerd/commit/dde0ab66c5ab59751e4a7005a8f214bbd4acd79d) Revert "Update Golang 1.12.16 (CVE-2020-0601, CVE-2020-7919)"
    * [`b9254dd4cd`](https://github.com/containerd/containerd/commit/b9254dd4cd41bdbd04d1ec0f3db3ddb43fc0a0d6) Revert "Update Golang 1.12.17"
    * [`c090014b44`](https://github.com/containerd/containerd/commit/c090014b4436cfd783a0d18d7e7592c341db09ca) fix killall when use pidnamespace
    * [`449e926990`](https://github.com/containerd/containerd/commit/449e926990f8539fd00844b26c07e2f1e306c760) Merge pull request  [#4054](https://github.com/containerd/containerd/pull/4054) from fuweid/cp13-4048
    * [`e71c7d0d27`](https://github.com/containerd/containerd/commit/e71c7d0d27b427641eebf3ae34eaa13e8019de96) bugfix: cleanup dangling shim by brand new context
    * [`2d8cc40512`](https://github.com/containerd/containerd/commit/2d8cc4051231a753e53bde6bdd2578a8928b4ca9) Merge pull request  [#4038](https://github.com/containerd/containerd/pull/4038) from thaJeztah/1.3_update_mailmap
    * [`a2d1cbf627`](https://github.com/containerd/containerd/commit/a2d1cbf62743d923d15f1869b651aaed0be38cab) Update .mailmap with changes from master
    * [`5811bc9702`](https://github.com/containerd/containerd/commit/5811bc970201a9fee8b43843746abe25b3b538b7) Merge pull request  [#4036](https://github.com/containerd/containerd/pull/4036) from fuweid/cp13-246a560e
    * [`de5b1b83ba`](https://github.com/containerd/containerd/commit/de5b1b83baa90a0f5a0bb9034bc26eb9edf69790) script: use github.com/kubernetes-sigs/cri-tools directly
    * [`2bd094daec`](https://github.com/containerd/containerd/commit/2bd094daec0afa55a78878ee66399868a065ba28) Merge pull request  [#4030](https://github.com/containerd/containerd/pull/4030) from thaJeztah/1.3_bump_golang_1.12.17
    * [`6a3416449e`](https://github.com/containerd/containerd/commit/6a3416449ee8dbc1ccc01887108465435c38b6bb) Update Golang 1.12.17
    * [`9fcd35a786`](https://github.com/containerd/containerd/commit/9fcd35a7868b3e3914f944ecb73d60dccc03befa) Merge pull request  [#4029](https://github.com/containerd/containerd/pull/4029) from estesp/cp-1.3-4022
    * [`571a231e07`](https://github.com/containerd/containerd/commit/571a231e07f9cbad92a51666d6d1ae95458c82d1) Merge pull request  [#4027](https://github.com/containerd/containerd/pull/4027) from estesp/cp-1.3-4017
    * [`9a428a3c9e`](https://github.com/containerd/containerd/commit/9a428a3c9e89f840579f495cd349025d0146935a) Fix incorrect comment from copy/paste of starting script
    * [`09b3b4fcc8`](https://github.com/containerd/containerd/commit/09b3b4fcc857820012601ccb7fbcbcfa2d626964) Set octet-stream content-type on put request
    * [`c4697a803e`](https://github.com/containerd/containerd/commit/c4697a803ea6437544496f2bd6deebdb346c10ad) Merge pull request  [#4007](https://github.com/containerd/containerd/pull/4007) from awprice/issue-3868-backport
    * [`37b9a347a2`](https://github.com/containerd/containerd/commit/37b9a347a2744bee5f362ca1e6588a1f81761205) Improve host fallback behaviour in docker remote
    
    ### Changes from containerd/cgroups
    
    * [`9f1c62d`](https://github.com/containerd/cgroups/commit/9f1c62dddf4bc7cc72822ebe353bae7006141b1b) Merge pull request  [#156](https://github.com/containerd/cgroups/pull/156) from mxpv/bug-fix
    * [`6725ffd`](https://github.com/containerd/cgroups/commit/6725ffdbd90b9aa78ed2db19d49c227911b87608) [release/1.1 backport] throttle.* metrics must be kept for non-CFQ schedulers
    
    ### 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/cri
    
    * [`f864905c`](https://github.com/containerd/cri/commit/f864905c93b97db15503c217dc9a43eb65670b53) Merge pull request  [#1420](https://github.com/containerd/cri/pull/1420) from chavafg/topic/fix-tests-go1.13
    * [`98a694ed`](https://github.com/containerd/cri/commit/98a694ed44e035e17a8cc7cf7aa6296ecf977414) Fix integration test for golang 1.13
    
    ### Dependency Changes
    
    * **github.com/containerd/cgroups**  c4b9ac5c7601 -> 9f1c62dddf4b
    * **github.com/containerd/console**  0650fd9eeb50 -> v1.0.0
    * **github.com/containerd/cri**      50b9e10ea54a -> f864905c93b9
    * **github.com/docker/go-events**    9461782956ad -> e31b211e4f1c
    
    Previous release can be found at [v1.3.3](https://github.com/containerd/containerd/releases/tag/v1.3.3)
    
    
  • v1.2.13
    containerd 1.2.13
    
    Welcome to the v1.2.13 release of containerd!
    
    The thirteenth patch release for `containerd` 1.2 fixes a regression introduced
    in v1.2.12 that caused container/shim to hang on single core machines, fixes an
    issue with blkio, and updates the Golang runtime to 1.12.17.
    
    ### Notable Updates
    
    * Fix container pid race condition [containerd#4025](https://github.com/containerd/containerd/pull/4025)
    * Update containerd/cgroups dependency to address blkio issue [containerd#4001](https://github.com/containerd/containerd/pull/4001)
    * Set octet-stream content-type on PUT request [containerd#4028](https://github.com/containerd/containerd/pull/4028)
    * Pin to libseccomp 2.3.3 to preserve compatibility with hosts that do not have libseccomp 2.4 or higher installed [containerd#4015](https://github.com/containerd/containerd/pull/4015)
    * Update Golang runtime to 1.12.17, which includes a fix to the runtime [containerd#4031](https://github.com/containerd/containerd/pull/4031)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Wei Fu
    * Michael Crosby
    * Sebastiaan van Stijn
    * Gábor Lipták
    * Cao Zhihao
    * Derek McGowan
    * Ji'an Liu
    * Josh Dolitsky
    * Lantao Liu
    * Laurent Bernaille
    * Odin Ugedal
    * Su Fei
    * jiangpengfei
    
    ### Changes
    
    * [`7ad184331f`](https://github.com/containerd/containerd/commit/7ad184331fa3e55e52b890ea95e65ba581ae3429) Merge pull request  [#4033](https://github.com/containerd/containerd/pull/4033) from thaJeztah/release_1.2.13
    * [`f141d0f7a1`](https://github.com/containerd/containerd/commit/f141d0f7a1a8848fb7b7c1008daf189ce7438a14) Prepare v1.2.13 release
    * [`0c10aca55e`](https://github.com/containerd/containerd/commit/0c10aca55e69b11987d202e28240eb2973b0bf25) Update .mailmap with changes from master
    * [`b9b4fa7f10`](https://github.com/containerd/containerd/commit/b9b4fa7f105a7d10064d4fad5a4343625cc6966c) Merge pull request  [#4025](https://github.com/containerd/containerd/pull/4025) from thaJeztah/1.2_backport_fix_container_pid
    * [`1f6ea50be7`](https://github.com/containerd/containerd/commit/1f6ea50be7d7864e982d04342593803ceaff08e9) Merge pull request  [#4028](https://github.com/containerd/containerd/pull/4028) from estesp/cp-1.2-4017
    * [`b970987628`](https://github.com/containerd/containerd/commit/b97098762834040359099e72be359e288d250a42) Fix container pid.
    * [`567ca6785c`](https://github.com/containerd/containerd/commit/567ca6785c0d88a4cce8f84c7685c9162bf1fb3a) Set octet-stream content-type on put request
    * [`89c46ed579`](https://github.com/containerd/containerd/commit/89c46ed5799fe7c687f8cf039b70624a55ca5b76) Merge pull request  [#4035](https://github.com/containerd/containerd/pull/4035) from fuweid/cp12-246a560e
    * [`c9524284e4`](https://github.com/containerd/containerd/commit/c9524284e4fe48ae0a963dfd48b4a62509736ce2) Merge pull request  [#4031](https://github.com/containerd/containerd/pull/4031) from thaJeztah/1.2_bump_golang_1.12.17
    * [`28eb964b00`](https://github.com/containerd/containerd/commit/28eb964b008c54e024d1e3cacc154a4d92493344) script: use github.com/kubernetes-sigs/cri-tools directly
    * [`5bead4582c`](https://github.com/containerd/containerd/commit/5bead4582c05b5bf383be4cb038a152ffcbd4e32) Merge pull request  [#4001](https://github.com/containerd/containerd/pull/4001) from DataDog/lbernail/upgrade-cgroups
    * [`01edb7cddb`](https://github.com/containerd/containerd/commit/01edb7cddb34221a3121b709ae6c7c9db45fdea3) Merge pull request  [#4015](https://github.com/containerd/containerd/pull/4015) from hakman/fix-libseccomp-ver
    * [`2a0ca2d077`](https://github.com/containerd/containerd/commit/2a0ca2d077f2a792e5752c1513e706a7bb00ed0e) Update Golang 1.12.17
    * [`a7c9b7605c`](https://github.com/containerd/containerd/commit/a7c9b7605cc62772851802ac0c653fc4e2f556c8) Fix incorrect comment from copy/paste of starting script
    * [`6ad255383a`](https://github.com/containerd/containerd/commit/6ad255383ada1c93e7c43998444daa75b6dcf1d7) Pin to libseccomp 2.3.3
    * [`25a806c508`](https://github.com/containerd/containerd/commit/25a806c508455c3572a1538b953cc0fcdd3b9a11) bump cgroups dependency to address blkio issue
    
    ### Changes from containerd/cgroups
    
    * [`c4b9ac5`](https://github.com/containerd/cgroups/commit/c4b9ac5c7601384c965b9646fc515884e091ebb9) Merge pull request  [#93](https://github.com/containerd/cgroups/pull/93) from sofat1989/master
    * [`f627015`](https://github.com/containerd/cgroups/commit/f627015aeaf1f9621ee7eedc30ec9af74d63d250) avoid adding io_serviced and io_service_bytes duplicately
    * [`d596c78`](https://github.com/containerd/cgroups/commit/d596c78861b15c27a9ac82975aca4413390b9b49) Merge pull request  [#92](https://github.com/containerd/cgroups/pull/92) from lgtczh/add_mem_soft_limit
    * [`b589cd9`](https://github.com/containerd/cgroups/commit/b589cd92b297899b31bcd56489135e720595e0ab) Merge pull request  [#90](https://github.com/containerd/cgroups/pull/90) from crosbymichael/makefile
    * [`13a3ac4`](https://github.com/containerd/cgroups/commit/13a3ac4f154c85e85ffc2eb9709387e5040548f7) fixed an issue with invalid soft memory limits
    * [`215221e`](https://github.com/containerd/cgroups/commit/215221e46845a498dd0f772e3b4800f063d10635) Add makefile for go and protos
    * [`db27230`](https://github.com/containerd/cgroups/commit/db272301ab8449d05f062e6db6f13d8a6aaff466) Merge pull request  [#88](https://github.com/containerd/cgroups/pull/88) from woshijpf/fix-cgroup-left-problem
    * [`0ecd2b6`](https://github.com/containerd/cgroups/commit/0ecd2b66d378b21c371721046c14d9f23bc07877) cgroups: fix MoveTo function fail problem
    * [`51b62d3`](https://github.com/containerd/cgroups/commit/51b62d303d381950f7b51cf8ff52f1e9e49cc4f1) Merge pull request  [#86](https://github.com/containerd/cgroups/pull/86) from gliptak/import1
    * [`42091f5`](https://github.com/containerd/cgroups/commit/42091f5cd88c6ce37c803d5f7a807197a3659aaa) Merge pull request  [#85](https://github.com/containerd/cgroups/pull/85) from odinuge/cgroups-hugetlb-fix
    * [`97bda9c`](https://github.com/containerd/cgroups/commit/97bda9c45ae3e1514df643f9f7eefa5adb6c43ed) Merge pull request  [#84](https://github.com/containerd/cgroups/pull/84) from gliptak/patch-2
    * [`38dc3ac`](https://github.com/containerd/cgroups/commit/38dc3ace6c68fb5339c9f516c2edd854dd3eb66b) Correct forked Travis builds
    * [`a9a304a`](https://github.com/containerd/cgroups/commit/a9a304aff844d138c75f5c01a834167ace776f1d) Add Go 1.12 to Travis
    * [`51dcf5f`](https://github.com/containerd/cgroups/commit/51dcf5fa00efa7947e3f454333e254ee97139226) Fix cgroup hugetlb size prefix for kB
    * [`fc51a4c`](https://github.com/containerd/cgroups/commit/fc51a4cd6306d16235e72876df9ad20174b6dc04) Merge pull request  [#81](https://github.com/containerd/cgroups/pull/81) from ZeroMagic/add_network_stats
    * [`1741ae0`](https://github.com/containerd/cgroups/commit/1741ae0c1998a5fcdbb3c8b2a164113a8fabef89) add network stats
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.12](https://github.com/containerd/containerd/releases/tag/v1.2.12)
    
    * **github.com/containerd/cgroups**  4994991857f9b0ae8dc439551e8bebdbb4bf66c1 -> c4b9ac5c7601384c965b9646fc515884e091ebb9
    
  • v1.3.3
    containerd 1.3.3
    
    Welcome to the v1.3.3 release of containerd!
    
    The third patch release for `containerd` 1.3 includes a few runtime fixes and
    important dependency updates.
    
    ### Runtime
    
    * Close platform in runc's shim Shutdown method [containerd/containerd#3907](https://github.com/containerd/containerd/pull/3907)
    * Fix eventfd leak [containerd/containerd#3961](https://github.com/containerd/containerd/pull/3961)
    
    ### API
    
    * Fix API filters to properly handle and return parse errors [containerd/containerd#3950](https://github.com/containerd/containerd/pull/3950)
    
    ### Other Updates
    
    * Update the runc vendor to v1.0.0-rc10 which includes a mitigation for [CVE-2019-19921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19921).
    * Update the opencontainers/selinux which includes a mitigation for [CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884).
    * Update Golang runtime to 1.12.16, mitigating the [CVE-2020-0601](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0601) certificate verification bypass on Windows, and [CVE-2020-7919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7919), which only affects 32-bit architectures.
    * Update Golang runtime to 1.12.15, which includes a fix to the runtime (Go 1.12.14, Go 1.12.15) and and the `net/http` package (Go 1.12.15)
    * Update the `gopkg.in/yaml.v2` vendor to v2.2.8 with a mitigation for [CVE-2019-11253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11253)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Derek McGowan
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Davanum Srinivas
    * Lantao Liu
    * Mike Brown
    * Seth Pellegrino
    * Michael Crosby
    * Erik Sipsma
    * Maksym Pavlenko
    * Shengjing Zhu
    
    ### Changes
    
    * [`d76c121f76`](https://github.com/containerd/containerd/commit/d76c121f76a5fc8a462dc64594aea72fe18e1178) Merge pull request  [#4004](https://github.com/containerd/containerd/pull/4004) from dmcgowan/prepare-1.3.3
    * [`5f15602214`](https://github.com/containerd/containerd/commit/5f15602214249a41648e1c465d33a4712a0ab123) Add release notes for v1.3.3
    * [`7eac412007`](https://github.com/containerd/containerd/commit/7eac412007f378ad3198c4b900403fa1dfc100fa) Update mailmap
    * [`163fb0bd28`](https://github.com/containerd/containerd/commit/163fb0bd28750a521be5991cf81b19a15686fec1) Merge pull request  [#4003](https://github.com/containerd/containerd/pull/4003) from dmcgowan/1.3-update-yaml
    * [`d4345c335c`](https://github.com/containerd/containerd/commit/d4345c335ca4e0abd794315985ddbba3a842dd8d) Update yaml dependency
    * [`aa877d788e`](https://github.com/containerd/containerd/commit/aa877d788ed4837922ce6286ec90841e9d26500f) Merge pull request  [#3998](https://github.com/containerd/containerd/pull/3998) from dmcgowan/bump-cri-1.3
    * [`db4c58b8c1`](https://github.com/containerd/containerd/commit/db4c58b8c1cbfa5276a7bdad2b7ef97040a485d3) Update CRI vendor for 1.3
    * [`8366042ca3`](https://github.com/containerd/containerd/commit/8366042ca3aed4d9400b8ce9c10b530a1a4a87b2) Merge pull request  [#3989](https://github.com/containerd/containerd/pull/3989) from thaJeztah/1.3_bump_golang_1.12.16
    * [`14d166c632`](https://github.com/containerd/containerd/commit/14d166c632b2ca56a1460ebdf12959bfea2ef0ac) [release/1.3] vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * [`d1e31f9f2d`](https://github.com/containerd/containerd/commit/d1e31f9f2deadc1816da1bfcdf0dbff85818a28d) Update Golang 1.12.16 (CVE-2020-0601, CVE-2020-7919)
    * [`9cf15235d0`](https://github.com/containerd/containerd/commit/9cf15235d04a1a3fe9903402fbc4460ab1c7fffe) Merge pull request  [#3980](https://github.com/containerd/containerd/pull/3980) from dims/bump-opencontainers/selinux-for-CVE-2019-16884-release-1.3
    * [`3074db3a4b`](https://github.com/containerd/containerd/commit/3074db3a4b5d57b891d3d86105df1be357a758e1) Pick up fix for CVE-2019-16884 in opencontainers/selinux
    * [`da15d825c0`](https://github.com/containerd/containerd/commit/da15d825c098e936da815c4b24e0e0f6e6533216) Merge pull request  [#3976](https://github.com/containerd/containerd/pull/3976) from dims/update-to-new-rc10-of-opencontainers/runc-release-1.3
    * [`0db3c9b780`](https://github.com/containerd/containerd/commit/0db3c9b78007f1c7fab5d358a95f3dd086258251) Bump to opencontainers/runc new version - v1.0.0-rc10
    * [`a375ee006e`](https://github.com/containerd/containerd/commit/a375ee006e2f8aad940d889246ed5f7abb07ebd1) Merge pull request  [#3967](https://github.com/containerd/containerd/pull/3967) from thaJeztah/1.3_bump_golang_1.12.15
    * [`72d9dd9bb4`](https://github.com/containerd/containerd/commit/72d9dd9bb42d2fbe7d49197a9ef4737ddd47d223) Update Golang 1.12.15
    * [`92dc96af08`](https://github.com/containerd/containerd/commit/92dc96af086472b443be9b89beb9d4d1c1bd1e30) Merge pull request  [#3961](https://github.com/containerd/containerd/pull/3961) from sethp-nr/fix/eventfd-leak-1.3-backport
    * [`03ee836eea`](https://github.com/containerd/containerd/commit/03ee836eea38c46d798af63d5b10ab3256c9a056) fix: repair bad merge
    * [`c458f2fb41`](https://github.com/containerd/containerd/commit/c458f2fb41ecf5d122ec06674aaafa5c6d92e9c1) fix: eventfd leak for v2 runtime with v1 cgroups
    * [`258e10ddd6`](https://github.com/containerd/containerd/commit/258e10ddd6c112c646cd49e5084e292d1702ecdd) fix: eventfd leak
    * [`eb5e164812`](https://github.com/containerd/containerd/commit/eb5e1648125d9387df7f6e0b72193d7389e169a3) Merge pull request  [#3953](https://github.com/containerd/containerd/pull/3953) from dmcgowan/backport-1.3-filters-fix
    * [`7d0e217f53`](https://github.com/containerd/containerd/commit/7d0e217f534165d3902d03763ec25f99b8824dff) Fix filter errors
    * [`095a1afb19`](https://github.com/containerd/containerd/commit/095a1afb1961aaf168867fe4ac6ec8e4aba5aa8a) Merge pull request  [#3947](https://github.com/containerd/containerd/pull/3947) from dmcgowan/backport-1.3-skip-tests
    * [`e7c463a1c7`](https://github.com/containerd/containerd/commit/e7c463a1c7b49d507a0852de6748d0dc3e7adb8e) Add Makefile variable to skip test packages
    * [`bc7c9547b1`](https://github.com/containerd/containerd/commit/bc7c9547b1453434e580a64039336fcd89a7d454) Merge pull request  [#3945](https://github.com/containerd/containerd/pull/3945) from zhsj/bpo-3939
    * [`054ce5844f`](https://github.com/containerd/containerd/commit/054ce5844fa061759231528ba8fd761723d31449) platforms: fill default arm variant when parse platform specifier
    * [`b71555a8ba`](https://github.com/containerd/containerd/commit/b71555a8ba442f1fd9effdfc10ba28f4d9e2d78b) Merge pull request  [#3928](https://github.com/containerd/containerd/pull/3928) from zhsj/bpo-3720
    * [`e49256efa5`](https://github.com/containerd/containerd/commit/e49256efa51d1b737acac051f680c255eb0dec13) Fix flaky btrfs test
    * [`e4356016b6`](https://github.com/containerd/containerd/commit/e4356016b673b35b2caef93d7972f9eebd0813d3) Merge pull request  [#3926](https://github.com/containerd/containerd/pull/3926) from zhsj/bpo-3744
    * [`2a38589a59`](https://github.com/containerd/containerd/commit/2a38589a597786836a29866ef76ceb76692b1dc0) Move flag.Parse in tests to TestMain
    * [`a24269519b`](https://github.com/containerd/containerd/commit/a24269519bc094438887d3bad2d75b1c3e76f524) Merge pull request  [#3917](https://github.com/containerd/containerd/pull/3917) from thaJeztah/1.3_bump_golang_1.12.14
    * [`f4824d5a61`](https://github.com/containerd/containerd/commit/f4824d5a6109362dad8abff552193f7ff08d9e2e) Update Golang 1.12.14
    * [`bc43dc071b`](https://github.com/containerd/containerd/commit/bc43dc071b124840780e9a2b4f1466ca130c13e6) Merge pull request  [#3907](https://github.com/containerd/containerd/pull/3907) from estesp/cp-platform-close-fix
    * [`e7a6dda431`](https://github.com/containerd/containerd/commit/e7a6dda431b5ea810087fa26fb39a0e7f2bc371a) runtime v2: Close platform in runc shim's Shutdown method.
    * [`cbc39d6968`](https://github.com/containerd/containerd/commit/cbc39d696881acd47d6662dae14185a40a0af904) Merge pull request  [#3908](https://github.com/containerd/containerd/pull/3908) from estesp/cp-3898-1.3
    * [`7b1a7de030`](https://github.com/containerd/containerd/commit/7b1a7de0309d075c2789ce63feac55b18cea3d50) Disable criu tests in Travis CI
    
    ### Changes from containerd/cri
    
    * [`50b9e10e`](https://github.com/containerd/cri/commit/50b9e10ea54a9b57049fe311e4fe0a96277ef1c2) Merge pull request  [#1394](https://github.com/containerd/cri/pull/1394) from thaJeztah/1.3_backport_bump_yaml
    * [`65b9fd5c`](https://github.com/containerd/cri/commit/65b9fd5c954dd47689611b058c8e5e0cf355d155) vendor: bump gopkg.in/yaml.v2 v2.2.8
    * [`e120c0f9`](https://github.com/containerd/cri/commit/e120c0f9d87639b7bef007a7dbea8043f9a2ab6a) Merge pull request  [#1390](https://github.com/containerd/cri/pull/1390) from dims/update-to-k8s-1.16.6-in-release/1.3
    * [`0f1864a9`](https://github.com/containerd/cri/commit/0f1864a9c5f7b0d28c5319cc828d0229d09d6eb6) update kubernetes and its dependencies to v1.16.6
    * [`74bb9981`](https://github.com/containerd/cri/commit/74bb9981ec19cfcd4548de51b4f681cfe1390e68) Merge pull request  [#1391](https://github.com/containerd/cri/pull/1391) from dims/sync-vendors-with-containerd-in-release/1.3
    * [`fb60c982`](https://github.com/containerd/cri/commit/fb60c98210ca7cb00e6e2314d7a7c87c2461858c) Update code for latest containerd.
    * [`ca26289c`](https://github.com/containerd/cri/commit/ca26289c93b38c58f97c8ef65559e6347559a396) sort containerd dependencies
    * [`d64edd3c`](https://github.com/containerd/cri/commit/d64edd3cdcb13ce8fa8ff865a71807b76dad1d12) Sync vendors with containerd 1.3.2
    * [`5d01a3ab`](https://github.com/containerd/cri/commit/5d01a3ab8d1577dadef284fe79843ff94ffec2a7) Merge pull request  [#1386](https://github.com/containerd/cri/pull/1386) from thaJeztah/1.3_backport_bump_kubernetes_1.16.3
    * [`b350e255`](https://github.com/containerd/cri/commit/b350e25534aeb5a3ba23954752ae839c96c58727) update kubernetes dependency to v1.16.3
    * [`416bde48`](https://github.com/containerd/cri/commit/416bde48054f38efdc442c2f8a30083815ec29ed) Merge pull request  [#1373](https://github.com/containerd/cri/pull/1373) from Random-Liu/cherrypick-#1363-release-1.3
    * [`e6304e9f`](https://github.com/containerd/cri/commit/e6304e9facf48220abafd1b8afccdf7155f4ab0d) Validate and update the right config
    * [`945cb97b`](https://github.com/containerd/cri/commit/945cb97bd82126dd5f9a71b1a7cc205d37bdf267) Merge pull request  [#1360](https://github.com/containerd/cri/pull/1360) from AkihiroSuda/fix-runcv2-nopivot
    * [`63817131`](https://github.com/containerd/cri/commit/6381713164fb69d05626df2776cee3351f4d87b4) [release/1.3] fix NoPivot for RuntimeRuncV2
    * [`fa8c5273`](https://github.com/containerd/cri/commit/fa8c5273678a193fd675b5a5a6209c91a9d8b940) Merge pull request  [#1353](https://github.com/containerd/cri/pull/1353) from Random-Liu/cherrypick-#1351-release-1.3
    * [`74d07436`](https://github.com/containerd/cri/commit/74d074368b680ebe93afc110dac7b237f70fff36) Better handle unknown state.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.3.2](https://github.com/containerd/containerd/releases/tag/v1.3.2)
    
    * **github.com/containerd/cri**          b1bef15fbeb6c6f0569b67322acfa74ca3597755 -> 50b9e10ea54a9b57049fe311e4fe0a96277ef1c2
    * **github.com/json-iterator/go**        v1.1.7 -> v1.1.8
    * **github.com/opencontainers/runc**     d736ef14f0288d6993a1845745d6756cfc9ddd5a -> dc9208a3303feef5b3839f4323d9beb36df0a9dd
    * **github.com/opencontainers/selinux**  v1.2.2 -> 5215b1806f52b1fcc2070a8826c542c9d33cd3cf
    * **golang.org/x/crypto**                5c40567a22f818bd14a1ea7245dad9f8ef0691aa -> 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * **golang.org/x/time**                  85acf8d2951cb2a3bde7632f9ff273ef0379bcbd -> 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef
    * **gopkg.in/inf.v0**                    v0.9.0 -> v0.9.1
    * **gopkg.in/yaml.v2**                   v2.2.2 -> 53403b58ad1b561927d19068c655246f2db79d48
    * **k8s.io/api**                         kubernetes-1.16.0-rc.2 -> kubernetes-1.16.6
    * **k8s.io/apimachinery**                kubernetes-1.16.0-rc.2 -> kubernetes-1.16.6
    * **k8s.io/apiserver**                   kubernetes-1.16.0-rc.2 -> kubernetes-1.16.6
    * **k8s.io/client-go**                   kubernetes-1.16.0-rc.2 -> kubernetes-1.16.6
    * **k8s.io/cri-api**                     kubernetes-1.16.0-rc.2 -> kubernetes-1.16.6
    * **k8s.io/klog**                        v0.4.0 -> v1.0.0
    * **k8s.io/kubernetes**                  v1.16.0-rc.2 -> v1.16.6
    * **k8s.io/utils**                       c2654d5206da6b7b6ace12841e8f359bb89b443c -> e782cd3c129fc98ee807f3c889c0f26eb7c9daf5
    
    
  • v1.2.12
    containerd 1.2.12
    
    Welcome to the v1.2.12 release of containerd!
    
    The twelfth patch release for `containerd` 1.2 includes an updated runc with
    a fix for CVE-2019-19921, an updated version of the opencontainers/selinux
    dependency, which includes a fix for CVE-2019-16884, an updated version of the
    `gopkg.in/yaml.v2` dependency to address CVE-2019-11253, and a Golang update.
    
    ### Notable Updates
    
    * Update the runc vendor to v1.0.0-rc10 which includes a mitigation for [CVE-2019-19921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19921).
    * Update the opencontainers/selinux which includes a mitigation for [CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884).
    * Update Golang runtime to 1.12.16, mitigating the [CVE-2020-0601](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0601) certificate verification bypass on Windows, and [CVE-2020-7919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7919), which only affects 32-bit architectures.
    * Update Golang runtime to 1.12.15, which includes a fix to the runtime (Go 1.12.14, Go 1.12.15) and and the `net/http` package (Go 1.12.15)
    * A fix to prevent `SIGSEGV` when starting containerd-shim [containerd/containerd#3960](https://github.com/containerd/containerd/pull/3960)
    * Fixes to `exec` [containerd/containerd#3755](https://github.com/containerd/containerd/pull/3755)
        - Prevent `docker exec` hanging if an earlier `docker exec` left a zombie process
        - Prevent High system load/CPU utilization with liveness and readiness probes
        - Prevent Docker healthcheck causing high CPU utilization
    
    * CRI fixes:
        - Update the `gopkg.in/yaml.v2` vendor to v2.2.8 with a mitigation for [CVE-2019-11253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11253)
    
    ### API
    
    * Fix API filters to properly handle and return parse errors [containerd/containerd#3950](https://github.com/containerd/containerd/pull/3950)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Sebastiaan van Stijn
    * Lantao Liu
    * Phil Estes
    * Derek McGowan
    * Davanum Srinivas
    * Michael Crosby
    * Mike Brown
    * Maksym Pavlenko
    * Akihiro Suda
    * Reid Li
    * Wei Fu
    
    ### Changes
    
    * [`35bd7a5f69`](https://github.com/containerd/containerd/commit/35bd7a5f69c13e1563af8a93431411cd9ecf5021) Merge pull request  [#3984](https://github.com/containerd/containerd/pull/3984) from thaJeztah/release_1.2.12
    * [`79d65767e4`](https://github.com/containerd/containerd/commit/79d65767e48dbfa4bbf55ebf231a806b167d0cd0) Prepare v1.2.12 release
    * [`9be62a7ee9`](https://github.com/containerd/containerd/commit/9be62a7ee93d0b80850b1042e6b8c0b9b52d80a8) Update mailmap
    * [`7018df2284`](https://github.com/containerd/containerd/commit/7018df2284152999d37d6e53ac37aad530a60f03) Merge pull request  [#3996](https://github.com/containerd/containerd/pull/3996) from thaJeztah/1.2_bump_containerd_cri
    * [`9c7bd5072d`](https://github.com/containerd/containerd/commit/9c7bd5072d634512078319ce5ba4ee36653c2e08) Merge pull request  [#3997](https://github.com/containerd/containerd/pull/3997) from thaJeztah/1.2_backport_dockerfile_test_fixes
    * [`89c589bf03`](https://github.com/containerd/containerd/commit/89c589bf03de17835cb5cbc4b2efa39ab931e53d) Merge pull request  [#3995](https://github.com/containerd/containerd/pull/3995) from thaJeztah/1.2_backport_bump_grpc
    * [`8761b1bf86`](https://github.com/containerd/containerd/commit/8761b1bf869a09970d0c1319b17f2e103744b760) Update name for btrfs headers package
    * [`5db3987ebf`](https://github.com/containerd/containerd/commit/5db3987ebff7b5baa9338d55e78461690432cbb7) Fix dependency in BUILDING.md
    * [`945611681c`](https://github.com/containerd/containerd/commit/945611681c83926238d9053478403d6d1f003357) [release/1.2] vendor: bump containerd/cri b1052f3b73fb9f0a6805d3c20e884a4cef265a38
    * [`520c8cb846`](https://github.com/containerd/containerd/commit/520c8cb84692be33af35cf290d9203a87155dc28) bump google.golang.org/grpc v1.23.1
    * [`a558638ee7`](https://github.com/containerd/containerd/commit/a558638ee7a6e88bcea56c2f4421d6e95d6e1c1b) Merge pull request  [#3993](https://github.com/containerd/containerd/pull/3993) from thaJeztah/1.2_update_containerd_cri
    * [`c12aaf0e59`](https://github.com/containerd/containerd/commit/c12aaf0e59960d6df523740cb71799bb9d9e868e) vendor: bump gopkg.in/yaml.v2 v2.2.8
    * [`9d1954f2ec`](https://github.com/containerd/containerd/commit/9d1954f2ec2d68a883b82a0486e88ef2b4f52184) vendor: bump containerd/cri b075cc4e9f394780dbed101601c48dcc3d37c828 (release/1.2 branch)
    * [`92b40b6254`](https://github.com/containerd/containerd/commit/92b40b6254b8a15fbf809fa7e7a31b3f60c22013) Merge pull request  [#3988](https://github.com/containerd/containerd/pull/3988) from thaJeztah/1.2_bump_golang_1.12.16
    * [`1bc2590d98`](https://github.com/containerd/containerd/commit/1bc2590d983711a4b715521dc1966d2a01fc5c33) vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * [`44b5bac0c0`](https://github.com/containerd/containerd/commit/44b5bac0c08a0b296cd4e16f0055187b0dfb00d7) Update Golang 1.12.16 (CVE-2020-0601, CVE-2020-7919)
    * [`7276974071`](https://github.com/containerd/containerd/commit/7276974071698a8f45a9fa64f27cd18bfea280ea) Merge pull request  [#3982](https://github.com/containerd/containerd/pull/3982) from dims/bump-opencontainers/selinux-for-CVE-2019-16884-release-1.2
    * [`4c03d5dfb8`](https://github.com/containerd/containerd/commit/4c03d5dfb85fc10243fc10442959096ba077396c) Pick up fix for CVE-2019-16884 in opencontainers/selinux
    * [`318111bdfe`](https://github.com/containerd/containerd/commit/318111bdfebfb398551159e15cd1c2f4d6869901) Merge pull request  [#3977](https://github.com/containerd/containerd/pull/3977) from dims/update-to-new-rc10-of-opencontainers/runc-release-1.2
    * [`87648d2a7b`](https://github.com/containerd/containerd/commit/87648d2a7b0cc0d6990ffadcdd797b1048bb1e62) Bump to opencontainers/runc new version - v1.0.0-rc10
    * [`701a8d0db8`](https://github.com/containerd/containerd/commit/701a8d0db8609fd1c867f02ec45b3b8631ca30c0) Merge pull request  [#3968](https://github.com/containerd/containerd/pull/3968) from thaJeztah/1.2_bump_golang_1.12.15
    * [`f106ae4ab5`](https://github.com/containerd/containerd/commit/f106ae4ab5815564d8a0c8b7e738d5f44896caf8) Update Golang 1.12.15
    * [`625b11b6e1`](https://github.com/containerd/containerd/commit/625b11b6e1102267cb2daf4a4a504037e0887684) Merge pull request  [#3960](https://github.com/containerd/containerd/pull/3960) from fuweid/cp-3559
    * [`4288ba10fd`](https://github.com/containerd/containerd/commit/4288ba10fd55b9be3995544a36895cd87325aa58) runtime: only check killall for init process
    * [`28d162717f`](https://github.com/containerd/containerd/commit/28d162717f9037963cee307e6cb4e8a98544997c) Merge pull request  [#3918](https://github.com/containerd/containerd/pull/3918) from thaJeztah/1.2_bump_golang_1.12.14
    * [`e7b06baa68`](https://github.com/containerd/containerd/commit/e7b06baa68ff3554c4dc08e8d29b776698cce9ad) Update Golang 1.12.14
    * [`b584375bdf`](https://github.com/containerd/containerd/commit/b584375bdf9bb9798321b92616451feb11892c3e) Merge pull request  [#3909](https://github.com/containerd/containerd/pull/3909) from estesp/cp-3898-1.2
    * [`34978bf3bd`](https://github.com/containerd/containerd/commit/34978bf3bde9cf680474d3d22cb7d03e7af2bf12) Disable criu tests in Travis CI
    * [`79f4c650d5`](https://github.com/containerd/containerd/commit/79f4c650d542451846348867c0ed8a07f9e956b1) Merge pull request  [#3755](https://github.com/containerd/containerd/pull/3755) from thaJeztah/1.2_backport_avoid_unnecessary_runc_state
    * [`ec48c95015`](https://github.com/containerd/containerd/commit/ec48c95015791e5f6d1666da359de4d674a7c85f) Merge pull request  [#3856](https://github.com/containerd/containerd/pull/3856) from fuweid/cp-1.2-3853
    * [`de8ed89b12`](https://github.com/containerd/containerd/commit/de8ed89b12a31eefbbe447ffa5543b1045390f4c) Fix cleanup error on content client test
    * [`0877136a97`](https://github.com/containerd/containerd/commit/0877136a97a24650432d65c4b9d1cde1dc47ec13) Use cached state instead of `runc state`.
    * [`f71f6d39b6`](https://github.com/containerd/containerd/commit/f71f6d39b6131a72bcc93a667f72c1ed722ef3e4) Robust pid locking for shim processes
    * [`42aba6e0fe`](https://github.com/containerd/containerd/commit/42aba6e0fe5e8cc7f2eaceb41fb1d596e8759cac) Add timeout for I/O waitgroups
    
    ### Changes from containerd/cri
    
    * [`b1052f3b`](https://github.com/containerd/cri/commit/b1052f3b73fb9f0a6805d3c20e884a4cef265a38) Merge pull request  [#1392](https://github.com/containerd/cri/pull/1392) from dims/sync-vendors-with-containerd-in-release/1.2
    * [`6adfc229`](https://github.com/containerd/cri/commit/6adfc229944db6299e60cebf7eed25dbaebcd0ba) Merge pull request  [#1389](https://github.com/containerd/cri/pull/1389) from dims/update-opencontainers/selinux-in-release/1.2
    * [`6f8dc60e`](https://github.com/containerd/cri/commit/6f8dc60e183cd373556e3090236f8f7cbf014531) Sync vendors with containerd 1.2.11
    * [`ae6b4816`](https://github.com/containerd/cri/commit/ae6b4816d9bd2a886d8c244e65c1b076ff4926e2) pick up fix for CVE-2019-19921 in opencontainers/selinux
    * [`b075cc4e`](https://github.com/containerd/cri/commit/b075cc4e9f394780dbed101601c48dcc3d37c828) Merge pull request  [#1388](https://github.com/containerd/cri/pull/1388) from thaJeztah/1.2_bump_yaml
    * [`b1a3e1e9`](https://github.com/containerd/cri/commit/b1a3e1e98b8da6da374c1aaa857805e289996eb1) [release/1.2] vendor: bump gopkg.in/yaml.v2 v2.2.8
    * [`5420c6fb`](https://github.com/containerd/cri/commit/5420c6fb838ddde819c31c8c3669d43797287c7d) Merge pull request  [#1354](https://github.com/containerd/cri/pull/1354) from Random-Liu/cherrypick-#1351-release-1.2
    * [`12b09431`](https://github.com/containerd/cri/commit/12b094311ec3ad730bc5cf87522a69b68284d4d1) Better handle unknown state.
    * [`57022a55`](https://github.com/containerd/cri/commit/57022a55d869701d61f9cff446f5ea38780b379f) Merge pull request  [#1321](https://github.com/containerd/cri/pull/1321) from Random-Liu/cherrypick-#1319-release-1.2
    * [`c229ad5c`](https://github.com/containerd/cri/commit/c229ad5c2fd96d456bf7afdfb2f1b767ca9b86b4) Fix containerd build, use `libbtrfs-dev` when available.
    * [`80959d35`](https://github.com/containerd/cri/commit/80959d352ef88aa2ed9d44ef06cb766cd1a2729e) Merge pull request  [#1313](https://github.com/containerd/cri/pull/1313) from Random-Liu/cherrypick-#1312-release-1.2
    * [`6a7a8275`](https://github.com/containerd/cri/commit/6a7a827597b5f8edde71df11f209584345005ca5) Update based on default xenial distro.
    * [`69a876d4`](https://github.com/containerd/cri/commit/69a876d4bc879a67bf7029dffa091a92c80b32a0) Merge pull request  [#1305](https://github.com/containerd/cri/pull/1305) from Random-Liu/sync-vendor-release-1.2
    * [`b638ad99`](https://github.com/containerd/cri/commit/b638ad99854e2a9d9f26421f6427cf708ced8eb3) Sync vendors with containerd.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.11](https://github.com/containerd/containerd/releases/tag/v1.2.11)
    
    * **github.com/containerd/cri**          bab7348fcfcc795e0dda2cc02e8cac6316c85edc -> b1052f3b73fb9f0a6805d3c20e884a4cef265a38
    * **github.com/opencontainers/runc**     d736ef14f0288d6993a1845745d6756cfc9ddd5a -> dc9208a3303feef5b3839f4323d9beb36df0a9dd
    * **github.com/opencontainers/selinux**  v1.2.2 -> 5215b1806f52b1fcc2070a8826c542c9d33cd3cf
    * **golang.org/x/crypto**                49796115aa4b964c318aad4f3084fdb41e9aa067 -> 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
    * **google.golang.org/appengine**        54a98f90d1c46b7731eb8fb305d2a321c30ef610 **_new_**
    * **google.golang.org/grpc**             6eaf6f47437a6b4e2153a190160ef39a92c7eceb -> 39e8a7b072a67ca2a75f57fa2e0d50995f5b22f6
    * **gopkg.in/yaml.v2**                   v2.2.1 -> 53403b58ad1b561927d19068c655246f2db79d48
    
    
  • v1.3.2
    containerd 1.3.2
    
    Welcome to the v1.3.2 release of containerd!
    
    The second patch release for `containerd` 1.3 includes a fix for a race condition
    related to the reported pid on exit when called from Docker.
    
    ### Runtime
    
    * Fix containerd pid race condition [containerd/containerd#3857](https://github.com/containerd/containerd/pull/3857)
    * Use cached process state to reduce exec cost [containerd/containerd#3711](https://github.com/containerd/containerd/pull/3711)
    
    ### CRI
    
    * Added `insecure_skip_verify` option in the registry tls config to allow skipping registry certificate verification [containerd/containerd#3847](https://github.com/containerd/containerd/issues/3847)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Derek McGowan
    * Michael Crosby
    * Phil Estes
    * Maksym Pavlenko
    
    ### Changes
    
    * [`ff48f57fc8`](https://github.com/containerd/containerd/commit/ff48f57fc83a8c44cf4ad5d672424a98ba37ded6) Merge pull request  [#3866](https://github.com/containerd/containerd/pull/3866) from dmcgowan/prepare-1.3.2
    * [`99005c2647`](https://github.com/containerd/containerd/commit/99005c2647fb672997a0fbda7b102e6c6d023304) Add release notes for v1.3.2
    * [`e987ea3cac`](https://github.com/containerd/containerd/commit/e987ea3cac5535febda32fe040dd8275a2e97a49) Merge pull request  [#3864](https://github.com/containerd/containerd/pull/3864) from Random-Liu/update-cri-release-1.3
    * [`8bbd71e560`](https://github.com/containerd/containerd/commit/8bbd71e56066ffefb0a850096cbc7ea44886b05f) Update cri to b1bef15fbeb6c6f0569b67322acfa74ca3597755.
    * [`070c27205c`](https://github.com/containerd/containerd/commit/070c27205cb02bf704666931ae8eb1343126f4ae) Merge pull request  [#3863](https://github.com/containerd/containerd/pull/3863) from Random-Liu/cherrypick-#3857-release-1.3
    * [`306d6d4b55`](https://github.com/containerd/containerd/commit/306d6d4b5514399930aa7851dafc7877488b8732) Fix container pid.
    * [`5028701f1a`](https://github.com/containerd/containerd/commit/5028701f1a83aaf3f974b7ae5632ffacfb0d3538) Merge pull request  [#3753](https://github.com/containerd/containerd/pull/3753) from thaJeztah/1.3_backport_avoid_unnecessary_runc_state
    * [`e3d2b608cc`](https://github.com/containerd/containerd/commit/e3d2b608cc027c5a02ea308835ce86cb37a22db6) Merge pull request  [#3855](https://github.com/containerd/containerd/pull/3855) from fuweid/cp-3853
    * [`04fbb97ad0`](https://github.com/containerd/containerd/commit/04fbb97ad016e6f0cc2e09c447aeafb75ff53ea5) Fix cleanup error on content client test
    * [`be24f39454`](https://github.com/containerd/containerd/commit/be24f39454e9aca36e3f5e08463d5a18fc93f947) Merge pull request  [#3840](https://github.com/containerd/containerd/pull/3840) from ameyag/1.3_backport_log_file_win
    * [`333679343b`](https://github.com/containerd/containerd/commit/333679343b154303fec7a59946b4407a70ea8aa4) Add `--log-file` flag for windows service.
    * [`9abfc70043`](https://github.com/containerd/containerd/commit/9abfc700434c136e74d02eaaf1f1f4366c46f4cb) Use cached state instead of `runc state`.
    
    ### Changes from containerd/cri
    
    * [`b1bef15f`](https://github.com/containerd/cri/commit/b1bef15fbeb6c6f0569b67322acfa74ca3597755) Merge pull request  [#1346](https://github.com/containerd/cri/pull/1346) from Random-Liu/cherrypick-#1345-release-1.3
    * [`27edfa06`](https://github.com/containerd/cri/commit/27edfa06023a6fa8d3e6540a13019306be2c28b1) Add insecure_skip_verify option.
    * [`e5dd8053`](https://github.com/containerd/cri/commit/e5dd8053306382f9b226fcc67af7bcce768ddf39) Merge pull request  [#1322](https://github.com/containerd/cri/pull/1322) from Random-Liu/cherrypick-#1319-release-1.3
    * [`c0dee957`](https://github.com/containerd/cri/commit/c0dee957b994e69146db3b49f78d4ccd8f0cafd2) Fix containerd build, use `libbtrfs-dev` when available.
    * [`1fb415d2`](https://github.com/containerd/cri/commit/1fb415d208be37cbb2d3db52e56fe20126f9c116) Merge pull request  [#1314](https://github.com/containerd/cri/pull/1314) from Random-Liu/cherrypick-#1312-release-1.3
    * [`0973459d`](https://github.com/containerd/cri/commit/0973459d9cd4306d8ef302723cc9586de85c285a) Update based on default xenial distro.
    * [`a46f6baf`](https://github.com/containerd/cri/commit/a46f6baf2b249857e75eb11f862a1ee905b72e33) Configure golangci-lint
    
    ### Dependency Changes
    
    Previous release can be found at [v1.3.1](https://github.com/containerd/containerd/releases/tag/v1.3.1)
    
    * **github.com/containerd/cri**  5d49e7e51b43e36a6b9c4386257c7d08c602237f -> b1bef15fbeb6c6f0569b67322acfa74ca3597755
    
  • v1.2.11
    containerd 1.2.11
    
    Welcome to the v1.2.11 release of containerd!
    
    The eleventh patch release for `containerd` 1.2 includes an updated runc with
    an additional fix for CVE-2019-16884 and a Golang update.
    
    ### Notable Updates
    
    * Update the runc vendor to v1.0.0-rc9 which includes an additional mitigation for [CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884).
        - More details on the runc CVE in [opencontainers/runc#2128](https://github.com/opencontainers/runc/issues/2128), and the additional mitigations in [opencontainers/runc#2130](https://github.com/opencontainers/runc/pull/2130).
    * Add local-fs.target to service file to fix corrupt image after unexpected host reboot. Reported in [containerd/containerd#3671](https://github.com/containerd/containerd/issues/3671), and fixed by [containerd/containerd#3746](https://github.com/containerd/containerd/pull/3746).
    * Update Golang runtime to 1.12.13, which includes security fixes to the `crypto/dsa` package made in Go 1.12.11 ([CVE-2019-17596](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17596)), and fixes to the go command, `runtime`, `syscall` and `net` packages (Go 1.12.12).
    
    * CRI fixes:
        - Fix shim delete error code to avoid unnecessary retries in the CRI plugin. Discovered in [containerd/cri#1309](https://github.com/containerd/cri/issues/1309), and fixed by [containerd/containerd#3732](https://github.com/containerd/containerd/pull/3732) and [containerd/containerd#3739](https://github.com/containerd/containerd/pull/3739).
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Sebastiaan van Stijn
    * Michael Crosby
    * Derek McGowan
    * Lantao Liu
    * Wei Fu
    * Maksym Pavlenko
    * Mike Brown
    * Phil Estes
    
    ### Changes
    
    * [`f772c10a58`](https://github.com/containerd/containerd/commit/f772c10a585ced6be8f86e8c58c2b998412dd963) Merge pull request  [#3811](https://github.com/containerd/containerd/pull/3811) from thaJeztah/release_1.2.11
    * [`1b4aebd681`](https://github.com/containerd/containerd/commit/1b4aebd681eee0d84d1aa279da954c5bdad9d5b6) Prepare v1.2.11 release
    * [`db4537e43d`](https://github.com/containerd/containerd/commit/db4537e43de82f7413c14504195d736c11dd93d4) Merge pull request  [#3821](https://github.com/containerd/containerd/pull/3821) from fuweid/cherry-pick-3819-1.2
    * [`128664b677`](https://github.com/containerd/containerd/commit/128664b6779adb08c7a2a115fe1466264756b1d7) snapshots: return error if readSnapshot fails
    * [`a287c087b6`](https://github.com/containerd/containerd/commit/a287c087b61412e106390e71bed2c79436fde579) Merge pull request  [#3809](https://github.com/containerd/containerd/pull/3809) from thaJeztah/1.2_backport_bump_golang_1.12.13
    * [`342c953a53`](https://github.com/containerd/containerd/commit/342c953a532f8e95ae27c87267e5c89085cc1d91) Update to Golang 1.12.13
    * [`6b94990c11`](https://github.com/containerd/containerd/commit/6b94990c113277be8bfb699872207f07ac1a2526) Revert "[release/1.2] pin travis to go 1.12.12"
    * [`c2383a5f2c`](https://github.com/containerd/containerd/commit/c2383a5f2c046b1a262209f981420ffd5fa4b354) Merge pull request  [#3768](https://github.com/containerd/containerd/pull/3768) from thaJeztah/1.2_backport_bump_golang_1.12.x
    * [`d1960b4129`](https://github.com/containerd/containerd/commit/d1960b4129c12cfa525977b26160a2f63e53941f) Merge pull request  [#3771](https://github.com/containerd/containerd/pull/3771) from estesp/update-vndr
    * [`0b9135f1dc`](https://github.com/containerd/containerd/commit/0b9135f1dcd16826936f00c6ad92b7029154aa3c) Catch up vndr with state of vendor/ dir
    * [`435e05fd0d`](https://github.com/containerd/containerd/commit/435e05fd0d3e367c330868fa70d2b054c6273204) [release/1.2] pin travis to go 1.12.12
    * [`e319caedc4`](https://github.com/containerd/containerd/commit/e319caedc4f32d6eb91352c52e008f6c934fb2cc) Update Golang 1.12.12 (CVE-2019-17596)
    * [`b0d7ef6110`](https://github.com/containerd/containerd/commit/b0d7ef6110931ae7a2238b6984a098fc97b2e5f6) Merge pull request  [#3746](https://github.com/containerd/containerd/pull/3746) from crosbymichael/localfs2
    * [`c471c95bc5`](https://github.com/containerd/containerd/commit/c471c95bc552f55ebef54cd3cb3e31a3d0951514) Add local-fs.target to service file
    * [`c3532a35cc`](https://github.com/containerd/containerd/commit/c3532a35ccca10cd21d1f0c3c5499474d3d8250d) Merge pull request  [#3739](https://github.com/containerd/containerd/pull/3739) from estesp/cp-1.2-3736
    * [`847f74c284`](https://github.com/containerd/containerd/commit/847f74c284008247ae0d028c20910a0abcd90593) Fix delete error code on the containerd daemon side.
    * [`445638104e`](https://github.com/containerd/containerd/commit/445638104e99e0129f43d9fe7a443e30b0965448) Merge pull request  [#3732](https://github.com/containerd/containerd/pull/3732) from Random-Liu/cherrypick-#3730-release-1.2
    * [`611766aff3`](https://github.com/containerd/containerd/commit/611766aff3da9b79ae3d18c2a8633bb1e374e76f) Fix shim delete error code.
    * [`816dfe3960`](https://github.com/containerd/containerd/commit/816dfe3960a99a9469f1bb69733f7d994d6826f5) Merge pull request  [#3723](https://github.com/containerd/containerd/pull/3723) from thaJeztah/1.2_backport_bump_runc_1.0.0-rc9
    * [`639be35858`](https://github.com/containerd/containerd/commit/639be3585829465244e00741a2f4d6b9b1bc7d8c) bump runc v1.0.0-rc9
    * [`b30190905f`](https://github.com/containerd/containerd/commit/b30190905fe9ce83b95b8648812174101abd91ab) Bump runc to 1b8a1eeec3f337ab5d94f28980
    * [`8fb208fb14`](https://github.com/containerd/containerd/commit/8fb208fb14742813cfa0e431732ef5fdf0c97d0c) Revert "Revert "bump libseccomp-golang v0.9.1""
    * [`deca8e0e31`](https://github.com/containerd/containerd/commit/deca8e0e31020515db580e932a5595fe275b7ba0) Merge pull request  [#3700](https://github.com/containerd/containerd/pull/3700) from Random-Liu/automate-cri-tarball-release
    * [`889f5f8036`](https://github.com/containerd/containerd/commit/889f5f803699d078b3cda03054211bfbff41efa6) Automate CRI tarball release.
    
    ### Changes from containerd/cri
    
    * [`bab7348f`](https://github.com/containerd/cri/commit/bab7348fcfcc795e0dda2cc02e8cac6316c85edc) Merge pull request  [#1304](https://github.com/containerd/cri/pull/1304) from Random-Liu/cherrypick-#1266-release-1.2
    * [`ec7287ac`](https://github.com/containerd/cri/commit/ec7287ac136efe04caa41b8eb192715e813283a1) Support local containerd release.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.10](https://github.com/containerd/containerd/releases/tag/v1.2.10)
    
    * **github.com/containerd/cri**             40affe7c7402d41618b9791a8cf105ac74ce56d0 -> bab7348fcfcc795e0dda2cc02e8cac6316c85edc
    * **github.com/opencontainers/runc**        3e425f80a8c931f88e6d94a8c831b9d5aa481657 -> d736ef14f0288d6993a1845745d6756cfc9ddd5a
    * **github.com/seccomp/libseccomp-golang**  32f571b70023028bd57d9288c20efbcb237f3ce0 -> v0.9.1
    
  • v1.3.1
    containerd 1.3.1
    
    Welcome to the v1.3.1 release of containerd!
    
    The first patch release for `containerd` 1.3 includes a fix for a hang on pull
    when there is a registry error and important vendor updates.
    
    ### Notable Updates
    
    * Fix deadlock on image pull and unpack after a registry error [containerd/containerd#3816](https://github.com/containerd/containerd/issues/3816).
    * Update the runc vendor to v1.0.0-rc9 which includes an additional mitigation for [CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884).
        - More details on the runc CVE in [opencontainers/runc#2128](https://github.com/opencontainers/runc/issues/2128), and the additional mitigations in [opencontainers/runc#2130](https://github.com/opencontainers/runc/pull/2130).
    * Add local-fs.target to service file to fix corrupt image after unexpected host reboot. Reported in [containerd/containerd#3671](https://github.com/containerd/containerd/issues/3671), and fixed by [containerd/containerd#3745](https://github.com/containerd/containerd/pull/3745).
    * Fix large output of processes with TTY getting occasionally truncated. Reported in [containerd/containerd#3738](https://github.com/containerd/containerd/issues/3738) and fixed by [containerd/containerd#3754](https://github.com/containerd/containerd/pull/3754).
    * Fix direct unpack when running in user namespace. Reported in [containerd/containerd#3762](https://github.com/containerd/containerd/issues/3762), and fixed by [containerd/containerd#3779](https://github.com/containerd/containerd/pull/3779).
    * Update Golang runtime to 1.12.13, which includes security fixes to the `crypto/dsa` package made in Go 1.12.11 ([CVE-2019-17596](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17596)), and fixes to the go command, `runtime`, `syscall` and `net` packages (Go 1.12.12).
    * Add Windows process shim installer [containerd/containerd#3792](https://github.com/containerd/containerd/pull/3792)
    
    * CRI fixes:
        - Fix shim delete error code to avoid unnecessary retries in the CRI plugin. Discovered in [containerd/cri#1309](https://github.com/containerd/cri/issues/1309), and fixed by [containerd/containerd#3733](https://github.com/containerd/containerd/pull/3733) and [containerd/containerd#3740](https://github.com/containerd/containerd/pull/3740).
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Michael Crosby
    * Sebastiaan van Stijn
    * Derek McGowan
    * Phil Estes
    * Lantao Liu
    * Wei Fu
    * Akihiro Suda
    * Ameya Gawde
    * Eli Uriegas
    * Maksym Pavlenko
    
    ### Changes
    
    * [`c7a4f874b3`](https://github.com/containerd/containerd/commit/c7a4f874b3267c499484aae602d1257b12d69e40) Merge pull request  [#3812](https://github.com/containerd/containerd/pull/3812) from thaJeztah/release_1.3.1
    * [`b87c7aa46a`](https://github.com/containerd/containerd/commit/b87c7aa46a6174da5be4c95681ffb7ce63ddcd8a) Update 1.3.1 release notes
    * [`d512382924`](https://github.com/containerd/containerd/commit/d512382924ff24c78b1177b74ecb27873e586655) Prepare v1.3.1 release
    * [`89d3753aa3`](https://github.com/containerd/containerd/commit/89d3753aa358760cd29a80d9c53cedf1f487df33) Merge pull request  [#3834](https://github.com/containerd/containerd/pull/3834) from Random-Liu/cherrypick-#3825-1.3
    * [`a18acaf2cf`](https://github.com/containerd/containerd/commit/a18acaf2cfdcaff92c673c3ae4c01cbd582af945) Avoid deadlock in unpacker.
    * [`b5ede206a4`](https://github.com/containerd/containerd/commit/b5ede206a4e359b4e80dc8d809bc39b2635e0e08) Merge pull request  [#3822](https://github.com/containerd/containerd/pull/3822) from fuweid/cherry-pick-3819-1.3
    * [`780b5d5fc2`](https://github.com/containerd/containerd/commit/780b5d5fc2a436d40e3df88da08caf071f1b2b3a) Merge pull request  [#3807](https://github.com/containerd/containerd/pull/3807) from thaJeztah/1.3_backport_limit_travis_release
    * [`e19c621d0d`](https://github.com/containerd/containerd/commit/e19c621d0d41f98f15987181bf4b078cf56ef94d) snapshots: return error if readSnapshot fails
    * [`54658b8831`](https://github.com/containerd/containerd/commit/54658b8831a7382bc79bf0b11ca591951c56aa6b) Merge pull request  [#3808](https://github.com/containerd/containerd/pull/3808) from thaJeztah/1.3_backport_bump_golang_1.12.13
    * [`f7e59ae1a3`](https://github.com/containerd/containerd/commit/f7e59ae1a315f040b52e3aa1de25b185dc6aea31) Update to Golang 1.12.13
    * [`9488dd85ee`](https://github.com/containerd/containerd/commit/9488dd85eea3076311d6153dba37a26144594c8c) Revert "[release/1.3] pin travis to go 1.12.12"
    * [`e70ee589e4`](https://github.com/containerd/containerd/commit/e70ee589e4665e2dce3ac3926a1c455606bbaf75) Limit travis release script to a single build
    * [`0aeaac0331`](https://github.com/containerd/containerd/commit/0aeaac0331b9cea06f6e68456b0aed764b2b4afb) Merge pull request  [#3792](https://github.com/containerd/containerd/pull/3792) from ameyag/windows-shim-backport
    * [`067be94641`](https://github.com/containerd/containerd/commit/067be94641892210fa7aa99c59ea77fe13312c2b) windows process shim installer
    * [`d6f0c29b1b`](https://github.com/containerd/containerd/commit/d6f0c29b1b0c50e99197a5c9d4441566c075293e) Merge pull request  [#3779](https://github.com/containerd/containerd/pull/3779) from AkihiroSuda/disable-mknod00-in-userns-1.3
    * [`f3c48daf71`](https://github.com/containerd/containerd/commit/f3c48daf71838b745f9fc5ae4f9f316de4b4aaf5) apply: use naive applier when running in UserNS
    * [`7af311b420`](https://github.com/containerd/containerd/commit/7af311b4200b464a79c340b4e3a2799f8906ee8d) Merge pull request  [#3769](https://github.com/containerd/containerd/pull/3769) from thaJeztah/1.3_backport_bump_golang_1.12.x
    * [`c345050705`](https://github.com/containerd/containerd/commit/c345050705454e7087a5aa43db18bcca72a94d5a) Merge pull request  [#3772](https://github.com/containerd/containerd/pull/3772) from estesp/update-vndr-1.3
    * [`033612194b`](https://github.com/containerd/containerd/commit/033612194b3ddc7514f2e2d425443ea98351cebb) Catch up vndr with state of vendor/ dir
    * [`7f6f2c7d4f`](https://github.com/containerd/containerd/commit/7f6f2c7d4fbcae8d95b4561107400e0d77701a29) [release/1.3] pin travis to go 1.12.12
    * [`23b0ca70fe`](https://github.com/containerd/containerd/commit/23b0ca70feadeda6b9f1f7072e71687c660590ca) Update Golang 1.12.12 (CVE-2019-17596)
    * [`aa98dc6e4d`](https://github.com/containerd/containerd/commit/aa98dc6e4dd1c4bd3cbc19a3c48cdb0fdc571d66) Merge pull request  [#3754](https://github.com/containerd/containerd/pull/3754) from estesp/cp-1.3-3743
    * [`0f6aab184a`](https://github.com/containerd/containerd/commit/0f6aab184af34eea54526733012a4ad971d131aa) Handle large output in v2 shim with TTY
    * [`7aaa8fc685`](https://github.com/containerd/containerd/commit/7aaa8fc685620941861aecbd000c2cfbc7ad2728) Merge pull request  [#3751](https://github.com/containerd/containerd/pull/3751) from AkihiroSuda/native-copydir-allow-xattr-errors-1.3
    * [`1c3929e594`](https://github.com/containerd/containerd/commit/1c3929e594c4c70ff31b6e96e853d3cc94d2233f) Merge pull request  [#3748](https://github.com/containerd/containerd/pull/3748) from seemethere/fix_man_1_3
    * [`f6a32a79e1`](https://github.com/containerd/containerd/commit/f6a32a79e1e698a29086c2ecff99b272af5b4ab3) snapshots/native: ignore xattr errors during CopyDir
    * [`3866900d62`](https://github.com/containerd/containerd/commit/3866900d6207efac854d88343cecd57031e812cf) Merge pull request  [#3745](https://github.com/containerd/containerd/pull/3745) from crosbymichael/localfs3
    * [`ffb05aeb1f`](https://github.com/containerd/containerd/commit/ffb05aeb1f61910dd20a0f0fa9a70c059e0a7051) build: Fix manpage generation
    * [`d168e8ebeb`](https://github.com/containerd/containerd/commit/d168e8ebeb463df7e8bbca2f6bcccb51615dba3c) Add local-fs.target to service file
    * [`0b43a3115a`](https://github.com/containerd/containerd/commit/0b43a3115a4354c18262d1c10766e2b32c91a596) Merge pull request  [#3740](https://github.com/containerd/containerd/pull/3740) from estesp/cp-1.3-3736
    * [`b3e9ded8ce`](https://github.com/containerd/containerd/commit/b3e9ded8ce8211ae39e80320fce1eb64ed706aa0) Fix delete error code on the containerd daemon side.
    * [`ea86733a56`](https://github.com/containerd/containerd/commit/ea86733a56606b876739e2f7ccee3f699f84686d) Merge pull request  [#3733](https://github.com/containerd/containerd/pull/3733) from Random-Liu/cherrypick-#3730-release-1.3
    * [`6746ae3e0a`](https://github.com/containerd/containerd/commit/6746ae3e0a4c4fbd33c230542b0e7dfb1108b99c) Fix shim delete error code.
    * [`efd38f483c`](https://github.com/containerd/containerd/commit/efd38f483c96edb0e16d4a8d25857e0479430b53) Merge pull request  [#3724](https://github.com/containerd/containerd/pull/3724) from thaJeztah/1.3_backport_bump_runc_1.0.0-rc9
    * [`6cbad87819`](https://github.com/containerd/containerd/commit/6cbad87819a5308d68fad09fcb43e3d89e506ee6) bump runc v1.0.0-rc9
    * [`dfc256fcc7`](https://github.com/containerd/containerd/commit/dfc256fcc75590c3209bfd627871d7885d94d1c4) Bump runc to 1b8a1eeec3f337ab5d94f28980
    
    ### Dependency Changes
    
    Previous release can be found at [v1.3.0](https://github.com/containerd/containerd/releases/tag/v1.3.0)
    
    * **github.com/opencontainers/runc**  3e425f80a8c931f88e6d94a8c831b9d5aa481657 -> d736ef14f0288d6993a1845745d6756cfc9ddd5a
    
  • v1.3.0
    containerd 1.3.0
    
    Welcome to the v1.3.0 release of containerd!
    
    The fourth major release of containerd comes 11 months after the previous
    major release and covers a period of both significant project growth and
    further stabilization. Similar to previous releases, the number of API changes
    are small and, as always, backwards compatible. The growing ecosystem of plugins
    and users have driven improvements to make containerd more configurable, usable,
    and pluggable. On Windows, this release brings a new runtime utilizing the shim
    API. For clients, there are many new features and improvements completely
    implemented in the client libraries without requiring daemon upgrade.
    
    ### Runtime
    * **New Windows V2 runtime using shim API.** Adds support for the Windows runtime shims in containerd. *NOTE: while containerd's runtime is stable in this release, running Windows containers are not yet fully supported until the [runhcs shim](https://github.com/microsoft/hcsshim/tree/master/cmd/containerd-shim-runhcs-v1) is fully supported.*
    * **Improvements to ttrpc.** For better daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
    * **Removed experimental Windows V1 runtime**
    * **Update runc dependency** Updated runc for CVE-2019-16884
    
    ### Snapshots
    * **New Devmapper snapshotter** (https://github.com/containerd/containerd/pull/3022)
    * **Improved label support for plugins.** Allows snapshot plugins to use labels from clients for advanced use cases
    
    ### Plugins
    * **Support for plugins registering as a TCP service**
    * **Configurable plugin directory**
    * **Add stream processor plugin.** Allow handling of custom media types during unpack (https://github.com/containerd/containerd/pull/3482)
    
    ### Client
    * **Default handling from namespace labels.** Allows defaults to be configured per containerd namespace (https://github.com/containerd/containerd/pull/3403)
    * **Improved Docker resolver with mirroring support**
    * **Support for cross repository push** (https://github.com/containerd/containerd/pull/3218)
    
    ### API
    * **Add support for direct resource management in leases** (https://github.com/containerd/containerd/pull/3304)
    * **Add ttrpc service for shim event publishing**
    * **Add annotations to descriptors in API**
    * **Add id to TaskDelete event message to match exec id**
    * **Add payload parameter to apply in diff service API**
    
    ### CRI
    This version of containerd is validated against v1.16, but it is also compatible with Kubernetes v1.12+. (See [more details](https://github.com/containerd/cri#support-metrics) about support metrics)
    
    #### Features
    * **Supported per-pod containerd shim.** The `io.containerd.runc.v2` runtime is fully validated and ready to be used in production. This helps minimizing per-pod resource overhead. Note that `io.containerd.runtime.v1.linux` is still the default runtime. (https://github.com/containerd/cri/issues/1075)
    * **Added file-based generic runtime config options.** This will be used by out-of-tree runtimes like gvisor and kata (https://github.com/containerd/cri/pull/1029), e.g.
    ```
    [plugins.cri.containerd.runtimes.kata]
      runtime_type = "io.containerd.kata.v1"
    [plugins.cri.containerd.runtimes.kata.options]
      TypeUrl = "io.containerd.kata.v1.options"
      ConfigPath = "/etc/kata/config.toml"
    ```
    * **Added the `pod_annotations` runtime option.** Pod annotations specified in the list will be passed to the runtime as OCI annotations. This enables runtimes to support annotation-based experimental features. (https://github.com/containerd/cri/pull/1084)
    * **Added `stream_idle_time` option.** This makes idle connection timeout of the streaming server configurable. (https://github.com/containerd/cri/issues/1057)
    * **Added [traffic shaping pod annotations](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#support-traffic-shaping) support.** *NOTE: traffic shaping is still an experimental feature in Kubernetes.* (https://github.com/containerd/cri/issues/1150)
    * **Added `max_conf_num` option to `plugins.cri.cni`**. This makes it possible to setup multiple CNI networks in a pod. *NOTE: multi-network is not an officially supported feature in Kubernetes.*(https://github.com/containerd/cri/issues/1154)
    * **Added `plugins.cri.registry.configs` option to support TLS and auth configs of registries.** (https://github.com/containerd/cri/issues/1143) *NOTE: Non-mutual TLS is also supported. (https://github.com/containerd/containerd/issues/3521)* (see [registry.md](https://github.com/containerd/cri/blob/f1d492b0cdd14e76476ee4dd024696ce3634e501/docs/registry.md) for more details)
    * **Added tcp endpoint for CRI service.** The tcp service can be disabled with the `disable_tcp_service` option, and it is disabled by default. (https://github.com/containerd/cri/issues/1181)
    * **Added `max_concurrent_downloads` option to restrict the number of concurrent downloads for each image.** The default concurrency is `3`. (https://github.com/containerd/cri/pull/1211)
    * **Added `privileged_without_host_devices` runtime option to disable host devices for privileged pods for the runtime.** This is especially useful for runtimes like kata. (https://github.com/containerd/cri/issues/1213)
    * **Supported IPv4/IPv6 dualstack.** See Kubernetes [dual-stack doc](https://kubernetes.io/docs/concepts/services-networking/dual-stack) for more information. To enable dual-stack, your CNI plugin needs to support it. If you are using the CNI config template, see [how to configure it to support dual-stack](https://github.com/containerd/cri/blob/release/1.3/docs/config.md#cni-config-template).
    
    #### Enhancements
    * Avoided `Status` lockup when CNI network setup/teardown is slow. (https://github.com/containerd/cri/issues/1078)
    * Added CNI config in `Status` (`crictl info`) output. (https://github.com/containerd/cri/pull/1158)
    * Supported URL path in `plugins.cri.registry.mirrors`, e.g. `https://my.custom.registry/anypath`. (https://github.com/containerd/cri/pull/1227)
    * Added wildcard `*` support in `plugins.cri.registry.mirrors`. (https://github.com/containerd/cri/issues/1196)
    * Removed an unnecessary round-trip to the image registry when pulling image. (https://github.com/containerd/cri/issues/1229)
    * Updated cni library to v0.7.1 which has better context cancellation support. (https://github.com/containerd/cri/issues/1236)
    * Updated cni plugins to v0.7.6 to fix a race condition in the `bridge` plugin. (https://github.com/containerd/containerd/issues/3507)
    
    #### Deprecation
    * `ctr cri load` command is deprecated, use `ctr -n=k8s.io images import` instead.(https://github.com/containerd/cri/issues/909)
    * The `plugins.cri.containerd.default_runtime` option is deprecated, use `plugins."io.containerd.grpc.v1.cri".containerd.default_runtime_name` instead. (https://github.com/containerd/cri/issues/1076)
    * Runtime options including `systemd_cgroups`, `runtime_engine` and `runtime_root` are deprecated, use runtime `options` instead. (https://github.com/containerd/cri/pull/1217)
    * `runtimeHandler` field is moved from the sandbox `info` into `status`. (https://github.com/containerd/cri/pull/1063)
    * `plugins.cri.registry.auths` is deprecated, use `plugins.cri.registry.configs` instead. (https://github.com/containerd/cri/pull/1227)
    
    ### Other
    * **Support additional garbage collection labels.** Allows more advanced resource management use cases on the client
    * **Fix garbage collection scheduling on reference removal.** Ensures removal of leases or containers triggers the next scheduled garbage collection
    
    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
    
    * Michael Crosby
    * Lantao Liu
    * Phil Estes
    * Derek McGowan
    * Sebastiaan van Stijn
    * Justin Terry
    * Wei Fu
    * Maksym Pavlenko
    * Mike Brown
    * Akihiro Suda
    * Ace-Tang
    * John Howard
    * Stefan Berger
    * Kevin Parsons
    * Evan Hazlett
    * Lifubang
    * zhoulin xie
    * Li Yuxuan
    * Gábor Lipták
    * Brandon Lum
    * Brian Goff
    * Georgi Sabev
    * Eric Hotinger
    * Johannes M. Scheuermann
    * Tõnis Tiigi
    * zhangyue
    * Aldo Culquicondor
    * Guangming Wang
    * Nikhil Soni
    * Andrey Kolomentsev
    * BoWen Yan
    * Davor Kapsa
    * Eric Lin
    * Eric Ren
    * Fahed Dorgaa
    * Haiyan Meng
    * Hui Zhu
    * Nitesh Konkar
    * Odin Ugedal
    * Shengjing Zhu
    * Shukui Yang
    * Su Fei
    * chentanjun
    * yuxiaobo
    * Benjamin Elder
    * Carlos Eduardo
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * Eli Uriegas
    * Jack Baines
    * Jared Cordasco
    * Jintao Zhang
    * Justin Cormack
    * Kathryn Baldauf
    * Mark Gordon
    * Nishchay Kumar
    * Peter Wagner
    * Stephen J Day
    * Tibor Vass
    * Yu Yi
    * kuramal
    * lifupan
    * zhenguang zhu
    * Aleksa Sarai
    * Alex Price
    * Antonio Ojea
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Chris Mark
    * Cong Liu
    * Danni Xia
    * Darren Shepherd
    * Erik Sipsma
    * Georgia Panoutsakopoulou
    * Grant Seltzer Richman
    * Haines Chan
    * Harshal Patil
    * Henrik Schmidt
    * Iskander (Alex) Sharipov
    * Jaime Caamaño Ruiz
    * Jean Rouge
    * Ji'an Liu
    * Jie Zhang
    * Jing Rui
    * Joe Borg
    * John Starks
    * Julia Nedialkova
    * Julien Balestra
    * Kasper Fabæch Brandt
    * Kenta Tada
    * Konstantin Maksimov
    * Lajos Papp
    * Madhan Raj Mookkandy
    * Mattias Appelgren
    * Michael Katsoulis
    * Michael Wan
    * Niels de Vos
    * Oliver Stenbom
    * Peng Wang
    * Sarang Joshi
    * Shengjing Zhu
    * Tim Allclair
    * Tobias Klauser
    * Veeraiah Chowdary Nuvvula
    * Vlad Ungureanu
    * Wei Zhang
    * Yangyang
    * Yikun Jiang
    * Yuxing Liu
    * caozhihao
    * jiangpengfei
    * wanghuaiqing
    * zhongming chang
    
    ### Changes
    
    * [`36cf5b690d`](https://github.com/containerd/containerd/commit/36cf5b690dcc00ff0f34ff7799209050c3d0c59a) Merge pull request  [#3689](https://github.com/containerd/containerd/pull/3689) from dmcgowan/release-1.3.0
    * [`b172b7f9d7`](https://github.com/containerd/containerd/commit/b172b7f9d755b8f70da3f68dc9a6ceb2ebf5aeb3) Update release docs for 1.3.0
    * [`a668365eca`](https://github.com/containerd/containerd/commit/a668365eca1ddcdc3046e04d8a6421f956ddefc7) Merge pull request  [#3696](https://github.com/containerd/containerd/pull/3696) from dmcgowan/fix-all-media-types
    * [`524f81d06d`](https://github.com/containerd/containerd/commit/524f81d06d27e95e7d2a800a488e593d50f669f2) Merge pull request  [#3695](https://github.com/containerd/containerd/pull/3695) from Random-Liu/update-cri-release-1.3
    * [`394db03f15`](https://github.com/containerd/containerd/commit/394db03f1531bfaa7018ecc470f29930aa30590f) Fix all media types in Accept header to match RFC
    * [`90735a5d13`](https://github.com/containerd/containerd/commit/90735a5d13e32bb43af02b005d98c46c73fcf774) Update cri to 5d49e7e51b43e36a6b9c4386257c7d08c602237f.
    * [`6624f622b2`](https://github.com/containerd/containerd/commit/6624f622b26a65d56cb10fde1cf325018b717ff0) Merge pull request  [#3692](https://github.com/containerd/containerd/pull/3692) from Random-Liu/cri-dependency-version
    * [`1b1b862eb3`](https://github.com/containerd/containerd/commit/1b1b862eb33bbffde1fd04e169d4ca59a8c033ea) Get CRI dependency versions from containerd vendor.conf.
    * [`277ab9ed6e`](https://github.com/containerd/containerd/commit/277ab9ed6e1ef8ca003eb6db54271d26a99aa87a) Merge pull request  [#3686](https://github.com/containerd/containerd/pull/3686) from thaJeztah/bump_golang_1.12.10
    * [`35d3bae1e1`](https://github.com/containerd/containerd/commit/35d3bae1e16de3d4b24ec3770c7b982006923440) AppVeyor: bump golang 1.12.10 (CVE-2019-16276)
    * [`2a467650e2`](https://github.com/containerd/containerd/commit/2a467650e254e98f6240acf3b28f0697fd540dae) Merge pull request  [#3684](https://github.com/containerd/containerd/pull/3684) from crosbymichael/bump-runc-cve
    * [`95dbbdc8c1`](https://github.com/containerd/containerd/commit/95dbbdc8c1cb984adb5ff33fc219af3345eeed63) Bump runc for CVE-2019-16884
    * [`4509efc303`](https://github.com/containerd/containerd/commit/4509efc303b17008598a68e507d6682ae8837d4b) Merge pull request  [#3683](https://github.com/containerd/containerd/pull/3683) from yuxiaobo96/containerd-update3
    * [`62c2eea78d`](https://github.com/containerd/containerd/commit/62c2eea78d28e023d7497d5b80eca6924f4f8799) fix-up typo
    * [`1c42610d98`](https://github.com/containerd/containerd/commit/1c42610d9897699c87b2d7ef41d1549e7a03fd34) Merge pull request  [#3680](https://github.com/containerd/containerd/pull/3680) from crosbymichael/btrfs-flake
    * [`c5821baa41`](https://github.com/containerd/containerd/commit/c5821baa41c26f854084b572c51ebdeb91c72a6e) Sync and stat btrfs loopback in tests
    * [`da66333271`](https://github.com/containerd/containerd/commit/da66333271f372204aed6b83c2ecf37fa7d9ae2c) Merge pull request  [#3677](https://github.com/containerd/containerd/pull/3677) from dmcgowan/gc-fix-notes
    * [`c10e6a1029`](https://github.com/containerd/containerd/commit/c10e6a10292198f0d45c22f765378fb7dfbfcb05) Merge pull request  [#3679](https://github.com/containerd/containerd/pull/3679) from yuxiaobo96/containerd-update2
    * [`4cd5de74bd`](https://github.com/containerd/containerd/commit/4cd5de74bd0ba0179a9fec15135c0d5170df5070) Merge pull request  [#3678](https://github.com/containerd/containerd/pull/3678) from yuxiaobo96/containerd-update
    * [`5ea9363624`](https://github.com/containerd/containerd/commit/5ea936362474530d2043c20380dc0941c279cbad) Perfect documentation
    * [`a0ae24b984`](https://github.com/containerd/containerd/commit/a0ae24b98494c2d855e7c8c5b899f363a3d2b181) Word spelling correction
    * [`85eac2550f`](https://github.com/containerd/containerd/commit/85eac2550ff6a34a16f51ace05b103869565ada8) Add release note for gc fix
    * [`aba201344e`](https://github.com/containerd/containerd/commit/aba201344ebf01acf2bfa12c4fcef56c342f59cb) Merge pull request  [#3675](https://github.com/containerd/containerd/pull/3675) from Random-Liu/update-cri-release-1.3
    * [`9c10bf89ba`](https://github.com/containerd/containerd/commit/9c10bf89ba9a70aa554310e2b219d1bdb94c4c46) Merge pull request  [#3668](https://github.com/containerd/containerd/pull/3668) from dmcgowan/fix-metadata-dirty
    * [`94c497984f`](https://github.com/containerd/containerd/commit/94c497984fd66140c1ff9bbab3619e838b20f209) Merge pull request  [#3673](https://github.com/containerd/containerd/pull/3673) from seemethere/mkdir_man
    * [`cbbb6a2297`](https://github.com/containerd/containerd/commit/cbbb6a22975f98a5e20fa8ed6759eda317b4da80) Update release note.
    * [`fc31fa176d`](https://github.com/containerd/containerd/commit/fc31fa176d9e010e539bf729e83d6cedfd6ba0e0) Update cri to 4ea022f82a55c449bf15bfc62ac8b0de968d81be.
    * [`51f8807d02`](https://github.com/containerd/containerd/commit/51f8807d02ef2f9db15e0f11b70c47b24942a977) Merge pull request  [#3672](https://github.com/containerd/containerd/pull/3672) from crosbymichael/kill-errors
    * [`0b224ac7d6`](https://github.com/containerd/containerd/commit/0b224ac7d6d966260671d3c3b1360dbc2c6fca56) Update metadata interfaces for containers and leases
    * [`2a636f8c34`](https://github.com/containerd/containerd/commit/2a636f8c34375e69e4e9c2b23bb89d50a3bdbdfd) gen-manpages: Create man directory if it does not exist
    * [`0a21292225`](https://github.com/containerd/containerd/commit/0a21292225fab63cb16b04af4772b0ef5820cbd5) Check for more kill error types
    * [`1af133f6c5`](https://github.com/containerd/containerd/commit/1af133f6c57316ba659c7d4a6a27f300a5924c5e) Merge pull request  [#3669](https://github.com/containerd/containerd/pull/3669) from crosbymichael/crun
    * [`dd51228094`](https://github.com/containerd/containerd/commit/dd512280940f4bd5c4ee45e28086317d5ac80748) Don't search for state.json path
    * [`ed16170c4c`](https://github.com/containerd/containerd/commit/ed16170c4c399c57f25d6aa1e97b345ed6ab96cb) Merge pull request  [#3666](https://github.com/containerd/containerd/pull/3666) from crosbymichael/metrics
    * [`a0dafd9309`](https://github.com/containerd/containerd/commit/a0dafd9309e949200e921c5debef96aa5de8dfb0) Merge pull request  [#3649](https://github.com/containerd/containerd/pull/3649) from dmcgowan/generic-layer-support
    * [`6f31417d49`](https://github.com/containerd/containerd/commit/6f31417d4980d34fd8042c0b91a904b5feeb5337) Generalize media types
    * [`f3148d0b98`](https://github.com/containerd/containerd/commit/f3148d0b9814157f71e6c52b7506c4ab2b9338fd) Add metrics type alias
    * [`d4802a64f9`](https://github.com/containerd/containerd/commit/d4802a64f9737f02db3426751f380d97fc878dec) Merge pull request  [#3665](https://github.com/containerd/containerd/pull/3665) from estesp/golangcideadline
    * [`57b51b9481`](https://github.com/containerd/containerd/commit/57b51b94815aa2e592264eb69c2f98e3a6616adc) Move golangci-lint deadline to config file
    * [`6fafc8a724`](https://github.com/containerd/containerd/commit/6fafc8a724ef6ab5f25e277a39587ac1393de12c) Merge pull request  [#3662](https://github.com/containerd/containerd/pull/3662) from cpuguy83/set_custom_scopes_for_authorizer
    * [`a65aa5fe0e`](https://github.com/containerd/containerd/commit/a65aa5fe0e3605c16d40b7889cc18d421fa480d7) Merge pull request  [#3661](https://github.com/containerd/containerd/pull/3661) from cpuguy83/custom_keys_for_fetch_hander
    * [`e84a84a5a9`](https://github.com/containerd/containerd/commit/e84a84a5a969b396c012c3942b0d7654851ee310) Add function to set custom auth scope in context
    * [`bca374aa1b`](https://github.com/containerd/containerd/commit/bca374aa1b52d9b871b95796d485976313c56661) Get media type key from context
    * [`324a94790d`](https://github.com/containerd/containerd/commit/324a94790d7c4d5757b89d002f7b528082fc6496) Merge pull request  [#3659](https://github.com/containerd/containerd/pull/3659) from katiewasnothere/shimreconnectupstream
    * [`a7e67ff9aa`](https://github.com/containerd/containerd/commit/a7e67ff9aa2507f7d61011d1331ce71ed5c92c46) Merge pull request  [#3655](https://github.com/containerd/containerd/pull/3655) from crosbymichael/shmsize
    * [`e4dc2f662b`](https://github.com/containerd/containerd/commit/e4dc2f662bffb92c765272a0d888f97fe4fd3729) Merge pull request  [#3660](https://github.com/containerd/containerd/pull/3660) from fuweid/me-golint
    * [`20d3fae3db`](https://github.com/containerd/containerd/commit/20d3fae3dbc9aa07b1a18c7159f1a8df41347d75) Add Opt for modifying shm size
    * [`c3452abae4`](https://github.com/containerd/containerd/commit/c3452abae4460f96ee93eb785e7e834a5bc5ada9) Merge pull request  [#3656](https://github.com/containerd/containerd/pull/3656) from crosbymichael/stress
    * [`83a72858f8`](https://github.com/containerd/containerd/commit/83a72858f893169d9830dd6fbe63f05a8545e298) Makefile: increase deadline to 2m for golangci-lint
    * [`b4211d94e2`](https://github.com/containerd/containerd/commit/b4211d94e250f4d25b9f51838cc1648666c33828) fail on file not found for shim reconnect on containerd restart
    * [`fd6299be98`](https://github.com/containerd/containerd/commit/fd6299be9843ef684f66d1bcd3d5511ac1c8f847) Fix density spec generation
    * [`87bff67128`](https://github.com/containerd/containerd/commit/87bff671284874893fbbd685d3ff54817cf28b2c) Merge pull request  [#3657](https://github.com/containerd/containerd/pull/3657) from crosbymichael/golint
    * [`3bc99755d4`](https://github.com/containerd/containerd/commit/3bc99755d4a873569a475133e9b34977a6fc8b64) Try set GOGC for golint
    * [`86442dfbb9`](https://github.com/containerd/containerd/commit/86442dfbb9c76d20031718d471c0d5b33c938ef3) Merge pull request  [#3653](https://github.com/containerd/containerd/pull/3653) from lalyos/fix-connect-timeout
    * [`19ecd49ed0`](https://github.com/containerd/containerd/commit/19ecd49ed085b6c647fa2c69fbd1ec7dad27b8de) implement ctr -connect-timeout
    * [`93391048bd`](https://github.com/containerd/containerd/commit/93391048bd2cc8dc4921071407bb88e7a8fdf30b) Merge pull request  [#3650](https://github.com/containerd/containerd/pull/3650) from dmcgowan/fix-vendor-issue
    * [`c51895bde0`](https://github.com/containerd/containerd/commit/c51895bde06b1f67187c05b863340dcc5e5a6366) Merge pull request  [#3651](https://github.com/containerd/containerd/pull/3651) from dmcgowan/skip-darwin-deploy
    * [`8ab81a0c2a`](https://github.com/containerd/containerd/commit/8ab81a0c2a00168b31360de774bb4e4eb47fe505) Merge pull request  [#3642](https://github.com/containerd/containerd/pull/3642) from dmcgowan/remove-duplicated-travis-tests
    * [`58892a3ba5`](https://github.com/containerd/containerd/commit/58892a3ba5daa83009cd4220a45e47ee1b00122c) Skip darwin deploy
    * [`5bb0281d16`](https://github.com/containerd/containerd/commit/5bb0281d1615cf84ad3ce7289590a360fd7020a3) Fix missing vendor packages
    * [`9741f03932`](https://github.com/containerd/containerd/commit/9741f03932fbab48cb645dbef73526fe4f25a983) Merge pull request  [#3648](https://github.com/containerd/containerd/pull/3648) from crosbymichael/man-bin
    * [`5a656cacb4`](https://github.com/containerd/containerd/commit/5a656cacb4cda97a738b898c7437ba6189471526) Move manpage gen to separate binary
    * [`9c77ec3c73`](https://github.com/containerd/containerd/commit/9c77ec3c73ac387231de57992d98f9e7a456e024) Merge pull request  [#3644](https://github.com/containerd/containerd/pull/3644) from Random-Liu/finish-cri-release
    * [`6ed809168e`](https://github.com/containerd/containerd/commit/6ed809168e580b5081dc7eb35114dc5adbb62fed) Publish cri release to gs://cri-containerd-release.
    * [`1d484c28ea`](https://github.com/containerd/containerd/commit/1d484c28eac2e7d742d5fd5d8cd3611008a60c20) Merge pull request  [#3643](https://github.com/containerd/containerd/pull/3643) from Random-Liu/skip-cleanup
    * [`f997c30ec6`](https://github.com/containerd/containerd/commit/f997c30ec6a30cb128b2e0856389e5dd3be0dccb) Skip cleanup in travis deploy and avoid gcs race condition.
    * [`2d4dc24154`](https://github.com/containerd/containerd/commit/2d4dc241548caf5fc5eb9d60ccb7901c1917b76c) Merge pull request  [#3641](https://github.com/containerd/containerd/pull/3641) from Random-Liu/add-encrypted-key
    * [`36c543a726`](https://github.com/containerd/containerd/commit/36c543a7267c0977cbaea667c51fae7dddf618d3) Remove extra CI testing on older Ubuntu
    * [`d3ccbc66ed`](https://github.com/containerd/containerd/commit/d3ccbc66ed3021734a849e53827904faec4d031a) Merge pull request  [#3637](https://github.com/containerd/containerd/pull/3637) from crosbymichael/manpages
    * [`4e8a49948c`](https://github.com/containerd/containerd/commit/4e8a49948c0a825d2ca79745c16cc44df1984aff) Encrypt the secret file in containerd/containerd.
    * [`f3a5b8c0a9`](https://github.com/containerd/containerd/commit/f3a5b8c0a92564310b7ff27273a6d72844e42598) Add command to generate man pages
    * [`d8ad1bdbb3`](https://github.com/containerd/containerd/commit/d8ad1bdbb331685ddd01cfc102b99e2467858e6b) Merge pull request  [#3638](https://github.com/containerd/containerd/pull/3638) from Random-Liu/upload-gcs-cri-release
    * [`d1a12823b7`](https://github.com/containerd/containerd/commit/d1a12823b73c5a1eb7fc0ed697806e28388648bd) Update gcs cri release.
    * [`65a6d0a82f`](https://github.com/containerd/containerd/commit/65a6d0a82f29c2716c31cbc2ae9ca96a1f6b7e0c) Merge pull request  [#3639](https://github.com/containerd/containerd/pull/3639) from crosbymichael/go-runc
    * [`424d33c5b7`](https://github.com/containerd/containerd/commit/424d33c5b70d4f8ac430a23dc6f329688ef23521) Update go-runc to e029b79d8cda8374981c64eba71f28e
    * [`9dccbaa6ec`](https://github.com/containerd/containerd/commit/9dccbaa6ec3b2ba46daf90ff0ee09695f61a8adf) Merge pull request  [#3636](https://github.com/containerd/containerd/pull/3636) from dmcgowan/fix-cri-darwin-release
    * [`3db5a5ad2e`](https://github.com/containerd/containerd/commit/3db5a5ad2ed9a91c1d3ed615bc81cb513523b6d2) Fix darwin build for cri release
    * [`5403e554e4`](https://github.com/containerd/containerd/commit/5403e554e4569a51e87f95a04c3cfc75f1483f82) Merge pull request  [#3635](https://github.com/containerd/containerd/pull/3635) from Random-Liu/update-cri-tools
    * [`1b4cec9796`](https://github.com/containerd/containerd/commit/1b4cec9796e669e46d6e633e3e361fd00d448a74) Update cri test to fix image reference test and fix gcs deploy.
    * [`ce8d63255c`](https://github.com/containerd/containerd/commit/ce8d63255c7f43c90f9a856870583cb0ada76ff2) Merge pull request  [#3634](https://github.com/containerd/containerd/pull/3634) from Random-Liu/fix-cri-release
    * [`e3abd03ae1`](https://github.com/containerd/containerd/commit/e3abd03ae190bf11c11a035aafb139196c6f7794) Fix CRI release build.
    * [`d4637128c3`](https://github.com/containerd/containerd/commit/d4637128c3b4d8251029ac948822ca22b55eaece) Merge pull request  [#3629](https://github.com/containerd/containerd/pull/3629) from Random-Liu/automate-cri-tarbal-release
    * [`61f113e608`](https://github.com/containerd/containerd/commit/61f113e6081e5dbaf394216d5b3a2a55f8819661) Automate CRI tarball release.
    * [`51671ef734`](https://github.com/containerd/containerd/commit/51671ef734ab94928385383018ac4b75b7fa3e85) Merge pull request  [#3630](https://github.com/containerd/containerd/pull/3630) from AkihiroSuda/ctr-newdockerauthorized
    * [`c1fc21e92e`](https://github.com/containerd/containerd/commit/c1fc21e92e76e6bd501e136f6eaa157d60a10cad) ctr: use NewDockerAuthorizer instead of deprecated NewAuthorizer
    * [`61b127f3e3`](https://github.com/containerd/containerd/commit/61b127f3e37bb134d9f470c9714055326cb4d52d) Merge pull request  [#3628](https://github.com/containerd/containerd/pull/3628) from crosbymichael/ctr-env
    * [`fa11147e5f`](https://github.com/containerd/containerd/commit/fa11147e5fcd85c958151b29404ae07787380893) Add --env-file to ctr
    * [`2ddfc6d2ed`](https://github.com/containerd/containerd/commit/2ddfc6d2edad78fc331b43ee14a50d27e1099b55) Merge pull request  [#3625](https://github.com/containerd/containerd/pull/3625) from dmcgowan/1.3-update-mailmap
    * [`672b86acf8`](https://github.com/containerd/containerd/commit/672b86acf88710f881b81c74bb7334e813ea5ca8) Merge pull request  [#3624](https://github.com/containerd/containerd/pull/3624) from tklauser/platforms-update
    * [`5c576b0269`](https://github.com/containerd/containerd/commit/5c576b026960fac507f210a585870588ac91d912) Update and simplify mailmap
    * [`eaa24d6e40`](https://github.com/containerd/containerd/commit/eaa24d6e40cab95eda06b078f680693d5e025e16) Merge pull request  [#3621](https://github.com/containerd/containerd/pull/3621) from tanjunchen/modify-document-repeat-word
    * [`77abec43c4`](https://github.com/containerd/containerd/commit/77abec43c44dbac3943f26a82521ba1fad6b84d9) Merge pull request  [#3623](https://github.com/containerd/containerd/pull/3623) from fuweid/me-sort-before-check
    * [`c8cb864ce0`](https://github.com/containerd/containerd/commit/c8cb864ce026316e68a149be9fbcdb0c68afab9d) platforms: update known OS and arch values
    * [`3d1fdacccf`](https://github.com/containerd/containerd/commit/3d1fdacccf503d5a084e6b1db1277c665817fb07) config_test: sort result before check
    * [`8788af7f8d`](https://github.com/containerd/containerd/commit/8788af7f8d26aab8a2b6a083df74ea6c250218c9) modify-document-duplicate-word
    * [`59a625defb`](https://github.com/containerd/containerd/commit/59a625defb21c958c25424fa5cc806167e22382e) Merge pull request  [#3609](https://github.com/containerd/containerd/pull/3609) from Random-Liu/add-image-with-platform
    * [`d540b10c75`](https://github.com/containerd/containerd/commit/d540b10c751db7870eb763e745c934081470c646) Merge pull request  [#3607](https://github.com/containerd/containerd/pull/3607) from awesomenix/updatecri
    * [`f76eefd272`](https://github.com/containerd/containerd/commit/f76eefd27244f26a287356ff32f089b340bf9078) Merge pull request  [#3574](https://github.com/containerd/containerd/pull/3574) from mxpv/cfg
    * [`1eaf601453`](https://github.com/containerd/containerd/commit/1eaf6014532e9afc6d87a8cb42c78a560301784a) Merge pull request  [#3616](https://github.com/containerd/containerd/pull/3616) from Random-Liu/fix-unpack-on-windows
    * [`3050b36640`](https://github.com/containerd/containerd/commit/3050b3664006ac2aa335f256f359b49dd80b464b) Merge pull request  [#3615](https://github.com/containerd/containerd/pull/3615) from dmcgowan/fix-proxy-plugin-config
    * [`d6a6e0b8bc`](https://github.com/containerd/containerd/commit/d6a6e0b8bc858ea11d31561f2a88bff5622ffca0) Support foreign and encrypted layers in the unpacker.
    * [`c7c7955757`](https://github.com/containerd/containerd/commit/c7c7955757e0473701857485a4bd43120a0c66fe) Merge pull request  [#3614](https://github.com/containerd/containerd/pull/3614) from thaJeztah/travis_bionic_take2
    * [`a4482d9a6f`](https://github.com/containerd/containerd/commit/a4482d9a6f230091274d45afa0ea34d5cfe6c4d9) Fix proxy plugin config validation
    * [`01f7265892`](https://github.com/containerd/containerd/commit/01f7265892f0bd7df1448275499ed6afb9160b66) Support v1 configurations for config dump
    * [`cd79e0edfe`](https://github.com/containerd/containerd/commit/cd79e0edfe815875f33609e839caff2a4b914b55) travis: fix Xenial tests not being run on master
    * [`48fb479e22`](https://github.com/containerd/containerd/commit/48fb479e22404bffce3fcfff46169aa43cf55ce3) Merge pull request  [#3606](https://github.com/containerd/containerd/pull/3606) from thaJeztah/bump_travis_bionic
    * [`555cb31fd9`](https://github.com/containerd/containerd/commit/555cb31fd932d783f7a65dfe8706162856d97cd8) Support configurable default platform in the client.
    * [`b039c39186`](https://github.com/containerd/containerd/commit/b039c3918668c651f1b4f61ca39488232f0d7b03) Merge pull request  [#3564](https://github.com/containerd/containerd/pull/3564) from tiborvass/move-cgroups-dep-to-namespaces-pkg
    * [`f7bd7e309c`](https://github.com/containerd/containerd/commit/f7bd7e309cd91e0fa08f1a0168dff55f17d2eeb2) Merge pull request  [#3611](https://github.com/containerd/containerd/pull/3611) from Random-Liu/fix-panic-for-unknown-task
    * [`24f7585ed8`](https://github.com/containerd/containerd/commit/24f7585ed83b788cc89a153b9e4b42c9174170ed) Merge pull request  [#3610](https://github.com/containerd/containerd/pull/3610) from Random-Liu/fix-containerd-panic
    * [`c410f0eaef`](https://github.com/containerd/containerd/commit/c410f0eaef7eae2d73d51387bdf30834e9b72ec9) Fix potential panic for task in unknown state.
    * [`dd24d76a13`](https://github.com/containerd/containerd/commit/dd24d76a1383333b316e340acfa8b62bd2621e63) Fix potential containerd panic during graceful shutdown.
    * [`fa546dc3e8`](https://github.com/containerd/containerd/commit/fa546dc3e8b8c729f59f98eb525dd032985e1725) travis: don't run old Xenial LTS on pull requests
    * [`94e4b68798`](https://github.com/containerd/containerd/commit/94e4b68798ad34ca9e9f8c91de1995b7554a9030) travis.yml: add TRAVIS_DISTRO env-var for easier identification
    * [`214b8328d2`](https://github.com/containerd/containerd/commit/214b8328d21a855af67762ff3d35ff2abfd3b3ea) travis: add Bionic (Ubuntu 18.04 LTS) to test matrix
    * [`95301fee3a`](https://github.com/containerd/containerd/commit/95301fee3a39ade71aff0df0dcbce0548d9a6798) Merge pull request  [#3567](https://github.com/containerd/containerd/pull/3567) from renzhengeek/renzhen/devmapper
    * [`b6c811b7a4`](https://github.com/containerd/containerd/commit/b6c811b7a4b98655a70f1e3a604c43bc008ad643) Update cri to 0165d516161e25e52b4ab52a404a00823f8f0ef6
    * [`db3a711738`](https://github.com/containerd/containerd/commit/db3a71173883bcfefe901eeea9fb1dcb30cd49a7) Add 'containerd config dump' subcommand
    * [`4a75a63f4a`](https://github.com/containerd/containerd/commit/4a75a63f4a1949c913d0dad5502d5c532c82a1bf) Merge pull request  [#3600](https://github.com/containerd/containerd/pull/3600) from crosbymichael/sigprocmask
    * [`779701b29c`](https://github.com/containerd/containerd/commit/779701b29c8ed180903de17ab1a1c52a1cdadfe0) Add --seccomp flag to ctr
    * [`5a3f3e329e`](https://github.com/containerd/containerd/commit/5a3f3e329e9d4e01b8456404db652d64d455305c) Merge pull request  [#3598](https://github.com/containerd/containerd/pull/3598) from AllenZMC/patch-1
    * [`a4bbf8e4e6`](https://github.com/containerd/containerd/commit/a4bbf8e4e6f1d2312bbbe5f19f74afbcb2fecfb0) Merge pull request  [#3599](https://github.com/containerd/containerd/pull/3599) from estesp/images-with-no-env
    * [`86f8be86e1`](https://github.com/containerd/containerd/commit/86f8be86e181767a8c6926942c1e498bbcb4ebd8) Add sigprocmask to default profile
    * [`f4927a2985`](https://github.com/containerd/containerd/commit/f4927a2985da06e3050008b6bb9f4837020f3e71) fix mis-spelling in nvidia.go
    * [`bc692cc59d`](https://github.com/containerd/containerd/commit/bc692cc59dd6f9d475e92e2bf17742fce38ca0a3) Use default UNIX env when image has no environment
    * [`36911af3cc`](https://github.com/containerd/containerd/commit/36911af3cc9af7e77bec1c597897674f5a91b9cc) Merge pull request  [#3595](https://github.com/containerd/containerd/pull/3595) from AkihiroSuda/zfs-20190829
    * [`a292bf0f24`](https://github.com/containerd/containerd/commit/a292bf0f248da4d2e2fef062ab24100e317fd383) bump containerd/zfs 2ceb2dbb8154202ed1b8fd32e4ea25b491d7b251
    * [`985bba61ff`](https://github.com/containerd/containerd/commit/985bba61ff46c5a24f4a5345f6d1da8c63568bad) Merge pull request  [#3589](https://github.com/containerd/containerd/pull/3589) from tonistiigi/truncate-time
    * [`a1579eeb11`](https://github.com/containerd/containerd/commit/a1579eeb110e74f4f1bf10a51ec4080868a3f459) Merge pull request  [#3592](https://github.com/containerd/containerd/pull/3592) from crosbymichael/ttrpc-status
    * [`97962976a4`](https://github.com/containerd/containerd/commit/97962976a4cd8a292a4340ad73fcccedf1f8b39f) Update ttrpc to 92c8520ef9f86600c650dd540266a00
    * [`0293cbd26c`](https://github.com/containerd/containerd/commit/0293cbd26c692b34e87eba122953183e73c0ed09) Merge pull request  [#3588](https://github.com/containerd/containerd/pull/3588) from katiewasnothere/exposeEventPublisher
    * [`d177ffd309`](https://github.com/containerd/containerd/commit/d177ffd309ba9a424db6d155c85992f1105638a5) Merge pull request  [#3590](https://github.com/containerd/containerd/pull/3590) from tanjunchen/fix-grammar-mistake
    * [`92a5b08a68`](https://github.com/containerd/containerd/commit/92a5b08a68b9986e73976147ef26d01bd14fb97d) fix-grammar-mistake
    * [`372472b5f6`](https://github.com/containerd/containerd/commit/372472b5f648bccb7c3045ccd5921b0082fd87bb) archive: truncate modification time
    * [`2d8a65b1b2`](https://github.com/containerd/containerd/commit/2d8a65b1b244bba558fd0fe6bca0c80564cc4dad) Export shim publisher functions
    * [`6624a70d92`](https://github.com/containerd/containerd/commit/6624a70d92781deff967c224b1f458b99a57bbe6) runtime/opts: move WithNamespaceCgroupDeletion from containerd to its own package
    * [`309617819b`](https://github.com/containerd/containerd/commit/309617819bbd614fd120e750017893dd1f737d88) Merge pull request  [#3582](https://github.com/containerd/containerd/pull/3582) from fuweid/me-cleanup-issue-CreateDiff
    * [`cbfff2fb78`](https://github.com/containerd/containerd/commit/cbfff2fb789ae8b6f2233a13fe123a1a2cd53e21) Merge pull request  [#3585](https://github.com/containerd/containerd/pull/3585) from tanjunchen/fix-up-spelling-mistake
    * [`32ceb628c2`](https://github.com/containerd/containerd/commit/32ceb628c25367c76db92433fc9e7c4194f09986) Merge pull request  [#3581](https://github.com/containerd/containerd/pull/3581) from thaJeztah/bump_grpc
    * [`8266a3c5e7`](https://github.com/containerd/containerd/commit/8266a3c5e7d7150fa323975e72f8adff0b52c11e) fix-up spelling mistake
    * [`09b184c15a`](https://github.com/containerd/containerd/commit/09b184c15a2f2a4688330ffaa9bc5b4d0c54e848) rootfs: use new ctx to cleanup instead of canceled one
    * [`2f54a7cb6b`](https://github.com/containerd/containerd/commit/2f54a7cb6b95b2cf7e86994d8ac382c1a932db5b) bump containerd/ttrpc 9abb3e268010ea188f4e4051f77eb5aca49315fb
    * [`eb7a6bf02c`](https://github.com/containerd/containerd/commit/eb7a6bf02c00e398cfe5b8d7a069edd80e7fc993) bump google.golang.org/grpc v1.23.0
    * [`d618c80077`](https://github.com/containerd/containerd/commit/d618c80077fe1c6de430199b5697a69c341b21fc) Merge pull request  [#3584](https://github.com/containerd/containerd/pull/3584) from ehazlett/with-image-name
    * [`cde03a0a2b`](https://github.com/containerd/containerd/commit/cde03a0a2b2043a4283607aaed281d7634da3ae3) Merge pull request  [#3583](https://github.com/containerd/containerd/pull/3583) from Random-Liu/handle-duplicated-layer
    * [`df84e546b5`](https://github.com/containerd/containerd/commit/df84e546b5f79ab6691039518a1751e661b22090) Merge pull request  [#3577](https://github.com/containerd/containerd/pull/3577) from dmcgowan/change-default-manifest-download
    * [`56bcc77679`](https://github.com/containerd/containerd/commit/56bcc776791b1e1cbb6eb3379613c830a0a1a2ee) Handle layers with the same digest in unpacker.
    * [`6f8fb9ee5d`](https://github.com/containerd/containerd/commit/6f8fb9ee5de686af0f001fffa74c7c1343601c33) add WithImageName container opt
    * [`a40c3830df`](https://github.com/containerd/containerd/commit/a40c3830df92f63995ae0622b4d4116dfc6cf0de) Add option to pull all metadata
    * [`dfd76b3484`](https://github.com/containerd/containerd/commit/dfd76b3484dd55b434faebfd44da1ffc2b1bb3c0) Merge pull request  [#3579](https://github.com/containerd/containerd/pull/3579) from thaJeztah/bump_hashicorp_deps
    * [`3ad49a208b`](https://github.com/containerd/containerd/commit/3ad49a208b5a09a1eea7dea5a1daff439b19acc5) Merge pull request  [#3578](https://github.com/containerd/containerd/pull/3578) from sofat1989/containerd-stress
    * [`55f737bd32`](https://github.com/containerd/containerd/commit/55f737bd322fcdfbe7e1eba335ad75d26c364e68) bump hashicorp/golang-lru v0.5.3
    * [`ed1df65c25`](https://github.com/containerd/containerd/commit/ed1df65c250321d94b3e07d556f3536cef5b97be) bump hashicorp/go-multierror v1.0.0
    * [`cbb3a3790e`](https://github.com/containerd/containerd/commit/cbb3a3790efb138a11e5cb7c6a80ec2599354697) bump hashicorp/errwrap v1.0.0
    * [`5cab0d3f3f`](https://github.com/containerd/containerd/commit/5cab0d3f3f0afcc06bb63dcf9eb9540afb22d8de) update the max if cur will be greater than max for setting the limit
    * [`24b9e2c1a0`](https://github.com/containerd/containerd/commit/24b9e2c1a0a72a7ad302cdce7da3abbc4e6295cb) Merge configs section by section
    * [`8ebffecbc3`](https://github.com/containerd/containerd/commit/8ebffecbc32e555945feca249e3464f8198a7968) Use map for stream processors
    * [`aae2d0d754`](https://github.com/containerd/containerd/commit/aae2d0d754a75ad523cb27e8f386b2cd2cc7b1ed) delete unnecessary checks and fix a test
    * [`9e183f5e52`](https://github.com/containerd/containerd/commit/9e183f5e52a3c636bd0689ac8dea9dd59a869b8b) add cli option to download all manifests
    * [`4a2f61c4f2`](https://github.com/containerd/containerd/commit/4a2f61c4f2b43b0c6e6636e48de89b1cb4860408) Merge pull request  [#2918](https://github.com/containerd/containerd/pull/2918) from Random-Liu/parellel-unpack
    * [`ea6c749e35`](https://github.com/containerd/containerd/commit/ea6c749e3536d0bb745a4902954d0caf115af4ba) Update config doc
    * [`19cd0a4f12`](https://github.com/containerd/containerd/commit/19cd0a4f1212dbb283c6201b06ba06affb61bd60) Append slices when importing config files
    * [`a1f4ffb211`](https://github.com/containerd/containerd/commit/a1f4ffb2117cd3649994856c66e11f9d2439d3fd) Merge pull request  [#3575](https://github.com/containerd/containerd/pull/3575) from crosbymichael/seccom2.3
    * [`b5f03eacd3`](https://github.com/containerd/containerd/commit/b5f03eacd34c7beffe5c8cc2a5cfee852335f681) Pin to libseccomp 2.3.3
    * [`4d11bb36ad`](https://github.com/containerd/containerd/commit/4d11bb36ad4d5aad00e150916b8280ff3010e0a9) devmapper: activate dm device if snap device marked as activated
    * [`bca0857530`](https://github.com/containerd/containerd/commit/bca0857530d1ead52d03595b1558bfe98112d187) Fix toml plugin decoding
    * [`a1e3779cad`](https://github.com/containerd/containerd/commit/a1e3779cad30e491e6327af760af6f0ba27579c5) Support config imports #3289
    * [`6e2228df72`](https://github.com/containerd/containerd/commit/6e2228df72e205120ee36733de7e38f7cf1e9eb8) Vendor github.com/imdario/mergo
    * [`80ed8e1a64`](https://github.com/containerd/containerd/commit/80ed8e1a646a0beee80184f647e9a68b6efa359a) Merge pull request  [#3573](https://github.com/containerd/containerd/pull/3573) from crosbymichael/ttrpc-env
    * [`6cf031e1e4`](https://github.com/containerd/containerd/commit/6cf031e1e45beb5cfad91152de100ef43332337e) Pass ttrpc address to shim via env
    * [`1be6ee5396`](https://github.com/containerd/containerd/commit/1be6ee53968740f74fa75f75079f6f8cdcef2657) Merge pull request  [#3555](https://github.com/containerd/containerd/pull/3555) from kevpar/ttrpc-address
    * [`8333d98c2b`](https://github.com/containerd/containerd/commit/8333d98c2b8d3303ae91b36ce2ec5d5284cc8d87) Merge pull request  [#3571](https://github.com/containerd/containerd/pull/3571) from ethan-daocloud/typo-terminator
    * [`e963290458`](https://github.com/containerd/containerd/commit/e96329045858c44f27e3d632ef164fd9430e0167) Merge pull request  [#3562](https://github.com/containerd/containerd/pull/3562) from dmcgowan/update-release-1.3
    * [`89eae6429f`](https://github.com/containerd/containerd/commit/89eae6429f5e4a2e2e6cdf65f82357fb27779e61) Cleanup: fix some typos in code comment
    * [`d7e1b25384`](https://github.com/containerd/containerd/commit/d7e1b25384faa69ce861674a5d4e2c1359810c8e) Allow explicit configuration of TTRPC address
    * [`03aafaa1cf`](https://github.com/containerd/containerd/commit/03aafaa1cff235050f116bc228e63ea783f0b4ba) Update the integration test.
    * [`60f73b6cf1`](https://github.com/containerd/containerd/commit/60f73b6cf1a8868efe1123ba00e56b83e21e2e42) Support simultaneous image unpack.
    * [`bd46ea5191`](https://github.com/containerd/containerd/commit/bd46ea519173cc28445da9b2a031b6139e18eb05) Merge pull request  [#3570](https://github.com/containerd/containerd/pull/3570) from dmcgowan/fix-apply-trailing-data
    * [`550518ab84`](https://github.com/containerd/containerd/commit/550518ab84ec406abe519d9131ec263e1edf3bfb) Read trailing data on apply
    * [`348e9f7c35`](https://github.com/containerd/containerd/commit/348e9f7c351568d987f77f120ccda1a94ca4d59a) Update release notes and mailmap
    * [`4924bcb5fe`](https://github.com/containerd/containerd/commit/4924bcb5fe78622d9176969c58f6d4c91ef658e9) Merge pull request  [#3530](https://github.com/containerd/containerd/pull/3530) from jterry75/revenor_hcsshim
    * [`8580926066`](https://github.com/containerd/containerd/commit/8580926066357d85b97c43b945c4801016bef796) Merge pull request  [#3563](https://github.com/containerd/containerd/pull/3563) from Random-Liu/update-release-note
    * [`8acf5a142a`](https://github.com/containerd/containerd/commit/8acf5a142a8c2d946f98758b9d4cdb42524f58ae) Update release note for CRI plugin for 1.3.
    * [`041e9debb1`](https://github.com/containerd/containerd/commit/041e9debb11b8ae2dc964c25e2c1d31454aa59f1) Revendor github.com/Microsoft/hcsshim
    * [`640860a042`](https://github.com/containerd/containerd/commit/640860a042b93c26c0a33081ee02230def486f81) Merge pull request  [#3559](https://github.com/containerd/containerd/pull/3559) from fuweid/avoid-read-config
    * [`cd76c4120e`](https://github.com/containerd/containerd/commit/cd76c4120ec2d8ec9eb42b0fa2dfd508359bee64) Merge pull request  [#3560](https://github.com/containerd/containerd/pull/3560) from keloyang/buffersize-32
    * [`21174cb497`](https://github.com/containerd/containerd/commit/21174cb497a83747596073e64aefd0dd631f15a0) Change bufferSize back to 32
    * [`08061c7c3c`](https://github.com/containerd/containerd/commit/08061c7c3cd095e4d35fc7999c21dc7bad8a9623) Merge pull request  [#3540](https://github.com/containerd/containerd/pull/3540) from crosbymichael/shim-hang
    * [`1073868e5e`](https://github.com/containerd/containerd/commit/1073868e5e7cd5a4ba1abae0655892f0e114d5be) runtime: only check killall for init process
    * [`c6da899e2f`](https://github.com/containerd/containerd/commit/c6da899e2fd5ec5f0863d4be5ff683ee785d155c) Merge pull request  [#3551](https://github.com/containerd/containerd/pull/3551) from crosbymichael/default-env
    * [`c537c8968c`](https://github.com/containerd/containerd/commit/c537c8968c5b068be6beb733e5072de9988a754e) Merge pull request  [#3550](https://github.com/containerd/containerd/pull/3550) from kevpar/remove-eventlog
    * [`64a0b2eb26`](https://github.com/containerd/containerd/commit/64a0b2eb26102cc8bf5a19553f071240c87ac30b) Revendor to remove unused dependencies
    * [`7379fa6631`](https://github.com/containerd/containerd/commit/7379fa6631181a43dc307997850ca701d6443761) Remove the process default ENV
    * [`5023d96ad2`](https://github.com/containerd/containerd/commit/5023d96ad2d1cd948ca87a78cba5478656945f08) Remove Windows EventLog logging hook
    * [`fc9335d75c`](https://github.com/containerd/containerd/commit/fc9335d75c4bf77185f75914e1d8e89786222f43) Merge pull request  [#3459](https://github.com/containerd/containerd/pull/3459) from crosbymichael/timeout-config
    * [`6cb56bb605`](https://github.com/containerd/containerd/commit/6cb56bb605e6ab0434d7a52f28cb8590458294ca) Merge pull request  [#3536](https://github.com/containerd/containerd/pull/3536) from darfux/ignore_closed_fifo_error_under_multi_cntr
    * [`0ab7f03fee`](https://github.com/containerd/containerd/commit/0ab7f03feecaa9fc51b63dbb634e74d04d68176f) Merge pull request  [#3528](https://github.com/containerd/containerd/pull/3528) from dmcgowan/overlay-direct-unpack
    * [`2763639388`](https://github.com/containerd/containerd/commit/27636393884fda7e69bf7ce7c0516a5eb5bcda14) Try to preserve exit event order
    * [`eac100ac97`](https://github.com/containerd/containerd/commit/eac100ac978171e1e79798f827eb6fa6be79cbcf) Merge pull request  [#3548](https://github.com/containerd/containerd/pull/3548) from Random-Liu/update-cri
    * [`04caf1fc4e`](https://github.com/containerd/containerd/commit/04caf1fc4e1bed887ca4fa4fd6e6da443057010e) Ignore fifo error when using v2 multi-container shim
    * [`9cbd18ac76`](https://github.com/containerd/containerd/commit/9cbd18ac76ace9d8fa3b61268e56d18f237af2be) Update cri to f1d492b0cdd14e76476ee4dd024696ce3634e501.
    * [`bcc4a146e4`](https://github.com/containerd/containerd/commit/bcc4a146e4c13e5525a0fcc1ad32ebda383a832b) Support applying with parent directories
    * [`5a0ff41c81`](https://github.com/containerd/containerd/commit/5a0ff41c81f4562b8a3dcffc80be6426530c2bb8) Update continuity vendor
    * [`c62b7444ef`](https://github.com/containerd/containerd/commit/c62b7444efcb0a0a75a02e8064fc4472b7e0b4f0) Merge pull request  [#3545](https://github.com/containerd/containerd/pull/3545) from estesp/update-fifo
    * [`80d31d15ba`](https://github.com/containerd/containerd/commit/80d31d15babcfb921a96417f6e86ab5796fffded) Update fifo for typed errors
    * [`666cfe11cb`](https://github.com/containerd/containerd/commit/666cfe11cb3811c71946b77e7437a918caea5347) Merge pull request  [#3547](https://github.com/containerd/containerd/pull/3547) from ethan-daocloud/patch-3
    * [`6d0e355c6d`](https://github.com/containerd/containerd/commit/6d0e355c6d08f2317c02ee039976afc260b950a8) cleanup code typos in leases.go
    * [`60439aeb17`](https://github.com/containerd/containerd/commit/60439aeb17810e79b47408e4e16daef24ce23128) Merge pull request  [#3542](https://github.com/containerd/containerd/pull/3542) from 1032120121/upstream_master
    * [`bee4c1a8a2`](https://github.com/containerd/containerd/commit/bee4c1a8a287e2469aed2968141199aba1304912) Add retry and non-blocking send for exit events
    * [`0d27d8f4f2`](https://github.com/containerd/containerd/commit/0d27d8f4f22909616f433134142c6b85a3e27cb9) Unifi reaper logic into package
    * [`bb4c92c773`](https://github.com/containerd/containerd/commit/bb4c92c773e195b86af92d5db26db6ca67164d7c) Fix shim hung
    * [`e07359b761`](https://github.com/containerd/containerd/commit/e07359b761c921f18331d217b13da224ca0c04e8) Merge pull request  [#3541](https://github.com/containerd/containerd/pull/3541) from tao12345666333/bump-go-1.12.9
    * [`1c30d4d04c`](https://github.com/containerd/containerd/commit/1c30d4d04cbd324e5f1c0b9e60cd53bc50e7a2b2) bugfix: override image.Env with process.Env, rather than be contrary
    * [`7682acb9e7`](https://github.com/containerd/containerd/commit/7682acb9e7c97a1d8d2b0a56f61801dbfe1a1518) AppVeyor: update to go 1.12.9
    * [`81386df917`](https://github.com/containerd/containerd/commit/81386df91707d955cfd215f78f47f0eb87a67d0f) Add direct unpack support for overlay and aufs
    * [`074b75907b`](https://github.com/containerd/containerd/commit/074b75907b1f6a753b26d24de93b3eeddb5d0d22) Merge pull request  [#3531](https://github.com/containerd/containerd/pull/3531) from thaJeztah/bump_golang_1.12.8
    * [`1b389b3628`](https://github.com/containerd/containerd/commit/1b389b362833e158405985a67d3ea6476c08ff18) AppVeyor: update to go 1.12.8 (CVE-2019-9512, CVE-2019-9514)
    * [`2e8ea9fd6b`](https://github.com/containerd/containerd/commit/2e8ea9fd6b04f4b11ba0ea95756ddcb1fb510bf6) Allow timeouts to be configured in config
    * [`b77e25dade`](https://github.com/containerd/containerd/commit/b77e25dadee8dfa580e5024b6801cc628e14fab8) Merge pull request  [#3516](https://github.com/containerd/containerd/pull/3516) from crosbymichael/remote-enc
    * [`95277fa447`](https://github.com/containerd/containerd/commit/95277fa447f9584ea84d0c623c78d4c1ae9c2e10) Merge pull request  [#3524](https://github.com/containerd/containerd/pull/3524) from ethan-daocloud/patch-2
    * [`a80db38c33`](https://github.com/containerd/containerd/commit/a80db38c330f0c0191d86bd535379b217e857d7f) blkio.go: correct help message word spells.
    * [`ec0c968215`](https://github.com/containerd/containerd/commit/ec0c9682156e2bba4937d7cf55f4b79699ea8291) Merge pull request  [#3520](https://github.com/containerd/containerd/pull/3520) from dmcgowan/image-usage
    * [`f6504149e5`](https://github.com/containerd/containerd/commit/f6504149e5dada1086e30ad84594e842c63623fc) Merge pull request  [#3519](https://github.com/containerd/containerd/pull/3519) from thaJeztah/bump_boltdb
    * [`cdc58b7976`](https://github.com/containerd/containerd/commit/cdc58b79762b4a672b831fedde83984367f04b44) Merge pull request  [#3526](https://github.com/containerd/containerd/pull/3526) from carlosedp/riscv64
    * [`e64ce76b13`](https://github.com/containerd/containerd/commit/e64ce76b130663d18220a042e570f4d61a42fce2) Merge pull request  [#3523](https://github.com/containerd/containerd/pull/3523) from thaJeztah/bump_golang
    * [`3ef26cd87c`](https://github.com/containerd/containerd/commit/3ef26cd87c73ec62c9dda1c17800416fc2323e8d) bump x/sys to fix riscv64 epoll
    * [`2ff7183cc2`](https://github.com/containerd/containerd/commit/2ff7183cc24bb1501490c65756b385d2395776fa) AppVeyor: update to go 1.12.7
    * [`c017e0efed`](https://github.com/containerd/containerd/commit/c017e0efed645b93cb3f6749f65212a45e104994) Use a child context for errgroup in dispatch
    * [`75771c4634`](https://github.com/containerd/containerd/commit/75771c4634892c1dc79b9d2856e11c51a017dd47) Add usage function to client
    * [`b6fca48fed`](https://github.com/containerd/containerd/commit/b6fca48fede03c636fb24cceeaed58f7a3145e50) bump go.etcd.io/bbolt v1.3.3
    * [`ea13c9fe99`](https://github.com/containerd/containerd/commit/ea13c9fe9941b0714630aa614ef5a0038c0083a3) Merge pull request  [#3518](https://github.com/containerd/containerd/pull/3518) from crosbymichael/processors
    * [`0dadef19cf`](https://github.com/containerd/containerd/commit/0dadef19cfe53379ed384b70b9689c7f67c5ecd3) Add docs for stream processors
    * [`d085d9b464`](https://github.com/containerd/containerd/commit/d085d9b464b663b4e7a4713cefeec5ab4cae6116) Remove encryption code from containerd core
    * [`f06e605f1a`](https://github.com/containerd/containerd/commit/f06e605f1aef6150b5b4d4556e5b84eeb758fb51) Merge pull request  [#3515](https://github.com/containerd/containerd/pull/3515) from fuweid/me-remove-comment-line
    * [`ec4ad5332d`](https://github.com/containerd/containerd/commit/ec4ad5332d725062e73761a2e43c59a64e1667f9) Merge pull request  [#3506](https://github.com/containerd/containerd/pull/3506) from darfux/copy_md_when_set_ttrpcheader
    * [`c0cf9a5905`](https://github.com/containerd/containerd/commit/c0cf9a5905ed734cd30d915b6b4fbb9603aeb067) Merge pull request  [#3509](https://github.com/containerd/containerd/pull/3509) from dmcgowan/update-1.3-beta-notes
    * [`282b19efd2`](https://github.com/containerd/containerd/commit/282b19efd264f96119d50757ca398b00dd6bd609) remotes: remove useless line
    * [`a3a30635ef`](https://github.com/containerd/containerd/commit/a3a30635ef713b544ea7feff0d12a768fd1ed636) namespace: Copy ttrpc metadata before setting header
    * [`a1c88e195a`](https://github.com/containerd/containerd/commit/a1c88e195aa98e5fcd9bf42294caf0bbf7a543ae) Merge pull request  [#3484](https://github.com/containerd/containerd/pull/3484) from rancher/master
    * [`b4dce14ac0`](https://github.com/containerd/containerd/commit/b4dce14ac074466f8e2bb2c33acacfc5c946f651) Merge pull request  [#3510](https://github.com/containerd/containerd/pull/3510) from dmcgowan/remove-ppc64le
    * [`04b7f1b594`](https://github.com/containerd/containerd/commit/04b7f1b5946af5020f148ffa889d3aaded3475cc) Remove ppc64le from travis
    * [`2fac3ee27d`](https://github.com/containerd/containerd/commit/2fac3ee27df24b9195ddd4a1d2b4669021452f69) Add release notes for stream processor
    * [`1161409779`](https://github.com/containerd/containerd/commit/1161409779f0275f5e65a697d587ff893f9f9188) Limit multiple platform manifests to one for size check
    * [`23faecfb66`](https://github.com/containerd/containerd/commit/23faecfb66ab553a9aa553d45c91ac7ef118ccdc) Merge pull request  [#3505](https://github.com/containerd/containerd/pull/3505) from crosbymichael/remoteopts-unpack
    * [`fe3638e887`](https://github.com/containerd/containerd/commit/fe3638e887c25125631773961d8af35a2ae0fba9) Add UnpackOpts to RemoteContext
    * [`1eb13fc2f0`](https://github.com/containerd/containerd/commit/1eb13fc2f008b069ea9cefb72f1ebdc0346dd6a1) Merge pull request  [#3501](https://github.com/containerd/containerd/pull/3501) from wanghuaiqing2010/master
    * [`d8322e38c7`](https://github.com/containerd/containerd/commit/d8322e38c7b80c85ca1e61dbbe638983b4a443cf) cast Rdev of Stat_t to uint64 for mips
    * [`5222236c1b`](https://github.com/containerd/containerd/commit/5222236c1b57d055362dbc413d042ab56427270a) Merge pull request  [#3502](https://github.com/containerd/containerd/pull/3502) from estesp/clarify-ctr
    * [`4e6e61c44e`](https://github.com/containerd/containerd/commit/4e6e61c44e83ba1f69aa37ea603a9f23383821fb) Merge pull request  [#3482](https://github.com/containerd/containerd/pull/3482) from crosbymichael/apply-remote
    * [`930da7cfa7`](https://github.com/containerd/containerd/commit/930da7cfa77e56309c139a38ca527d3855e02873) Merge pull request  [#3503](https://github.com/containerd/containerd/pull/3503) from Random-Liu/default-ns
    * [`af7b7cdb02`](https://github.com/containerd/containerd/commit/af7b7cdb022d42d5063f13dd9f49ec9d027a07e6) Save default namespace in the client.
    * [`552a0b1be5`](https://github.com/containerd/containerd/commit/552a0b1be5e196c3d468ab6509bf9b849328b625) Handle stderr in stream processors
    * [`3fded74bc7`](https://github.com/containerd/containerd/commit/3fded74bc73a7824af1388400940207207902273) Add unpack opts
    * [`26b90619e2`](https://github.com/containerd/containerd/commit/26b90619e2de608d433351c65578180932ffda9c) Pass apply opts through rootfs/* code
    * [`e1489f93c3`](https://github.com/containerd/containerd/commit/e1489f93c3629fc68811d30a1dc3ddf6cb951d0d) Use named pipes for windows processors
    * [`134d3c8159`](https://github.com/containerd/containerd/commit/134d3c81597ccfae2d03d52f0772d06fd09a86c1) Add windows apply code
    * [`f867401c69`](https://github.com/containerd/containerd/commit/f867401c69d40f75ada6e3f1101cb5f2310792d0) Use fds and pass Payloads over diff api
    * [`366823727f`](https://github.com/containerd/containerd/commit/366823727f38fe412d5143de5cdbf27f2986cf27) Add server config for stream processors
    * [`97a98773cf`](https://github.com/containerd/containerd/commit/97a98773cf0bdb489744ce22997e77a8b47b77fb) Add StreamProcessor for apply
    * [`0bc5df0354`](https://github.com/containerd/containerd/commit/0bc5df0354aea5fb9c734e1bb788a166293b8077) Clarify text on `ctr` support/inclusion
    * [`2ff1ef4f6c`](https://github.com/containerd/containerd/commit/2ff1ef4f6cc5e7e8ee25fccfc8e09a4fee3f013d) Merge pull request  [#3499](https://github.com/containerd/containerd/pull/3499) from dmcgowan/update-beta-release-notes
    * [`4507cd1e04`](https://github.com/containerd/containerd/commit/4507cd1e0463e23ac3464d947dbca704fd80fc3e) Merge pull request  [#3500](https://github.com/containerd/containerd/pull/3500) from jterry75/revendor_go-winio
    * [`d0f4cf0bde`](https://github.com/containerd/containerd/commit/d0f4cf0bdeac33064706dbda8b783595c1df7420) Merge pull request  [#3497](https://github.com/containerd/containerd/pull/3497) from ethan-daocloud/patch-1
    * [`0a3769eec6`](https://github.com/containerd/containerd/commit/0a3769eec6666382e87fef066122ebe1b35dfe05) pusher.go: error message typo correction
    * [`635ccc0671`](https://github.com/containerd/containerd/commit/635ccc06714aa3efe713b5638b34d67e836f2d13) Add cri release notes
    * [`4667ee47a5`](https://github.com/containerd/containerd/commit/4667ee47a580566c18494f7a11dc3532277f4fc3) Update Microsoft/go-winio v0.4.14
    * [`03d934adc4`](https://github.com/containerd/containerd/commit/03d934adc4fb41763364b643e03399fdfcdcb20b) Merge pull request  [#3474](https://github.com/containerd/containerd/pull/3474) from crosbymichael/uuid
    * [`13c6dcdea1`](https://github.com/containerd/containerd/commit/13c6dcdea17d9b2505ff4416fdf7649f534d7f6a) Merge pull request  [#3498](https://github.com/containerd/containerd/pull/3498) from dmcgowan/limit-ppc64le
    * [`7792c23b14`](https://github.com/containerd/containerd/commit/7792c23b149b177e72459ea29549aa54c321e132) Limit default matrix to runc v2 runtime
    * [`225cc7d5bd`](https://github.com/containerd/containerd/commit/225cc7d5bddad3ab547fcd4dc1677f53735c26bb) Merge pull request  [#3494](https://github.com/containerd/containerd/pull/3494) from jterry75/remove_v2
    * [`7fddefc493`](https://github.com/containerd/containerd/commit/7fddefc4938f9a2ae25d5dd36ce5909da8462386) Merge pull request  [#3496](https://github.com/containerd/containerd/pull/3496) from darfux/v2_close_ttrpc_when_delete
    * [`28bdb71cc9`](https://github.com/containerd/containerd/commit/28bdb71cc96d1a542c2f6fcb1c54461d472be3ac) Merge pull request  [#3492](https://github.com/containerd/containerd/pull/3492) from Random-Liu/update-cri
    * [`9f0bc2b53f`](https://github.com/containerd/containerd/commit/9f0bc2b53f3413def50c273334ed90a4e17aae21) Add UUID and server info to introspection
    * [`dce8541387`](https://github.com/containerd/containerd/commit/dce8541387a5e8e6fefe3f921c40b4ee1a9ac50e) Merge pull request  [#3493](https://github.com/containerd/containerd/pull/3493) from dmcgowan/fix-travis-matrix
    * [`08483d18ad`](https://github.com/containerd/containerd/commit/08483d18adea186c75463305d4040d218e5d68d4) v2: Close ttrpc connection when `Delete()`
    * [`4b5dfaee13`](https://github.com/containerd/containerd/commit/4b5dfaee1324c6f809acc0b4cf7199aaf1796c1e) Completely remove Windows v2 in-tree shim
    * [`2398421d50`](https://github.com/containerd/containerd/commit/2398421d50978b653398f3ead57ec243fb0ff665) Fix travis matrix
    * [`a5940da62c`](https://github.com/containerd/containerd/commit/a5940da62c3468411168b71e69faaedeb721fb34) Remove `ctr cri load` and update cri-tools to v1.15.0
    * [`29e56c5625`](https://github.com/containerd/containerd/commit/29e56c5625c1bcd3b1a675f8897324470dd41b83) Merge pull request  [#3489](https://github.com/containerd/containerd/pull/3489) from mxpv/faulty
    * [`24e3848050`](https://github.com/containerd/containerd/commit/24e384805081c2ccae9f7493ab96119df4bd4f81) Merge pull request  [#3272](https://github.com/containerd/containerd/pull/3272) from nitkon/patch-2
    * [`0a4bf1bd1e`](https://github.com/containerd/containerd/commit/0a4bf1bd1e8e3c21f15372ead7b6bdd0d7785806) Mark faulty devices
    * [`c99961c6c0`](https://github.com/containerd/containerd/commit/c99961c6c0cf13f2b4e42f5858589bc05931b4b8) Update cri to b213648c5bd0a1d2ee42709c10dff63fbfee3ad7
    * [`cb46663725`](https://github.com/containerd/containerd/commit/cb46663725f1f1b1550f6b01ba08847d2bec47fd) Merge pull request  [#3470](https://github.com/containerd/containerd/pull/3470) from mxpv/devmapper_err
    * [`b05a2b26ff`](https://github.com/containerd/containerd/commit/b05a2b26ff05d2cd99ecda1041d3e98e11874729) Merge pull request  [#3486](https://github.com/containerd/containerd/pull/3486) from tao12345666333/rm-unnecessary-str-fmt
    * [`ca2463a719`](https://github.com/containerd/containerd/commit/ca2463a7196a992935e5365eacbff1e9e5a0d44f) Merge pull request  [#3485](https://github.com/containerd/containerd/pull/3485) from Random-Liu/fix-containerd-on-windows
    * [`4b4ce4a26c`](https://github.com/containerd/containerd/commit/4b4ce4a26ccab6b8a03f771ba922ca54fe51409d) remotes: remove unnecessary string formatting
    * [`d1b9ee543c`](https://github.com/containerd/containerd/commit/d1b9ee543cd73b1c208829b771853ecd9d838cc7) travis: Enable travis CI for ppc64le arch
    * [`bb99688914`](https://github.com/containerd/containerd/commit/bb9968891449193c8a074b1a97fe0e850092612d) Fix containerd on windows.
    * [`f0821348b4`](https://github.com/containerd/containerd/commit/f0821348b4a8ad494eae63441d67ee144fd06314) Merge pull request  [#3475](https://github.com/containerd/containerd/pull/3475) from stefanberger/gpg2-passphrase-via-file
    * [`d3e539af79`](https://github.com/containerd/containerd/commit/d3e539af799057ccd832c44e5bf333c1a506c558) Merge pull request  [#3480](https://github.com/containerd/containerd/pull/3480) from dmcgowan/fix-export-named-manifest-opt
    * [`69d65c9764`](https://github.com/containerd/containerd/commit/69d65c9764e196ea3d5e186fb93bcad72f497cec) Merge pull request  [#3476](https://github.com/containerd/containerd/pull/3476) from dmcgowan/fix-push-exist-check
    * [`ac1cb6d5d4`](https://github.com/containerd/containerd/commit/ac1cb6d5d497e38ace14235682133326e48ddd6e) Merge pull request  [#3467](https://github.com/containerd/containerd/pull/3467) from kevpar/dial-pipe-err
    * [`adad947b77`](https://github.com/containerd/containerd/commit/adad947b77cc5d749fd79a10293b185b24d1b032) Merge pull request  [#3460](https://github.com/containerd/containerd/pull/3460) from lumjjb/ctrrecipients
    * [`3e52e29025`](https://github.com/containerd/containerd/commit/3e52e290259c463152e0c8dac0de2f76f491d270) Fix bug in export named manifest option
    * [`594f423190`](https://github.com/containerd/containerd/commit/594f423190d29a61dc81eb171213ff863dfa8473) protobuf: Bump Protobuf version to 3.7.0
    * [`c965a6c4da`](https://github.com/containerd/containerd/commit/c965a6c4da0b1724122fdc2967f29ad1a90aeafd) Prevent push by tag for sub-manifests
    * [`053853fe3f`](https://github.com/containerd/containerd/commit/053853fe3ffc6af80165a3249a76a82c27a81cdb) Merge pull request  [#3465](https://github.com/containerd/containerd/pull/3465) from dmcgowan/beta-1.3
    * [`5cf79913e4`](https://github.com/containerd/containerd/commit/5cf79913e4c3192459277a2ca85b42a156b46b76) gpg: Use a Pipe() rather than a file
    * [`6a25128791`](https://github.com/containerd/containerd/commit/6a251287916a8b5a18a54b24bdcff2174574d8f6) gpg: Pass the passphrase to the gpg2 tool using a file
    * [`3741fd8591`](https://github.com/containerd/containerd/commit/3741fd859116ae519059b43d674666945c84a638) Remove deferred flag when removing devmapper device
    * [`b16e7c5de1`](https://github.com/containerd/containerd/commit/b16e7c5de14bace532273752cd6c94c954267b1e) Update pkg/ttrpcutil with improved pipe dial logic
    * [`a49df98ee9`](https://github.com/containerd/containerd/commit/a49df98ee9a1dd08be844c037820d302d069b835) Merge pull request  [#3468](https://github.com/containerd/containerd/pull/3468) from crosbymichael/custom-cgroup
    * [`daf12cd194`](https://github.com/containerd/containerd/commit/daf12cd1944942b2f56273e826867961317ac133) Improve error return from AnonDialer on Windows
    * [`4d5a0e19eb`](https://github.com/containerd/containerd/commit/4d5a0e19ebe1fd57a4c2fc1f6b36249060bd8b4a) Mark faulty device in one transaction
    * [`e04f9599ae`](https://github.com/containerd/containerd/commit/e04f9599aeb84557b12e44adb0140fcd93e645f3) Merge pull request  [#3469](https://github.com/containerd/containerd/pull/3469) from crosbymichael/pb.txt
    * [`878a3205cd`](https://github.com/containerd/containerd/commit/878a3205cdfedf616f0db82381d6841ffdb9461c) Better error recovery in devmapper
    * [`578216950d`](https://github.com/containerd/containerd/commit/578216950de9c1c188708369e2a31ac6c494dfee) Add note about pb.txt files
    * [`f68186e107`](https://github.com/containerd/containerd/commit/f68186e1070fbf30030688f3cb86ccdbf5dff806) Improve custom cgroup test
    * [`4195136eea`](https://github.com/containerd/containerd/commit/4195136eea0ee4f6d507bf23f1396bca74f9807d) Merge pull request  [#3433](https://github.com/containerd/containerd/pull/3433) from dmcgowan/gc-docs
    * [`8a6190856b`](https://github.com/containerd/containerd/commit/8a6190856bb84c4e340527c2404b1123791bab13) Add 1.3 beta release note
    * [`172fe90e55`](https://github.com/containerd/containerd/commit/172fe90e55c3c3a452f9bec926d87ffda5ed01bf) Merge pull request  [#3447](https://github.com/containerd/containerd/pull/3447) from mxpv/update
    * [`d099058086`](https://github.com/containerd/containerd/commit/d099058086bcf47419c17940ce04c0fba48e58ed) Merge pull request  [#3463](https://github.com/containerd/containerd/pull/3463) from dzzg/patch-2
    * [`fbca688971`](https://github.com/containerd/containerd/commit/fbca68897199a960732ca5f3a4b343ee9322d1de) Merge pull request  [#3449](https://github.com/containerd/containerd/pull/3449) from YLonely/container-delete-bug
    * [`612628c2f9`](https://github.com/containerd/containerd/commit/612628c2f9b8e04828f306d5bbf156570e2e79eb) fix wrong spells in compression.go
    * [`98ead46d1a`](https://github.com/containerd/containerd/commit/98ead46d1a9ee6b5c7e855c7561e07dab23b70f3) Call Update of snapshotter plugin
    * [`eabb536b1f`](https://github.com/containerd/containerd/commit/eabb536b1f376a259e3450a9d8f6fc7e6a18367e) Merge pull request  [#3462](https://github.com/containerd/containerd/pull/3462) from crosbymichael/ctr-hang
    * [`e00ebfbf06`](https://github.com/containerd/containerd/commit/e00ebfbf06dbbf6a2c3550140ee337b77d539451) Merge pull request  [#3461](https://github.com/containerd/containerd/pull/3461) from crosbymichael/pid-fastpath
    * [`f543f2fbcd`](https://github.com/containerd/containerd/commit/f543f2fbcd1eb7f7bcb0994b80da490736cd0aab) Call CloseIO when stdin closes in ctr
    * [`eb4b3e8772`](https://github.com/containerd/containerd/commit/eb4b3e8772d1aed68a574160a2f8f88ac7526e6f) Fast path getting pid from task
    * [`8cd480c233`](https://github.com/containerd/containerd/commit/8cd480c2336afb801bc2ce9e529ef61736c053c3) Specify protocols in ctr encrypt recipients
    * [`e3cc9c20cb`](https://github.com/containerd/containerd/commit/e3cc9c20cb63e0dc35f35c273556216f57d699c9) bug fix:#3448
    * [`ab78270e03`](https://github.com/containerd/containerd/commit/ab78270e03d8e3c854ddbef66d8b77ccd893661e) Merge pull request  [#3456](https://github.com/containerd/containerd/pull/3456) from dzzg/patch-1
    * [`c27e48d666`](https://github.com/containerd/containerd/commit/c27e48d666764937bcea75adf3581c7fada471ed) fix mis-spelling in client.go
    * [`22f44c44d9`](https://github.com/containerd/containerd/commit/22f44c44d90bf59ffeb0549abe3754d1c95e608d) Add garbage collection doc
    * [`29930e9185`](https://github.com/containerd/containerd/commit/29930e918597c91a353669dd606c4b079b2a09e1) Merge pull request  [#3455](https://github.com/containerd/containerd/pull/3455) from dmcgowan/fix-default-import-compression
    * [`02826345cf`](https://github.com/containerd/containerd/commit/02826345cf466abaf7f969f82d7f35fe7dcd30f2) Add option to compress blobs on import
    * [`7ff23438f6`](https://github.com/containerd/containerd/commit/7ff23438f64cfa62651ee9beea83f4dddfcf5a1e) Merge pull request  [#3452](https://github.com/containerd/containerd/pull/3452) from lumjjb/keybundles
    * [`2190c0e5f7`](https://github.com/containerd/containerd/commit/2190c0e5f7ed21b77a3a4dd91f3598ea5c18028a) Merge pull request  [#3450](https://github.com/containerd/containerd/pull/3450) from kevpar/windows-alloc-console
    * [`15b59f9684`](https://github.com/containerd/containerd/commit/15b59f9684e364103de667cd674e02412955c7a2) Merge pull request  [#3441](https://github.com/containerd/containerd/pull/3441) from YLonely/multiple-task-delete
    * [`41e172352c`](https://github.com/containerd/containerd/commit/41e172352c41b6ff9e3503241d1bb17bfbcc28a0) Merge pull request  [#3444](https://github.com/containerd/containerd/pull/3444) from crosbymichael/state-timeout
    * [`577872fda5`](https://github.com/containerd/containerd/commit/577872fda5b40c32c2f9023b6bff583941d97288) Merge pull request  [#3454](https://github.com/containerd/containerd/pull/3454) from fuweid/enrich-error-message
    * [`9da7d30362`](https://github.com/containerd/containerd/commit/9da7d303624251446770a2c405e53cb7e9c034f0) archive: return chtimes error with path information
    * [`3d1fa69694`](https://github.com/containerd/containerd/commit/3d1fa6969489061c03bd31b7c218b9d4e39fdeb4) Implemented constructors for both encryption and decryption
    * [`392668d007`](https://github.com/containerd/containerd/commit/392668d0071fe80ee643766af5b6b2839b222063) ctr:Support deleting multiple tasks at a time
    * [`05a2b63e84`](https://github.com/containerd/containerd/commit/05a2b63e842e13444b2ec63b1694120544add4e4) Create CryptoConfig constructors in place of dcparameters
    * [`1c7eab1979`](https://github.com/containerd/containerd/commit/1c7eab197999328e9fe6e9f20c273852fac7efb8) Allocate a conhost during Windows service startup
    * [`fdab4f4789`](https://github.com/containerd/containerd/commit/fdab4f4789e2a7a0fa1f8c17a3cffc906505b547) Merge pull request  [#3446](https://github.com/containerd/containerd/pull/3446) from stefanberger/cleanup
    * [`a4e2ea5c99`](https://github.com/containerd/containerd/commit/a4e2ea5c996f66f1037bd5f19082f00ff68a8c56) Merge pull request  [#3439](https://github.com/containerd/containerd/pull/3439) from crosbymichael/rm-windows
    * [`6c912315db`](https://github.com/containerd/containerd/commit/6c912315db5babcb9dbf89b57d82dce173876446) Merge pull request  [#3445](https://github.com/containerd/containerd/pull/3445) from dmcgowan/fixup-releases
    * [`364de4c35d`](https://github.com/containerd/containerd/commit/364de4c35df0e937204d3903f5d2b7b2bc574ca2) Wrap creation of CryptoConfig in constructors
    * [`51bc615338`](https://github.com/containerd/containerd/commit/51bc6153381827c82b442d3a6c7a4d7714c02661) Update releases doc for 1.1 release
    * [`101d4b78eb`](https://github.com/containerd/containerd/commit/101d4b78eb7fc0ef2be6dea1cfe2e5cf277df622) Add timeout to task state calls
    * [`e097ab8bb4`](https://github.com/containerd/containerd/commit/e097ab8bb47cd57d13b7baa52a3cb35376fb9345) Disable windows integration tests
    * [`f055bdb0aa`](https://github.com/containerd/containerd/commit/f055bdb0aa2521e62dd284f50685b002a8127c7a) Remove windows v1 runtime
    * [`f7761411b8`](https://github.com/containerd/containerd/commit/f7761411b8735d8605378e71f1ad16b759326c1b) Merge pull request  [#3424](https://github.com/containerd/containerd/pull/3424) from crosbymichael/devices
    * [`49fdb9e1b4`](https://github.com/containerd/containerd/commit/49fdb9e1b49c476bbe21a3d2255db1e739bd327e) Merge pull request  [#3430](https://github.com/containerd/containerd/pull/3430) from lumjjb/encgcfix
    * [`d531e78499`](https://github.com/containerd/containerd/commit/d531e784995802b105d8b69d2c64f551c9c34cd4) Modified image_enc_test to use a different image from other tests
    * [`e14cc99e23`](https://github.com/containerd/containerd/commit/e14cc99e236109487a05cb5993d88fc325c1e837) Merge pull request  [#3438](https://github.com/containerd/containerd/pull/3438) from darfux/test_check_manifest_platform_nil
    * [`5e5ae23d80`](https://github.com/containerd/containerd/commit/5e5ae23d802c1a676de0a0c2e16701ef802e4de7) test: Check manifest.Platform before dereferencing
    * [`f58fda97ec`](https://github.com/containerd/containerd/commit/f58fda97ec84c80e12c04636287639f153a797f0) Merge pull request  [#3432](https://github.com/containerd/containerd/pull/3432) from crosbymichael/stress-size
    * [`1945e26ac3`](https://github.com/containerd/containerd/commit/1945e26ac30c972bdb0253c40b5d17ab7b533cde) Add concurrent execs in stress tests
    * [`ffa86b25f9`](https://github.com/containerd/containerd/commit/ffa86b25f962f65b6dfd7697050b5d9e0b81fdbe) Add new shims for checking binary sizes
    * [`4005979c93`](https://github.com/containerd/containerd/commit/4005979c9360b4ccd5c4126311eaf0ec52370202) Merge pull request  [#3415](https://github.com/containerd/containerd/pull/3415) from dmcgowan/gc-flat-lease
    * [`c118c45f89`](https://github.com/containerd/containerd/commit/c118c45f89d912c22f6784047eda65209ed9df5b) Change image_enc_test so that it more reliably delete images
    * [`c6d437fd70`](https://github.com/containerd/containerd/commit/c6d437fd70c54d34ef87da117ded797c21420b2d) Corrected lease implementation
    * [`c00517a94c`](https://github.com/containerd/containerd/commit/c00517a94c80c0e5540097d4068c850f46888038) Made fixes and optimizations to encryption GC
    * [`5631fe3b32`](https://github.com/containerd/containerd/commit/5631fe3b32e004b7c43fc267e1a08165e1289e8c) Merge pull request  [#3431](https://github.com/containerd/containerd/pull/3431) from dmcgowan/fix-nil-body
    * [`725d3ad8cb`](https://github.com/containerd/containerd/commit/725d3ad8cb91f273cf53d2f9546a7ffd5dd6d00a) Add --device flag to ctr
    * [`518be1cb07`](https://github.com/containerd/containerd/commit/518be1cb070551e5cd8e69f9cea33f7abd5cfdca) Fix bug in setting request body
    * [`dd0a45dfe0`](https://github.com/containerd/containerd/commit/dd0a45dfe05d2d3fde956d2396ba31b9b68f94b0) Add flat GC label for leases
    * [`dca17853d8`](https://github.com/containerd/containerd/commit/dca17853d8a9321653ff5dbf96b27381c9806bf9) Add WithLinuxDevices Opt
    * [`283d5d9005`](https://github.com/containerd/containerd/commit/283d5d9005bfe479ef018de055086f339a9d6d2a) Merge pull request  [#3418](https://github.com/containerd/containerd/pull/3418) from stevvooe/backout-error-changes
    * [`804ae89be6`](https://github.com/containerd/containerd/commit/804ae89be632a111d4cadee589b13b4b63ae7f86) errors: use errdefs errors in client and commands
    * [`c90a3d4932`](https://github.com/containerd/containerd/commit/c90a3d49323bf3d9c916afede87337cfafdd9319) Merge pull request  [#3134](https://github.com/containerd/containerd/pull/3134) from stefanberger/encryption_code_plus_ctr.pr
    * [`dde436e65b`](https://github.com/containerd/containerd/commit/dde436e65bd9319209d0a113f27078f2a07cd2d9) Crypto library movement and changes to content helper interfaces
    * [`bf8804c743`](https://github.com/containerd/containerd/commit/bf8804c7430c7204af6badcb0b932637d063ba27) Implemented image encryption/decryption libraries and ctr commands
    * [`30c3443947`](https://github.com/containerd/containerd/commit/30c344394740d0ea46b2bfca2fb547f49a42885a) Add crypto dependencies/vendoring
    * [`1ff1f87fea`](https://github.com/containerd/containerd/commit/1ff1f87feacbbc65d23fcdebc45df9f15317e970) Merge pull request  [#3400](https://github.com/containerd/containerd/pull/3400) from dmcgowan/registry-configuration
    * [`569f500e8d`](https://github.com/containerd/containerd/commit/569f500e8da1c76c7fbd834f4578c1584382795e) Merge pull request  [#3423](https://github.com/containerd/containerd/pull/3423) from crosbymichael/update-cgroups
    * [`e237439a2d`](https://github.com/containerd/containerd/commit/e237439a2d14cb196ce828648001246e06ca73cf) Merge pull request  [#3422](https://github.com/containerd/containerd/pull/3422) from fuweid/me-support-customize-install-path
    * [`a1f3ebaec8`](https://github.com/containerd/containerd/commit/a1f3ebaec888b5bb816fa5b3437eb3ff7d81b415) Update cgroups to c4b9ac5c7601384c965b9646fc51588
    * [`063a4ff278`](https://github.com/containerd/containerd/commit/063a4ff27844fb1e751499cd8f6df5ad249d4e0d) Merge pull request  [#3419](https://github.com/containerd/containerd/pull/3419) from AkihiroSuda/fix-task-start
    * [`b72673fdc7`](https://github.com/containerd/containerd/commit/b72673fdc734285898dd5f7e5c51ddb7a8afc221) Makefile: allow custom base path to install
    * [`129942ca4d`](https://github.com/containerd/containerd/commit/129942ca4d5764be1af04e03a30c841ddb452e11) Merge pull request  [#3135](https://github.com/containerd/containerd/pull/3135) from dmcgowan/archive-importer-docker-types
    * [`fab016c7a1`](https://github.com/containerd/containerd/commit/fab016c7a10531c6bd5a975637ecbaf9a7b35189) runtime/v1/linux: ignore ErrCgroupDeleted in Task.Start
    * [`36e4c8e55d`](https://github.com/containerd/containerd/commit/36e4c8e55dae110062d3987b9c487510ce04bdfe) Merge pull request  [#3420](https://github.com/containerd/containerd/pull/3420) from crosbymichael/sn-regression
    * [`b5d0c78225`](https://github.com/containerd/containerd/commit/b5d0c7822520afd4adca7d7b36397dffbbf0d3fd) Merge pull request  [#3406](https://github.com/containerd/containerd/pull/3406) from fuweid/me-update-Manifest
    * [`ce0d2489ac`](https://github.com/containerd/containerd/commit/ce0d2489acdcd93ef6d213d855fec1f2e2cb22b8) Fix regiression from #3403 with snapshot cmd
    * [`e4bfab7182`](https://github.com/containerd/containerd/commit/e4bfab7182f6db45dc3d07306be3bf47623ea60d) Merge pull request  [#3417](https://github.com/containerd/containerd/pull/3417) from dmcgowan/testing-log-hook
    * [`0b29c9c371`](https://github.com/containerd/containerd/commit/0b29c9c37116e402f61a5d6766bbb3fc0b451ec9) Update resolver to handle endpoint configuration
    * [`63ceaf877d`](https://github.com/containerd/containerd/commit/63ceaf877d82af6ada381191f6a837f6e92f4717) Add testing log context
    * [`f63eab32e1`](https://github.com/containerd/containerd/commit/f63eab32e1f6260df457e6ed72cda440eb5d076b) Add testing log hook to context
    * [`d6be45e151`](https://github.com/containerd/containerd/commit/d6be45e15166799e2245d37ebc834dc4d3c167fa) Merge pull request  [#3416](https://github.com/containerd/containerd/pull/3416) from crosbymichael/hard-code-err
    * [`61d930ad5b`](https://github.com/containerd/containerd/commit/61d930ad5b09b934870b6b629abec78115f51dc5) Move specific errors to their respective packages
    * [`7d03fc63e1`](https://github.com/containerd/containerd/commit/7d03fc63e186e4830b959f99b83ce31940ee4acc) Merge pull request  [#3414](https://github.com/containerd/containerd/pull/3414) from estesp/refactor-forloop
    * [`82826df9bd`](https://github.com/containerd/containerd/commit/82826df9bdaacf3d34fa391761d8d6bb972b51c0) Small refactor due to CI linter changes
    * [`f3e148b1cc`](https://github.com/containerd/containerd/commit/f3e148b1ccf268450c87427b5dbb6187db3d22f1) Merge pull request  [#3411](https://github.com/containerd/containerd/pull/3411) from mxpv/linter
    * [`adb8b02b66`](https://github.com/containerd/containerd/commit/adb8b02b662eabf557cdb916a06cfb84ad71762c) Merge pull request  [#3408](https://github.com/containerd/containerd/pull/3408) from wangpeng168/master
    * [`ef7f46eb7b`](https://github.com/containerd/containerd/commit/ef7f46eb7bff5fad55b108027332a2938f77066a) Fix linter errors
    * [`2b521e25a7`](https://github.com/containerd/containerd/commit/2b521e25a72a5a480e139f28446c6138cc5adaba) Switch to golangci-lint
    * [`abc152d14c`](https://github.com/containerd/containerd/commit/abc152d14c950a64deb833b597082b68eaf5ea06) fix name in containers file
    * [`70b00a0fa9`](https://github.com/containerd/containerd/commit/70b00a0fa9b1e754758153d9d649c4fb56fcd02c) fix variable name
    * [`4988424fc0`](https://github.com/containerd/containerd/commit/4988424fc0c459f5a07ce1cd1d5f39fa6ebf39f1) * fix: view snapshot is deleted before diff
    * [`db95af43f3`](https://github.com/containerd/containerd/commit/db95af43f3254b921a0fce16679dc6d03f59c5b6) centralize harded-code message
    * [`d643f1dc88`](https://github.com/containerd/containerd/commit/d643f1dc886cb7a4d984ab7ac132e2049571aaf6) images: only fetch the best matched manifest info
    * [`f2b6c31d0f`](https://github.com/containerd/containerd/commit/f2b6c31d0fa7f5541f6a37d525ed461b294d785f) Merge pull request  [#3403](https://github.com/containerd/containerd/pull/3403) from mxpv/labels
    * [`550a6f1d73`](https://github.com/containerd/containerd/commit/550a6f1d733ad4960ecbe8247c6cb2a545d7dd66) Fix integration tests
    * [`1918ee4d11`](https://github.com/containerd/containerd/commit/1918ee4d11abd3b9dc27bb3b12e4e878ac4fa165) Respect default snapshotter label
    * [`47d2ac0902`](https://github.com/containerd/containerd/commit/47d2ac090262306abd81f22facae49664d34e2c8) Improve default label handling
    * [`4e2fc81edd`](https://github.com/containerd/containerd/commit/4e2fc81edd9ca5fa4a96f874ec669af5737b4999) Add aliases to namespaces subcommand
    * [`9d4fc1d405`](https://github.com/containerd/containerd/commit/9d4fc1d405d5648b20845325913e77512dcf6d88) Merge pull request  [#3399](https://github.com/containerd/containerd/pull/3399) from crosbymichael/criu12
    * [`2a92c27413`](https://github.com/containerd/containerd/commit/2a92c274135f388455f4ff5831d16ac3bbfce757) Bump travis to criu 3.12
    * [`309647b1f0`](https://github.com/containerd/containerd/commit/309647b1f0d73e8d86b66dcd97e9a91f2406dbeb) Merge pull request  [#3398](https://github.com/containerd/containerd/pull/3398) from crosbymichael/release-config
    * [`5ed1a3ce08`](https://github.com/containerd/containerd/commit/5ed1a3ce08b36c7f347a1bbbb0eb73da959ac8ce) Add RELEASE note about config versioning
    * [`a0696b2bc6`](https://github.com/containerd/containerd/commit/a0696b2bc6a0110263b711b3af1db4f2e483fbc6) Merge pull request  [#3374](https://github.com/containerd/containerd/pull/3374) from crosbymichael/runtime
    * [`dce11a21de`](https://github.com/containerd/containerd/commit/dce11a21debba6a1c20dec8f38c583ea704667ea) Merge pull request  [#3395](https://github.com/containerd/containerd/pull/3395) from hinshun/metadata-actual
    * [`6601b406b7`](https://github.com/containerd/containerd/commit/6601b406b79d9d166ffcaea1474171a0664f3210) Refactor runtime code for code sharing
    * [`2aa8780ce6`](https://github.com/containerd/containerd/commit/2aa8780ce6146aea028b227970705109a6f502db) Merge pull request  [#3393](https://github.com/containerd/containerd/pull/3393) from lifupan/fix_deadshim
    * [`7d21172453`](https://github.com/containerd/containerd/commit/7d21172453876b17915c141d3522f06dc7a90db8) Fix metadata content store to call writer digest after commit
    * [`d80513ee8a`](https://github.com/containerd/containerd/commit/d80513ee8a6995bc7889c93e7858ddbbc51f063d) Merge pull request  [#3388](https://github.com/containerd/containerd/pull/3388) from seemethere/image_tag
    * [`af93e4009b`](https://github.com/containerd/containerd/commit/af93e4009bc30451b91cae737ad4ec05a1aa88e3) ctr: Add images tag subcommand
    * [`ec8d9d3d7a`](https://github.com/containerd/containerd/commit/ec8d9d3d7a126e20d0bc1f3117158e8d7ba6a44b) shimv2: remove the dead task from runtime task list
    * [`c1c710ae16`](https://github.com/containerd/containerd/commit/c1c710ae16843161ec72a9cbc1aeababf7f02c7e) Merge pull request  [#3390](https://github.com/containerd/containerd/pull/3390) from Ace-Tang/update-go-runc
    * [`d3e1a51f85`](https://github.com/containerd/containerd/commit/d3e1a51f853e7796f417829235078f27b6a52ac7) vendor: bump go-runc
    * [`876c8890ae`](https://github.com/containerd/containerd/commit/876c8890ae12a079964c9d51f81ab425987e8037) Merge pull request  [#3384](https://github.com/containerd/containerd/pull/3384) from mxpv/exec-log-uri
    * [`46af8ccd2d`](https://github.com/containerd/containerd/commit/46af8ccd2d44a26fbad7aa93fd41e88cb122c741) Check exec log flags compatibility
    * [`3ce077e740`](https://github.com/containerd/containerd/commit/3ce077e74012e5a171a139da6b4d2591ebcb68e8) Merge pull request  [#3385](https://github.com/containerd/containerd/pull/3385) from ehotinger/ehotinger/refactor-winio
    * [`9fda4a5fe6`](https://github.com/containerd/containerd/commit/9fda4a5fe60b7b75c9b774035f7e5f5f67b74bba) Bumps the version of go-winio.
    * [`6b59b425e2`](https://github.com/containerd/containerd/commit/6b59b425e22eb9a162918d348074cd8c6db54a63) Support --log-uri for exec subcommand
    * [`6617defdc9`](https://github.com/containerd/containerd/commit/6617defdc9c73bbd0860dd476623160f3996db4b) Merge pull request  [#3383](https://github.com/containerd/containerd/pull/3383) from crosbymichael/ns-delete
    * [`844c58102e`](https://github.com/containerd/containerd/commit/844c58102e437cf6c4a33bcc03961ae9071dba2b) Add cgroup delete opt for ns deletion
    * [`d1b766a52b`](https://github.com/containerd/containerd/commit/d1b766a52b0367a5c29907e6d6cf8a659bfc0d1d) Merge pull request  [#3382](https://github.com/containerd/containerd/pull/3382) from knm3000/content_fetch_retry
    * [`3d3dbc8fbf`](https://github.com/containerd/containerd/commit/3d3dbc8fbfac21a75e1197832fb191a182feffbb) Handle RequestTimeout and TooManyRequests
    * [`041d8d7051`](https://github.com/containerd/containerd/commit/041d8d70510fababcca15830df33bb2718227fcf) Merge pull request  [#3366](https://github.com/containerd/containerd/pull/3366) from crosbymichael/exec-pid
    * [`c2c2b068fd`](https://github.com/containerd/containerd/commit/c2c2b068fd03df3ff62aaa113ffb144e87df66b7) Merge pull request  [#3380](https://github.com/containerd/containerd/pull/3380) from crosbymichael/oom-scores
    * [`7dfc605fc6`](https://github.com/containerd/containerd/commit/7dfc605fc6d36dd7327420b8956ac3f9ac71f190) Set shim OOM scores to +1 containerd daemon score
    * [`719a2c594e`](https://github.com/containerd/containerd/commit/719a2c594e4aad6a2de5cd9c298ab95309c2135c) Robust pid locking for shim processes
    * [`bb9616ba20`](https://github.com/containerd/containerd/commit/bb9616ba206c0d39f551e2bb54ec34ca21aea652) Merge pull request  [#3379](https://github.com/containerd/containerd/pull/3379) from Ace-Tang/clean-doc
    * [`e89e57c52d`](https://github.com/containerd/containerd/commit/e89e57c52d14a1ec7293803fce4014d0b24174ea) Merge pull request  [#3377](https://github.com/containerd/containerd/pull/3377) from estesp/remove-old-doc
    * [`2d03791158`](https://github.com/containerd/containerd/commit/2d03791158ade1b035eafa6b29bb091e60affd93) docs: remove shim_no_newns in ops.md
    * [`0886e4f1b7`](https://github.com/containerd/containerd/commit/0886e4f1b79ecd8eb0ac6625700a613b8ddd955a) No need to keep 2017 DockerCon doc
    * [`0e87608c2a`](https://github.com/containerd/containerd/commit/0e87608c2ad46fb92d2155885352dcf10dd65e51) Merge pull request  [#3371](https://github.com/containerd/containerd/pull/3371) from thaJeztah/bump_libseccomp
    * [`89ec47972f`](https://github.com/containerd/containerd/commit/89ec47972f7d91d21a1f678b5fa0dd3b04180b93) Merge pull request  [#3373](https://github.com/containerd/containerd/pull/3373) from Mattias-/release-hashsum
    * [`650a7e5c1e`](https://github.com/containerd/containerd/commit/650a7e5c1ec3a2d5752ce3868813f6813baf240c) Add hashsum for release archives
    * [`5b4ed0d886`](https://github.com/containerd/containerd/commit/5b4ed0d8866f349f485180b70abd0ae0ad75a25d) Merge pull request  [#3372](https://github.com/containerd/containerd/pull/3372) from thaJeztah/bump_runc
    * [`cb4a8f51a6`](https://github.com/containerd/containerd/commit/cb4a8f51a66615bec05cd27af932d4a938a52991) bump runc v1.0.0-rc8-32-gf4982d86
    * [`bb41ef87f1`](https://github.com/containerd/containerd/commit/bb41ef87f1841531526126ccd2ad1a4291e8571c) bump libseccomp-golang v0.9.1
    * [`287582585f`](https://github.com/containerd/containerd/commit/287582585fb44fcd5e55126695d0129e79a4345b) Merge pull request  [#3365](https://github.com/containerd/containerd/pull/3365) from crosbymichael/exec-lk
    * [`b2662f21a2`](https://github.com/containerd/containerd/commit/b2662f21a2ffa2c251b5f476669b6ac45ee9370a) Merge pull request  [#3370](https://github.com/containerd/containerd/pull/3370) from mxpv/file-io
    * [`174c4907d0`](https://github.com/containerd/containerd/commit/174c4907d0cb23cbb5d80c95e6dcfb42d0f31164) Fix shim's file IO logging
    * [`1a8df3f237`](https://github.com/containerd/containerd/commit/1a8df3f2377e614902b967338a3ee1aadf134dd0) Reserve exec id to prevent race
    * [`b88362fd55`](https://github.com/containerd/containerd/commit/b88362fd551b5c18dec7a751c547042eacfdf544) Merge pull request  [#3361](https://github.com/containerd/containerd/pull/3361) from crosbymichael/io-wait
    * [`245052243d`](https://github.com/containerd/containerd/commit/245052243d23c8de21fcc95bbf47fb1dbc731ab4) Add timeout for I/O waitgroups
    * [`574bde08ba`](https://github.com/containerd/containerd/commit/574bde08ba1a698d96fd4a294443ea90fd7bd213) Merge pull request  [#3360](https://github.com/containerd/containerd/pull/3360) from ZYecho/polish-log
    * [`6f788f861e`](https://github.com/containerd/containerd/commit/6f788f861e378f9b6fb9f69db86020ab77f1c132) Merge pull request  [#3358](https://github.com/containerd/containerd/pull/3358) from ehotinger/ehotinger/gh-templates
    * [`b95f0a6cea`](https://github.com/containerd/containerd/commit/b95f0a6cea96647330a6c1f0ed9eab5e140a337f) Merge pull request  [#3359](https://github.com/containerd/containerd/pull/3359) from keloyang/close-socket-fd
    * [`12a14c4424`](https://github.com/containerd/containerd/commit/12a14c4424208a90d2344b0b893c57452a9eb9ad) fix: polish log to make more clear
    * [`ec78305c49`](https://github.com/containerd/containerd/commit/ec78305c490e6e5f70f812b2af170525db8460f8) Close the inherited socket fd
    * [`111b082e20`](https://github.com/containerd/containerd/commit/111b082e2042eeae2b8119b45297882c8a843d1f) Merge pull request  [#3356](https://github.com/containerd/containerd/pull/3356) from mxpv/binary-io-path
    * [`fbf96d302a`](https://github.com/containerd/containerd/commit/fbf96d302aff95f8c52ab0161e7ff8ae7d33b9b9) Fix path in LogFile creator
    * [`7ac57b6392`](https://github.com/containerd/containerd/commit/7ac57b639299cdea03c1728c2692077d757ad79b) Merge pull request  [#3357](https://github.com/containerd/containerd/pull/3357) from odinuge/dependency-cgroups
    * [`63a8dee60d`](https://github.com/containerd/containerd/commit/63a8dee60ddd24523b9cd35057cc9049fd8197f7) Switch to GitHub's new issue templates.
    * [`341c7c144f`](https://github.com/containerd/containerd/commit/341c7c144f64d2a621160ba2dc667d67668879ea) Update dependency containerd/cgroups
    * [`8bb521318a`](https://github.com/containerd/containerd/commit/8bb521318ab81777c7468d2b308c8e83d7be607a) Merge pull request  [#3055](https://github.com/containerd/containerd/pull/3055) from ehotinger/ehotinger/flow-opts
    * [`5e0d793801`](https://github.com/containerd/containerd/commit/5e0d793801aefe1be5740a26771c9d30dac46f90) Fix bugs in BinaryIO creator
    * [`75f183887a`](https://github.com/containerd/containerd/commit/75f183887a99de2fd29d3144e5f9a1e09a069a67) Allow opts to flow to the backend snapshotter during snapshot creation.
    * [`4355a2accc`](https://github.com/containerd/containerd/commit/4355a2accce6e267e37d9dc8a18cf6fe92385401) Merge pull request  [#3355](https://github.com/containerd/containerd/pull/3355) from Ace-Tang/avoid-start-hang
    * [`95f9bbf18b`](https://github.com/containerd/containerd/commit/95f9bbf18b23cc6c7c7ce0c5a8a637bb1abfd59c) Add timeout in load shim v2
    * [`434f69e790`](https://github.com/containerd/containerd/commit/434f69e7906454e0177ff06d711614c34af9bf4e) Merge pull request  [#3353](https://github.com/containerd/containerd/pull/3353) from mikebrow/fix-slack-invite
    * [`62e9e11696`](https://github.com/containerd/containerd/commit/62e9e1169693dcbcf30e88e28e4c4badb5054fec) switch to a working link
    * [`3e7c6f6a6b`](https://github.com/containerd/containerd/commit/3e7c6f6a6b3dc8b327e9107c46521cf50b4be018) Merge pull request  [#3352](https://github.com/containerd/containerd/pull/3352) from crosbymichael/sn-panic
    * [`41e1bb8328`](https://github.com/containerd/containerd/commit/41e1bb83289568c12866ae22803fbfb8b7eaf536) Fix snapshotter getter in client code
    * [`cbb108e228`](https://github.com/containerd/containerd/commit/cbb108e22869c6b0a5cfd04eba9402ccd5a366a4) Merge pull request  [#3348](https://github.com/containerd/containerd/pull/3348) from mxpv/new-binary-io
    * [`062d056196`](https://github.com/containerd/containerd/commit/062d0561961a00fc1890f9fdc73821dce14bd9ce) Merge pull request  [#3345](https://github.com/containerd/containerd/pull/3345) from crosbymichael/diff-panic
    * [`052551573d`](https://github.com/containerd/containerd/commit/052551573d7e5b63874c9b02b420432894a7c441) Ensure labels is not nil in differ
    * [`50cd49d1c8`](https://github.com/containerd/containerd/commit/50cd49d1c86fa026abdf5c631c925a8315897313) Merge pull request  [#3343](https://github.com/containerd/containerd/pull/3343) from thaJeztah/appveyor_bump_go_1.12
    * [`67cf9f7f02`](https://github.com/containerd/containerd/commit/67cf9f7f025cff3e928641eca9076dce98db1e47) AppVeyor: Bump golang 1.12.6
    * [`fe58b496bb`](https://github.com/containerd/containerd/commit/fe58b496bb7c4a40469f36499c2e837936abb7ae) Merge pull request  [#3341](https://github.com/containerd/containerd/pull/3341) from crosbymichael/ttrpcmd
    * [`0b7abc02b2`](https://github.com/containerd/containerd/commit/0b7abc02b22309a648a8ba5ebe2a2d189c474cbe) ttrpc updates for interceptors, close, and metadata
    * [`40b17e97f6`](https://github.com/containerd/containerd/commit/40b17e97f6fdc8e8f158d25aaa7192bceff27264) Merge pull request  [#3218](https://github.com/containerd/containerd/pull/3218) from fuweid/me-cross-push
    * [`667195fdd9`](https://github.com/containerd/containerd/commit/667195fdd96be38a88a2a426d6da11591c2d4c54) Merge pull request  [#3339](https://github.com/containerd/containerd/pull/3339) from YLonely/typo-fix
    * [`d15a06b190`](https://github.com/containerd/containerd/commit/d15a06b1909acd6d6d0996858d7e91b410a0baa8) docs: Fix typo to some markdown files in /docs.
    * [`dd7c0aabcc`](https://github.com/containerd/containerd/commit/dd7c0aabccd3a895c12954234d9bc9cb024e4041) remotes: support cross-repo-push
    * [`bca5667362`](https://github.com/containerd/containerd/commit/bca5667362a827433dbfd2af5b200195af46a3d6) Make newBinaryIO public
    * [`545e79ae11`](https://github.com/containerd/containerd/commit/545e79ae11edfa7d14516d3c980e5c138f322fee) Merge pull request  [#3337](https://github.com/containerd/containerd/pull/3337) from crosbymichael/config-bk
    * [`31afff2944`](https://github.com/containerd/containerd/commit/31afff294400b5a69bdb3ec387ecdf5bad57a038) Fix backwards compat with v2 containerd configs
    * [`53896d7820`](https://github.com/containerd/containerd/commit/53896d7820a3a6e6dac5767c42fd2cd33e7b0d2c) Merge pull request  [#3335](https://github.com/containerd/containerd/pull/3335) from dmcgowan/fix-user-agent
    * [`bb00872800`](https://github.com/containerd/containerd/commit/bb008728001199665d0a6a484d064372487e7150) Add user agent header to all requests
    * [`2f69be5594`](https://github.com/containerd/containerd/commit/2f69be5594cecacdbe42076ed12c7039a0638a2c) Merge pull request  [#3322](https://github.com/containerd/containerd/pull/3322) from crosbymichael/configs
    * [`9547d269a1`](https://github.com/containerd/containerd/commit/9547d269a188c28e563470a597c8da7deb5b0734) Add v2 server config support with plugin URIs
    * [`42f4bb98ac`](https://github.com/containerd/containerd/commit/42f4bb98acc43ab8e46a3171bf13eaf0e7b7504e) Merge pull request  [#3311](https://github.com/containerd/containerd/pull/3311) from jing-rui/shimlog
    * [`94a21fc9cf`](https://github.com/containerd/containerd/commit/94a21fc9cf91fb694abdaa5bad9d2b80e6d0c7fa) Merge pull request  [#3328](https://github.com/containerd/containerd/pull/3328) from carlosedp/riscv64
    * [`9e0cd529d3`](https://github.com/containerd/containerd/commit/9e0cd529d35a9951f292ed35940f1cd6eff99a39) fix shim std logs not close after shim exit
    * [`fb6b0ae4c6`](https://github.com/containerd/containerd/commit/fb6b0ae4c692b5b5761b4326c428a09e1218981b) Update x/sys, x/net and bbolt modules to support Risc-V
    * [`02ed02eca5`](https://github.com/containerd/containerd/commit/02ed02eca53b9f4ee84702e1858f70023c26db44) Merge pull request  [#3325](https://github.com/containerd/containerd/pull/3325) from crosbymichael/unmount
    * [`ed308ea1e6`](https://github.com/containerd/containerd/commit/ed308ea1e6f7be0965ddb3afa7df3b86387ba4e9) Unmount rootfs with separate Remove() in bundle
    * [`40f54dc076`](https://github.com/containerd/containerd/commit/40f54dc076254b60294b4ba9831cf8386af2f40a) Merge pull request  [#3324](https://github.com/containerd/containerd/pull/3324) from crosbymichael/content-close
    * [`cf7fb14efa`](https://github.com/containerd/containerd/commit/cf7fb14efaa7527403e3369eeb53fd0239d716fd) Update timestamp atomic write
    * [`4f6ba8286d`](https://github.com/containerd/containerd/commit/4f6ba8286d754c1e7b94249ac6baffab2ddfc089) Ensure close in content test
    * [`04e7747e29`](https://github.com/containerd/containerd/commit/04e7747e29527a928fbdad1382f8a5cb37b6d136) Merge pull request  [#3321](https://github.com/containerd/containerd/pull/3321) from crosbymichael/ttrpc-namespace
    * [`15ae6b74fd`](https://github.com/containerd/containerd/commit/15ae6b74fd5d51a398d38d95dc864db511aaa816) Merge pull request  [#3318](https://github.com/containerd/containerd/pull/3318) from hinshun/ignore-readat-eof
    * [`faf925ba25`](https://github.com/containerd/containerd/commit/faf925ba2519ebea0fc1a8640a2f195d71d1398d) Handle EOF from ReadAt in content.ReadBlob
    * [`fa6a9f0635`](https://github.com/containerd/containerd/commit/fa6a9f063586e30833bdb9842e84289f4ef11020) Add ttrpc namespace support
    * [`42f24b57e4`](https://github.com/containerd/containerd/commit/42f24b57e4b86f9dfe35211f147cef5745caa306) Update ttrpc to a5bd8ce9e40bc7c065a11c6936f4d032ce
    * [`faa5f55189`](https://github.com/containerd/containerd/commit/faa5f5518978226ff3693838444aad6e8be1ca51) Merge pull request  [#3302](https://github.com/containerd/containerd/pull/3302) from crosbymichael/mkroot
    * [`d4e7efbb93`](https://github.com/containerd/containerd/commit/d4e7efbb932999f5406cf487b835f30315e65390) Merge pull request  [#3304](https://github.com/containerd/containerd/pull/3304) from fuweid/me-update-lease
    * [`7531c66d5a`](https://github.com/containerd/containerd/commit/7531c66d5a4e9bf0674ee6d754107381e6075385) Ensure that the rootfs dir is created in the bundle
    * [`7451dd1a48`](https://github.com/containerd/containerd/commit/7451dd1a486e4d239d1399dd0d53130f63e96459) Merge pull request  [#3308](https://github.com/containerd/containerd/pull/3308) from jterry75/handle_grpc_context_error
    * [`48a1fca855`](https://github.com/containerd/containerd/commit/48a1fca855215c98fbb622cdb1cab4b40077fd77) Merge pull request  [#3314](https://github.com/containerd/containerd/pull/3314) from KentaTada/fix-clone-seccomp-cgroupns
    * [`2ec2089b05`](https://github.com/containerd/containerd/commit/2ec2089b05a967b328b096cf789a2861223f8f32) Merge pull request  [#3123](https://github.com/containerd/containerd/pull/3123) from stefanberger/extend_apply_call_with_options_parameter
    * [`efe6d8ddad`](https://github.com/containerd/containerd/commit/efe6d8ddad963642d655f5b69cba78c38436eece) Merge pull request  [#3319](https://github.com/containerd/containerd/pull/3319) from Vanient/master
    * [`bf24fb0cad`](https://github.com/containerd/containerd/commit/bf24fb0cad7d013ac934265c5bb02e3daf30f32a) Close file r.log after used to release resources.
    * [`5b9a43d2e7`](https://github.com/containerd/containerd/commit/5b9a43d2e7aff575a398477a9b13b29a313f15a6) Fix seccomp contributed profile for clone syscall
    * [`1c5b384b30`](https://github.com/containerd/containerd/commit/1c5b384b3062bd8f05a73b10043eaca4cae4da75) Merge pull request  [#3313](https://github.com/containerd/containerd/pull/3313) from kevpar/service-restart-delay
    * [`cee19d1e6e`](https://github.com/containerd/containerd/commit/cee19d1e6eafc38b90dd2a4f8ed442784cec3169) Change restart delay for Windows service to 15s
    * [`8a388d6238`](https://github.com/containerd/containerd/commit/8a388d6238b6aa1d52f53b77892c7e991cdd0328) leases: support resource management
    * [`ac4485c76a`](https://github.com/containerd/containerd/commit/ac4485c76af74a538406d454e13200dba573eb3f) Add support to gRPC errdefs for context cancel/deadline exceeded
    * [`0e7a3c9e51`](https://github.com/containerd/containerd/commit/0e7a3c9e513da1f1dda163d5872a974a4db07d02) Merge pull request  [#3298](https://github.com/containerd/containerd/pull/3298) from jterry75/sync_tar2ext4_write
    * [`d57cf6f151`](https://github.com/containerd/containerd/commit/d57cf6f151e444d125407526bf58bb8e79c5e47a) Merge pull request  [#3297](https://github.com/containerd/containerd/pull/3297) from BenTheElder/add-restart
    * [`bbe45e4467`](https://github.com/containerd/containerd/commit/bbe45e4467ba934fbb55adca12ace4e271b8754c) add Restart=always to unit file
    * [`01191a21b0`](https://github.com/containerd/containerd/commit/01191a21b0da164ae81a182c5381671123714910) Merge pull request  [#3299](https://github.com/containerd/containerd/pull/3299) from Random-Liu/use-mkdirall
    * [`290fc9eeab`](https://github.com/containerd/containerd/commit/290fc9eeab624b7a469bb5e98c30d46bb98a2845) Merge pull request  [#3301](https://github.com/containerd/containerd/pull/3301) from dmcgowan/add-run-platform
    * [`a274dbe822`](https://github.com/containerd/containerd/commit/a274dbe82258d40e8fd09dc2c8f4331717e1045d) Fix run with specified platform
    * [`48b81e872c`](https://github.com/containerd/containerd/commit/48b81e872c93be5473992f17110cfaec5d3017b2) Do not return error when rootfs already exists.
    * [`e0c4fe4110`](https://github.com/containerd/containerd/commit/e0c4fe411016bb03304d666aa8113e6f0c330cd4) Forcibly sync writes on lcow layer.vhd after write
    * [`25daa7355c`](https://github.com/containerd/containerd/commit/25daa7355cdc1334718ce42e887f1c367aff9d0e) Merge pull request  [#3192](https://github.com/containerd/containerd/pull/3192) from thaJeztah/bump_grpc_1.19.1
    * [`c9c555cd71`](https://github.com/containerd/containerd/commit/c9c555cd71a8e67864e80b73bd2d22362f859076) Merge pull request  [#3226](https://github.com/containerd/containerd/pull/3226) from Ace-Tang/kill_shim_in_clean
    * [`ec0b722083`](https://github.com/containerd/containerd/commit/ec0b7220838cf5fe508b69cad08fe94bb54d4aba) Merge pull request  [#3292](https://github.com/containerd/containerd/pull/3292) from crosbymichael/shim-cgroup
    * [`b7f093eaa2`](https://github.com/containerd/containerd/commit/b7f093eaa2785af9ca41ea27d0fd2a15a34603a2) Merge pull request  [#3296](https://github.com/containerd/containerd/pull/3296) from dmcgowan/fix-export-labels
    * [`5e2d7efd82`](https://github.com/containerd/containerd/commit/5e2d7efd82bd7f2cd7c66b4d0af54e7c060d1f87) Use a single custom annotation for export
    * [`2088fc999c`](https://github.com/containerd/containerd/commit/2088fc999c20cb9759b0b537276e608f918e7c16) Merge pull request  [#3294](https://github.com/containerd/containerd/pull/3294) from dmcgowan/fix-metadata-panic
    * [`30082abed3`](https://github.com/containerd/containerd/commit/30082abed3f7a0965f11a160415b090927866b41) Merge pull request  [#3293](https://github.com/containerd/containerd/pull/3293) from crosbymichael/atomic-delete
    * [`41b7b0e0dc`](https://github.com/containerd/containerd/commit/41b7b0e0dc1ee9b5554d3bf6b94c125ec922ead9) Ensure namespaced writer commit has correct namespace
    * [`bcb6c8db47`](https://github.com/containerd/containerd/commit/bcb6c8db47a83d03913c4a21b43e2958acdf5a43) Merge pull request  [#3279](https://github.com/containerd/containerd/pull/3279) from mxpv/ttrpc
    * [`7f79fbb245`](https://github.com/containerd/containerd/commit/7f79fbb245b4ca7d27cb6d6b9dd23df0e07f00bd) Move ttrpc client to pkg/ttrpcutil
    * [`5b7a327c47`](https://github.com/containerd/containerd/commit/5b7a327c4776201574e62b653ef794e9010bb7ee) Improve atomic delete
    * [`fe6a2b03ed`](https://github.com/containerd/containerd/commit/fe6a2b03ede2cff4529f4d7f29827a155f13332c) Add shim cgroup support for v2 runtimes
    * [`cafda1c50f`](https://github.com/containerd/containerd/commit/cafda1c50f6efaa6fe53ec3582e817fe80287c13) Merge pull request  [#3290](https://github.com/containerd/containerd/pull/3290) from estesp/typo
    * [`62609d66d0`](https://github.com/containerd/containerd/commit/62609d66d06a963036bc368a72f0524559d55dc2) Fix typo in description comment
    * [`90c6c1af43`](https://github.com/containerd/containerd/commit/90c6c1af43dc0fc3cb582d38f5f5c75586f4d132) Pass options on shim create for v2
    * [`b99a66c267`](https://github.com/containerd/containerd/commit/b99a66c267d04740628634d7d038f9ce1753b339) Merge pull request  [#3288](https://github.com/containerd/containerd/pull/3288) from Ace-Tang/easy-shim
    * [`e61f7f4913`](https://github.com/containerd/containerd/commit/e61f7f491318e3d2a7cbf742ae008f476d72c74f) Merge pull request  [#3172](https://github.com/containerd/containerd/pull/3172) from dmcgowan/export-docker-compatibility
    * [`6907062863`](https://github.com/containerd/containerd/commit/6907062863eafde1d164e629a75307ad3c6b2626) ctr: make ctr shim command easy to use
    * [`cd5369bace`](https://github.com/containerd/containerd/commit/cd5369bace3f5208dadd870a7eea405905e91806) Merge pull request  [#2896](https://github.com/containerd/containerd/pull/2896) from thaJeztah/bump_golang_1.12
    * [`5158bc8de2`](https://github.com/containerd/containerd/commit/5158bc8de23368c6bcf87eb9947af092d7823794) Merge pull request  [#3280](https://github.com/containerd/containerd/pull/3280) from jterry75/init_state_resize_unused
    * [`7b06c9a1ce`](https://github.com/containerd/containerd/commit/7b06c9a1ce2b2d01bf3c6b13f8416db0ec4b0eca) Add TTRPC client
    * [`5e962dd8ba`](https://github.com/containerd/containerd/commit/5e962dd8ba892ee234621c4c6188facfe0bc9d68) Remove unused Resize method from initState
    * [`7acdb16882`](https://github.com/containerd/containerd/commit/7acdb16882080edbe939997e8ed09d7ef3a02cc6) Merge pull request  [#3276](https://github.com/containerd/containerd/pull/3276) from darfux/v1_respect_shim_debug
    * [`c0d0fc32f5`](https://github.com/containerd/containerd/commit/c0d0fc32f58b86a611052c8a1bdeb7ac75a4d59e) Merge pull request  [#3278](https://github.com/containerd/containerd/pull/3278) from masters-of-cats/pr-bump-ttrpc
    * [`66036d9206`](https://github.com/containerd/containerd/commit/66036d9206ceaef83005260700d7e0b13b057830) v1: Respect the `shim_debug` flag when load tasks
    * [`a6a888cb5e`](https://github.com/containerd/containerd/commit/a6a888cb5ec650de03781bbd8fcd7e67b5e124c7) Bump ttrpc
    * [`7ad8848663`](https://github.com/containerd/containerd/commit/7ad884866394b1e6250f36ce387bbd71723d1ed7) Merge pull request  [#3275](https://github.com/containerd/containerd/pull/3275) from fuweid/me-redirect-shim-v1-output-into-fifo
    * [`fbb80b9510`](https://github.com/containerd/containerd/commit/fbb80b9510db14a95b8ffa6c7842666ecf520489) containerd-shim: redirect output into stdout fifo
    * [`543d1e807f`](https://github.com/containerd/containerd/commit/543d1e807fbbdbcd998052fa1955c18b0604f56e) Add travis_wait to prevent vndr timing out
    * [`00bc2f5cfd`](https://github.com/containerd/containerd/commit/00bc2f5cfd437625c376bd1f14a28249a12e403b) Update to Golang 1.12, and prepare for ppc64le
    * [`bc944553a8`](https://github.com/containerd/containerd/commit/bc944553a8f3b113a3769a4e23f39910757079a6) Merge pull request  [#3206](https://github.com/containerd/containerd/pull/3206) from Random-Liu/cleanup-after-deadshim-v2
    * [`cfbbda910d`](https://github.com/containerd/containerd/commit/cfbbda910d8ba0d4e94f48c0e1df72eb48c0fb27) Merge pull request  [#3271](https://github.com/containerd/containerd/pull/3271) from crosbymichael/info
    * [`67b45aef49`](https://github.com/containerd/containerd/commit/67b45aef49425707dce0179d58ccf17dc63b935b) Add WithoutRefreshed metadata
    * [`481103c879`](https://github.com/containerd/containerd/commit/481103c8793316c118d9f795cde18060847c370e) Merge pull request  [#3270](https://github.com/containerd/containerd/pull/3270) from jcaamano/master
    * [`ad25c1a9c3`](https://github.com/containerd/containerd/commit/ad25c1a9c34361e4071f508b9a91946b05fce165) Improve ARM platform matching
    * [`bd27bef4ad`](https://github.com/containerd/containerd/commit/bd27bef4ad87d703cb5d3e2368fda8db0e47c826) Move checkpoint and restore commands to new files
    * [`f80d285079`](https://github.com/containerd/containerd/commit/f80d2850797c8132e995bbaa14ff665db5a1d3aa) Merge pull request  [#3242](https://github.com/containerd/containerd/pull/3242) from theopenlab/containerd_openlab_ci
    * [`57fbb16234`](https://github.com/containerd/containerd/commit/57fbb16234fa6c8a61e5e907a4148ea3b05bce1d) Merge pull request  [#3149](https://github.com/containerd/containerd/pull/3149) from lifubang/pidnamespace
    * [`0485499d1c`](https://github.com/containerd/containerd/commit/0485499d1c632231625eaa2856f0ca3776efe381) Merge pull request  [#3266](https://github.com/containerd/containerd/pull/3266) from darfux/fix_shim_log_fd_leak
    * [`6096fa2b37`](https://github.com/containerd/containerd/commit/6096fa2b37bd3eeb431fe2ef672cf6874f095b94) Merge pull request  [#3262](https://github.com/containerd/containerd/pull/3262) from renzhengeek/renzhen/devmapper-bugfix
    * [`cf6e008542`](https://github.com/containerd/containerd/commit/cf6e0085423af8938a16c850ff5607dad4ca7c73) Fix fd leak of shim log
    * [`6f463d3505`](https://github.com/containerd/containerd/commit/6f463d35057134cfdf6736d3c19daedc41b101e3) test/snapshots: umount before committing snapshot
    * [`3887053177`](https://github.com/containerd/containerd/commit/3887053177198e9ebd4cbc4a438a3f77aa048f83) snapshots/devmapper: deactivate thin device after committed
    * [`bdd7dce31f`](https://github.com/containerd/containerd/commit/bdd7dce31f8aa7151adaa0942b16330ee094a203) Add OpenLab CI configuration
    * [`d68b593de4`](https://github.com/containerd/containerd/commit/d68b593de4ab10bb8b4fd64560e10d43c7156db2) Merge pull request  [#3263](https://github.com/containerd/containerd/pull/3263) from Random-Liu/fix-task-deletion
    * [`7c1e88399e`](https://github.com/containerd/containerd/commit/7c1e88399ec0b0b077121d9d5ad97e647b11c870) Merge pull request  [#3245](https://github.com/containerd/containerd/pull/3245) from msg555/master
    * [`660554d671`](https://github.com/containerd/containerd/commit/660554d671f41e0a96851b8012dd626e34f53f38) Fix error handling for task deletion.
    * [`5cf1356c5c`](https://github.com/containerd/containerd/commit/5cf1356c5c57307162b71b9f19ab187aa247ecda) Merge pull request  [#3255](https://github.com/containerd/containerd/pull/3255) from dvrkps/usecancel
    * [`836cf53e40`](https://github.com/containerd/containerd/commit/836cf53e403e539ff4fa146b3f32b82810d0c0a5) Merge pull request  [#3244](https://github.com/containerd/containerd/pull/3244) from Random-Liu/fix-container-cleanup
    * [`19af235051`](https://github.com/containerd/containerd/commit/19af23505139d991f31163f08d8f211963ad1b6e) Merge pull request  [#3148](https://github.com/containerd/containerd/pull/3148) from masters-of-cats/wip-rootless-containerd
    * [`2ed8e60fa1`](https://github.com/containerd/containerd/commit/2ed8e60fa1173b068fcaa2c46bdcc3f58064640c) bump google.golang.org/grpc v1.20.1
    * [`d1c59513d8`](https://github.com/containerd/containerd/commit/d1c59513d8fce427ccdb02422577b786b7b243cb) bump google.golang.org/grpc v1.12.2
    * [`d71c7ada27`](https://github.com/containerd/containerd/commit/d71c7ada27959fe04fad5390367e4fab215334b3) Merge pull request  [#3259](https://github.com/containerd/containerd/pull/3259) from BenTheElder/no-unpack
    * [`82f2ac7ede`](https://github.com/containerd/containerd/commit/82f2ac7edec03dfc301d99d8910c9e53a9d71d90) Merge pull request  [#3252](https://github.com/containerd/containerd/pull/3252) from jterry75/remove_log_connect_error
    * [`c10eb8d122`](https://github.com/containerd/containerd/commit/c10eb8d1225e1f5a8b031fa0c984a85b88d7f0cd) Merge pull request  [#3256](https://github.com/containerd/containerd/pull/3256) from dvrkps/redundant
    * [`5423986111`](https://github.com/containerd/containerd/commit/5423986111c6b2b161e64d66410b16a10e81616a) Merge pull request  [#3260](https://github.com/containerd/containerd/pull/3260) from sarangjo/master
    * [`2f22d8e677`](https://github.com/containerd/containerd/commit/2f22d8e67735eff5e4499c66f8a503b0c87841dc) Fix broken link to containerd logo
    * [`cb7c780af2`](https://github.com/containerd/containerd/commit/cb7c780af2394ab08d5d8a3932ca7437074ae179) ctr images import: add --no-unpack option
    * [`ee902afa5f`](https://github.com/containerd/containerd/commit/ee902afa5fdcb68164bd83c3413903ed997471ce) Compute manifest metadata when not provided.
    * [`5c9811ded0`](https://github.com/containerd/containerd/commit/5c9811ded0dd770f83bb822647b8f5dfca0006f5) Cleanup dead v2 shim.
    * [`cfc36388b3`](https://github.com/containerd/containerd/commit/cfc36388b3ed897a04fa39ff712c3958651237e3) Remove redundant error checks
    * [`a17c809571`](https://github.com/containerd/containerd/commit/a17c8095716415cebb1157a27db5fccace56b0fc) Merge pull request  [#3253](https://github.com/containerd/containerd/pull/3253) from dvrkps/master
    * [`38e3696574`](https://github.com/containerd/containerd/commit/38e3696574544053c8f26e8d699bb1951ec61f38) Use cancel on errors
    * [`eded188f4f`](https://github.com/containerd/containerd/commit/eded188f4fbb24f7a0c3f58e61a28ddfd277c6a5) Fix misspells
    * [`969035bcbd`](https://github.com/containerd/containerd/commit/969035bcbd002d0985110942af6e834defe7737c) Stop logging error on v2 multi shim log failure
    * [`bf5a424679`](https://github.com/containerd/containerd/commit/bf5a4246798a6c1b1b0af4810fbb2d53eac91112) Merge pull request  [#3246](https://github.com/containerd/containerd/pull/3246) from thaJeztah/bump_ttrpc
    * [`a6cd37e5c2`](https://github.com/containerd/containerd/commit/a6cd37e5c220704d9cb5923caf02eb95ea31d591) Merge pull request  [#3243](https://github.com/containerd/containerd/pull/3243) from Random-Liu/update-cri
    * [`5bba53f239`](https://github.com/containerd/containerd/commit/5bba53f23947b0ab7c6a1bd2b059dd07f4bbf698) Merge pull request  [#3249](https://github.com/containerd/containerd/pull/3249) from msg555/vndr_update
    * [`c7f067f278`](https://github.com/containerd/containerd/commit/c7f067f27886c1182eba77fee77c6de62c73e52f) Update vendor/ with new required vndr go.mod files
    * [`53830f66fd`](https://github.com/containerd/containerd/commit/53830f66fd0364b7888b4b570eed5009080b03cb) Merge pull request  [#3240](https://github.com/containerd/containerd/pull/3240) from thaJeztah/bump_runc_1.0.0-rc.8
    * [`8c5779c32b`](https://github.com/containerd/containerd/commit/8c5779c32b70a0c55e1c94eb45b305897f7cf3f1) bump containerd/ttrpc 699c4e40d1e7416e08bf7019c7ce2e9beced4636
    * [`dff7456804`](https://github.com/containerd/containerd/commit/dff7456804d720a383680f27d930ef35b108fed0) Return NotFound error for kill and delete in deleted state.
    * [`5d17ed2302`](https://github.com/containerd/containerd/commit/5d17ed23020b59fd6e677a27512547a47b52ac3c) Update cri to 2fc62db8146ce66f27b37306ad5fda34207835f3.
    * [`3a3f0aac88`](https://github.com/containerd/containerd/commit/3a3f0aac8819165839a41fee77a4f4ac8b103097) Merge pull request  [#3241](https://github.com/containerd/containerd/pull/3241) from tonistiigi/differ-close
    * [`e5aab17a0e`](https://github.com/containerd/containerd/commit/e5aab17a0ea5f169f3f4c0500b5fd3beb25bc115) bump opencontainers/selinux v1.2.2
    * [`dd85aea625`](https://github.com/containerd/containerd/commit/dd85aea625698d248f34edfc57647092864225f5) bump runc v1.0.0-rc8
    * [`5b9bd993a8`](https://github.com/containerd/containerd/commit/5b9bd993a87008e06a34258f0672a78564adab13) differ: fix deadlock on commit error
    * [`810b3c37bb`](https://github.com/containerd/containerd/commit/810b3c37bb13662a289b9f6b028b5b5435be72b7) Merge pull request  [#3239](https://github.com/containerd/containerd/pull/3239) from sipsma/nosetuplog
    * [`48f46516ad`](https://github.com/containerd/containerd/commit/48f46516ad3c5ce28f3604b819c4030fa59bf174) Support disabling default setup of shim logger.
    * [`2d780a7a60`](https://github.com/containerd/containerd/commit/2d780a7a60eee7d4314ebc230927b1dc8295bc04) Merge pull request  [#3237](https://github.com/containerd/containerd/pull/3237) from thaJeztah/bump_go_units
    * [`c79c7921c0`](https://github.com/containerd/containerd/commit/c79c7921c0bf2a729c7cd50beb1127472af4de90) bump docker/go-units v0.4.0
    * [`dfa51c9279`](https://github.com/containerd/containerd/commit/dfa51c92799be3e435991a108fdf51e548a6770a) runtime-v1: kill shim in cleanupAfterDeadShim
    * [`835e6d01fb`](https://github.com/containerd/containerd/commit/835e6d01fb46d197afdb76be6179ff7d9c75e3c4) Merge pull request  [#3231](https://github.com/containerd/containerd/pull/3231) from kevpar/dump-stacks-to-file
    * [`0376dd4605`](https://github.com/containerd/containerd/commit/0376dd4605abc1de4bf2db2bdbbf61007793f6ff) Don't write dumped stacks to file for ETW capture state
    * [`c2fb5d73f9`](https://github.com/containerd/containerd/commit/c2fb5d73f9db8bd6ccecd4d7d12f7c9b876113c2) Merge pull request  [#3230](https://github.com/containerd/containerd/pull/3230) from jterry75/fix_windows_image
    * [`e6fc0ed22d`](https://github.com/containerd/containerd/commit/e6fc0ed22d3f670597c9a363810d5e1dbd7f192e) Convert Windows CI to use Microsoft MCR image urls
    * [`a91e04356d`](https://github.com/containerd/containerd/commit/a91e04356d5179c81fcc86d2514a0987c3833af4) Merge pull request  [#3223](https://github.com/containerd/containerd/pull/3223) from thaJeztah/bump_gocapability
    * [`ffe0b6927b`](https://github.com/containerd/containerd/commit/ffe0b6927bfcae8afb3334f703459a73ec5c13c9) Merge pull request  [#3190](https://github.com/containerd/containerd/pull/3190) from jhowardmsft/jjh/stack2file
    * [`a905b0f0af`](https://github.com/containerd/containerd/commit/a905b0f0afc45e3f596096283e250117ed0af5db) Merge pull request  [#3224](https://github.com/containerd/containerd/pull/3224) from thaJeztah/bump_crypto
    * [`06a3a480cc`](https://github.com/containerd/containerd/commit/06a3a480ccae4c2020aa36d51f257b75c6aa6a03) bump containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
    * [`a333dbcfb4`](https://github.com/containerd/containerd/commit/a333dbcfb4a13d7138a9e718ceea48eec7183207) Update x/crypto to 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * [`0fd02564a2`](https://github.com/containerd/containerd/commit/0fd02564a25b746db6ec1f7649ca331f03143751) bump gocapability
    * [`7718d060eb`](https://github.com/containerd/containerd/commit/7718d060ebddad9f5f85386582a1a9a449057d74) Write stack dump to `os.TempDir()` as well
    * [`b819d05fd0`](https://github.com/containerd/containerd/commit/b819d05fd09ff11846b5e1a6ff8d9079649a61a4) Merge pull request  [#3222](https://github.com/containerd/containerd/pull/3222) from estesp/test-appveyor
    * [`a4942ca4fe`](https://github.com/containerd/containerd/commit/a4942ca4fe45b75ad4873f33d2cec44ce2d6a3e3) Fix error on pull hang in CI
    * [`6bcf463b01`](https://github.com/containerd/containerd/commit/6bcf463b019461454fb2164b725ad343b42bc386) Move to sha-specified test image for nanoserver
    * [`56d8a05808`](https://github.com/containerd/containerd/commit/56d8a05808e2e8b8e384192d7ae98b5193224219) Merge pull request  [#3220](https://github.com/containerd/containerd/pull/3220) from AkihiroSuda/akihirosuda-email
    * [`cfb8b5573a`](https://github.com/containerd/containerd/commit/cfb8b5573aad8d9aab772dcade9cc8fde3628654) .mailmap: update Akihiro Suda's email address
    * [`4c16017e2f`](https://github.com/containerd/containerd/commit/4c16017e2f372598d5169965d1c8758cc1bfcce5) Merge pull request  [#3209](https://github.com/containerd/containerd/pull/3209) from Random-Liu/fix-v1-shim-cleanup
    * [`8722ec03c3`](https://github.com/containerd/containerd/commit/8722ec03c3a11874d47fbd7468d4473507d0d95f) Merge pull request  [#3213](https://github.com/containerd/containerd/pull/3213) from jcordasc/small-fixes
    * [`665715b8a6`](https://github.com/containerd/containerd/commit/665715b8a6c595a1a96e6b60cbf8b544ad63cc78) Merge pull request  [#3208](https://github.com/containerd/containerd/pull/3208) from mxpv/client
    * [`be2cbd0b2d`](https://github.com/containerd/containerd/commit/be2cbd0b2d10bc7a6b4aeb09da83a0c04f5572aa) Access to client's GRPC connection object
    * [`cc73dc3dbd`](https://github.com/containerd/containerd/commit/cc73dc3dbdfa530bdb2d783520edd9f2b5331581) Merge pull request  [#3217](https://github.com/containerd/containerd/pull/3217) from kevpar/etw-capture-state
    * [`78f3dc433c`](https://github.com/containerd/containerd/commit/78f3dc433c45d8cd86cc29441d888f56465d15c7) Allow dumping stacks via ETW capture state
    * [`05dd66b2e6`](https://github.com/containerd/containerd/commit/05dd66b2e62f364380a5486b5cece422f5c6ea59) Update go-winio in vendor.conf
    * [`396eba1b23`](https://github.com/containerd/containerd/commit/396eba1b23fa57994baad238287e634c147a0196) Merge pull request  [#3216](https://github.com/containerd/containerd/pull/3216) from thaJeztah/bump_mistify_zfs
    * [`c9059c7673`](https://github.com/containerd/containerd/commit/c9059c76731f56bfcee5a8c726f68feb0fc5de46) bump mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
    * [`32e788a8be`](https://github.com/containerd/containerd/commit/32e788a8be3ab4418265693d9e742c30495fdd4c) Merge pull request  [#3205](https://github.com/containerd/containerd/pull/3205) from Random-Liu/test-runtime-for-cri
    * [`906e8bc7dc`](https://github.com/containerd/containerd/commit/906e8bc7dccc54618dcc0e96577d95db5272e183) Merge pull request  [#3207](https://github.com/containerd/containerd/pull/3207) from crosbymichael/ttrpc-deps
    * [`63c7a879b6`](https://github.com/containerd/containerd/commit/63c7a879b698c73a1e922e96f6fb8018a1975415) Requeue events in the shim publisher
    * [`fc167f9578`](https://github.com/containerd/containerd/commit/fc167f9578079e854ffb6f00fb7cac636473df69) Correct PusherFunc helper to match Pusher intf
    * [`a7af3c13a5`](https://github.com/containerd/containerd/commit/a7af3c13a520bc3a717bf54915701fcd42ef71eb) Correct import path in services/server package
    * [`9cc58781fa`](https://github.com/containerd/containerd/commit/9cc58781fa2f63488b58877b9c1ce1b4cdc7362e) Check task list to avoid unnecessary cleanup.
    * [`97d247cd0f`](https://github.com/containerd/containerd/commit/97d247cd0f63e7eaeb4145ad6d5c56ddcb8b6245) Rename `hrpc` to `tcpServer`
    * [`5f4c977ba0`](https://github.com/containerd/containerd/commit/5f4c977ba0c44d6e12a0907251ca133954f0c82d) Merge pull request  [#3162](https://github.com/containerd/containerd/pull/3162) from crosbymichael/tcpservice
    * [`ff90b036c7`](https://github.com/containerd/containerd/commit/ff90b036c70c4e2169bd14c265a93c8b0c45109a) Merge pull request  [#3202](https://github.com/containerd/containerd/pull/3202) from crosbymichael/nofile
    * [`acca107732`](https://github.com/containerd/containerd/commit/acca10773205905a96ada4f6590a65265c535daa) Merge pull request  [#3204](https://github.com/containerd/containerd/pull/3204) from crosbymichael/fix-forward
    * [`047348e198`](https://github.com/containerd/containerd/commit/047348e198cc17404e34717d00ece685bfe3fbfa) Add dialer for events service
    * [`5703f415c6`](https://github.com/containerd/containerd/commit/5703f415c6d76cbf2866c388e03605f23ae7c26c) Merge pull request  [#3197](https://github.com/containerd/containerd/pull/3197) from Random-Liu/add-required-plugins
    * [`ae87730ad2`](https://github.com/containerd/containerd/commit/ae87730ad2511ae39239ac7aac75074768aa3c1b) Improve shim shutdown logic
    * [`a12f836d5a`](https://github.com/containerd/containerd/commit/a12f836d5a8c32a4e31bee3a446631171ac6bfa6) Use $TEST_RUNTIME for cri test.
    * [`4b3b99ea11`](https://github.com/containerd/containerd/commit/4b3b99ea1129c71225b18f8a106b99f3ff2d9819) Add support for required plugins.
    * [`4ba756edda`](https://github.com/containerd/containerd/commit/4ba756edda18c0afac99a32ba89bc6070c27a0f1) Fix API forward events for shims
    * [`1a1f8f11a5`](https://github.com/containerd/containerd/commit/1a1f8f11a54ae2e3a1bfe770f6b7850c2c49a261) Set nofile to 1048576
    * [`b911ae3428`](https://github.com/containerd/containerd/commit/b911ae3428717763377d038958597383c7ed0491) Add tcp service for grpc listeners
    * [`475619c29e`](https://github.com/containerd/containerd/commit/475619c29e678fef8fb7ac55ffed6b3ea44b5b38) Merge pull request  [#3195](https://github.com/containerd/containerd/pull/3195) from crosbymichael/ttrpc-love
    * [`a6f587e4c4`](https://github.com/containerd/containerd/commit/a6f587e4c47720ea779b8042485b43c1d4415111) Use ttrpc to publish runtime v2 events
    * [`a8a805cad3`](https://github.com/containerd/containerd/commit/a8a805cad39960b437a0a32afec5f434423a0e93) Add ttrpc server to containerd
    * [`db3a8637c1`](https://github.com/containerd/containerd/commit/db3a8637c1316809092069845724616cd4daf75c) Merge pull request  [#3194](https://github.com/containerd/containerd/pull/3194) from crosbymichael/shim-oom
    * [`c93d645435`](https://github.com/containerd/containerd/commit/c93d6454358ee764bdcee9f14c37a71deb92e9d5) Add GetOOMScore function
    * [`ae5ca8177d`](https://github.com/containerd/containerd/commit/ae5ca8177d6b0ab85923787f91d2aa717e1f6fd2) Refactor mount path check and add comments
    * [`aaca11c40d`](https://github.com/containerd/containerd/commit/aaca11c40d6540bfccf823485c1dea20106ba7d7) Merge pull request  [#3189](https://github.com/containerd/containerd/pull/3189) from dmcgowan/extended-security-releases
    * [`993fb310f6`](https://github.com/containerd/containerd/commit/993fb310f6637b9c9a69f0036db3fe7824eb9167) Merge pull request  [#3160](https://github.com/containerd/containerd/pull/3160) from sofat1989/imageresume
    * [`4d313c00ab`](https://github.com/containerd/containerd/commit/4d313c00ab34c25390dadeaaf992170eef77d1a3) Merge pull request  [#3186](https://github.com/containerd/containerd/pull/3186) from thaJeztah/bump_dependencies
    * [`7045801fd4`](https://github.com/containerd/containerd/commit/7045801fd44f1017f55f8441ed28891ec5addf63) delete the ingest when any errors happen during resuming status
    * [`dcf6023c4c`](https://github.com/containerd/containerd/commit/dcf6023c4c2b5565a91811180c6743fcfc28cf2f) Extend release timeline
    * [`d77a5bf72d`](https://github.com/containerd/containerd/commit/d77a5bf72de71963962020785d0d47b2478632a7) Merge pull request  [#3188](https://github.com/containerd/containerd/pull/3188) from masters-of-cats/clean-test
    * [`d5b770aa87`](https://github.com/containerd/containerd/commit/d5b770aa87251f0b7c05c4e5c052c1ef59de0faa) Introduce 'clean-test' target in Makefile
    * [`2583d9e426`](https://github.com/containerd/containerd/commit/2583d9e426762a3ad2187d77f1209034fa7efb56) update gogo/googleapis v1.2.0
    * [`a98df70da1`](https://github.com/containerd/containerd/commit/a98df70da1321b9227323ed0cbf727a010abed05) update containerd/btrfs af5082808c833de0e79c1e72eea9fea239364877
    * [`aa8dccd220`](https://github.com/containerd/containerd/commit/aa8dccd220f21222a8a007e96cf0bd355f7de7e9) update containerd/aufs f894a800659b6e11c1a13084abd1712f346e349c
    * [`ed61d7f680`](https://github.com/containerd/containerd/commit/ed61d7f6801c6bcf55024c25a2bec44717937be6) bump containerd/zfs and dependencies
    * [`d667628ca9`](https://github.com/containerd/containerd/commit/d667628ca91ce44650156afbfe282b286321d8ab) bump github.com/pkg/errors v0.8.1
    * [`68ef178352`](https://github.com/containerd/containerd/commit/68ef178352fb1dc8ca0471e6fb4d4b4222b317b5) bump github.com/BurntSushi/toml v0.3.1
    * [`1978c0b74b`](https://github.com/containerd/containerd/commit/1978c0b74b2d098f8b4032aa9aa39a984b1480b4) bump gotest.tools v2.3.0, google/go-cmp v0.2.0
    * [`591e52c504`](https://github.com/containerd/containerd/commit/591e52c504b23a89096bd7d3091a32fcfa2e92fc) Merge pull request  [#3185](https://github.com/containerd/containerd/pull/3185) from thaJeztah/update_dev_dockerfile
    * [`2741dbe2c1`](https://github.com/containerd/containerd/commit/2741dbe2c120b6f5888c19a9bac0e1805d52a98a) contrib: Dockerfile: bump go 1.12
    * [`a84f87d84f`](https://github.com/containerd/containerd/commit/a84f87d84f91cb6ce0c77057c4d2bb1266eb50cd) contrib: Dockerfile: add a base stage
    * [`a07e12cded`](https://github.com/containerd/containerd/commit/a07e12cded116d7421e2c9ad94f89676511d05c6) contrib: Dockerfile: reformat, and use --no-install-recommends
    * [`ba9e1ea23c`](https://github.com/containerd/containerd/commit/ba9e1ea23cd160aad426cc64b3bbac835cdefd9d) contrib: Dockerfile: use build-arg for go-version
    * [`eea500d122`](https://github.com/containerd/containerd/commit/eea500d12258c5eb8a41dd7162765f7d941bce75) Merge pull request  [#3179](https://github.com/containerd/containerd/pull/3179) from Random-Liu/publish-error
    * [`6e170ec5b7`](https://github.com/containerd/containerd/commit/6e170ec5b771b10d3a1944f4031b3e5d1e727f33) Merge pull request  [#3176](https://github.com/containerd/containerd/pull/3176) from Random-Liu/update-cri-master
    * [`9990eed314`](https://github.com/containerd/containerd/commit/9990eed3149a23291032d49ddb2607ce21bc7b69) Merge pull request  [#3178](https://github.com/containerd/containerd/pull/3178) from crosbymichael/exitStatus
    * [`4754d2aeee`](https://github.com/containerd/containerd/commit/4754d2aeee1d1b978baf84b645979e92f59bdaae) Update image export to support Docker format
    * [`a7e30fae99`](https://github.com/containerd/containerd/commit/a7e30fae997c84ed78d973c65e652cf0e96c76c2) Merge pull request  [#3173](https://github.com/containerd/containerd/pull/3173) from crosbymichael/reg-errors
    * [`74eb0dc812`](https://github.com/containerd/containerd/commit/74eb0dc81221bffc192a349cf8b14fe7947b7a73) Return event publish errors.
    * [`10cf21dcf7`](https://github.com/containerd/containerd/commit/10cf21dcf72e0f192e6364c4ff6aa9eecc7cdc48) Export ExitStatus init func
    * [`a733587496`](https://github.com/containerd/containerd/commit/a733587496f233b361f1bd28b8684f8d5b73e996) Update cri to 6d353571e64417d80c9478ffaea793714dd539d0.
    * [`de1da8be32`](https://github.com/containerd/containerd/commit/de1da8be32a73a2d92572c2d8e800971215dcb3c) Update handling of registry errors
    * [`4edc7336a2`](https://github.com/containerd/containerd/commit/4edc7336a2131da64f136022cd1c0e57006b8e6b) Merge pull request  [#3169](https://github.com/containerd/containerd/pull/3169) from crosbymichael/runcbump
    * [`8d1ae237eb`](https://github.com/containerd/containerd/commit/8d1ae237eb2ac3f49552f35202d72baed1ffee14) Always add compressed blobs to Docker import manifest
    * [`9bc231532d`](https://github.com/containerd/containerd/commit/9bc231532d6595196464151ff4dce4ef86dfcba6) Merge pull request  [#3109](https://github.com/containerd/containerd/pull/3109) from bainsy88/issue_3076
    * [`b7183a06be`](https://github.com/containerd/containerd/commit/b7183a06be3bf522d737fdeb004d3a8ab9a05a75) Merge pull request  [#3116](https://github.com/containerd/containerd/pull/3116) from thaJeztah/bump_protobuf
    * [`c0f0b21314`](https://github.com/containerd/containerd/commit/c0f0b21314b93a1bd22ddfed701d572dbf4d71d7) Apply PR feedback
    * [`2a5e4c4be7`](https://github.com/containerd/containerd/commit/2a5e4c4be74fdd1589b98960f2c6caa1bcf4bb30) Skip rootfs unmount when no mounts are provided
    * [`abfc89ce02`](https://github.com/containerd/containerd/commit/abfc89ce02379eb5d3b24621d95dfb47d995f186) Update CRI to master
    * [`4730088cb5`](https://github.com/containerd/containerd/commit/4730088cb5591cbef314c90fed34e7f3e0724e8e) Update runc to resolve selinux issues
    * [`2d11f5e6d5`](https://github.com/containerd/containerd/commit/2d11f5e6d5c664073f4c8a9da4eebe60bfb40e56) Regenerate protobufs
    * [`830b0294cc`](https://github.com/containerd/containerd/commit/830b0294cccd152ff94b5fa09b7fc61cef490495) Update protobuf v1.2.0
    * [`e16368d21f`](https://github.com/containerd/containerd/commit/e16368d21fef6b998d650ec5357bc3c739700245) Merge pull request  [#3171](https://github.com/containerd/containerd/pull/3171) from thaJeztah/bump_logrus
    * [`fdeb1084d3`](https://github.com/containerd/containerd/commit/fdeb1084d3240f3ca5c62fdb7095d459a0206585) Merge pull request  [#3170](https://github.com/containerd/containerd/pull/3170) from thaJeztah/unkeyed_fields
    * [`7c1365b468`](https://github.com/containerd/containerd/commit/7c1365b4689a9a1954126411a5d7ca361aff5068) bump sirupsen/logrus v1.4.1
    * [`01310eaebc`](https://github.com/containerd/containerd/commit/01310eaebcf83855817cdd9889832c4c0d41b0c8) do not use unkeyed fields in compose literals
    * [`c9977b59f6`](https://github.com/containerd/containerd/commit/c9977b59f6591db893b4eed62a8cf4124748fd0a) Merge pull request  [#3166](https://github.com/containerd/containerd/pull/3166) from mxpv/refactor
    * [`90085a7ac5`](https://github.com/containerd/containerd/commit/90085a7ac59391d174a64a7dc211ce617aa535d0) Add empty file to prevent build from failing
    * [`baf3403439`](https://github.com/containerd/containerd/commit/baf34034395162a05544f1bc847f1e9d8b1babcc) Extend Applier's Apply() method with an optional options parameter
    * [`8784eb6308`](https://github.com/containerd/containerd/commit/8784eb63080b671b76e0ea90d13ff25b59574e16) Move snapshotters benchmark to a separate package
    * [`2f60e389a0`](https://github.com/containerd/containerd/commit/2f60e389a03740339c9c2762004fdcb5de489b09) Merge pull request  [#2626](https://github.com/containerd/containerd/pull/2626) from krsoninikhil/defaults3
    * [`22bb5ebc7f`](https://github.com/containerd/containerd/commit/22bb5ebc7feff60aadad8345e0775271eb5df021) Merge pull request  [#3159](https://github.com/containerd/containerd/pull/3159) from thaJeztah/fix_parseinfofile_parsing
    * [`adc4fa217b`](https://github.com/containerd/containerd/commit/adc4fa217bd8156ea5d5b448bed91bbf14b71a13) Use pkg/errors for all errors
    * [`c22effb168`](https://github.com/containerd/containerd/commit/c22effb1686972d1a12f9aa32f1ad06d1aa253f0) fix parseInfoFile does not handle spaces in filenames
    * [`bc8a1895e3`](https://github.com/containerd/containerd/commit/bc8a1895e3eb18454e341cc76890a28238baf80d) Merge pull request  [#3155](https://github.com/containerd/containerd/pull/3155) from crosbymichael/plugins
    * [`932f883e49`](https://github.com/containerd/containerd/commit/932f883e49af925380a3fdce6b8db189915f93fb) Merge pull request  [#3152](https://github.com/containerd/containerd/pull/3152) from mxpv/bench
    * [`559dfa59a1`](https://github.com/containerd/containerd/commit/559dfa59a194e398f2328b3c773750bec1b935c0) Add configurable plugin path
    * [`341b99d6e2`](https://github.com/containerd/containerd/commit/341b99d6e2b0256a5e77e40ebc80b1b3124db6b7) Merge pull request  [#3153](https://github.com/containerd/containerd/pull/3153) from thepwagner/issue-3118
    * [`d9526f5c4f`](https://github.com/containerd/containerd/commit/d9526f5c4f404c6585fe847282156d259d82b550) Move CloudFormation template to contrib
    * [`ae04c16607`](https://github.com/containerd/containerd/commit/ae04c16607840a4d4977d9db19057ca74cfd4762) runtime: guard Close() until both streams are complete
    * [`e96ac2040d`](https://github.com/containerd/containerd/commit/e96ac2040db90a7d9e4225b78ccc6bff373f8aeb) runtime: log IO error when copying output streams
    * [`515be73c82`](https://github.com/containerd/containerd/commit/515be73c821333419b1f1216a0f199fef567bd10) Add snapshotters benchmark
    * [`872296642a`](https://github.com/containerd/containerd/commit/872296642ac395acbc4344f529fcf4c6fddb5de2) fix shouldKillAllOnExit check for v2
    * [`fa5f744a79`](https://github.com/containerd/containerd/commit/fa5f744a790356472d4649b9ad1d955e36d0c7c0) fix shouldKillAllOnExit check
    * [`2d0a06d41b`](https://github.com/containerd/containerd/commit/2d0a06d41bd44b655be3ce065b26ae1a628b74c9) Merge pull request  [#3146](https://github.com/containerd/containerd/pull/3146) from Ace-Tang/add-test
    * [`f7f6dd7b4e`](https://github.com/containerd/containerd/commit/f7f6dd7b4e31238d82219e5002fcf786010f6aac) test: add custom cgroup test
    * [`e7b6fea572`](https://github.com/containerd/containerd/commit/e7b6fea572badfceb0596c2cb5aad9c5728944ea) Merge pull request  [#3022](https://github.com/containerd/containerd/pull/3022) from mxpv/devmapper
    * [`3a80a801af`](https://github.com/containerd/containerd/commit/3a80a801af4254f5e6a351a75d7a0be9699b90ad) Merge pull request  [#3139](https://github.com/containerd/containerd/pull/3139) from thaJeztah/bump_runc_v1.0.0-rc7
    * [`86cfcb870e`](https://github.com/containerd/containerd/commit/86cfcb870e6be834890075a0debc6a2993583b8a) Merge pull request  [#3142](https://github.com/containerd/containerd/pull/3142) from thaJeztah/bump_cgroups
    * [`2b8df8309e`](https://github.com/containerd/containerd/commit/2b8df8309ecb8a2cee723adc32627dd1b4d5dd97) bump containerd/cgroups 4994991857f9b0ae8dc439551e8bebdbb4bf66c1
    * [`bc6ac08784`](https://github.com/containerd/containerd/commit/bc6ac087842d9234472da2cedb73501168880d44) update opencontainers/runc v1.0.0-rc7
    * [`f2a20ead83`](https://github.com/containerd/containerd/commit/f2a20ead833f8caf3ffc12be058d6ce668b4ebed) Merge pull request  [#3137](https://github.com/containerd/containerd/pull/3137) from Random-Liu/fix-race-and-panic
    * [`808b223536`](https://github.com/containerd/containerd/commit/808b223536e6553ddee2944d7ec6bc6d86e0da88) Fix race and panic.
    * [`87289a0c62`](https://github.com/containerd/containerd/commit/87289a0c62141397877aeedfdd8aebc84f50cbaf) devmapper: implement Usage
    * [`010b4da36f`](https://github.com/containerd/containerd/commit/010b4da36fba901ca8d2c3522ef3489ad17f9fee) devmapper: implement dmsetup status
    * [`90a7da8625`](https://github.com/containerd/containerd/commit/90a7da86253394a0414532471704abeb11f8ed32) Merge pull request  [#3128](https://github.com/containerd/containerd/pull/3128) from jhowardmsft/jjh/ci
    * [`8710940165`](https://github.com/containerd/containerd/commit/8710940165aa66e39700eb56a9bb8fe25bda7d40) Windows: Build shim binary from Microsoft/hcsshim
    * [`e16e995939`](https://github.com/containerd/containerd/commit/e16e995939d5865573d34ea7fed253d152c55a32) Vendor Microsoft/hcsshim@8abdbb82
    * [`68c44f8cc8`](https://github.com/containerd/containerd/commit/68c44f8cc8a3a4990928c96f8207688ecf6df2f9) Merge pull request  [#3122](https://github.com/containerd/containerd/pull/3122) from stefanberger/descriptor_annotations.pr
    * [`5d50b9c2bb`](https://github.com/containerd/containerd/commit/5d50b9c2bb33ca6f8759ca4f50ddcbf5c56f6809) Extend adaptImage function with annotations case
    * [`9b882c44f8`](https://github.com/containerd/containerd/commit/9b882c44f8834613e53fc11045c10397a7d94e61) Merge pull request  [#3000](https://github.com/containerd/containerd/pull/3000) from stefanberger/descriptor_annotations.pr
    * [`8ea28ff564`](https://github.com/containerd/containerd/commit/8ea28ff56494ca852d4cf9449b4593b227a74fa4) Merge pull request  [#3117](https://github.com/containerd/containerd/pull/3117) from crosbymichael/exec-load
    * [`388c8a1760`](https://github.com/containerd/containerd/commit/388c8a17605388e1dd0d609d0aba25b7813abea4) Fastpath opt and ExecProcess loading
    * [`fc44aa810c`](https://github.com/containerd/containerd/commit/fc44aa810c9a5eebc3a1a7b42733eabbb10b253d) Merge pull request  [#3119](https://github.com/containerd/containerd/pull/3119) from jterry75/windows_lcow_vmgroup_access
    * [`24beaece37`](https://github.com/containerd/containerd/commit/24beaece3749570b2fce0f3428187a6010269dc7) Merge pull request  [#3120](https://github.com/containerd/containerd/pull/3120) from jhowardmsft/jjh/create-data-root-with-permissions
    * [`a849664519`](https://github.com/containerd/containerd/commit/a8496645196e364425ac4635c46abada21ff4c35) Windows:ProgramFiles to ProgramData
    * [`6034c1950a`](https://github.com/containerd/containerd/commit/6034c1950a0e32fb9bc7718cead7427bfcfa2425) Windows:Create root/state with ACL
    * [`7361b19875`](https://github.com/containerd/containerd/commit/7361b198751c11ddadc2bb76a08fd38ddce0f45f) Update Windows lcow differ to set NT VIRTUAL MACHINE\Virtual Machines SID
    * [`4c9b5ef8ea`](https://github.com/containerd/containerd/commit/4c9b5ef8eaca7cbaaa488a057b0d8cf8b7f4e5be) Update vendor github.com/Microsoft/go-winio
    * [`d15832a4c2`](https://github.com/containerd/containerd/commit/d15832a4c212063dd302c29aec7dcbfecf2368ad) Address review comments
    * [`ceba56893a`](https://github.com/containerd/containerd/commit/ceba56893a76f22cf0126c46d835c80fb3833408) Merge pull request  [#3104](https://github.com/containerd/containerd/pull/3104) from AkihiroSuda/split-contentserver
    * [`9bd6b0932e`](https://github.com/containerd/containerd/commit/9bd6b0932e356e7f456444aba8fba7849ab1e785) Merge pull request  [#3111](https://github.com/containerd/containerd/pull/3111) from thaJeztah/whitelist_statx
    * [`8f8fd3c3a8`](https://github.com/containerd/containerd/commit/8f8fd3c3a8e655c2e19c7bc5e243173da4299781) seccomp: whitelist statx syscall
    * [`908b771086`](https://github.com/containerd/containerd/commit/908b771086c567fda83f7782f7f424981410865b) Add code to return message field of returned registry errors
    * [`9ab4c8cbcc`](https://github.com/containerd/containerd/commit/9ab4c8cbcc3846bf89eeff2f7d9f7bdd85994878) Merge pull request  [#3108](https://github.com/containerd/containerd/pull/3108) from alculquicondor/fix/import
    * [`0cbbd0f68b`](https://github.com/containerd/containerd/commit/0cbbd0f68bedd7c9588210410a97c1dd8d8fd918) Merge pull request  [#3107](https://github.com/containerd/containerd/pull/3107) from avikivity/3105
    * [`9a8727cf09`](https://github.com/containerd/containerd/commit/9a8727cf097dbc14458de35a1ff5c649b2f8990c) Allow to import an image for the default platform only.
    * [`4506eb45bf`](https://github.com/containerd/containerd/commit/4506eb45bf4015ba00202008e207b0313539f0dc) seccomp: whitelist io_pgetevents
    * [`f3ff95ab72`](https://github.com/containerd/containerd/commit/f3ff95ab72796b2aec334ec9287c73ebc716996b) decouple api.ContentServer implementation package from bbolt dependency
    * [`b90eeadafa`](https://github.com/containerd/containerd/commit/b90eeadafa38dd4d54387c4a7d11cf7d16541579) Merge pull request  [#3102](https://github.com/containerd/containerd/pull/3102) from Ace-Tang/arg_usage
    * [`14a050688d`](https://github.com/containerd/containerd/commit/14a050688d4be028a56a9a52f1358091d52acad2) ctr: fix image cmd ArgsUsage
    * [`c60a5fd190`](https://github.com/containerd/containerd/commit/c60a5fd19073636432c7318cee039f01f367ccd8) Merge pull request  [#3099](https://github.com/containerd/containerd/pull/3099) from crosbymichael/export-caps
    * [`bdd84abf05`](https://github.com/containerd/containerd/commit/bdd84abf056b153b3e37883884e91c52f98e15b9) Add additional capability handling opts
    * [`ef45e4f021`](https://github.com/containerd/containerd/commit/ef45e4f021c33c0b75bfdf26472b508f93666227) Merge pull request  [#3046](https://github.com/containerd/containerd/pull/3046) from linxiulei/fix_shim_socket
    * [`a631796fda`](https://github.com/containerd/containerd/commit/a631796fda6208cf46dea94da091bb550f8ea9f4) horten the unix socket path for shim
    * [`63d7a9ca8d`](https://github.com/containerd/containerd/commit/63d7a9ca8d7b8a98a96002d2ee487995c39a92ff) Merge pull request  [#3096](https://github.com/containerd/containerd/pull/3096) from thaJeztah/override_package_name
    * [`3bba2d478d`](https://github.com/containerd/containerd/commit/3bba2d478d071c90cae99503a68884213ac35bca) Merge pull request  [#3093](https://github.com/containerd/containerd/pull/3093) from tiborvass/nvidia-export
    * [`b858cfb41b`](https://github.com/containerd/containerd/commit/b858cfb41b4f49d93990380faed2af5dd9269ffe) Makefile: allow overriding package name
    * [`9ed2c0aa02`](https://github.com/containerd/containerd/commit/9ed2c0aa021948d405b54e1d6ea7fde63bd8cd60) Merge pull request  [#3085](https://github.com/containerd/containerd/pull/3085) from crosbymichael/shim-logs
    * [`8f63d2acdb`](https://github.com/containerd/containerd/commit/8f63d2acdbca7082164d63222c1efe010e01c5e3) Merge pull request  [#3067](https://github.com/containerd/containerd/pull/3067) from fuweid/me-fetch-platforms
    * [`7ca2c3d68d`](https://github.com/containerd/containerd/commit/7ca2c3d68d8ad842477fb19325a0aac4f8f2d6bd) contrib/nvidia: export helper binary path and list of Nvidia capabilities
    * [`09da2d867a`](https://github.com/containerd/containerd/commit/09da2d867aff8e0bff40dbb94c539e44529aa192) Merge pull request  [#3090](https://github.com/containerd/containerd/pull/3090) from dmcgowan/update-mailmap
    * [`a7aeffc22e`](https://github.com/containerd/containerd/commit/a7aeffc22ed51e32e4cf6046ab454c147698e4d2) Update mailmap for cgroup authors
    * [`e6ae9cc64f`](https://github.com/containerd/containerd/commit/e6ae9cc64f61fc5f65bdb5a8efeeca23ac1d28ea) Shim pluggable logging
    * [`506b815483`](https://github.com/containerd/containerd/commit/506b8154838c0561ec51c497c34e7f1c611bb356) remotes: add distribution labels to blob data
    * [`a15b6e2097`](https://github.com/containerd/containerd/commit/a15b6e2097c48b632dbdc63254bad4c62b69e709) Merge pull request  [#3081](https://github.com/containerd/containerd/pull/3081) from thaJeztah/bump_runc
    * [`b8d40b3535`](https://github.com/containerd/containerd/commit/b8d40b35357693bfca5b41dc737a5667e69a0aee) update runc to 2b18fe1d885ee5083ef9f0838fee39b62d653e30
    * [`09cf2a629b`](https://github.com/containerd/containerd/commit/09cf2a629b2a10ba6c0352d06eb6838544bbdcb9) Extend metadata images test with fieldpaths for Annotations
    * [`5124f9ee54`](https://github.com/containerd/containerd/commit/5124f9ee5472bfe1f61bbd37a1be879d1e5a14de) Write the Annotations map into the bolt db
    * [`02cc1485df`](https://github.com/containerd/containerd/commit/02cc1485dfae8e4798f153c89f521198354f7217) Prepare boltutil for reading and writing another map
    * [`1e893b19ce`](https://github.com/containerd/containerd/commit/1e893b19ce520abe3c38765d7e5ffb5ed29e7790) devmapper: add no_devmapper build tag
    * [`aa328dfc55`](https://github.com/containerd/containerd/commit/aa328dfc551a7a9a2527eeffd05a3d109345fbbc) Merge pull request  [#3041](https://github.com/containerd/containerd/pull/3041) from thaJeztah/bump_da_bolt
    * [`5fdcef55a2`](https://github.com/containerd/containerd/commit/5fdcef55a2b34dcae062cde6ef0da5351d286fff) Merge pull request  [#3075](https://github.com/containerd/containerd/pull/3075) from ehotinger/with-new-snapshot
    * [`cfba7ef8e2`](https://github.com/containerd/containerd/commit/cfba7ef8e20102cc9b359693824a6097837e7a77) Merge pull request  [#3064](https://github.com/containerd/containerd/pull/3064) from dmcgowan/update-gc-content-references
    * [`79248fea2b`](https://github.com/containerd/containerd/commit/79248fea2b875f59c62ba5e085807d019bd81222) Add test for ocispec.Descriptor Annotations
    * [`34f3772956`](https://github.com/containerd/containerd/commit/34f377295626d274fa630d8cce113231b35c1acb) Allow WithNewSnapshot and WithNewSnapshotView to take in snapshotter options.
    * [`04b2e5bbf7`](https://github.com/containerd/containerd/commit/04b2e5bbf7d73c51cfbeb6f92d9200f70516cf55) Merge pull request  [#3072](https://github.com/containerd/containerd/pull/3072) from crosbymichael/v2opts
    * [`aaae81189a`](https://github.com/containerd/containerd/commit/aaae81189a40f63ff8b03a786adcbed5d0651c8a) Update checkpoint opts with runtime handling
    * [`160737d2c8`](https://github.com/containerd/containerd/commit/160737d2c803cec1a19f45e0a552ef1670e486ee) Fix no pivot and keyring opts
    * [`0b711d616a`](https://github.com/containerd/containerd/commit/0b711d616ab13e9bad2801db7b53d5ffeb6934dc) Copy annotations around where necessary
    * [`bfbd1d09c9`](https://github.com/containerd/containerd/commit/bfbd1d09c9d7c96fabe50c59db104615ecff71c7) Merge pull request  [#3070](https://github.com/containerd/containerd/pull/3070) from darfux/update-build-doc
    * [`4d2a26d751`](https://github.com/containerd/containerd/commit/4d2a26d751b74dbd67b59c302e97bc87e0ce3da5) BUILDING.md: update testing section
    * [`e70a530aa3`](https://github.com/containerd/containerd/commit/e70a530aa3733f1ce9a9d95c7d27a51efa58821c) Merge pull request  [#3069](https://github.com/containerd/containerd/pull/3069) from fuweid/me-debug-mode-push
    * [`6424a36032`](https://github.com/containerd/containerd/commit/6424a36032646d2a5e258a32b04e6b6cf64c5d7c) ctr/commands/images/push: don't show progress if it is debug mode
    * [`7cfb99ab9d`](https://github.com/containerd/containerd/commit/7cfb99ab9d6bbf7c207527024ed67121dfbf04dc) Add content gc ref labels from containers, images, and snapshots
    * [`30b6f460b9`](https://github.com/containerd/containerd/commit/30b6f460b96137947b3de5ec92134d56cb763708) Merge pull request  [#3063](https://github.com/containerd/containerd/pull/3063) from zhsj/fix-mipsx
    * [`63328c1d2a`](https://github.com/containerd/containerd/commit/63328c1d2a25b2a917d439963a0a744c8fbd07bc) Merge pull request  [#3054](https://github.com/containerd/containerd/pull/3054) from jterry75/stderr_with_tty_windows
    * [`f0d5dd3c82`](https://github.com/containerd/containerd/commit/f0d5dd3c823b9443269420218aa7abd339d43f55) Use unix.SignalNum in ParseSignal on unix platform
    * [`1745951bad`](https://github.com/containerd/containerd/commit/1745951bad5cab736bd6284fab710c52512f1f24) Vendor golang.org/x/sys d455e41777fca6e8a5a79e34a14b8368bc11d9ba
    * [`5840ecc3d8`](https://github.com/containerd/containerd/commit/5840ecc3d80f2210b08a1963c788351c6cb7d018) Merge pull request  [#3056](https://github.com/containerd/containerd/pull/3056) from ehotinger/ehotinger/snapshotter-docs
    * [`e13a4b67e8`](https://github.com/containerd/containerd/commit/e13a4b67e8a5bfec016620dae3adb672b6d14aba) Update the snapshotter docs to refer to the snapshots package for WithLabels.
    * [`277147135d`](https://github.com/containerd/containerd/commit/277147135d64661914040085d6630e39a1f507d3) Fix issue with NewFIFOSetInDir with Terminal true
    * [`c24a74354c`](https://github.com/containerd/containerd/commit/c24a74354cce972171a45117e14973bfa3f6921c) Merge pull request  [#3050](https://github.com/containerd/containerd/pull/3050) from jterry75/fix_cpu_cap
    * [`828f6eb842`](https://github.com/containerd/containerd/commit/828f6eb842451a3bb9577b731e2e09bbd59d0e42) Fix a bug in shim log on Windows that can cause 100% CPU utilization
    * [`c6703d4c76`](https://github.com/containerd/containerd/commit/c6703d4c7622e1debc1451b47713ae93f167c02e) Add missing annotations map to Descriptor for gRPC transfer
    * [`e72ad44427`](https://github.com/containerd/containerd/commit/e72ad44427f623a53c2d38c46598753d5e6fd63b) Merge pull request  [#3048](https://github.com/containerd/containerd/pull/3048) from crosbymichael/bump-cgroups
    * [`d2bec5422a`](https://github.com/containerd/containerd/commit/d2bec5422acc6ca7c6a4c02c55ad7fa1a451fe22) Bump cgroups to dbea6f2bd41658b84b00417ceefa416b97
    * [`208957ba3c`](https://github.com/containerd/containerd/commit/208957ba3c82c8faf33249b25252cddb3f3f72b1) devmapper: proper cleanup in pool device test
    * [`734989c2a0`](https://github.com/containerd/containerd/commit/734989c2a003532ebbea701b0cac7a9257aeb5ca) Update README
    * [`8f44ad0b31`](https://github.com/containerd/containerd/commit/8f44ad0b312996a600b8c2ec020cdc3bc416d115) Merge pull request  [#3037](https://github.com/containerd/containerd/pull/3037) from zhsj/add-name-in-man
    * [`fb80483711`](https://github.com/containerd/containerd/commit/fb8048371146a5521c49284b45b0f228f2e27879) docs: Add NAME section in all manpages
    * [`95f0a4903c`](https://github.com/containerd/containerd/commit/95f0a4903cd9d3af6f29b12731cc0abe2013665b) devmapper: rollback thin devices on error
    * [`dea27b1b64`](https://github.com/containerd/containerd/commit/dea27b1b64504e62e92713caf0af41d3d4dc896f) Merge pull request  [#3036](https://github.com/containerd/containerd/pull/3036) from jhowardmsft/jjh/etw
    * [`adf5c640f4`](https://github.com/containerd/containerd/commit/adf5c640f4799d2f5b94d824c0eb5d0fbb4db62d) devmapper: don't create or reload thin-pool from snapshotter
    * [`7efda48c53`](https://github.com/containerd/containerd/commit/7efda48c5395a0dcfade3e138c94ed3f3cc191fc) devmapper: more precise way of checking if device is activated
    * [`37cdedc61c`](https://github.com/containerd/containerd/commit/37cdedc61c902047e9f97759196d30e0b5a9ba01) devmapper: add linux tags, fix build
    * [`0c6d194cce`](https://github.com/containerd/containerd/commit/0c6d194ccef882e9424c2078949eb2f4bb8076f1) devmapper: add README and minor fixes
    * [`2218275ec9`](https://github.com/containerd/containerd/commit/2218275ec95e27c7d6718ce1d67cc1239406e3ae) devmapper: register plugin
    * [`cec72efc2a`](https://github.com/containerd/containerd/commit/cec72efc2a98c3fa5d698a3bd041113729745ddb) devmapper: add snapshotter
    * [`3a75882520`](https://github.com/containerd/containerd/commit/3a758825209a7e049db1617882bb35e780211238) devmapper: add pool device manager
    * [`6e0ae68e17`](https://github.com/containerd/containerd/commit/6e0ae68e17c4a5eb5dfe1bc0109447329fb1486d) devmapper: add snapshotter config
    * [`fcd9dc2749`](https://github.com/containerd/containerd/commit/fcd9dc2749c3d5dae76f422d0578c8b22aa4dbe8) devmapper: add pool metadata
    * [`809e5fd3b8`](https://github.com/containerd/containerd/commit/809e5fd3b8b6ae7edac7cc36af443839b9357ad2) devmapper: add dmsetup
    * [`fe05e4d1a9`](https://github.com/containerd/containerd/commit/fe05e4d1a998e27d933debe3132e9b6886382602) devmapper: add losetup
    * [`0cff074a27`](https://github.com/containerd/containerd/commit/0cff074a27a704ad76e062d414428aa102c7cd5f) Merge pull request  [#3040](https://github.com/containerd/containerd/pull/3040) from crosbymichael/travis-bump
    * [`d83e4e9b3b`](https://github.com/containerd/containerd/commit/d83e4e9b3bb505edef796b4f135c21d76b4f6d65) Vendor Microsoft/go-winio@v0.4.12
    * [`e0d7ed12a5`](https://github.com/containerd/containerd/commit/e0d7ed12a5bad5e85650147109b2c5b6e3dba4ac) Windows: Enable ETW logging
    * [`cbc032ed34`](https://github.com/containerd/containerd/commit/cbc032ed3401dd9e451187771dd99678543896f8) Update go.etcd.io/bbolt to v1.3.2
    * [`07697638be`](https://github.com/containerd/containerd/commit/07697638bea70a5c55dfacc8c48da0b5a6fb02fc) Merge pull request  [#3004](https://github.com/containerd/containerd/pull/3004) from crosbymichael/multi-shim
    * [`5e84069844`](https://github.com/containerd/containerd/commit/5e8406984480ab81439103e2b95c1234006ddbe6) Update travis to xenial worker
    * [`84a24711e8`](https://github.com/containerd/containerd/commit/84a24711e885f10b50a2e84b756e25d126ac47af) Add runc.v2 multi-shim
    * [`6bcbf88f82`](https://github.com/containerd/containerd/commit/6bcbf88f82e814f76ede351f48b57613540af425) Move runc shim code into common package
    * [`31438b61f9`](https://github.com/containerd/containerd/commit/31438b61f96404f1b097030c88da318d2a49335c) Merge pull request  [#3033](https://github.com/containerd/containerd/pull/3033) from tonistiigi/runtime-platforms
    * [`759a889f3c`](https://github.com/containerd/containerd/commit/759a889f3cdf21e865973ab7889662ff6622992a) Merge pull request  [#3018](https://github.com/containerd/containerd/pull/3018) from Random-Liu/perm-consistency-with-docker
    * [`fd6ac5d026`](https://github.com/containerd/containerd/commit/fd6ac5d026b6afedadc24949483457d6257a9d94) Vendor sirupsen/logrus@1.3.0
    * [`b553a12be6`](https://github.com/containerd/containerd/commit/b553a12be661e23fcb9e9ecf2bd9c90eb591544f) runtime: allow specifying supported platforms with config
    * [`58dc0677b4`](https://github.com/containerd/containerd/commit/58dc0677b43011d0a6b44f232e0c7e3e0e876412) Merge pull request  [#3030](https://github.com/containerd/containerd/pull/3030) from veerun14/venuvvul/add-comments-fix-typos
    * [`f6ac73d71e`](https://github.com/containerd/containerd/commit/f6ac73d71e4cf8516e353198e07f52b91061f14e) fixing typo and added a missing comment.
    * [`ee916fe33c`](https://github.com/containerd/containerd/commit/ee916fe33cd735a1c3047341a24ac679dc718a13) Merge pull request  [#3025](https://github.com/containerd/containerd/pull/3025) from fuweid/bugfix_merge_label
    * [`480bf65ae8`](https://github.com/containerd/containerd/commit/480bf65ae8b72c5e32e074de7a926211c48b666a) Merge pull request  [#3010](https://github.com/containerd/containerd/pull/3010) from dmcgowan/pull-add-handler-wrap
    * [`06ff5ef01a`](https://github.com/containerd/containerd/commit/06ff5ef01a39151cc6f1572f2ea59225de1479d5) Merge pull request  [#3024](https://github.com/containerd/containerd/pull/3024) from jhowardmsft/jjh/signalname
    * [`4b3e0a8aaa`](https://github.com/containerd/containerd/commit/4b3e0a8aaae2244e0239091fdd51dd3b4e08e28e) metadata: merge snapshot labels with metadata's labels
    * [`88f19a90a8`](https://github.com/containerd/containerd/commit/88f19a90a8d69be3a728a95cd8717e183df558b5) Windows: Update stackdump event name
    * [`a378dbc2ab`](https://github.com/containerd/containerd/commit/a378dbc2ab8bb6835bfcf3631682ea533ebd2f6c) Merge pull request  [#3020](https://github.com/containerd/containerd/pull/3020) from dmcgowan/update-supported-releases
    * [`14f7e52725`](https://github.com/containerd/containerd/commit/14f7e52725d88a0494ce6e12176eaf150569cf9a) Unpack should set 0755 when the parent directory doesn't exist.
    * [`a485eb74a3`](https://github.com/containerd/containerd/commit/a485eb74a38ea24cfd8654825d57ef64f53c5cf5) Merge pull request  [#3021](https://github.com/containerd/containerd/pull/3021) from estesp/update-release-docs
    * [`a6f43b549e`](https://github.com/containerd/containerd/commit/a6f43b549e799e4965d86b339ee6cd3097812193) Add website update to release process
    * [`17b2c84989`](https://github.com/containerd/containerd/commit/17b2c849895bd309a69f5e9ddccf633a6e2cd4c0) Update supported versions
    * [`faec567304`](https://github.com/containerd/containerd/commit/faec567304bbdf6864b1663d4f813641b5880a4a) Merge pull request  [#3016](https://github.com/containerd/containerd/pull/3016) from jterry75/task_execid
    * [`b87e9eef3e`](https://github.com/containerd/containerd/commit/b87e9eef3e3c1d5277d40a8ca1667573499dec05) Add ExecID for StateResponse
    * [`543ee8e7f4`](https://github.com/containerd/containerd/commit/543ee8e7f496e2479e58cb2563cf09a4b3bee873) Merge pull request  [#3009](https://github.com/containerd/containerd/pull/3009) from jterry75/taskdelete_exec
    * [`41e3aaee58`](https://github.com/containerd/containerd/commit/41e3aaee587f29a70b9d8de52c315221937dd6be) Merge pull request  [#3008](https://github.com/containerd/containerd/pull/3008) from JoeWrightss/patch-3
    * [`bfb266ab5d`](https://github.com/containerd/containerd/commit/bfb266ab5d24fa05809aa800b5fc785cb55992b3) Fix some misspells in helpers_test.go
    * [`dc09ed1e1a`](https://github.com/containerd/containerd/commit/dc09ed1e1a1b8517cc7e7495c18100fb214fde18) Add image handler wrapper
    * [`a4f7b3758e`](https://github.com/containerd/containerd/commit/a4f7b3758e7cd504ff99a1e4e1e123e8d52aa1db) Add support for TaskDelete event on exec in RuntimeV2
    * [`f5b0fa220d`](https://github.com/containerd/containerd/commit/f5b0fa220df814207d26ad2f317a148f7a750f9c) Merge pull request  [#2993](https://github.com/containerd/containerd/pull/2993) from kevpar/lcow-layer-order
    * [`cb748dba98`](https://github.com/containerd/containerd/commit/cb748dba98548ee3bf25a8886c173c6206f973c4) Merge pull request  [#3007](https://github.com/containerd/containerd/pull/3007) from jterry75/fix_tty_windows
    * [`00895670e7`](https://github.com/containerd/containerd/commit/00895670e7c43ace8295695e6bc0c43b27d74d5a) Stop sending stderr with TTY on Windows
    * [`6a21728fb6`](https://github.com/containerd/containerd/commit/6a21728fb6b499ee1a71b0bbd5acc8a7a332902b) Use defaults package for listing namespace labels
    * [`521a44baff`](https://github.com/containerd/containerd/commit/521a44baff7002c15f5737905602d1943373434c) Merge pull request  [#2997](https://github.com/containerd/containerd/pull/2997) from thaJeztah/bump_runc_cve_2019-5736
    * [`14eaad0cd9`](https://github.com/containerd/containerd/commit/14eaad0cd987ff452b8e05e54b5a168738e5b232) Update runc to 6635b4f0c6af3810594d2770f662f34ddc15b40d (CVE-2019-5736)
    * [`b02ab6c742`](https://github.com/containerd/containerd/commit/b02ab6c742a48d5ea0ebadaa3c18329356a383a4) Merge pull request  [#2990](https://github.com/containerd/containerd/pull/2990) from jhowardmsft/jjh/bumpruntimespec
    * [`98766e863e`](https://github.com/containerd/containerd/commit/98766e863ea95420d79a4b4418fe2dffd10c0037) Vendor opencontainers/runtime-spec 29686dbc
    * [`225d9b120c`](https://github.com/containerd/containerd/commit/225d9b120c139688a43a25ba34500c0e6a4dd4c9) Fix LCOW layer ordering
    * [`4543e32a8b`](https://github.com/containerd/containerd/commit/4543e32a8b29e691e523ddc142f0c9068917df54) Merge pull request  [#2986](https://github.com/containerd/containerd/pull/2986) from thaJeztah/remove_normalize_image_ref
    * [`0922c69a54`](https://github.com/containerd/containerd/commit/0922c69a5406d8be4e4f56356b0ee5e02840d734) Merge pull request  [#2989](https://github.com/containerd/containerd/pull/2989) from ehotinger/ehotinger/rmbin
    * [`0190e5f390`](https://github.com/containerd/containerd/commit/0190e5f3900227fc739afbc8f4a03df968dc337b) Removes the oci.test.exe binary.
    * [`525802f9ce`](https://github.com/containerd/containerd/commit/525802f9ce4efd3e77f136f25337004c2141105d) Use distribution's reference.ParseDockerRef
    * [`3538174e60`](https://github.com/containerd/containerd/commit/3538174e605b46f86420d1316a263b7d6014b2cc) Bump github.com/docker/distribution to 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    * [`0b89d42f92`](https://github.com/containerd/containerd/commit/0b89d42f9219ab1fcf9af2ee859982152c46cdfa) Merge pull request  [#2981](https://github.com/containerd/containerd/pull/2981) from jhowardmsft/jjh/ocioptions
    * [`64e8897159`](https://github.com/containerd/containerd/commit/64e889715963665578275e15f74431d09f2bacbb) Merge pull request  [#2979](https://github.com/containerd/containerd/pull/2979) from crosbymichael/shim-skel
    * [`2dacef07ca`](https://github.com/containerd/containerd/commit/2dacef07ca352b814872b5aa21aba01f0ece4d43) Add shim skeleton code
    * [`59ea134ce1`](https://github.com/containerd/containerd/commit/59ea134ce116e92f09bf6732fe45d5299ec7ebc5) OCI Modifiers for Windows
    * [`b94b99d965`](https://github.com/containerd/containerd/commit/b94b99d965b08a5c71421746bf4024ee98192369) Merge pull request  [#2982](https://github.com/containerd/containerd/pull/2982) from dmcgowan/metadata-structure-documentation
    * [`d25007e548`](https://github.com/containerd/containerd/commit/d25007e548c08eb16712381fdb1b727b1ffb50ea) Add structure documentation for metadata
    * [`a410405f5d`](https://github.com/containerd/containerd/commit/a410405f5d4997c96c2ab5ca3e21d9fffc444f1a) Merge pull request  [#2978](https://github.com/containerd/containerd/pull/2978) from dmcgowan/cleanup-releases
    * [`823b7a8a05`](https://github.com/containerd/containerd/commit/823b7a8a058db601d92628e232d50433a6f6682a) Cleanup releases directory
    * [`5ba368748b`](https://github.com/containerd/containerd/commit/5ba368748b0275d8f45f909413d94738992f0050) Merge pull request  [#2976](https://github.com/containerd/containerd/pull/2976) from Random-Liu/fix-potential-panic
    * [`7bd8dcd0d3`](https://github.com/containerd/containerd/commit/7bd8dcd0d30fa565b1b2f31f1ebd53b9a1aa029d) Fix potential containerd panic.
    * [`ca65dc9316`](https://github.com/containerd/containerd/commit/ca65dc93168a3899c27a6d08f22b36f8261ed41a) Merge pull request  [#2975](https://github.com/containerd/containerd/pull/2975) from dmcgowan/update-release-docs
    * [`41f5406211`](https://github.com/containerd/containerd/commit/41f5406211e558dfa8ec81a644e5582c445891be) Add release documentation
    * [`7dc2c64c9f`](https://github.com/containerd/containerd/commit/7dc2c64c9f2c3756d990da5a233e7682d5ba7044) Merge pull request  [#2973](https://github.com/containerd/containerd/pull/2973) from Ace-Tang/fix_readme
    * [`f014adfa17`](https://github.com/containerd/containerd/commit/f014adfa1740bd7b4f12bf5bb70c2b261b7f1883) readme: fix example for checkpoint
    * [`6b25c1e45c`](https://github.com/containerd/containerd/commit/6b25c1e45c2b8246dba17de3b1d574f6720ce79f) Merge pull request  [#2970](https://github.com/containerd/containerd/pull/2970) from Random-Liu/fix-exec-race-condition
    * [`18a8a061cc`](https://github.com/containerd/containerd/commit/18a8a061cc1d42202ede09a2736597daa25ef568) Merge pull request  [#2971](https://github.com/containerd/containerd/pull/2971) from jterry75/runhcs_shim_exec_deadlock
    * [`dfcc5942f1`](https://github.com/containerd/containerd/commit/dfcc5942f152471dd9373afc0750e3f04e0fb111) Fix deadlock in Windows runhcs shim exec
    * [`da2ab865e0`](https://github.com/containerd/containerd/commit/da2ab865e04f64e6591e9a7dac5fc56eb2e881f2) Add documentation for using namespace labels for configuring defaults.
    * [`952d58297d`](https://github.com/containerd/containerd/commit/952d58297d816188a2aed117b7219954ac90a67f) Add a separate lock for pid.
    * [`9777d76890`](https://github.com/containerd/containerd/commit/9777d76890e9a27260828a68455e743ac1a95c3e) Revert "use state machine management for exec.Pid()"
    * [`34323985a1`](https://github.com/containerd/containerd/commit/34323985a130d853a269f13d4199be31a908ca9e) Use labels only when default namespace is provided and prefer given options.
    * [`59432aaecf`](https://github.com/containerd/containerd/commit/59432aaecf22f8037c6f59b36d00854b945b05ab) Take default runtime and snapshotter from namespace labels
    * [`f7f24e2f3a`](https://github.com/containerd/containerd/commit/f7f24e2f3a48d742b73080081e901745c713f291) Merge pull request  [#2967](https://github.com/containerd/containerd/pull/2967) from nitkon/patch-1
    * [`118d321cca`](https://github.com/containerd/containerd/commit/118d321ccabf5345f0e8ff2bb95344deded1fcfb) Merge pull request  [#2961](https://github.com/containerd/containerd/pull/2961) from jterry75/fix_typo_path
    * [`6629f853a7`](https://github.com/containerd/containerd/commit/6629f853a715bed3d44cb35094034992f6ffdbca) BUILDING: update BUILDING.md
    * [`e26f442aca`](https://github.com/containerd/containerd/commit/e26f442acab6143ef8749fbfba3b940b12aea539) Merge pull request  [#2963](https://github.com/containerd/containerd/pull/2963) from fuweid/remove-noop-loop
    * [`77d7b01233`](https://github.com/containerd/containerd/commit/77d7b0123300598ce842816c3d88280e38b45c0a) Merge pull request  [#2962](https://github.com/containerd/containerd/pull/2962) from ostenbom/snapshots-docs
    * [`7fd3d02ff6`](https://github.com/containerd/containerd/commit/7fd3d02ff621aac2a74a71848ea6483f5b96297b) Merge pull request  [#2920](https://github.com/containerd/containerd/pull/2920) from Random-Liu/max-concurrent-download
    * [`d7ed403072`](https://github.com/containerd/containerd/commit/d7ed403072f79d80b67b01bb0abc474da0cf0c59) Add image pull concurrency limit.
    * [`5abeeff84f`](https://github.com/containerd/containerd/commit/5abeeff84f66680591f60174e31fec5f38ed9e70) Merge pull request  [#2647](https://github.com/containerd/containerd/pull/2647) from teawater/gdb
    * [`7f5d7ff6b8`](https://github.com/containerd/containerd/commit/7f5d7ff6b8abe4df956104ec89d62c09894d112c) Update snapshots docs with garbage collector label
    * [`34672d483d`](https://github.com/containerd/containerd/commit/34672d483d95b45aabd7ff1bc55eaf24b5aea177) metadata/gc: remove the noop-loop for snapshot reference
    * [`6ed293ba94`](https://github.com/containerd/containerd/commit/6ed293ba94a0751b3d5c0b332978b5ccb8222768) Fix bug in shim path lookup
    * [`f35c3527b2`](https://github.com/containerd/containerd/commit/f35c3527b24b728bb87788f647fbe7f205c20c7d) Merge pull request  [#2960](https://github.com/containerd/containerd/pull/2960) from jterry75/shim_windows_lookpath
    * [`d63099c4a6`](https://github.com/containerd/containerd/commit/d63099c4a60d54ed033fe59cdf134a0f9f918899) Allow matching shim path side by side with containerd
    * [`764afa0d18`](https://github.com/containerd/containerd/commit/764afa0d180f5dbcf870350eb926745bde4a53dd) Include extension for shim binary format on Windows
    * [`4259f63e04`](https://github.com/containerd/containerd/commit/4259f63e048b477b89d8da759e800f7eca7eff22) Merge pull request  [#2959](https://github.com/containerd/containerd/pull/2959) from Quasilyte/patch-1
    * [`dfebb404cb`](https://github.com/containerd/containerd/commit/dfebb404cbe40f7893dc91fd7c0df4c10ae5564b) remove excessive []byte(s) conversion
    * [`9f705f40b8`](https://github.com/containerd/containerd/commit/9f705f40b852ea54100527691404b609c16cc0c3) Merge pull request  [#2958](https://github.com/containerd/containerd/pull/2958) from crosbymichael/runcv2-events
    * [`85aa8ad361`](https://github.com/containerd/containerd/commit/85aa8ad3614ed183f6db8564140cdc876d2facee) Move task events to runc v2 shim
    * [`9aac018896`](https://github.com/containerd/containerd/commit/9aac018896190c014e5fac3bdcbd0d22c3b9e9f6) Merge pull request  [#2957](https://github.com/containerd/containerd/pull/2957) from Random-Liu/update-cri
    * [`a54d649339`](https://github.com/containerd/containerd/commit/a54d64933959340a2f6f19fd56c842029de14349) Merge pull request  [#2956](https://github.com/containerd/containerd/pull/2956) from jterry75/runhcs_vendor_update
    * [`f63d28984c`](https://github.com/containerd/containerd/commit/f63d28984c5aa99a57c6e1b8a155ba25418cbaf1) Merge pull request  [#2939](https://github.com/containerd/containerd/pull/2939) from jterry75/bug_publishstart
    * [`28f8a90bd7`](https://github.com/containerd/containerd/commit/28f8a90bd74b82afe1e2e6dd017a980b4853e196) Update cri plugin to 4dd6735020f5596dd41738f8c4f5cb07fa804c5e.
    * [`bb32c0f619`](https://github.com/containerd/containerd/commit/bb32c0f6195f888e652fb329fe7e62484fb36d86) Revendor github.com/Microsoft/hcsshim v0.8.4
    * [`acdb225c2b`](https://github.com/containerd/containerd/commit/acdb225c2bf8251ef619eac40d2a561ac9955e97) Merge pull request  [#2952](https://github.com/containerd/containerd/pull/2952) from crosbymichael/interrupt-return
    * [`f444696989`](https://github.com/containerd/containerd/commit/f444696989635c4631d0f5cdb00ac364225cf2a4) Return out of windows signal handler
    * [`3762378760`](https://github.com/containerd/containerd/commit/37623787603e0ab61efda2a5964d92c68b67e79d) Merge pull request  [#2944](https://github.com/containerd/containerd/pull/2944) from Random-Liu/fix-stdin-close
    * [`09029eb294`](https://github.com/containerd/containerd/commit/09029eb2946d0c5d189356595a8e09d681307ee7) Merge pull request  [#2949](https://github.com/containerd/containerd/pull/2949) from justincormack/chtimes_osx
    * [`26ab393e7d`](https://github.com/containerd/containerd/commit/26ab393e7ddf23d245244043ae4629a2a57dc453) Use context.Background for `O_NONBLOCK` `OpenFifo`.
    * [`7db5697719`](https://github.com/containerd/containerd/commit/7db5697719a67aa6230d567853c1bc8efee5cff2) unix.UtimesNanoAt now supported on Darwin
    * [`aee74ad2f8`](https://github.com/containerd/containerd/commit/aee74ad2f82c8b05bbb44569d609521b1e50754b) Merge pull request  [#2948](https://github.com/containerd/containerd/pull/2948) from fuweid/fix_linter_issue
    * [`132ee9b826`](https://github.com/containerd/containerd/commit/132ee9b826df4ae99e3f98d2e028128a1b79afda) fix: linter issue
    * [`35582cb7a3`](https://github.com/containerd/containerd/commit/35582cb7a33bd33b2693174acad5d303332671c0) Merge pull request  [#2899](https://github.com/containerd/containerd/pull/2899) from fuweid/proposal-add-Add-method-in-PlatformRuntime
    * [`6468619d73`](https://github.com/containerd/containerd/commit/6468619d736840481ec17ac433e7175eeb8c5ee8) Implement the Runtime v2 Shim async task model for runhcs
    * [`3acf6f1835`](https://github.com/containerd/containerd/commit/3acf6f183569ca55ec7bbc82c33c2deb82de70e8) Merge pull request  [#2936](https://github.com/containerd/containerd/pull/2936) from estesp/post-2622-cleanups
    * [`b444d7d507`](https://github.com/containerd/containerd/commit/b444d7d5076f7f15c501e00f17622e754c7fe688) Handle additional cleanups from prior PR
    * [`df97414a77`](https://github.com/containerd/containerd/commit/df97414a77b109bbbb6e7737e871ea946d50fbfe) Merge pull request  [#2622](https://github.com/containerd/containerd/pull/2622) from kadisi/export_bug
    * [`7d75a3f282`](https://github.com/containerd/containerd/commit/7d75a3f28289250788fe0da31bf45f4100426b64) Merge pull request  [#2935](https://github.com/containerd/containerd/pull/2935) from jhowardmsft/jjh/rightexitcode
    * [`4915476f11`](https://github.com/containerd/containerd/commit/4915476f112b9d2a7ffa946cfefb718d3c3a86dc) Merge pull request  [#2934](https://github.com/containerd/containerd/pull/2934) from jhowardmsft/jjh/fifoset
    * [`4ef9bf5c84`](https://github.com/containerd/containerd/commit/4ef9bf5c8428fcf1ea6db0cb3c9d339ec58a234d) Windows: Publish exit status correctly in TaskExit
    * [`90caf6f6a7`](https://github.com/containerd/containerd/commit/90caf6f6a7356756c2595b7695af7b12b87cdf2e) Windows:NewDirectIOFromFIFOSet
    * [`96f306ee4c`](https://github.com/containerd/containerd/commit/96f306ee4cb2b3e881408658602c5d831995c7ad) Merge pull request  [#2900](https://github.com/containerd/containerd/pull/2900) from Ace-Tang/fix_snapshot_remove
    * [`804faeacdb`](https://github.com/containerd/containerd/commit/804faeacdb2d6cacbe0ca13113c424f863739e12) Merge pull request  [#2930](https://github.com/containerd/containerd/pull/2930) from cpuguy83/update_ttrpc
    * [`4bad5c0247`](https://github.com/containerd/containerd/commit/4bad5c02476b84d34c04a5ace9ddda27a83803e8) Merge pull request  [#2931](https://github.com/containerd/containerd/pull/2931) from AkihiroSuda/runc20190115
    * [`33b56e253e`](https://github.com/containerd/containerd/commit/33b56e253eb8ca02148bef855018d90322f15b91) Merge pull request  [#2927](https://github.com/containerd/containerd/pull/2927) from jterry75/bug_io_relay_close
    * [`038d707889`](https://github.com/containerd/containerd/commit/038d707889768ec191097cb0462f6a52621f8b09) Merge pull request  [#2929](https://github.com/containerd/containerd/pull/2929) from dmcgowan/releases-update
    * [`3aec9e7beb`](https://github.com/containerd/containerd/commit/3aec9e7beb211cf79e292dae14fc312350427cbf) bump up runc
    * [`0befa457d3`](https://github.com/containerd/containerd/commit/0befa457d389c2db490cfd63eb061f8907eadd5f) Update ttrpc to support context timeout.
    * [`946e402663`](https://github.com/containerd/containerd/commit/946e4026632603004c7c87be83c19ad09ddb643d) Update releases files
    * [`e30bba53ff`](https://github.com/containerd/containerd/commit/e30bba53ffbf620d718b3b3c2fb80024a7f7c875) Merge pull request  [#2926](https://github.com/containerd/containerd/pull/2926) from jterry75/bug_argon_mount
    * [`5a6b18042b`](https://github.com/containerd/containerd/commit/5a6b18042b2d976cf03afbf2ba7c1021849dd288) Merge pull request  [#2925](https://github.com/containerd/containerd/pull/2925) from jterry75/bug_exec_pid
    * [`c171b615ff`](https://github.com/containerd/containerd/commit/c171b615ff3c84da3a865edfe54d771258ae9334) Merge pull request  [#2814](https://github.com/containerd/containerd/pull/2814) from fuweid/support_legacy_media_type
    * [`c5a8c9fc12`](https://github.com/containerd/containerd/commit/c5a8c9fc12555b0229c1fd8f1c75d8b838656d69) Fix issue in runhcs shim CloseIO
    * [`31616e7945`](https://github.com/containerd/containerd/commit/31616e7945ab37f659c97edba4e0238053cfb3c4) Fix runhcs shim bug in Create with "len(Rootfs) == 0"
    * [`bcd4cc51c8`](https://github.com/containerd/containerd/commit/bcd4cc51c853081b8e4b1cf5c548b9e6a515ce14) Fixes a bug in runhcs shim Exec.Pid
    * [`8706a355dd`](https://github.com/containerd/containerd/commit/8706a355dd603338d4a3026e66f6477fbdb18ef9) Merge pull request  [#2889](https://github.com/containerd/containerd/pull/2889) from linxiulei/isolated_content
    * [`adfaa697a8`](https://github.com/containerd/containerd/commit/adfaa697a8b778eb319a49c02406c84bc0f1bdf9) Merge pull request  [#2887](https://github.com/containerd/containerd/pull/2887) from andrey-ko/args-fix
    * [`b5a794649a`](https://github.com/containerd/containerd/commit/b5a794649a148fc1edd135513a36ccf32a5ac004) Merge pull request  [#2911](https://github.com/containerd/containerd/pull/2911) from estesp/security-audit
    * [`fcf5462d49`](https://github.com/containerd/containerd/commit/fcf5462d49961a630ef45e5bc063a77567a0ac22) Merge pull request  [#2914](https://github.com/containerd/containerd/pull/2914) from jterry75/runhcs_runtime_opts
    * [`30003c4439`](https://github.com/containerd/containerd/commit/30003c4439a412e1703653d7b2af03a3bab24aad) Merge pull request  [#2910](https://github.com/containerd/containerd/pull/2910) from jterry75/shim_shutdown_error_log
    * [`bc76e01a87`](https://github.com/containerd/containerd/commit/bc76e01a87ee58363a461c8c8da495d6e476c6dd) Update runhcs options to include CRI Sandbox support
    * [`a79879e9dd`](https://github.com/containerd/containerd/commit/a79879e9dd059e792b098387d9893803b8ce6a20) Add security audit report to README
    * [`dee0945e18`](https://github.com/containerd/containerd/commit/dee0945e184a067b2adc2562e3d2734e696f5018) Fix spurious ttrpc client shutdown error log on success
    * [`231bff7f60`](https://github.com/containerd/containerd/commit/231bff7f60ce6536fb402c1d2fa7246d0d2e1de1) Merge pull request  [#2909](https://github.com/containerd/containerd/pull/2909) from Random-Liu/update-cri
    * [`64a0046416`](https://github.com/containerd/containerd/commit/64a0046416f3b9ab83f48bbf3c1369290cca1c0e) Update cri-tools to v1.13.0.
    * [`b55c9c6c35`](https://github.com/containerd/containerd/commit/b55c9c6c35b9f4571c2ee2fe7f3b203df765a6a4) Update cri to 4b4b2abb2eb19ad6913a6c5d2a6869a0a43a3fc1.
    * [`6ba92a7921`](https://github.com/containerd/containerd/commit/6ba92a7921c558012c9ca87f2ca82432a683a527) Merge pull request  [#2908](https://github.com/containerd/containerd/pull/2908) from JoeWrightss/patch-2
    * [`17b77aeb0e`](https://github.com/containerd/containerd/commit/17b77aeb0efdd9d0aef96d9f270e1ece4126841e) Fix annotation typo errors
    * [`5137fc6f11`](https://github.com/containerd/containerd/commit/5137fc6f11d222eff1293dc7e212cf851568e858) bugfix: support application/octet-stream during pull
    * [`568b5be936`](https://github.com/containerd/containerd/commit/568b5be936dbb0d4e958ba2b32dc11968545eb2d) runtime: add Add/Delete method in PlatformRuntime interface
    * [`7faaa64cf9`](https://github.com/containerd/containerd/commit/7faaa64cf987db33eaa663e29068bf84d07c69f5) fix: miss remove temp file in createSnapshot
    * [`47b328aab7`](https://github.com/containerd/containerd/commit/47b328aab79146a9e81e37704db60e7e04a09256) Merge pull request  [#2897](https://github.com/containerd/containerd/pull/2897) from crosbymichael/atomic-delete
    * [`4247f2684d`](https://github.com/containerd/containerd/commit/4247f2684d14f812f0493ec9414cb4f5ec43c53f) metadata: define content sharing policy
    * [`1be86af108`](https://github.com/containerd/containerd/commit/1be86af108846029344cae0834ae00d26e23dfd8) add test for WithImageConfigArgs
    * [`36e4dc603e`](https://github.com/containerd/containerd/commit/36e4dc603e01ef0c8d84a2be3dcbcdf84ab07d96) Ensure bundle removal is atomic
    * [`06e04bc5a9`](https://github.com/containerd/containerd/commit/06e04bc5a9e35dcd471cb5e20d0ca20b28fae730) Merge pull request  [#2830](https://github.com/containerd/containerd/pull/2830) from Ace-Tang/support_cr_without_image
    * [`9b366b2329`](https://github.com/containerd/containerd/commit/9b366b2329aa58fab92e3729eb3ab47dbf8e41af) Merge pull request  [#2894](https://github.com/containerd/containerd/pull/2894) from thaJeztah/remove_website_leftovers
    * [`723797d320`](https://github.com/containerd/containerd/commit/723797d320160efa1fac100d5338f0b37135cbda) docs: remove website leftovers
    * [`d4ecb00f6f`](https://github.com/containerd/containerd/commit/d4ecb00f6fca8fb8d9af5ac8c50f2f7d1772381c) checkpoint: return empty image if checkpointPath exist
    * [`f2344db40a`](https://github.com/containerd/containerd/commit/f2344db40adf86b7242cbeab12a265236f0e102e) do not mutate defaults in replaceOrAppendEnvValues
    * [`da9471fb11`](https://github.com/containerd/containerd/commit/da9471fb1114cee9e977485e0d39a51237d84d7a) fix oci.WithImageConfigArgs for windows
    * [`48bebbb6e0`](https://github.com/containerd/containerd/commit/48bebbb6e0ce810059d35513ae1e0c499e38fa2e) Merge pull request  [#2891](https://github.com/containerd/containerd/pull/2891) from thaJeztah/revert_temp_golang_fix
    * [`897afeaf35`](https://github.com/containerd/containerd/commit/897afeaf35b6d18a91cdf87b563e8ba78ae11869) Revert "Fix CI due to Golang 1.10.6 / 1.11.3 regressions (workaround)"
    * [`f8fcf074bd`](https://github.com/containerd/containerd/commit/f8fcf074bd7d51bec06193f53192e22f4382424b) Merge pull request  [#2885](https://github.com/containerd/containerd/pull/2885) from jterry75/runtime_v2_docs
    * [`0ec6526fd3`](https://github.com/containerd/containerd/commit/0ec6526fd35e3ef9afe420284c910b03653ad674) Update the delete docs for Runtime V2 on Windows
    * [`b62f3b6fe9`](https://github.com/containerd/containerd/commit/b62f3b6fe914786446546f96a14f6df03fc61de7) Merge pull request  [#2883](https://github.com/containerd/containerd/pull/2883) from ZYecho/fix-args
    * [`081921628e`](https://github.com/containerd/containerd/commit/081921628e11e759e1a2a9ba84cbc737b8d6da79) Merge pull request  [#2875](https://github.com/containerd/containerd/pull/2875) from ZYecho/fix-defer
    * [`1e2cbf3310`](https://github.com/containerd/containerd/commit/1e2cbf33103173a84d2d5904cb557e5ff68e5f6f) Merge pull request  [#2884](https://github.com/containerd/containerd/pull/2884) from justincormack/freebsd
    * [`e20ba5fa51`](https://github.com/containerd/containerd/commit/e20ba5fa51e5a7bcd38965513317a1dd6b7dfac9) test: add test for c/r without image
    * [`40267382c5`](https://github.com/containerd/containerd/commit/40267382c54e5d704f23d4040f1678c2ab5e654b) fix ctr image export not found error
    * [`8be05eb237`](https://github.com/containerd/containerd/commit/8be05eb237a026d797deba448eef3cf54b8fce7e) Fix freebsd build
    * [`7b1e6f323a`](https://github.com/containerd/containerd/commit/7b1e6f323ae6dd5316c30d71d3d7cc5361bea27e) fix: use func args instead of build new one
    * [`9baecf66b8`](https://github.com/containerd/containerd/commit/9baecf66b815b8c9e6a3250bc3f06b6705780bb8) fix: fix defer in loop
    * [`c7e31f1c5e`](https://github.com/containerd/containerd/commit/c7e31f1c5e8ee3df0556871090a471be5d63d921) Merge pull request  [#2876](https://github.com/containerd/containerd/pull/2876) from fuweid/bugfix_missing_snapshot_gc
    * [`e6879c498b`](https://github.com/containerd/containerd/commit/e6879c498b2c9fce9a5a210ae564a0b5fbfef963) Merge pull request  [#2882](https://github.com/containerd/containerd/pull/2882) from JoeWrightss/patch-1
    * [`c3a5e25cbe`](https://github.com/containerd/containerd/commit/c3a5e25cbea5db4d8c2d50b945153a2eece03073) Merge pull request  [#2877](https://github.com/containerd/containerd/pull/2877) from crosbymichael/fifo-timeout
    * [`903abf33cf`](https://github.com/containerd/containerd/commit/903abf33cf1c1f2e53873cc08a69d35f87a14352) Fix annotation typo error
    * [`121d48a7b7`](https://github.com/containerd/containerd/commit/121d48a7b7a10accbabc2d8f1d05a353fa9b4aed) Merge pull request  [#2879](https://github.com/containerd/containerd/pull/2879) from thaJeztah/fix_ci_golang_1.11
    * [`52de371700`](https://github.com/containerd/containerd/commit/52de3717005eb20141c305bd93ff0d6ee5dfecb6) Fix CI due to Golang 1.10.6 / 1.11.3 regressions (workaround)
    * [`2d96aad771`](https://github.com/containerd/containerd/commit/2d96aad771b3a0ea70e9d057c8d00aa734b55c40) bugfix: unpack should always set the snapshot gc label
    * [`cc06a65a79`](https://github.com/containerd/containerd/commit/cc06a65a79be4dabbd532b74d04a44edf0445df1) Merge pull request  [#2871](https://github.com/containerd/containerd/pull/2871) from linxiulei/fix_oauth_utf8
    * [`a2a4241979`](https://github.com/containerd/containerd/commit/a2a4241979f615eb0a1084c7638c21f830f48ac5) Add timeout and cancel to shim fifo open
    * [`7fa2f41645`](https://github.com/containerd/containerd/commit/7fa2f41645338b9e62457a651b24ad649ce6948f) Merge pull request  [#2873](https://github.com/containerd/containerd/pull/2873) from Ace-Tang/fix_xattr
    * [`155d7acb01`](https://github.com/containerd/containerd/commit/155d7acb014671bc675367ec99cad8144548802c) Merge pull request  [#2874](https://github.com/containerd/containerd/pull/2874) from ZYecho/fix-deadcode
    * [`6f944e4190`](https://github.com/containerd/containerd/commit/6f944e41909625e90540585c0032a33c9b5be801) fix: SCHILY.xattrs should be SCHILY.xattr
    * [`6ccb0d0629`](https://github.com/containerd/containerd/commit/6ccb0d0629d91d5ca174d41b97fa6e056d652f9a) fix: remove dead code
    * [`2db0c6c262`](https://github.com/containerd/containerd/commit/2db0c6c2622e59ac20833eba266a2229d8580e7e) Explicitly stating utf-8 when fetching oauth token
    * [`4ccff37c7e`](https://github.com/containerd/containerd/commit/4ccff37c7e10d265b4403ffaa553efb3ca0cf8a8) Merge pull request  [#2869](https://github.com/containerd/containerd/pull/2869) from fuweid/ctr_make_error_clear_in_edit_subcommand
    * [`603e97a9ec`](https://github.com/containerd/containerd/commit/603e97a9ec7d3f72b147a4b83f826f227882a775) ctr/content: make editor flag is required
    * [`1a9b010de0`](https://github.com/containerd/containerd/commit/1a9b010de06c17e2ae48474ed654a74486fb6d35) Merge pull request  [#2868](https://github.com/containerd/containerd/pull/2868) from jterry75/cpus_mem
    * [`d22f079e0c`](https://github.com/containerd/containerd/commit/d22f079e0cbdbcefb1464a9e0f717737c363f970) Merge pull request  [#2867](https://github.com/containerd/containerd/pull/2867) from crosbymichael/update-cgroups
    * [`7ac221e8d7`](https://github.com/containerd/containerd/commit/7ac221e8d764d0b9e3b6650cf2634408494c5758) Adding ctr memory and cpu flags
    * [`f05672357f`](https://github.com/containerd/containerd/commit/f05672357f56f26751a521175c5a96fc21fa8603) Merge pull request  [#2859](https://github.com/containerd/containerd/pull/2859) from crosbymichael/shim-config
    * [`822ae18b14`](https://github.com/containerd/containerd/commit/822ae18b14ff36a27cc9ef6bcc63e5786cec700d) Update cgroups to 1152b960fcee041f50df15cdc67c29db
    * [`3ae8e8a30b`](https://github.com/containerd/containerd/commit/3ae8e8a30b83a1887747475ec9f39b7487f3a6bb) Add shim config for shim binary options
    * [`0b0d6e6bdd`](https://github.com/containerd/containerd/commit/0b0d6e6bdd78f02e33e308eb0bc41561d80fc62e) Merge pull request  [#2857](https://github.com/containerd/containerd/pull/2857) from crosbymichael/runc-kill-paused
    * [`66c20f2b75`](https://github.com/containerd/containerd/commit/66c20f2b7536175c4e75bf5db9edaaa4d62e61bd) Update runc to 96ec2177ae841256168fcf76954f7177af
    * [`4a8acf54b1`](https://github.com/containerd/containerd/commit/4a8acf54b112c6f32a31c44ddab683da57cb6fa5) Merge pull request  [#2793](https://github.com/containerd/containerd/pull/2793) from lifubang/runexecflag
    * [`8ccfe2a73f`](https://github.com/containerd/containerd/commit/8ccfe2a73f2066c4a8e0e16bc4dbc6347e5c3616) Merge pull request  [#2853](https://github.com/containerd/containerd/pull/2853) from jterry75/revendor_hcssshim_v0.8.3
    * [`6937c5a3ba`](https://github.com/containerd/containerd/commit/6937c5a3ba8280edff9e9030767e3b0cb742581c) Merge pull request  [#2854](https://github.com/containerd/containerd/pull/2854) from Random-Liu/kill-in-stopped-state
    * [`79499980e4`](https://github.com/containerd/containerd/commit/79499980e437583b3d5fb1da75786603269ed729) Kill should still work in stopped state.
    * [`27ba2db109`](https://github.com/containerd/containerd/commit/27ba2db109a97362bec0603699a6e593356cc575) Revendor github.com/Microsoft/hcsshim to v0.8.3
    * [`2175efcf99`](https://github.com/containerd/containerd/commit/2175efcf99f548bb662d32a3b58cdaeab1375eac) Merge pull request  [#2851](https://github.com/containerd/containerd/pull/2851) from lifubang/execdpatch
    * [`2d3a4f99ec`](https://github.com/containerd/containerd/commit/2d3a4f99ece9db8d602dcf97eed7cfddbc4f296b) should no defer when detach
    * [`09a5b1f8af`](https://github.com/containerd/containerd/commit/09a5b1f8af9bbc652f0b168fcaaab4a070d338ef) Merge pull request  [#2839](https://github.com/containerd/containerd/pull/2839) from jhowardmsft/jjh/service
    * [`620d56aa42`](https://github.com/containerd/containerd/commit/620d56aa427268ee613a5ae33ae4f901547d65ea) Merge pull request  [#2846](https://github.com/containerd/containerd/pull/2846) from thaJeztah/mask_asound
    * [`70084ea6c3`](https://github.com/containerd/containerd/commit/70084ea6c3bb92a772b5e3f23c30879c32166bef) Add /proc/asound to masked paths
    * [`d5f00ed913`](https://github.com/containerd/containerd/commit/d5f00ed9138ca88bd4d693c89b9633b84e11efc9) Merge pull request  [#2844](https://github.com/containerd/containerd/pull/2844) from jstarks/wrapf_fix
    * [`6daf8b7782`](https://github.com/containerd/containerd/commit/6daf8b77829b2d2d1ad9e2ef9f1e9fc6cebb3e13) Eliminate misuses of errors.Wrapf
    * [`b0b375f605`](https://github.com/containerd/containerd/commit/b0b375f6057a2119ba0c9e02d87985e1aa6ab0c6) Merge pull request  [#2841](https://github.com/containerd/containerd/pull/2841) from estesp/add-new-adopters
    * [`a404f27a09`](https://github.com/containerd/containerd/commit/a404f27a09fe5434d1cbec0fdd2f2658fcecc598) Add more adopters
    * [`6593399e9f`](https://github.com/containerd/containerd/commit/6593399e9fa6103fe67e256824299c00dff261dc) cr: support checkpoint/restore without image
    * [`a0fe7f0f78`](https://github.com/containerd/containerd/commit/a0fe7f0f783495857a3d8ca9d593c6821ff38c1f) Merge pull request  [#2829](https://github.com/containerd/containerd/pull/2829) from ZYecho/fix-error
    * [`82c57a3a38`](https://github.com/containerd/containerd/commit/82c57a3a38cbf7c78f7a5e3294cdb98a1f8ff6f4) Merge pull request  [#2828](https://github.com/containerd/containerd/pull/2828) from jterry75/ctr_isolation
    * [`9e372ff01d`](https://github.com/containerd/containerd/commit/9e372ff01d7a81c325ff1c15ed84efa95e7fb5a6) Merge pull request  [#2836](https://github.com/containerd/containerd/pull/2836) from jterry75/exe_search_path
    * [`1ce733a5ea`](https://github.com/containerd/containerd/commit/1ce733a5ea4cef3ac8251a850a589c50f62bb2ab) Merge pull request  [#2837](https://github.com/containerd/containerd/pull/2837) from jterry75/containerd_dump_stacks
    * [`3ef95e0ff3`](https://github.com/containerd/containerd/commit/3ef95e0ff32b93ad3bcfe1d5719d1f854391f08c) Merge pull request  [#2838](https://github.com/containerd/containerd/pull/2838) from thaJeztah/update_runc_1.0-rc6
    * [`996c60616a`](https://github.com/containerd/containerd/commit/996c60616a9e6252ac4ffbd5a69172537425de88) fix: fix error info start capitalized
    * [`b4a642f6a5`](https://github.com/containerd/containerd/commit/b4a642f6a56489ff6b606e017c1b6dfc223b7f57) Add dumpStacks support for containerd on Windows
    * [`40d898a820`](https://github.com/containerd/containerd/commit/40d898a820a557e92eb94d61ed29e1d24327c1a8) Windows: Allow running as a service
    * [`97dd5df66f`](https://github.com/containerd/containerd/commit/97dd5df66fb70cf3ec0c6e4bdb17f01d1d6936d9) Update runc to v1.0.0-rc6
    * [`09bf314bfd`](https://github.com/containerd/containerd/commit/09bf314bfd77a981b9b2e81aece880c7c13f7803) Cache shim v2 exec.LookPath results
    * [`dcb82064d3`](https://github.com/containerd/containerd/commit/dcb82064d32b6ecd154935b6c9d16709c96d3de7) Merge pull request  [#2826](https://github.com/containerd/containerd/pull/2826) from lifubang/statemachineforpid
    * [`3eae8b9c3f`](https://github.com/containerd/containerd/commit/3eae8b9c3faaf94570d3b98828a38b5a3d8c3e0a) Merge pull request  [#2631](https://github.com/containerd/containerd/pull/2631) from masters-of-cats/shim-io-redirect
    * [`fd16bf6d46`](https://github.com/containerd/containerd/commit/fd16bf6d46ecb956b1780d8da8d4cc95c318bfe9) runtimev2: add image-path and work-path for c/r
    * [`83ebcf9992`](https://github.com/containerd/containerd/commit/83ebcf999266920b6406ef856d04c67713faee60) runtimev1: add image-path and work-path for c/r
    * [`f90e5d564a`](https://github.com/containerd/containerd/commit/f90e5d564a0e3c810d139decf028ee2a565149dd) Move ctr run --isolation to Windows only
    * [`75c490c5c4`](https://github.com/containerd/containerd/commit/75c490c5c4fa2bbd40c287cfe8f7683bc215bdea) Merge pull request  [#2825](https://github.com/containerd/containerd/pull/2825) from Ace-Tang/ctr_fix_runtime
    * [`bbc2a995f9`](https://github.com/containerd/containerd/commit/bbc2a995f97c84670ba47126a2bbba1b302c4211) use state machine management for exec.Pid()
    * [`461222dba8`](https://github.com/containerd/containerd/commit/461222dba8c2f3410fc702237a8bc7defc091a77) fix: should get runtime name from container info
    * [`32aa0cd79b`](https://github.com/containerd/containerd/commit/32aa0cd79b0229980b3b6ee44cad8b14dda7fac6) Merge pull request  [#2632](https://github.com/containerd/containerd/pull/2632) from ehazlett/checkpoint-restore
    * [`b8631c750c`](https://github.com/containerd/containerd/commit/b8631c750c512ee9a927d1076b76c452e8a54ba1) Merge pull request  [#2751](https://github.com/containerd/containerd/pull/2751) from Charliekenney23/add-useragent-resolver-option
    * [`0b064b0f9d`](https://github.com/containerd/containerd/commit/0b064b0f9def4c04dd08337fa74d7d458ae7448c) Merge pull request  [#2813](https://github.com/containerd/containerd/pull/2813) from lifubang/deleteexec
    * [`c0a3b6e823`](https://github.com/containerd/containerd/commit/c0a3b6e8235ba5137dbf0c8fd2db3433ce5ded8d) Merge pull request  [#2812](https://github.com/containerd/containerd/pull/2812) from tonistiigi/credential-nil-check
    * [`181a522142`](https://github.com/containerd/containerd/commit/181a522142b38776002e0144eea445366abf9dd3) Merge pull request  [#2807](https://github.com/containerd/containerd/pull/2807) from lifubang/shimlockwhenstdinclose
    * [`1a62577719`](https://github.com/containerd/containerd/commit/1a62577719eeb01a8479cf9d4a92ba888bf69a11) Merge pull request  [#2811](https://github.com/containerd/containerd/pull/2811) from Random-Liu/lock-kill-all
    * [`2101b1362e`](https://github.com/containerd/containerd/commit/2101b1362e966a4433adf918b55b1fe7089a94d0) add ctr delete --exec-id to debug DeleteProcess
    * [`a2e8ab9ff7`](https://github.com/containerd/containerd/commit/a2e8ab9ff78047476e3e4e1cedfa56cc08bd829f) remotes: avoid panic with default resolver conf
    * [`55baf50b5a`](https://github.com/containerd/containerd/commit/55baf50b5af476a489284679b299a97ae9ad1f54) Merge pull request  [#2798](https://github.com/containerd/containerd/pull/2798) from lifubang/execd
    * [`7d91d631e0`](https://github.com/containerd/containerd/commit/7d91d631e0e0249de7fd6156cce227d4c50e1c82) Lock `KillAll`.
    * [`f801661dcf`](https://github.com/containerd/containerd/commit/f801661dcf1838e1ee2da4a82347a6708bb9fa66) Merge pull request  [#2809](https://github.com/containerd/containerd/pull/2809) from HusterWan/zr/octet-stream-fix
    * [`9639db5522`](https://github.com/containerd/containerd/commit/9639db5522d252a6bff43ca9dbc2a6c1dbdd078e) refactor: no need defer in closeAll
    * [`aa537a67b3`](https://github.com/containerd/containerd/commit/aa537a67b3a9026c423a63dbaf71e4cc0776b2ad) Merge pull request  [#2797](https://github.com/containerd/containerd/pull/2797) from lifubang/createcmd
    * [`e76a8879eb`](https://github.com/containerd/containerd/commit/e76a8879eb10594113d70556c80dd2e456202e22) fix pipe in broken may cause shim lock forever for runtime v1
    * [`b3438f7a6f`](https://github.com/containerd/containerd/commit/b3438f7a6f63849d2179a2a76b804aea460affd9) fix pipe in broken may cause shim lock forever for runtime v2
    * [`e1383c3d23`](https://github.com/containerd/containerd/commit/e1383c3d23be81898307d7958a6ddb278882373a) Merge pull request  [#2799](https://github.com/containerd/containerd/pull/2799) from BSWANG/patch-1
    * [`d8621e258c`](https://github.com/containerd/containerd/commit/d8621e258cefd5f356aa95a6be43fcf61715657e) Merge pull request  [#2800](https://github.com/containerd/containerd/pull/2800) from crosbymichael/revert-dropped
    * [`d48d7464ad`](https://github.com/containerd/containerd/commit/d48d7464ad44bccb9f2dd962b8e52beebd05fe6e) Merge pull request  [#2773](https://github.com/containerd/containerd/pull/2773) from crosbymichael/state-locking
    * [`ee41ce3f8c`](https://github.com/containerd/containerd/commit/ee41ce3f8c9f520a6e1937427b2334a46ec2899a) Merge pull request  [#2788](https://github.com/containerd/containerd/pull/2788) from crosbymichael/runc-bump
    * [`956e49a36b`](https://github.com/containerd/containerd/commit/956e49a36b92b321c71aec3fa70f2e422dc9c056) Revert v2 dropped events
    * [`1d4105cacf`](https://github.com/containerd/containerd/commit/1d4105cacfd1662a2199a805a926d2785d8a26d6) Use named pipes for shim logs
    * [`581a63ce4e`](https://github.com/containerd/containerd/commit/581a63ce4e25f659301e2833dbe5be60a3eae92c) Add build requirement doc on fedora/centos
    * [`01f5aa3878`](https://github.com/containerd/containerd/commit/01f5aa3878cf153c36fcc1dcd3789d4e229c835f) add flag -d for ctr t exec to run a service in container
    * [`51ad4d3020`](https://github.com/containerd/containerd/commit/51ad4d302012ae442db8fc38f669f222103a9f76) change args usage for ctr c create
    * [`44b90df286`](https://github.com/containerd/containerd/commit/44b90df28605f437692d86a8adfcc9ddeac4d5cf) Merge pull request  [#2794](https://github.com/containerd/containerd/pull/2794) from wk8/wk8/nvidia_kmods
    * [`bd2a21985c`](https://github.com/containerd/containerd/commit/bd2a21985cc473c2b36cff5de05e482872bdc79e) fix container cmd args may parsed as ctr args
    * [`90880078b9`](https://github.com/containerd/containerd/commit/90880078b90c803929f35a768ff47ec2d84b3f1f) Adding a --load-kmods flag to the NVIDIA OCI hook
    * [`e1a59ba0fb`](https://github.com/containerd/containerd/commit/e1a59ba0fbd558397f64a041b0f90147cd842095) Update runc to 10d38b660a77168360df3522881e2dc2be
    * [`a3c2f00c50`](https://github.com/containerd/containerd/commit/a3c2f00c503e7d97db84db3489d3cbfc1b6d91b8) Merge pull request  [#2786](https://github.com/containerd/containerd/pull/2786) from jterry75/revendor_logrus
    * [`8e25ca6bf0`](https://github.com/containerd/containerd/commit/8e25ca6bf05294682bf3378411e3a95892c26820) Revendor github.com/sirupsen/logrus to v1.0.3
    * [`0e7a70dbfb`](https://github.com/containerd/containerd/commit/0e7a70dbfb00a109704e2f629539fc5064c55890) skip already exists content
    * [`6f2f4e4343`](https://github.com/containerd/containerd/commit/6f2f4e4343baa64b5e907e7992e4ed451d1c7747) checkpoint: add copts to checkpoint; save snapshotter to annotation
    * [`40caece8dc`](https://github.com/containerd/containerd/commit/40caece8dc9426eef146c24b8c03d77c78af832c) update tests
    * [`4fdf720b84`](https://github.com/containerd/containerd/commit/4fdf720b843a9d215a0978382b6e045f503d445d) move rw to opt; make snapshot opt; move to NewContainerOpts
    * [`147208061c`](https://github.com/containerd/containerd/commit/147208061cbcf123db82050d13510c5009825bd3) add image name and runtime name media types; remove task operation on checkpoint
    * [`ce0673fd7d`](https://github.com/containerd/containerd/commit/ce0673fd7df99aab48a68df19ae3feed50892ee3) Restore take image
    * [`0e4d9da755`](https://github.com/containerd/containerd/commit/0e4d9da755809ed4a8fbd7d9782d5f89c612612b) remove task handling from Restore
    * [`2d3db08daf`](https://github.com/containerd/containerd/commit/2d3db08daf5169c060020b57368e66b74735b02f) refactor spec and snapshot restore into opts
    * [`45c700a955`](https://github.com/containerd/containerd/commit/45c700a95584594e869251178a88d751a5e3295b) refactor checkpoint and restore to client
    * [`c7896bd722`](https://github.com/containerd/containerd/commit/c7896bd722c8a586e3c841aaa3c514fc66e64d7d) Merge pull request  [#2775](https://github.com/containerd/containerd/pull/2775) from jterry75/vendor_hcsshim
    * [`f0bedbbd32`](https://github.com/containerd/containerd/commit/f0bedbbd32f99b4c54b96ace846e41ecd26286b4) Merge pull request  [#2776](https://github.com/containerd/containerd/pull/2776) from thaJeztah/ignore_modprobe_failures
    * [`555ea3fb43`](https://github.com/containerd/containerd/commit/555ea3fb43505512bba51563183a80b2d4a1d028) Ignore modprobe failures in ExecStartPre (systemd unit)
    * [`abd971cfbd`](https://github.com/containerd/containerd/commit/abd971cfbdec5f0b6c53819765f60e61994a9484) Revendor github.com/Microsoft/hcsshim
    * [`96d30788e1`](https://github.com/containerd/containerd/commit/96d30788e1b415108c123f5fcaff2eb92d87e8cc) Merge pull request  [#2770](https://github.com/containerd/containerd/pull/2770) from Random-Liu/partial-revert-#2748
    * [`ed5a789889`](https://github.com/containerd/containerd/commit/ed5a78988930c8f321b34321c8f2868d28677af7) Merge pull request  [#2771](https://github.com/containerd/containerd/pull/2771) from Ace-Tang/runtime_v2_add_id
    * [`831a41b958`](https://github.com/containerd/containerd/commit/831a41b9585fc021c1036da17afa1513e7b4f908) Fix process locking and state management
    * [`c4feaa75cf`](https://github.com/containerd/containerd/commit/c4feaa75cf37cf0af272e443c2d5c6dd632dcc5c) fix: fix failed to get container-shim relation with io.containerd.runc.v1
    * [`c524b9ce41`](https://github.com/containerd/containerd/commit/c524b9ce4179f69b9d63c2e9518664f2b9cb79a4) Partially revert the event discard change in #2748.
    * [`130d07edd2`](https://github.com/containerd/containerd/commit/130d07edd2e003b48709c0f4d8769be2ac164c7c) Merge pull request  [#2769](https://github.com/containerd/containerd/pull/2769) from fuweid/shim_related_change
    * [`8e6cf4fb52`](https://github.com/containerd/containerd/commit/8e6cf4fb5219be379054676fab728b49bacbf90a) Merge pull request  [#2766](https://github.com/containerd/containerd/pull/2766) from AkihiroSuda/doc-rootless
    * [`f0b081bb44`](https://github.com/containerd/containerd/commit/f0b081bb447fff68c66de8c2fb4c0273f67f2b8f) Merge pull request  [#2734](https://github.com/containerd/containerd/pull/2734) from Ace-Tang/start_early_error
    * [`38d7d59e8a`](https://github.com/containerd/containerd/commit/38d7d59e8ab35bd627d4e34ffe2198ac71c451d3) enhance: update v1/v2 runtime
    * [`ce6d4c9a9f`](https://github.com/containerd/containerd/commit/ce6d4c9a9ff0d65c92dbb4635249a4ee71bb6b27) add docs/rootless.md
    * [`dd0539b095`](https://github.com/containerd/containerd/commit/dd0539b0955a7686dadfb70f6fe5fbc216386d82) ctr: add --cgroup for oci.WithCgroup
    * [`8dcabd6125`](https://github.com/containerd/containerd/commit/8dcabd6125f8586fb2e13586b72874bc084e1b32) Merge pull request  [#2755](https://github.com/containerd/containerd/pull/2755) from estesp/add-adopters
    * [`2a10bc7b44`](https://github.com/containerd/containerd/commit/2a10bc7b44acd3320565a1a10b064e15aabcdbed) Merge pull request  [#2759](https://github.com/containerd/containerd/pull/2759) from fuweid/bugfix_use_right_flag_value
    * [`18363d0c95`](https://github.com/containerd/containerd/commit/18363d0c95b621be1d177bf87f971e36f7d954f7) Add ADOPTERS.md file
    * [`0535fa60fb`](https://github.com/containerd/containerd/commit/0535fa60fb9c352d5b5eabc917950a6d4867aac8) Merge pull request  [#2756](https://github.com/containerd/containerd/pull/2756) from jterry75/runhcs_opts
    * [`354dab0caa`](https://github.com/containerd/containerd/commit/354dab0caa57e27889d8580c98d5ada14d44d3b7) Forward ctr.exe --debug as io.containerd.runhcs.v1 options
    * [`a33ad40245`](https://github.com/containerd/containerd/commit/a33ad4024581fd84a883d5474f99a62f6ad15c9c) Implement io.containerd.runhcs.v1 shim log opts
    * [`ec3dbd155e`](https://github.com/containerd/containerd/commit/ec3dbd155ed1dc201b1686081ce49169992768b7) Add io.containerd.runhcs.v1 shim proto options
    * [`7d70d2b78d`](https://github.com/containerd/containerd/commit/7d70d2b78dd3917f5da4fd233483fd903dfb2919) Fix Makefile to run protobuild on paths with spaces
    * [`998d0f9e49`](https://github.com/containerd/containerd/commit/998d0f9e49a069f8abc264e7614c245006e12a46) Merge pull request  [#2761](https://github.com/containerd/containerd/pull/2761) from jterry75/remove_windows_v2_conditional
    * [`37773e169d`](https://github.com/containerd/containerd/commit/37773e169d8b1888f0950b8cd2d3353a4fa8052b) Merge pull request  [#2764](https://github.com/containerd/containerd/pull/2764) from cyphar/emoji-remove
    * [`83f4ab8855`](https://github.com/containerd/containerd/commit/83f4ab88559e3062537ad96daa8596985893e57c) makefile: remove emoji on Linux
    * [`8329a491b9`](https://github.com/containerd/containerd/commit/8329a491b9ccf3dfd1abeaccae9e13e9ab3e6604) Build Windows V1 and V2 runtimes always
    * [`124194b98b`](https://github.com/containerd/containerd/commit/124194b98b6af6a24fe3f1425c91be0c0fe15c2f) check task existence before new task
    * [`a02f7cea86`](https://github.com/containerd/containerd/commit/a02f7cea864fcca8299cc63226d99fda565b077a) bugfix: use skip-verify flag in ctr instead of insecure
    * [`f1a3a6fba6`](https://github.com/containerd/containerd/commit/f1a3a6fba616861b9f0d472b816ff70cf744307a) Merge pull request  [#2760](https://github.com/containerd/containerd/pull/2760) from estesp/fix-appveyor-mingw-vers
    * [`2bb7da8431`](https://github.com/containerd/containerd/commit/2bb7da8431adf035a137baaed9ac7897f1d85cf6) Fix mingw version back to working version with Golang
    * [`068880ff16`](https://github.com/containerd/containerd/commit/068880ff1670bcefd646689d900befcf9a2ce730) Add custom headers option to dockerResolver
    * [`b043f9ffad`](https://github.com/containerd/containerd/commit/b043f9ffad648e9feddfeb342af3d7905df36be1) Merge pull request  [#2754](https://github.com/containerd/containerd/pull/2754) from mikebrow/readme-slack-invite-update
    * [`fa912a79bb`](https://github.com/containerd/containerd/commit/fa912a79bbf978634203debd0c9e898a15025859) update link for slack invite
    * [`9035063a5b`](https://github.com/containerd/containerd/commit/9035063a5b3a3d93d45eff6473a8c60365e00918) Merge pull request  [#2753](https://github.com/containerd/containerd/pull/2753) from Charliekenney23/fix-typo-resolveroptions-docs
    * [`7c85d873a0`](https://github.com/containerd/containerd/commit/7c85d873a006bafe6d5ec9dd94751018a5c76a70) fix typo in ResolverOptions.Credentials documentation
    * [`8afcade1a6`](https://github.com/containerd/containerd/commit/8afcade1a6041b8301b6f6d8b88bae909993b989) Merge pull request  [#2748](https://github.com/containerd/containerd/pull/2748) from crosbymichael/reaper-buffer
    * [`232a063496`](https://github.com/containerd/containerd/commit/232a0634962441bce2a1d4cd12f6c822908be9bd) Increase reaper buffer size and non-blocking send
    * [`35a32a8778`](https://github.com/containerd/containerd/commit/35a32a877800119be66ae4f0d07fafd71727fccc) Merge pull request  [#2747](https://github.com/containerd/containerd/pull/2747) from fuweid/bugfix_wrap_error_in_closeIO
    * [`6f8edc2308`](https://github.com/containerd/containerd/commit/6f8edc2308c266f5fd0b83d884faf77f24ae054e) Merge pull request  [#2743](https://github.com/containerd/containerd/pull/2743) from Ace-Tang/shim_lock
    * [`05f8c3a3f1`](https://github.com/containerd/containerd/commit/05f8c3a3f130f9716c0bce8ad464faafbe03d078) Merge pull request  [#2746](https://github.com/containerd/containerd/pull/2746) from crosbymichael/aufs-bump
    * [`00ba92364c`](https://github.com/containerd/containerd/commit/00ba92364ccdd86c85fdf3ad44acd6270e47f3fe) bugfix: CloseIO should return correct status code
    * [`1cc93460d7`](https://github.com/containerd/containerd/commit/1cc93460d76fc88a32cc08f0eca41b2d932ed865) Bump aufs for unsupported errors
    * [`7f8b405eac`](https://github.com/containerd/containerd/commit/7f8b405eac9e05beef22d6c15416134ac44ab764) Merge pull request  [#2745](https://github.com/containerd/containerd/pull/2745) from crosbymichael/snapshot-warnings
    * [`86b8c480c8`](https://github.com/containerd/containerd/commit/86b8c480c805ca6ae4e41a804e9ce84c85ce58f3) Merge pull request  [#2435](https://github.com/containerd/containerd/pull/2435) from thaJeztah/bump_go_1.11
    * [`1301813f7a`](https://github.com/containerd/containerd/commit/1301813f7ad147d51086ae5e7ad3dce6e3a43391) Update ZFS for unsupported warnings
    * [`16aaf6c065`](https://github.com/containerd/containerd/commit/16aaf6c06577326f96965dd325411048980e0baf) Change unsupported snapshot warnings to INFO
    * [`07237e34e6`](https://github.com/containerd/containerd/commit/07237e34e6458d6c8c2753d437c969c7da1452d2) Bump to Go 1.11.x
    * [`c206da7957`](https://github.com/containerd/containerd/commit/c206da79576925aaf1d675a8204570ccbfeb86aa) optimize shim lock in runtime v1
    * [`c5a0c7f491`](https://github.com/containerd/containerd/commit/c5a0c7f491b435e4eb45972903b00e2d8ed46495) Add build option "GODEBUG=1"
    
    ### Changes from containerd/aufs
    
    * [`f894a80`](https://github.com/containerd/aufs/commit/f894a800659b6e11c1a13084abd1712f346e349c) Remove the "overlay" related comment
    * [`1d75a7b`](https://github.com/containerd/aufs/commit/1d75a7b7fe61bb1aebd576401f2de182692bd332) Merge pull request  [#14](https://github.com/containerd/aufs/pull/14) from estesp/add-common-project-ref
    * [`29bb63f`](https://github.com/containerd/aufs/commit/29bb63fff81c941a7c15e3b7723ccbe573ec322a) Add common project scripts/references
    * [`da3cf16`](https://github.com/containerd/aufs/commit/da3cf16bfbe68ba8f114f1536a05c01528a25434) Merge pull request  [#13](https://github.com/containerd/aufs/pull/13) from containerd/skip
    * [`a21e953`](https://github.com/containerd/aufs/commit/a21e953b6d74acd8ab49bdc7b89575e8bda68d26) Skip plugin load on not support
    
    ### Changes from containerd/btrfs
    
    * [`af50828`](https://github.com/containerd/btrfs/commit/af5082808c833de0e79c1e72eea9fea239364877) Merge pull request  [#20](https://github.com/containerd/btrfs/pull/20) from estesp/add-common-project-ref
    * [`67efb19`](https://github.com/containerd/btrfs/commit/67efb197b53ad2ffb7cdd365b25d909c055a3226) Add common project scripts/references
    
    ### Changes from containerd/cgroups
    
    * [`c4b9ac5`](https://github.com/containerd/cgroups/commit/c4b9ac5c7601384c965b9646fc515884e091ebb9) Merge pull request  [#93](https://github.com/containerd/cgroups/pull/93) from sofat1989/master
    * [`f627015`](https://github.com/containerd/cgroups/commit/f627015aeaf1f9621ee7eedc30ec9af74d63d250) avoid adding io_serviced and io_service_bytes duplicately
    * [`d596c78`](https://github.com/containerd/cgroups/commit/d596c78861b15c27a9ac82975aca4413390b9b49) Merge pull request  [#92](https://github.com/containerd/cgroups/pull/92) from lgtczh/add_mem_soft_limit
    * [`b589cd9`](https://github.com/containerd/cgroups/commit/b589cd92b297899b31bcd56489135e720595e0ab) Merge pull request  [#90](https://github.com/containerd/cgroups/pull/90) from crosbymichael/makefile
    * [`13a3ac4`](https://github.com/containerd/cgroups/commit/13a3ac4f154c85e85ffc2eb9709387e5040548f7) fixed an issue with invalid soft memory limits
    * [`215221e`](https://github.com/containerd/cgroups/commit/215221e46845a498dd0f772e3b4800f063d10635) Add makefile for go and protos
    * [`db27230`](https://github.com/containerd/cgroups/commit/db272301ab8449d05f062e6db6f13d8a6aaff466) Merge pull request  [#88](https://github.com/containerd/cgroups/pull/88) from woshijpf/fix-cgroup-left-problem
    * [`0ecd2b6`](https://github.com/containerd/cgroups/commit/0ecd2b66d378b21c371721046c14d9f23bc07877) cgroups: fix MoveTo function fail problem
    * [`51b62d3`](https://github.com/containerd/cgroups/commit/51b62d303d381950f7b51cf8ff52f1e9e49cc4f1) Merge pull request  [#86](https://github.com/containerd/cgroups/pull/86) from gliptak/import1
    * [`42091f5`](https://github.com/containerd/cgroups/commit/42091f5cd88c6ce37c803d5f7a807197a3659aaa) Merge pull request  [#85](https://github.com/containerd/cgroups/pull/85) from odinuge/cgroups-hugetlb-fix
    * [`97bda9c`](https://github.com/containerd/cgroups/commit/97bda9c45ae3e1514df643f9f7eefa5adb6c43ed) Merge pull request  [#84](https://github.com/containerd/cgroups/pull/84) from gliptak/patch-2
    * [`38dc3ac`](https://github.com/containerd/cgroups/commit/38dc3ace6c68fb5339c9f516c2edd854dd3eb66b) Correct forked Travis builds
    * [`a9a304a`](https://github.com/containerd/cgroups/commit/a9a304aff844d138c75f5c01a834167ace776f1d) Add Go 1.12 to Travis
    * [`51dcf5f`](https://github.com/containerd/cgroups/commit/51dcf5fa00efa7947e3f454333e254ee97139226) Fix cgroup hugetlb size prefix for kB
    * [`fc51a4c`](https://github.com/containerd/cgroups/commit/fc51a4cd6306d16235e72876df9ad20174b6dc04) Merge pull request  [#81](https://github.com/containerd/cgroups/pull/81) from ZeroMagic/add_network_stats
    * [`1741ae0`](https://github.com/containerd/cgroups/commit/1741ae0c1998a5fcdbb3c8b2a164113a8fabef89) add network stats
    * [`4994991`](https://github.com/containerd/cgroups/commit/4994991857f9b0ae8dc439551e8bebdbb4bf66c1) Merge pull request  [#79](https://github.com/containerd/cgroups/pull/79) from crosbymichael/load-none
    * [`453efe3`](https://github.com/containerd/cgroups/commit/453efe3313d53f746614e80c3d59860c1ca02d3e) Return ErrCgroupDeleted when no subsystems
    * [`dbea6f2`](https://github.com/containerd/cgroups/commit/dbea6f2bd41658b84b00417ceefa416b979cbf10) Merge pull request  [#77](https://github.com/containerd/cgroups/pull/77) from crosbymichael/non-active
    * [`4a9f0f7`](https://github.com/containerd/cgroups/commit/4a9f0f7346a74278d670e53b00ba011cd8647448) Add SkipOpts for handling how subsystems are registered
    * [`4dacf2b`](https://github.com/containerd/cgroups/commit/4dacf2bc1300b0d7dc1087b8e27712a597890ba3) Check for non-active/supported cgroups
    * [`39b18af`](https://github.com/containerd/cgroups/commit/39b18af02c4120960f517a3a4c2588fabb61d02c) Merge pull request  [#72](https://github.com/containerd/cgroups/pull/72) from gliptak/pids1
    * [`2fd912c`](https://github.com/containerd/cgroups/commit/2fd912c91be97dc5fb77b444aa2694e6538c662d) Add tests for pids
    * [`1152b96`](https://github.com/containerd/cgroups/commit/1152b960fcee041f50df15cdc67c29dbccf801ef) Merge pull request  [#73](https://github.com/containerd/cgroups/pull/73) from gliptak/gofmt1
    * [`afd5981`](https://github.com/containerd/cgroups/commit/afd5981a16647b45b6dba3a50a88418b576cc17d) Gofmt cgroup_test
    * [`65ce98b`](https://github.com/containerd/cgroups/commit/65ce98b3dfeb0a9a8fecd7e4ebffb24ad0bfe28f) Merge pull request  [#69](https://github.com/containerd/cgroups/pull/69) from cclerget/master-weight-pointer
    * [`0f372c6`](https://github.com/containerd/cgroups/commit/0f372c6d4a65a49c72b0afbd1aee6214637958bf) Merge pull request  [#71](https://github.com/containerd/cgroups/pull/71) from JoeWrightss/patch-1
    * [`f48bd85`](https://github.com/containerd/cgroups/commit/f48bd85c9cbc306fada0cebc3a646a1f1fe99afe) Fixs return error message
    * [`10cd53e`](https://github.com/containerd/cgroups/commit/10cd53efd916e22b9bdea67223d287684f57f1f4) Merge pull request  [#70](https://github.com/containerd/cgroups/pull/70) from gliptak/patch-1
    * [`64bade4`](https://github.com/containerd/cgroups/commit/64bade4cea6c438ee51a7a12528225946b42c6ca) Take value instead of pointer value
    * [`b49c471`](https://github.com/containerd/cgroups/commit/b49c4713f3824e81bfa67faddcdde1414171b54e) Correct ineffassign warning
    * [`3bc6dde`](https://github.com/containerd/cgroups/commit/3bc6dde829bc2dc8d4097ce8ad5acc275de3df06) Merge pull request  [#68](https://github.com/containerd/cgroups/pull/68) from cclerget/master-net_prio-typo
    * [`6b552a8`](https://github.com/containerd/cgroups/commit/6b552a86e60e31903d3f8f3f494eda71f562cc54) Fix net_prio typo
    * [`c0437c3`](https://github.com/containerd/cgroups/commit/c0437c3dd5958f74d7f54e9f5def749850b9d6a1) Merge pull request  [#67](https://github.com/containerd/cgroups/pull/67) from gpanouts/get-all-cgroup-tasks
    * [`a31a0ff`](https://github.com/containerd/cgroups/commit/a31a0ff985237eddf30d9fe30a3643c7da4ae912) Add functionality for retrieving all tasks of a cgroup
    * [`82cb49f`](https://github.com/containerd/cgroups/commit/82cb49fc1779971dfef4ad696f1453f6f44987b1) Merge pull request  [#63](https://github.com/containerd/cgroups/pull/63) from ChrsMark/lenient-subsystems-checking
    * [`7d825b2`](https://github.com/containerd/cgroups/commit/7d825b29aecc02bb1e9bede427f8ed62bbc3030d) Add test for cgroups load when missing hierarchy in one subsystem
    * [`f6cbfb4`](https://github.com/containerd/cgroups/commit/f6cbfb45aec6a2590c7e7f4b84a080602b3e642d) Change Load function in order to be more lenient on subsystems' checking
    * [`965bb1d`](https://github.com/containerd/cgroups/commit/965bb1da4db7c8ce2690108c5a081562ce7493cb) Merge pull request  [#66](https://github.com/containerd/cgroups/pull/66) from crosbymichael/systemdci
    * [`ab9ec0e`](https://github.com/containerd/cgroups/commit/ab9ec0e4abde2c2cb999719ff43af2d3b5830f75) Add go-systemd dep for CI testing
    * [`0e94a83`](https://github.com/containerd/cgroups/commit/0e94a83b6eb6cf4bc05d7f91ec1eaad57a77d3b6) Merge pull request  [#59](https://github.com/containerd/cgroups/pull/59) from gliptak/patch-1
    * [`4479d11`](https://github.com/containerd/cgroups/commit/4479d118c89b5500a08cce7a78bbe822229c1e65) Merge pull request  [#62](https://github.com/containerd/cgroups/pull/62) from estesp/fix-gofmt
    * [`9beb998`](https://github.com/containerd/cgroups/commit/9beb998c23f510b1e6670ad7791807eb9aff6741) Merge pull request  [#61](https://github.com/containerd/cgroups/pull/61) from gliptak/patch-3
    * [`9a09e58`](https://github.com/containerd/cgroups/commit/9a09e5899acc95fabcc620d6489fec674e6dddfa) Fix gofmt of systemd.go
    * [`84e6e6e`](https://github.com/containerd/cgroups/commit/84e6e6ed2afdf661cd9dbf47c6f3412b546bc67f) Merge pull request  [#60](https://github.com/containerd/cgroups/pull/60) from gliptak/patch-2
    * [`e13f6cc`](https://github.com/containerd/cgroups/commit/e13f6cc3b9637c36e6a8af393b561127498f4be5) Add GoReportCard badge to README
    * [`d124595`](https://github.com/containerd/cgroups/commit/d124595ee85c245e7c1443fe402adf7ce4f7f6a4) Add Go 1.11 to Travis
    * [`d961ab9`](https://github.com/containerd/cgroups/commit/d961ab930c38eb8bedcded479f1708b2ef4984c5) Correct typo
    * [`d240072`](https://github.com/containerd/cgroups/commit/d2400726cfa7904fb79e3b896ec0e6ae500a76bd) Merge pull request  [#57](https://github.com/containerd/cgroups/pull/57) from estesp/project-update
    * [`e4cf832`](https://github.com/containerd/cgroups/commit/e4cf832b95deb7ce898ece716307abc35cbd0a09) Add project references and use common project travis
    * [`8baeff6`](https://github.com/containerd/cgroups/commit/8baeff6b9d069acde48ef1bedec7e0f8ba684f05) Merge pull request  [#56](https://github.com/containerd/cgroups/pull/56) from grantseltzer/patch-1
    * [`9de57ff`](https://github.com/containerd/cgroups/commit/9de57ffeb46f6179333d7939436d92dcb5631e5f) Add godoc badge to README.md
    * [`5017d4e`](https://github.com/containerd/cgroups/commit/5017d4e9a9cf2d4381db99eacd9baf84b95bfb14) Merge pull request  [#54](https://github.com/containerd/cgroups/pull/54) from WeiZhang555/bugfix
    * [`13aaafd`](https://github.com/containerd/cgroups/commit/13aaafdc37e772059d3234ec762303537f440c5b) Bugfix: can't write to cpuset cgroup
    * [`58556f5`](https://github.com/containerd/cgroups/commit/58556f5ad8448d99a6f7bea69ea4bdb7747cfeb0) Merge pull request  [#53](https://github.com/containerd/cgroups/pull/53) from baude/systemdslicedelegate
    * [`15ed73c`](https://github.com/containerd/cgroups/commit/15ed73c1c075e6590ecf56170acedcba0da8167e) systemd-239+ no longer allows delegate slice
    * [`3024bc7`](https://github.com/containerd/cgroups/commit/3024bc7cc0c88af4b32d38a14444f38e65ab169f) Merge pull request  [#52](https://github.com/containerd/cgroups/pull/52) from Sykomaniac/bugfix/slice-name
    * [`2596f33`](https://github.com/containerd/cgroups/commit/2596f332e449ea374f0f24a977437116714ce7ef) Remove call to unitName
    * [`2e2922e`](https://github.com/containerd/cgroups/commit/2e2922e146ed53ccf4481c245187b6afe244fded) Merge pull request  [#51](https://github.com/containerd/cgroups/pull/51) from containerd/type
    * [`0f3de2f`](https://github.com/containerd/cgroups/commit/0f3de2f77d3b76b3871242fbab2a6116179229af) Fix empty device type
    
    ### Changes from containerd/console
    
    * [`0650fd9`](https://github.com/containerd/console/commit/0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f) Merge pull request  [#30](https://github.com/containerd/console/pull/30) from estesp/common-project-content
    * [`0b9f189`](https://github.com/containerd/console/commit/0b9f18993a29f711821e7394d1bb9e1da79d8820) Add common project repo checks/README references
    
    ### Changes from containerd/continuity
    
    * [`f2a389a`](https://github.com/containerd/continuity/commit/f2a389ac0a02ce21c09edd7344677a601970f41c) Merge pull request  [#142](https://github.com/containerd/continuity/pull/142) from dmcgowan/fix-fstests
    * [`9ca0eb9`](https://github.com/containerd/continuity/commit/9ca0eb98eb6fc5ecc23953cb3242946a1219bd19) Fix fstest missing file updates
    * [`aaeac12`](https://github.com/containerd/continuity/commit/aaeac12a7ffcd198ae25440a9dff125c2e2703a7) Merge pull request  [#140](https://github.com/containerd/continuity/pull/140) from dmcgowan/fix-directory-comparison
    * [`5a839c7`](https://github.com/containerd/continuity/commit/5a839c78cafc28b9d72643b577a36df2e66f8b5a) Fix directory comparison in changes
    * [`004b464`](https://github.com/containerd/continuity/commit/004b46473808b3e7a4a3049c20e4376c91eb966d) Merge pull request  [#138](https://github.com/containerd/continuity/pull/138) from AkihiroSuda/xattr
    * [`a664d80`](https://github.com/containerd/continuity/commit/a664d802f439d343a64173afd21dfa54429c9560) fs: add XAttrErrorHandler
    * [`194c23c`](https://github.com/containerd/continuity/commit/194c23c791fa3578b7e7117f82a9c0a82b9ccaeb) fs/copy: continue copying xattrs in case one fails
    * [`cc6b518`](https://github.com/containerd/continuity/commit/cc6b51873c76289bf7f43b1b924f4fe77c48144a) fs: add WithAllowXAttrErrors CopyOpt
    * [`bea7585`](https://github.com/containerd/continuity/commit/bea7585dbfac2847dbf49a6b8e7738a36c09bc75) Merge pull request  [#122](https://github.com/containerd/continuity/pull/122) from poizan42/fix-mips
    * [`9621bb9`](https://github.com/containerd/continuity/commit/9621bb9b56b02056aab3d7cb07434e77febeed20) Fix copy_file_range usage for files > 2GB on 32-bit archs.
    * [`c220ac4`](https://github.com/containerd/continuity/commit/c220ac4f01b8a301edcb9c9c05d7600249138cfa) Merge pull request  [#137](https://github.com/containerd/continuity/pull/137) from estesp/common-project-docs
    * [`311e47e`](https://github.com/containerd/continuity/commit/311e47e18fe7b2ee5462f8d95757750e0ab97c90) Add references to common project docs
    * [`be9bd76`](https://github.com/containerd/continuity/commit/be9bd761db19d4fc551d40be908f02e00487511d) Merge pull request  [#128](https://github.com/containerd/continuity/pull/128) from AkihiroSuda/test-reflink
    * [`8568d91`](https://github.com/containerd/continuity/commit/8568d915508cac8f5e8805e1a2ad1e741520911e) fs: add TestCopyReflinkWithXFS
    
    ### Changes from containerd/cri
    
    * [`5d49e7e5`](https://github.com/containerd/cri/commit/5d49e7e51b43e36a6b9c4386257c7d08c602237f) Merge pull request  [#1302](https://github.com/containerd/cri/pull/1302) from Random-Liu/update-critools-release-1.3
    * [`979cfcdf`](https://github.com/containerd/cri/commit/979cfcdf7f041e11f6ec3d736658d2fad0f897f9) Update cri-tools to v1.16.1.
    * [`4ea022f8`](https://github.com/containerd/cri/commit/4ea022f82a55c449bf15bfc62ac8b0de968d81be) Merge pull request  [#1290](https://github.com/containerd/cri/pull/1290) from Random-Liu/cherry-pick-#1274
    * [`43ffa129`](https://github.com/containerd/cri/commit/43ffa12929ccba88993e8dbf72977719538895e5) Address comment.
    * [`695d3d09`](https://github.com/containerd/cri/commit/695d3d0953f4beffe30207061f0e380f3ba0834e) Update deployment and integration test
    * [`e1e6f3f9`](https://github.com/containerd/cri/commit/e1e6f3f99cbe1045c0afefdd57f3c1b90293ea23) Update kubernetes to 1.16.0-rc.2
    * [`0c6d7b91`](https://github.com/containerd/cri/commit/0c6d7b917d28f2840cdb2dfea0996db5a2d4c070) Report Additional POD IPs
    * [`16a8af40`](https://github.com/containerd/cri/commit/16a8af40a2ec1cb397135330c6ba415e59390236) Merge pull request  [#1282](https://github.com/containerd/cri/pull/1282) from estesp/cp-1280
    * [`53ca3b35`](https://github.com/containerd/cri/commit/53ca3b35e09e287b0aa9954a87c4708ebfd27bef) Backport fix for default path env for CRI created OCI config
    * [`d246d32e`](https://github.com/containerd/cri/commit/d246d32ee574e5794917a1aa79c4d63f45f6a8e7) Update containerd and dependent vendors
    * [`f4d75d32`](https://github.com/containerd/cri/commit/f4d75d321c89b8d89bae570a7d2da1b3846c096f) Merge pull request  [#1267](https://github.com/containerd/cri/pull/1267) from Random-Liu/cherrypick-#1266-release-1.3
    * [`d5f28cc6`](https://github.com/containerd/cri/commit/d5f28cc63eb9450ff2496b87cf9492a442516045) Support local containerd release.
    * [`a6f4c055`](https://github.com/containerd/cri/commit/a6f4c055c3f1010a2dce25c2726db8b75f33cc52) Merge pull request  [#1265](https://github.com/containerd/cri/pull/1265) from Random-Liu/cherrypick-#1259-release-1.3
    * [`2a3928b2`](https://github.com/containerd/cri/commit/2a3928b2d389486c21a0dfcbbcaad4b4e6715653) Fix panic for task in unknown state.
    * [`0165d516`](https://github.com/containerd/cri/commit/0165d516161e25e52b4ab52a404a00823f8f0ef6) Merge pull request  [#1253](https://github.com/containerd/cri/pull/1253) from awesomenix/release/1.3
    * [`4eff3e25`](https://github.com/containerd/cri/commit/4eff3e25a7e6b57decc375e950465ec7457d195c) fix: support empty auth config for anonymous registry
    * [`ff0889fb`](https://github.com/containerd/cri/commit/ff0889fb4d3f8c0d5779403ad8e74cca68c73b17) Merge pull request  [#1242](https://github.com/containerd/cri/pull/1242) from Random-Liu/explicitly-import-runtime-v2
    * [`be3d4a8a`](https://github.com/containerd/cri/commit/be3d4a8acf74170a406ef6812da6eb993b961cd8) Explicitly import runtime v2 in the test containerd binary.
    * [`eed39566`](https://github.com/containerd/cri/commit/eed3956689afc616d8b9e1e74d1259e0bfc1ca12) Merge pull request  [#1240](https://github.com/containerd/cri/pull/1240) from Random-Liu/fix-apparmor-privileged
    * [`10acd8e7`](https://github.com/containerd/cri/commit/10acd8e7699d2014057e57bed9a7648c8097eb0e) Fix apparmor for privileged.
    * [`f1d492b0`](https://github.com/containerd/cri/commit/f1d492b0cdd14e76476ee4dd024696ce3634e501) Merge pull request  [#1237](https://github.com/containerd/cri/pull/1237) from Random-Liu/update-cni-plugins
    * [`cda752fd`](https://github.com/containerd/cri/commit/cda752fd59333d21e3de12e89efcdca800b8916c) Update cni plugins to v0.7.6.
    * [`92603895`](https://github.com/containerd/cri/commit/92603895fd81d9fb6e123852b77a08d9013995a2) Merge pull request  [#1238](https://github.com/containerd/cri/pull/1238) from crosbymichael/cni-update
    * [`3995efc7`](https://github.com/containerd/cri/commit/3995efc7c19bb1857efff29f85240cf29b863a34) Update cni and go-cni to the v0.7.1 release
    * [`5ea371c6`](https://github.com/containerd/cri/commit/5ea371c68966a8c6aa3559ac022054eba4b3ab6c) Merge pull request  [#1235](https://github.com/containerd/cri/pull/1235) from Random-Liu/wildcard-mirror
    * [`81ca274c`](https://github.com/containerd/cri/commit/81ca274c6facf46d52b9ebf26ab21db0adb371b7) Add wildcard mirror support.
    * [`8021850e`](https://github.com/containerd/cri/commit/8021850e91c46ac5dcf079f2e9041127a7f58793) Merge pull request  [#1233](https://github.com/containerd/cri/pull/1233) from AkihiroSuda/allow-ca-without-client-certs
    * [`a4b145ad`](https://github.com/containerd/cri/commit/a4b145adbbf45c2b61d4753620d322ccd39752c4) Merge pull request  [#1234](https://github.com/containerd/cri/pull/1234) from Random-Liu/update-containerd-to-fix-race
    * [`7f330dc4`](https://github.com/containerd/cri/commit/7f330dc4aa4bd6b2b051f45209c480d0899a5e42) Update containerd to fix panic caused by race condition.
    * [`fd6c732c`](https://github.com/containerd/cri/commit/fd6c732cd731acedd2bf66bba29cc601eba0eb0f) Merge pull request  [#1232](https://github.com/containerd/cri/pull/1232) from Random-Liu/avoid-schema1-roundtrip
    * [`f1fbdbfa`](https://github.com/containerd/cri/commit/f1fbdbfab77dbda53fce6dcd4b7b483d940605d8) Merge pull request  [#1231](https://github.com/containerd/cri/pull/1231) from Random-Liu/consider-endpoint-path-for-default
    * [`28e492fc`](https://github.com/containerd/cri/commit/28e492fce0c0b6083e6601b77539f874258386fd) allow non-mutual TLS
    * [`d64fa3b6`](https://github.com/containerd/cri/commit/d64fa3b6b861617e60416bf640a52fc9657826ab) Remove extra roundtrip for checking schema1.
    * [`005f9f73`](https://github.com/containerd/cri/commit/005f9f737849b9eceb31d68fb6db88236033feb8) Consider endpoint path when checking default host.
    * [`a7481289`](https://github.com/containerd/cri/commit/a7481289bb1967d55ed12f7384c27845152e5e0f) Merge pull request  [#1227](https://github.com/containerd/cri/pull/1227) from Random-Liu/new-registry-mirror
    * [`2fd69f0b`](https://github.com/containerd/cri/commit/2fd69f0b782d695aabab4080452186f3305bc70f) Move config validation into pkg/config and add unit test.
    * [`53e94c67`](https://github.com/containerd/cri/commit/53e94c67537b3a33b497817619833c0eb234f6e9) Use containerd registry mirror library.
    * [`27de1a58`](https://github.com/containerd/cri/commit/27de1a5862046c6e8293f7f242b679cb71127ccf) Update containerd to 5222236c1b57d055362dbc413d042ab56427270a.
    * [`29d5eb69`](https://github.com/containerd/cri/commit/29d5eb69bceee6ad08f9be9ad52444bc4fbccad6) Merge pull request  [#1228](https://github.com/containerd/cri/pull/1228) from Random-Liu/improve-vendor
    * [`f994f43a`](https://github.com/containerd/cri/commit/f994f43aec0488c442a0bd433dceb2accc917c88) Update vendors.
    * [`7d56fdcc`](https://github.com/containerd/cri/commit/7d56fdcc837e54afbaf7835952a0e7a38cd0d3e6) Split dependencies and update sort-vendor correspondingly
    * [`aaf15b67`](https://github.com/containerd/cri/commit/aaf15b67771cd43bd6c5df3373d7f8e8f1fab22e) Merge pull request  [#1225](https://github.com/containerd/cri/pull/1225) from awprice/privileged_without_host_devices_flag
    * [`3353ab76`](https://github.com/containerd/cri/commit/3353ab76d9223c7a9cfc876ec412ada906ca3cde) Add flag to overload default privileged host device behaviour
    * [`95bd02d2`](https://github.com/containerd/cri/commit/95bd02d28f28c95154755e9de095615717afc14f) Merge pull request  [#1200](https://github.com/containerd/cri/pull/1200) from jterry75/image_user
    * [`8ea0cc90`](https://github.com/containerd/cri/commit/8ea0cc90aa73906eda8c535d766b11d42f86034b) Merge pull request  [#1221](https://github.com/containerd/cri/pull/1221) from jterry75/log_g
    * [`bc2cff62`](https://github.com/containerd/cri/commit/bc2cff625b51113a11da20fff9eb09709b5f71af) Assign ImageSpec User if SecurityContext is not set
    * [`193918b7`](https://github.com/containerd/cri/commit/193918b702f40609e03c15904061f8cde82358ea) Switch to containerd/log package
    * [`29104d94`](https://github.com/containerd/cri/commit/29104d94d643c6ed0c0061197e3bb4fa815b6772) Merge pull request  [#1223](https://github.com/containerd/cri/pull/1223) from Random-Liu/update-support-metrics
    * [`5fd4ab7e`](https://github.com/containerd/cri/commit/5fd4ab7ef965070c1613ab2497db4d131d418a09) Merge pull request  [#1226](https://github.com/containerd/cri/pull/1226) from Random-Liu/use-golangci-lint
    * [`9bf53555`](https://github.com/containerd/cri/commit/9bf53555a0819ea33094026485b4a36edf4ef077) Use golangci-lint.
    * [`c7b48c09`](https://github.com/containerd/cri/commit/c7b48c09d786ebf00ba8be52fe16e625be0fde07) Merge pull request  [#1224](https://github.com/containerd/cri/pull/1224) from Random-Liu/infer-systemd-cgroup
    * [`eae5fc36`](https://github.com/containerd/cri/commit/eae5fc360f1eb3e2bb8d5b7923141e0682a95edc) Infer systemd cgroup based on path suffix.
    * [`30fb9ea9`](https://github.com/containerd/cri/commit/30fb9ea9b27782195cd30be2a6144690d09ff20e) Update support metrics to reflect 1.11 EOL.
    * [`f9760af8`](https://github.com/containerd/cri/commit/f9760af8d41c7a22f8ed93a6c4f4b279588f2c28) Merge pull request  [#1220](https://github.com/containerd/cri/pull/1220) from Random-Liu/remove-no-pivot-deprecation
    * [`871a8b89`](https://github.com/containerd/cri/commit/871a8b89c8edae910bd6d2cb832ab31d0a841054) Do not deprecate no_pivot yet.
    * [`b213648c`](https://github.com/containerd/cri/commit/b213648c5bd0a1d2ee42709c10dff63fbfee3ad7) Merge pull request  [#1219](https://github.com/containerd/cri/pull/1219) from Random-Liu/rename-test-containerd-bin
    * [`7665f4ac`](https://github.com/containerd/cri/commit/7665f4ac2286fd5fe702230694300b33f7c8b9c1) Rename the test binary to containerd-test.
    * [`a9976661`](https://github.com/containerd/cri/commit/a99766612f984378a92a53518fa3735ccf91cbbd) Merge pull request  [#1218](https://github.com/containerd/cri/pull/1218) from Random-Liu/more-proc-mount-test
    * [`986d04ae`](https://github.com/containerd/cri/commit/986d04aec196405e197e08277039fab286d62cba) Add test for disable_proc_mount.
    * [`fb5210e2`](https://github.com/containerd/cri/commit/fb5210e2aa6f9ccf64c24929781e7a57a2367934) Merge pull request  [#1217](https://github.com/containerd/cri/pull/1217) from Random-Liu/print-deprecated-notice
    * [`b74653b8`](https://github.com/containerd/cri/commit/b74653b8213f362a26e00335bed6cf27452c7757) Print warning message for deprecated options.
    * [`f636fb05`](https://github.com/containerd/cri/commit/f636fb05199b2ec816cd55adef17e1a841680638) Merge pull request  [#1215](https://github.com/containerd/cri/pull/1215) from Random-Liu/update-kubernetes
    * [`8a5b6b8d`](https://github.com/containerd/cri/commit/8a5b6b8dff3910881aae360ab9ef3f136fa8646e) Update cri-tools to v1.15.0
    * [`ba8788c6`](https://github.com/containerd/cri/commit/ba8788c6b9a3b4e984ac8ac8671cb47deefe6948) Update kubernetes dependency to 1.15.0.
    * [`fe5eb76c`](https://github.com/containerd/cri/commit/fe5eb76cb488e186584bbe923d61099d2c4b0f28) Merge pull request  [#1209](https://github.com/containerd/cri/pull/1209) from Random-Liu/fix-proc-mount-support
    * [`467f9e0e`](https://github.com/containerd/cri/commit/467f9e0e8a10097b793726bf89aeaa661a2e4007) Fix proc mount support.
    * [`b23e2cf9`](https://github.com/containerd/cri/commit/b23e2cf9d1da2aa85ce0e13e4cc222fd43ec505c) Merge pull request  [#1212](https://github.com/containerd/cri/pull/1212) from mrIncompetent/return-annotations-bandwith-error
    * [`f0a677e7`](https://github.com/containerd/cri/commit/f0a677e76f6859af8d7fe93f547990c976d0496e) Merge pull request  [#1211](https://github.com/containerd/cri/pull/1211) from Random-Liu/add-max-concurrency-support
    * [`9aec3816`](https://github.com/containerd/cri/commit/9aec38164d93eb4eac17892433ca27d10f5a38dd) Return actual error when fetching the bandwidth info from annotation fails
    * [`c78caf90`](https://github.com/containerd/cri/commit/c78caf902d2844c4f0a7f0b86e84ad7497d75063) Add max concurrent downloads support.
    * [`994cea83`](https://github.com/containerd/cri/commit/994cea830bcbb01b0d794598f18f5f975006ae14) Merge pull request  [#1207](https://github.com/containerd/cri/pull/1207) from Random-Liu/move-cancel
    * [`d3cacff8`](https://github.com/containerd/cri/commit/d3cacff8e1d71de8bccdcc9dcd3b2850bdc04663) Move context cancel into defer.
    * [`74d2b694`](https://github.com/containerd/cri/commit/74d2b6947c5a6d6364d2016083d41c75178bade2) Merge pull request  [#1152](https://github.com/containerd/cri/pull/1152) from jterry75/deadline_exceeded
    * [`d2986eb5`](https://github.com/containerd/cri/commit/d2986eb5aaa24def5a4bbc3862532487c26d5195) Merge pull request  [#1187](https://github.com/containerd/cri/pull/1187) from alculquicondor/feature/tcp
    * [`240e19d7`](https://github.com/containerd/cri/commit/240e19d7ac380b62bdc273b6873eca1a94b61b39) Merge pull request  [#1202](https://github.com/containerd/cri/pull/1202) from Random-Liu/not-cache-image-handler
    * [`4b433032`](https://github.com/containerd/cri/commit/4b43303203e53d1656985976affb09cc4c433ec7) Add option to register on TCP server
    * [`5fdb4b8e`](https://github.com/containerd/cri/commit/5fdb4b8eefae630401832c2fa30ef326de7ddfb9) Merge pull request  [#1204](https://github.com/containerd/cri/pull/1204) from Random-Liu/fix-ctr-readiness-check
    * [`0f313f97`](https://github.com/containerd/cri/commit/0f313f977da780f6e83570bee5101309ce4ff1df) Merge pull request  [#1205](https://github.com/containerd/cri/pull/1205) from Random-Liu/no-snat
    * [`deb8e825`](https://github.com/containerd/cri/commit/deb8e825028b80a6bb38fddbebbf4bcc79d9463b) Merge pull request  [#1206](https://github.com/containerd/cri/pull/1206) from Random-Liu/add-font-art
    * [`0c1ff738`](https://github.com/containerd/cri/commit/0c1ff7389462bffeaa5bedad3fb02989b45231c6) Add containerd font art.
    * [`c6a36628`](https://github.com/containerd/cri/commit/c6a3662874ca89dc2b845b4322a1bc33e35dae35) Remove `noSnat`
    * [`e83fe560`](https://github.com/containerd/cri/commit/e83fe56075ed1a0727a88fc33c24710b07dd14cf) Fix ctr readiness check in test.
    * [`fe0cb220`](https://github.com/containerd/cri/commit/fe0cb22026386fd391b17e26d7d6789f280f7aa7) Do not cache image handler.
    * [`64bf4beb`](https://github.com/containerd/cri/commit/64bf4bebf31cc155bcce456095ac92671583a2e8) Merge pull request  [#1188](https://github.com/containerd/cri/pull/1188) from alculquicondor/fix/doc
    * [`8faf3ea0`](https://github.com/containerd/cri/commit/8faf3ea06390671fd514c4e15f19f38680440d76) Merge pull request  [#1203](https://github.com/containerd/cri/pull/1203) from Random-Liu/update-containerd
    * [`e2550f62`](https://github.com/containerd/cri/commit/e2550f6285638aaf591d40927c319a301b697d5f) Update docs to v2 config
    * [`0344ac23`](https://github.com/containerd/cri/commit/0344ac239b1d27ab100173c8cf0152fb123e76e1) Update containerd for config backward compatibility.
    * [`b5e9d132`](https://github.com/containerd/cri/commit/b5e9d132614e2c68ced73553bf8956196fda419b) Merge pull request  [#1173](https://github.com/containerd/cri/pull/1173) from mikebrow/make-update-sync-cli
    * [`f30af565`](https://github.com/containerd/cri/commit/f30af565c859bf926a44d82206487825f9dd02c3) Merge pull request  [#1176](https://github.com/containerd/cri/pull/1176) from mikebrow/golang-1.12
    * [`7b0c78ba`](https://github.com/containerd/cri/commit/7b0c78bacd477b2c2f7f1dd92e65e6d91d9a51e4) ExecSync should block unless client context is canceled
    * [`71cecedc`](https://github.com/containerd/cri/commit/71cecedc4404b0851675de05db321f0a2d37d2d0) StopContainer should block unless client context is canceled
    * [`d7c3ecd0`](https://github.com/containerd/cri/commit/d7c3ecd0fb56b06982b59c3a4021775a30a39da9) RunPodSandbox should block unless client context is canceled
    * [`98c266fb`](https://github.com/containerd/cri/commit/98c266fb8670ea076b41c80e30004836d0ce4815) Merge pull request  [#1177](https://github.com/containerd/cri/pull/1177) from jterry75/togrpc_errors
    * [`13128017`](https://github.com/containerd/cri/commit/13128017866426fa693e71cbcc87e360b706c61c) Merge pull request  [#1194](https://github.com/containerd/cri/pull/1194) from joedborg/patch-1
    * [`9ebc10ec`](https://github.com/containerd/cri/commit/9ebc10ec08ba8d5c5aff892b07f9b4da5bfc2b08) Correcting typo
    * [`41a9176b`](https://github.com/containerd/cri/commit/41a9176b0d725c110fd0d3155a60fd84e003c81b) Merge pull request  [#1190](https://github.com/containerd/cri/pull/1190) from odinuge/dep/cgroups
    * [`53c2230e`](https://github.com/containerd/cri/commit/53c2230ec09d3672dbfb39756954b1a4afdb1ab8) Merge pull request  [#1189](https://github.com/containerd/cri/pull/1189) from thaJeztah/bump_libseccomp
    * [`c8a04d09`](https://github.com/containerd/cri/commit/c8a04d09949b0dec5ff0c109b8c39bf3349d2448) Update dependency containerd/cgroups
    * [`3f49760d`](https://github.com/containerd/cri/commit/3f49760d76587043ca46821e37796ccba13059a7) bump libseccomp-golang v0.9.1
    * [`eaf792ed`](https://github.com/containerd/cri/commit/eaf792ed7bcbd406cbfee45e119c52f4b10290d8) Merge pull request  [#1180](https://github.com/containerd/cri/pull/1180) from Random-Liu/fix-version
    * [`cfeb2fed`](https://github.com/containerd/cri/commit/cfeb2fed81be9d3a6a16532565bb0e0a7fd3cd88) Return gRPC errors from instrumetedService
    * [`6afd137c`](https://github.com/containerd/cri/commit/6afd137c026ee2133dddb22bc9a8d405852df674) Fix runc and critools version in release.
    * [`806c2641`](https://github.com/containerd/cri/commit/806c2641a1945db654964f901165ed6e7719cf51) Merge pull request  [#1178](https://github.com/containerd/cri/pull/1178) from mikebrow/fix-slack-link
    * [`cdf48f2f`](https://github.com/containerd/cri/commit/cdf48f2f450c74feffdcee64fa566f15c705c452) use dynamic slack link
    * [`0635ecf7`](https://github.com/containerd/cri/commit/0635ecf708b16e5c8a2805ec8865a6ca99d62c09) move up to golang 1.12.x
    * [`00b18fd7`](https://github.com/containerd/cri/commit/00b18fd72894c75b4d3492f897be49cf3f5dcc94) synching up a bit with containerd Makefile
    * [`bb020275`](https://github.com/containerd/cri/commit/bb020275cbd98c4bcb163c4f574acb2c7f9457f6) Merge pull request  [#1170](https://github.com/containerd/cri/pull/1170) from Random-Liu/remove-ctr-cri-load
    * [`4a417fb0`](https://github.com/containerd/cri/commit/4a417fb0835b5426da857a24ac9909c4338cb697) Merge pull request  [#1171](https://github.com/containerd/cri/pull/1171) from Random-Liu/add-http-proxy-support
    * [`72819d68`](https://github.com/containerd/cri/commit/72819d68d1597f4b56f0d4fb1bccc870a5e68734) Update vendor
    * [`199ee362`](https://github.com/containerd/cri/commit/199ee362e8f6ffd16fcf0eed4c012f40c5fd2b4c) Update test and run test containerd in a different directory.
    * [`322cd489`](https://github.com/containerd/cri/commit/322cd489653645e70f9bb2f17d2953c8fecbc66c) Remove load image support
    * [`55e5ce0e`](https://github.com/containerd/cri/commit/55e5ce0e951ee4675af88fe0c0f3cdccd5253fd1) Fix http client when TLS is enabled.
    * [`78b4a39f`](https://github.com/containerd/cri/commit/78b4a39f5bab37740387c20d4c3cb838657a3507) Merge pull request  [#1163](https://github.com/containerd/cri/pull/1163) from Random-Liu/config-v2
    * [`b3f733f0`](https://github.com/containerd/cri/commit/b3f733f0ad7ecab4373f6bbcff0451f391c8db61) Merge pull request  [#1166](https://github.com/containerd/cri/pull/1166) from mikebrow/doc-cni-maxnum
    * [`1275d6de`](https://github.com/containerd/cri/commit/1275d6ded393fd0582842c5996199451d2642303) Merge pull request  [#1162](https://github.com/containerd/cri/pull/1162) from Random-Liu/fix-image-pull
    * [`1c826eb6`](https://github.com/containerd/cri/commit/1c826eb6892d3bcc2ed04360f8cffd7dd6548b4f) Merge pull request  [#1165](https://github.com/containerd/cri/pull/1165) from ZYecho/fix-link
    * [`3ba04c01`](https://github.com/containerd/cri/commit/3ba04c01cc4a71e736fe1898f931398154d08cf3) doc update for cni max num
    * [`397adbab`](https://github.com/containerd/cri/commit/397adbab859bcc2750734d845f64f36962e57353) fix: fix CRI dead link
    * [`15023232`](https://github.com/containerd/cri/commit/150232325ec68cc5b0c873146e3fb6fd56049d1a) Use v2 config.
    * [`efba8e14`](https://github.com/containerd/cri/commit/efba8e147f76f76f0166bda88d69407775c885f4) Update containerd to 2f69be5594cecacdbe42076ed12c7039a0638a2c.
    * [`66d1870d`](https://github.com/containerd/cri/commit/66d1870d255d96be44dc6450c75a883bc5519867) Add cri managed image label when pulling the image.
    * [`53c71e2b`](https://github.com/containerd/cri/commit/53c71e2b100077b779a84812466f3145b756d39f) Merge pull request  [#1155](https://github.com/containerd/cri/pull/1155) from kuramal/cni_plugin_conf_file_max_num
    * [`bc3b49ef`](https://github.com/containerd/cri/commit/bc3b49efdf5526ba60aef9af087a2fa7164fb280) Merge pull request  [#1160](https://github.com/containerd/cri/pull/1160) from Random-Liu/remove-unused-todo
    * [`b022de5f`](https://github.com/containerd/cri/commit/b022de5f376c871f97b11c250360a6af68e8239a) add cni plugin config file max num config, set go-cni to commit 22460c0
    * [`770621fe`](https://github.com/containerd/cri/commit/770621fe7a5fa93dd109b75e7793c858dd55c6f9) Merge pull request  [#1158](https://github.com/containerd/cri/pull/1158) from mikebrow/cni-debug-update
    * [`09f83a33`](https://github.com/containerd/cri/commit/09f83a337f56aff2c138b687e36e43ce11a30941) Remove an unused TODO.
    * [`0a89a04a`](https://github.com/containerd/cri/commit/0a89a04a3b42d847888041c1f3c79edd4ef2233d) Merge pull request  [#1144](https://github.com/containerd/cri/pull/1144) from ungureanuvladvictor/vladu/tls-auth
    * [`60a58af3`](https://github.com/containerd/cri/commit/60a58af376f35a05f6ac50ab24c8775c5ea64566) Add TLS auth registry support
    * [`b87c0d74`](https://github.com/containerd/cri/commit/b87c0d74a5722fec32ecb3a450fd4a2bbfd919cf) adds cni config data to the cri status/info
    * [`0ab79ff8`](https://github.com/containerd/cri/commit/0ab79ff849991a7023c15e6337cddc9784403002) Merge pull request  [#1157](https://github.com/containerd/cri/pull/1157) from jterry75/fix_a_few_typos
    * [`b8ea1fa1`](https://github.com/containerd/cri/commit/b8ea1fa177e2382566de9f783567760f3f4d2b32) Minor typo in toCNIBandWidth
    * [`35e9f399`](https://github.com/containerd/cri/commit/35e9f399913337275a5ec057cb9c8c8b1967eac4) Merge pull request  [#1151](https://github.com/containerd/cri/pull/1151) from johscheuer/add-bandwidth-capability
    * [`5e2e7c6f`](https://github.com/containerd/cri/commit/5e2e7c6f7dd67e2b595e7f9ea6da5372b820f436) Correct Egress limits and remove unnecessary check
    * [`eb67aa59`](https://github.com/containerd/cri/commit/eb67aa5960ca00294441509f5ca2c9c4d39b972b) Merge pull request  [#1156](https://github.com/containerd/cri/pull/1156) from Random-Liu/make-sure-exec-kill
    * [`4f0948ee`](https://github.com/containerd/cri/commit/4f0948eed56a85566ff3556ffdc466fb8526c403) Remove capitalized letter in error message
    * [`d257c16d`](https://github.com/containerd/cri/commit/d257c16dbc144a167780b9b3cee5ee6a71d2b64b) Make sure exec process is killed when context is canceled.
    * [`ac9f8e1c`](https://github.com/containerd/cri/commit/ac9f8e1c4d79310e17b12a92c46ca6551ef309d8) Merge pull request  [#1153](https://github.com/containerd/cri/pull/1153) from jterry75/max_search_error
    * [`f544955e`](https://github.com/containerd/cri/commit/f544955e4aaa3ae7c4a8820a9d562d9a8530d826) Update parseDNSOptions maxDNSSearches in error message
    * [`0d439c34`](https://github.com/containerd/cri/commit/0d439c3474f1672e9c5ec4680a4107421eeb4dfe) Implement bandwidth capabilties
    * [`42eb3c49`](https://github.com/containerd/cri/commit/42eb3c49afdc6ae61affa4ce9c99a236955480d8) Initial support for traffic shaping
    * [`6e14e013`](https://github.com/containerd/cri/commit/6e14e013076627f10bb2cfab48f63b97d5c97cf1) Merge pull request  [#1148](https://github.com/containerd/cri/pull/1148) from congliu01/log
    * [`fda2902f`](https://github.com/containerd/cri/commit/fda2902f30a89edb92c31342640fef0a57ba191e) Validate log paths in sandbox and container config.
    * [`ebce49f0`](https://github.com/containerd/cri/commit/ebce49f0ea35ace78a381bffbd0750b8ea2c764c) Merge pull request  [#1145](https://github.com/containerd/cri/pull/1145) from jterry75/fix_typo
    * [`8ba5c02f`](https://github.com/containerd/cri/commit/8ba5c02f8f249c1f6edb5e34ff99bd43cf49a92b) Fix typo in WithoutRunMount
    * [`179ca594`](https://github.com/containerd/cri/commit/179ca594786ad40c197020b7a8b3d943382e6779) Merge pull request  [#1147](https://github.com/containerd/cri/pull/1147) from jterry75/unix_to_syscall_signal
    * [`d6af03ab`](https://github.com/containerd/cri/commit/d6af03abbd3ad131e5efbb828dae7de728ccc247) Merge pull request  [#1146](https://github.com/containerd/cri/pull/1146) from jterry75/forward_sandbox_to_pull
    * [`c1468cde`](https://github.com/containerd/cri/commit/c1468cdeec7e486e93f5f57600500370503b7901) Move from unix to syscall package for SIG* signals
    * [`bc445d75`](https://github.com/containerd/cri/commit/bc445d7595498d2accafc3d48db4d3d37e46e46f) Forward sandbox config to PullImage request
    * [`e4ebb718`](https://github.com/containerd/cri/commit/e4ebb718c6f1785a9caf9dba02fb3ae6fbe90cda) Merge pull request  [#1142](https://github.com/containerd/cri/pull/1142) from Random-Liu/better-logging-for-registry-try
    * [`40378061`](https://github.com/containerd/cri/commit/403780618405b771d2c7ce7070fadbb9cca1f6be) Log failed registry mirror attempt in debug.
    * [`51910edf`](https://github.com/containerd/cri/commit/51910edf0dbdf8d3ecbc85d15e70040af63ca3df) Merge pull request  [#1140](https://github.com/containerd/cri/pull/1140) from lifupan/fix_taskdelete
    * [`47fc6456`](https://github.com/containerd/cri/commit/47fc6456827e9424530fa39d58d8d3debcc84b6a) Integration test task.Delete fix
    * [`82ff9372`](https://github.com/containerd/cri/commit/82ff9372ad7e6f1ca17d77da048246eba2b221eb) Merge pull request  [#1137](https://github.com/containerd/cri/pull/1137) from Random-Liu/per-pod-shim
    * [`1626663e`](https://github.com/containerd/cri/commit/1626663e24fb2bc74de4dae3980d43649ca2cf15) Include new go.mod file.
    * [`091182fd`](https://github.com/containerd/cri/commit/091182fdca7a3abd27c3f77af16d14c8f53923e0) Use per-pod shim.
    * [`2fc62db8`](https://github.com/containerd/cri/commit/2fc62db8146ce66f27b37306ad5fda34207835f3) Merge pull request  [#1125](https://github.com/containerd/cri/pull/1125) from Random-Liu/add-default-runtime-name
    * [`db908084`](https://github.com/containerd/cri/commit/db9080847792de268af64439d1481431a94d1c9d) Update doc and add deprecation policy for CRI options.
    * [`ba4a04ae`](https://github.com/containerd/cri/commit/ba4a04ae7053cf9897bd06a7726ab1954e2b8956) Add DefaultRuntimeName option.
    * [`a5c5d55c`](https://github.com/containerd/cri/commit/a5c5d55c903420f5080afa6a07a5f53b86b69c0f) Merge pull request  [#1133](https://github.com/containerd/cri/pull/1133) from Random-Liu/use-wait
    * [`d1f9611c`](https://github.com/containerd/cri/commit/d1f9611cb044d17f6f678d88673d35362064de75) Use wait instead of `TaskExit`.
    * [`f2071488`](https://github.com/containerd/cri/commit/f2071488111b31b54b31a771c2bed8879ee8cc9a) Merge pull request  [#1134](https://github.com/containerd/cri/pull/1134) from Random-Liu/use-ctr-import
    * [`19e2b20c`](https://github.com/containerd/cri/commit/19e2b20c13b23f737cd1ec8f68fedaf8095f9461) Use ctr images import.
    * [`a7021d68`](https://github.com/containerd/cri/commit/a7021d687a1f95f025b5d64af7761cc32da3e6af) Merge pull request  [#1135](https://github.com/containerd/cri/pull/1135) from Random-Liu/update-containerd
    * [`34754d43`](https://github.com/containerd/cri/commit/34754d43372028eda4236c96d960e446c11e7740) Add `cri` as required plugin.
    * [`60397252`](https://github.com/containerd/cri/commit/603972523ec2921756497e68a7a7724b860afdc8) Update containerd to 32e788a8be3ab4418265693d9e742c30495fdd4c.
    * [`42aaca56`](https://github.com/containerd/cri/commit/42aaca565ac09ea5cefd835b4f90b5ecaaac892e) Merge pull request  [#1129](https://github.com/containerd/cri/pull/1129) from Random-Liu/use-v1-for-now
    * [`fa759f6a`](https://github.com/containerd/cri/commit/fa759f6a1b93d4d6a3a09c7e6235e2b90996f8d1) Merge pull request  [#1130](https://github.com/containerd/cri/pull/1130) from Random-Liu/fix-status-hang
    * [`e425bd01`](https://github.com/containerd/cri/commit/e425bd019a95d1ff308fd783790771cd3d836497) Update go-cni to 891c2a41e18144b2d7921f971d6c9789a68046b2.
    * [`5e3de1f4`](https://github.com/containerd/cri/commit/5e3de1f43a7008fd5f38d670c7ef8e99138e20ae) Use runc.v1 for now for debugging.
    * [`ebb09280`](https://github.com/containerd/cri/commit/ebb0928057ecbe82f2cda96f3cde6be14b8371cc) Merge pull request  [#1124](https://github.com/containerd/cri/pull/1124) from Random-Liu/use-golang-1-11-6
    * [`c20ba1ef`](https://github.com/containerd/cri/commit/c20ba1ef114b3d0606ad5481346100dc0d0171a3) Use golang 1.11.6 for now.
    * [`d90e0604`](https://github.com/containerd/cri/commit/d90e060462324482ec4442a7294c9258e433a306) Merge pull request  [#1121](https://github.com/containerd/cri/pull/1121) from Random-Liu/update-containerd
    * [`bf112b3c`](https://github.com/containerd/cri/commit/bf112b3c2b24bbd16cc1958395a26330c5eac349) Update containerd 591e52c504b23a89096bd7d3091a32fcfa2e92fc.
    * [`e8e3b942`](https://github.com/containerd/cri/commit/e8e3b9425b0249d33dcfbe22ec319431d4b34030) Merge pull request  [#1118](https://github.com/containerd/cri/pull/1118) from Random-Liu/support-comment-in-vendor
    * [`a022ddfc`](https://github.com/containerd/cri/commit/a022ddfcca8948bc6556d116d2ba5595dff5d0e8) Support comment in vendor.
    * [`6d353571`](https://github.com/containerd/cri/commit/6d353571e64417d80c9478ffaea793714dd539d0) Merge pull request  [#1116](https://github.com/containerd/cri/pull/1116) from Random-Liu/per-pod-shim
    * [`0e2afb63`](https://github.com/containerd/cri/commit/0e2afb63ac3a1c8e59abd6f2e9a6ce075135d5b0) Merge pull request  [#1113](https://github.com/containerd/cri/pull/1113) from thaJeztah/bump_selinux
    * [`5e7d59fc`](https://github.com/containerd/cri/commit/5e7d59fc9dc23c6a6c11e1158fb9bb4009d69ad4) bump opencontainers/selinux v1.2.1
    * [`63ad4c73`](https://github.com/containerd/cri/commit/63ad4c7305576d96477ef779b0d8a5cfb87554d3) Merge pull request  [#1114](https://github.com/containerd/cri/pull/1114) from Random-Liu/fix-extra-handler
    * [`fae4f790`](https://github.com/containerd/cri/commit/fae4f790605286e8984cea3bec186ea6b730085d) Enable runc.v2 as the default runtime in test.
    * [`ebca0c4d`](https://github.com/containerd/cri/commit/ebca0c4d4eb6c80103be47bb9f8301ac417c94af) Use local env to avoid writing to passed-in readonly env.
    * [`b23b406f`](https://github.com/containerd/cri/commit/b23b406fedd2009f813c36206865ae2a8c51d5bb) Merge pull request  [#1102](https://github.com/containerd/cri/pull/1102) from Random-Liu/uts-namespace-and-fix-array
    * [`32dd6595`](https://github.com/containerd/cri/commit/32dd6595cdd9bedf520f92d6495dc2de9729a991) Merge pull request  [#1108](https://github.com/containerd/cri/pull/1108) from Random-Liu/update-cni
    * [`0caa06ac`](https://github.com/containerd/cri/commit/0caa06ac875f6dad373bc88b41974a82a240fbda) Update CNI to v0.7.5.
    * [`92fc1b93`](https://github.com/containerd/cri/commit/92fc1b93621d7497cb8c5376c9b504bc04b21fef) Merge pull request  [#1101](https://github.com/containerd/cri/pull/1101) from thaJeztah/bump_selinux
    * [`7b397f03`](https://github.com/containerd/cri/commit/7b397f03221df3777545597e081b9b52c165c35f) bump opencontainers/selinux to v1.2
    * [`84f9514d`](https://github.com/containerd/cri/commit/84f9514df11a9dea005544843584aeb1f45fc5cd) Merge pull request  [#1106](https://github.com/containerd/cri/pull/1106) from Random-Liu/update-containerd
    * [`c60dd60f`](https://github.com/containerd/cri/commit/c60dd60f805b127296e5fcc0e652a660d7a21417) Update containerd to f2a20ead833f8caf3ffc12be058d6ce668b4ebed.
    * [`4b4182cf`](https://github.com/containerd/cri/commit/4b4182cf592590af1842ea755e278e53486d288b) Do not assume there is no duplicated elements in arrays.
    * [`9bd49c98`](https://github.com/containerd/cri/commit/9bd49c98c6d010c6466efa7213205b1253484508) No UTS namespace for hostnetwork.
    * [`87772246`](https://github.com/containerd/cri/commit/87772246006c654b17bae87a678e08fcff3e0954) Merge pull request  [#1099](https://github.com/containerd/cri/pull/1099) from Random-Liu/do-not-kill-if-cancelled
    * [`8be5a1e1`](https://github.com/containerd/cri/commit/8be5a1e1ad9cacb4e9b53dfe5c464a93ea1662c2) Merge pull request  [#1094](https://github.com/containerd/cri/pull/1094) from crosbymichael/oci-opts
    * [`5eddc1a2`](https://github.com/containerd/cri/commit/5eddc1a2cc66725a00af112988a91dbc574a5e11) Use container'd oci opts for spec generation
    * [`1a0228d5`](https://github.com/containerd/cri/commit/1a0228d5207d16a8988aee51f488b4543ab767ab) Do not SIGKILL container if container stop is cancelled.
    * [`eb27e526`](https://github.com/containerd/cri/commit/eb27e526f5d23c4c762d25f80351c632efe4f7ab) Merge pull request  [#1096](https://github.com/containerd/cri/pull/1096) from Random-Liu/finish-runtime-annotations
    * [`23865871`](https://github.com/containerd/cri/commit/238658719f17e19c00fa2ab41eaf589609588873) Cleanup pod annotation test and only support tailing wildcard.
    * [`bb58b1db`](https://github.com/containerd/cri/commit/bb58b1dbb0b46aeded08ee56b8d671776905053e) Merge pull request  [#1084](https://github.com/containerd/cri/pull/1084) from harche/passthrough_annotations
    * [`effd8222`](https://github.com/containerd/cri/commit/effd82227c70a7694d68ee4433fd15d95c86022c) Add support for passing sandbox annotations to runtime
    * [`86729292`](https://github.com/containerd/cri/commit/8672929207f639432751ca42c4ca5e6b3419d27a) Merge pull request  [#1090](https://github.com/containerd/cri/pull/1090) from mikebrow/filter-masks-when-privileged
    * [`0937e87c`](https://github.com/containerd/cri/commit/0937e87ccc7d3632407f0009837ffe8523dad295) Merge pull request  [#1092](https://github.com/containerd/cri/pull/1092) from Random-Liu/set-runtime-handler-default
    * [`bb4260ce`](https://github.com/containerd/cri/commit/bb4260cecbaa4f232bc7e54f79e8f4eff42f74e4) Set default "" to extra runtime handler.
    * [`bf4e7a88`](https://github.com/containerd/cri/commit/bf4e7a885c1e24e33dceb545b45d57aedefaaf2d) test filtering of container create masks when privileged
    * [`9c9bf1d7`](https://github.com/containerd/cri/commit/9c9bf1d7a1369a430f67bf2120ce615b93d1a449) Merge pull request  [#1069](https://github.com/containerd/cri/pull/1069) from tallclair/runtimehandler-setup
    * [`8d84e3f9`](https://github.com/containerd/cri/commit/8d84e3f9ca3876f542c7af49b4ef5576da823621) Merge pull request  [#1088](https://github.com/containerd/cri/pull/1088) from mikebrow/tarball-doc-update
    * [`9474b05d`](https://github.com/containerd/cri/commit/9474b05dd7aedd4c7d3915b25bbf871e3dfe0459) clarify the versioning for the tarball
    * [`d7c5b246`](https://github.com/containerd/cri/commit/d7c5b246c63d84064ad9b1e7b4f347b8af899f23) Expose vars to configure an additional runtime handler
    * [`f5ff4394`](https://github.com/containerd/cri/commit/f5ff4394b943265e6942139a51c52f19e928d0e0) Merge pull request  [#1085](https://github.com/containerd/cri/pull/1085) from Random-Liu/hostname-backward-compatibility
    * [`3691cb65`](https://github.com/containerd/cri/commit/3691cb6550c6eee1fb9957681b00e986b7a5d288) Fix /etc/hostname backward compatibility issue for in-place upgrade.
    * [`d5823334`](https://github.com/containerd/cri/commit/d58233345159be9677c922ad15bdf7e4e45c65ab) Merge pull request  [#1083](https://github.com/containerd/cri/pull/1083) from Random-Liu/support-docker-18-09
    * [`ade85e64`](https://github.com/containerd/cri/commit/ade85e643ebafa89fd1d7c0d946239557ab07d49) Support docker 18.09 in the test script.
    * [`25442a86`](https://github.com/containerd/cri/commit/25442a865c596331f40abd4b521ebb445ce96d89) Merge pull request  [#1080](https://github.com/containerd/cri/pull/1080) from zhsj/rm-partial-docker
    * [`8a0bd84b`](https://github.com/containerd/cri/commit/8a0bd84b9a4c988a3098fca8fedcb9c0f14d9d08) Merge pull request  [#1056](https://github.com/containerd/cri/pull/1056) from Random-Liu/add-sandbox-log-dir-annotation
    * [`c6729fe0`](https://github.com/containerd/cri/commit/c6729fe0c4bad4887855bf9adf5419e596adc445) Use ParseSignal and AtomicWriteFile functions from containerd
    * [`9eabcf52`](https://github.com/containerd/cri/commit/9eabcf525e265b1a0fe459717ccb4e2b7ea5f75f) Add an OCI annotation for sandbox log directory.
    * [`95f564f9`](https://github.com/containerd/cri/commit/95f564f95bbc0091ff229a8b707dd9f310aae089) Merge pull request  [#1072](https://github.com/containerd/cri/pull/1072) from Random-Liu/clean-path
    * [`0464298b`](https://github.com/containerd/cri/commit/0464298b1e39b0e6514bec5a10cc4f2fd55b35fa) Use clean path for map and comparison.
    * [`210e8028`](https://github.com/containerd/cri/commit/210e80289b253cdc4dc3da709c56039075cf6fac) Merge pull request  [#1055](https://github.com/containerd/cri/pull/1055) from Random-Liu/use-right-sandbox-config
    * [`f2f90f6b`](https://github.com/containerd/cri/commit/f2f90f6b00ef55b5d6349faae6e5bd132431aee7) Merge pull request  [#1060](https://github.com/containerd/cri/pull/1060) from Random-Liu/support-stream-idle-timeout
    * [`8222da77`](https://github.com/containerd/cri/commit/8222da7768be403212a92c32ae7536ad1f667271) Support stream idle timeout.
    * [`c0f48369`](https://github.com/containerd/cri/commit/c0f48369ca0e375cbb10c254abf75178b2323ced) Merge pull request  [#1063](https://github.com/containerd/cri/pull/1063) from haiyanmeng/runtime_handler
    * [`0f02c9b3`](https://github.com/containerd/cri/commit/0f02c9b3439e73d9d24e40c50cb96530cc9c8fef) Merge pull request  [#1066](https://github.com/containerd/cri/pull/1066) from Random-Liu/add-more-explaination-about-cri-config
    * [`76ed153e`](https://github.com/containerd/cri/commit/76ed153e8cc1070ebafb622c60d17eea8c6ad1a1) Add more explanation about the CRI config.
    * [`9dea9d39`](https://github.com/containerd/cri/commit/9dea9d39f5fae400811e3712b90891378ee5e88e) Add RuntimeHandler into PodSandbox and PodSandboxStatus
    * [`8d752611`](https://github.com/containerd/cri/commit/8d75261190509c46a4ff86a8cc91401e71143487) Merge pull request  [#1065](https://github.com/containerd/cri/pull/1065) from alculquicondor/fix/architecture
    * [`c88e18b9`](https://github.com/containerd/cri/commit/c88e18b907f10ce10aa395631d80fd7ec41d36f3) Fix architecture doc
    * [`ec3aa445`](https://github.com/containerd/cri/commit/ec3aa445911a6eb1ae7ebe9277d8da6bebb8627a) Merge pull request  [#1058](https://github.com/containerd/cri/pull/1058) from haiyanmeng/update-k8s-version
    * [`035ce6c9`](https://github.com/containerd/cri/commit/035ce6c975cdabd7d32486c619e45832b64787e2) Update test based on new PullImage CRI.
    * [`fd44b9a5`](https://github.com/containerd/cri/commit/fd44b9a5d0d1c936bd649e84252708ab6eb36e48) Update kubernetes to v1.15.0-alpha.0
    * [`87dba924`](https://github.com/containerd/cri/commit/87dba924de4bdff0cf21a541e17266789da3f563) Use the correct sandbox config.
    * [`fbce5790`](https://github.com/containerd/cri/commit/fbce57903c8fde06aa1bde53d9a8c200943f22d8) Merge pull request  [#1053](https://github.com/containerd/cri/pull/1053) from mikebrow/k8s-1.10-end-of-life
    * [`857f169e`](https://github.com/containerd/cri/commit/857f169e9e894fd5f4e550bcf78a002478ce839d) update support statment reflecting eol for k8s 1.10
    * [`b2cd8400`](https://github.com/containerd/cri/commit/b2cd840042d843e110625b5fd38db68b549377be) Merge pull request  [#1045](https://github.com/containerd/cri/pull/1045) from Random-Liu/fix-env-performance-issue
    * [`877c1cad`](https://github.com/containerd/cri/commit/877c1cadc1992cb9823504a6dfa105558d64d454) Include default envs from containerd.
    * [`9e2ce349`](https://github.com/containerd/cri/commit/9e2ce3494dbd64e71bb675a6e33672dd0af9e259) Merge pull request  [#1042](https://github.com/containerd/cri/pull/1042) from Random-Liu/etc-hostname
    * [`ec6dd376`](https://github.com/containerd/cri/commit/ec6dd37691231dd628c1c7c77cfb5bb1287c50be) Add env cache.
    * [`89717d0b`](https://github.com/containerd/cri/commit/89717d0b6370b59fb6214e8a245846e50a2d607c) Don't log config at info level.
    * [`aed43ef1`](https://github.com/containerd/cri/commit/aed43ef13ad6007e5ac813029ef3780cdd797891) Merge pull request  [#1043](https://github.com/containerd/cri/pull/1043) from thaJeztah/bump_containerd
    * [`089d4fbf`](https://github.com/containerd/cri/commit/089d4fbfb88f243f0066d5d72c8709d6fd491547) Set /etc/hostname.
    * [`bc7d4005`](https://github.com/containerd/cri/commit/bc7d40057deb1a674c7651fd65f3402e092d35eb) Update containerd to 4543e32a8b29e691e523ddc142f0c9068917df54
    * [`04416381`](https://github.com/containerd/cri/commit/04416381c166053c8082cfee795d4bdc4418ed6e) Merge pull request  [#1040](https://github.com/containerd/cri/pull/1040) from thaJeztah/remove_normalize_image_ref
    * [`51affb88`](https://github.com/containerd/cri/commit/51affb8839cac2731c6d537c151e3a83046f85a7) Replace util.NormalizeImageRef with reference.ParseDockerRef
    * [`0ad60d4d`](https://github.com/containerd/cri/commit/0ad60d4d9e96350ce5837c577a627e41b95d2249) Bump docker/distribution to 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    * [`7c2498d2`](https://github.com/containerd/cri/commit/7c2498d2e65d25afd5519c061c4ed5e5ae6f5d7c) Merge pull request  [#1037](https://github.com/containerd/cri/pull/1037) from Random-Liu/support-unknown-state
    * [`c27a12dd`](https://github.com/containerd/cri/commit/c27a12dd08cb2164e8cb292e620438c948e9cab6) Update containerd to 5ba368748b0275d8f45f909413d94738992f0050.
    * [`f8b34508`](https://github.com/containerd/cri/commit/f8b34508476a3451556d3b03b2c2bfc9e8935fb8) Add integration test for unknown state
    * [`83af4dad`](https://github.com/containerd/cri/commit/83af4dad871a6cb510e973ab08ab930facd9a4d2) Support unknown state for sandbox and container
    * [`4dc6f6d0`](https://github.com/containerd/cri/commit/4dc6f6d0b5933747e428685e9c927b6ea81c7a99) Add state machine for sandbox and container
    * [`bfd25c80`](https://github.com/containerd/cri/commit/bfd25c80b49ace2380d5d92d5fbcb89d6e8a20a2) Change StateUnknown to StateInit
    * [`dd2846d9`](https://github.com/containerd/cri/commit/dd2846d9419eef54e355d468ee5c01590ef3b212) Merge pull request  [#1035](https://github.com/containerd/cri/pull/1035) from Random-Liu/add-runtime-option
    * [`0bd90a77`](https://github.com/containerd/cri/commit/0bd90a77ef5b43ae6699a86735c46917970052e8) Add RUNTIME env in integration and cri test.
    * [`90492e9e`](https://github.com/containerd/cri/commit/90492e9e70091c9c2a0eee887e43b566c6e97ceb) Merge pull request  [#1034](https://github.com/containerd/cri/pull/1034) from fuweid/cleanup
    * [`c019ae8b`](https://github.com/containerd/cri/commit/c019ae8b218f2b87207a1867fb962b10667b74d6) hack: handle additional cleanup from #1028
    * [`538a361b`](https://github.com/containerd/cri/commit/538a361b3aeca7cb0dad1385a209d4c257bc4523) Merge pull request  [#1028](https://github.com/containerd/cri/pull/1028) from fuweid/detect-dirty-vendor
    * [`11922201`](https://github.com/containerd/cri/commit/119222016f628d2f071efb9be04fde5589d2aa02) hack/Makefile: detect dirty vendor
    * [`4dd67350`](https://github.com/containerd/cri/commit/4dd6735020f5596dd41738f8c4f5cb07fa804c5e) Merge pull request  [#1029](https://github.com/containerd/cri/pull/1029) from Random-Liu/add-runtime-config-api
    * [`5d1a07e8`](https://github.com/containerd/cri/commit/5d1a07e86c261886b1a04c34e01b726eafb75c75) Merge pull request  [#1032](https://github.com/containerd/cri/pull/1032) from Random-Liu/small-code-cleanup
    * [`9a455daf`](https://github.com/containerd/cri/commit/9a455daf4d085b6fc192668bca81b4e6f2bdc8fc) Don't use string when there is a constant.
    * [`bf00de33`](https://github.com/containerd/cri/commit/bf00de33a5d36daf65d6882511784809b57a3593) Merge pull request  [#1025](https://github.com/containerd/cri/pull/1025) from JoeWrightss/patch-4
    * [`97c7a1b1`](https://github.com/containerd/cri/commit/97c7a1b17b8198f242db429072ec1306cbca209a) Merge pull request  [#1027](https://github.com/containerd/cri/pull/1027) from Random-Liu/fix-log-ending-newline
    * [`d9914c8d`](https://github.com/containerd/cri/commit/d9914c8dbd637258f27ba7c3b0bd44b960280788) Always fallback to the new runtime options.
    * [`42aba00a`](https://github.com/containerd/cri/commit/42aba00a31bf2b29d102772c0c86f8038f6ee8f9) Add runtime config api.
    * [`556b2194`](https://github.com/containerd/cri/commit/556b2194501d51e18ae6dd870a8579a56509b81f) Fix lint error.
    * [`879dc6ae`](https://github.com/containerd/cri/commit/879dc6ae258b227928a5947e162cc6e10068dd68) Add integration test.
    * [`50ac4009`](https://github.com/containerd/cri/commit/50ac40097ee458f07aaeab97dadbf80b4fcddbc7) Fix the log ending newline handling.
    * [`ae1b7ac4`](https://github.com/containerd/cri/commit/ae1b7ac4fd8e4b5707b90b14bbf28b1159ff07c0) Fix some typos in comment
    * [`89766903`](https://github.com/containerd/cri/commit/89766903201d1a5676a2bcd2f3833a5ade8d2aaf) Merge pull request  [#1021](https://github.com/containerd/cri/pull/1021) from Random-Liu/move-no-metadata-test
    * [`5c40fd95`](https://github.com/containerd/cri/commit/5c40fd9585c8d713a86ba83a1d86409abc6ca8b7) Move no metadata test
    * [`76c5b203`](https://github.com/containerd/cri/commit/76c5b20339299ef2ba801f4594aa863ecccb8469) Merge pull request  [#1019](https://github.com/containerd/cri/pull/1019) from teawater/add_test
    * [`ab84e391`](https://github.com/containerd/cri/commit/ab84e3914db95df91f19223ca54e51d4d006f598) Add integration test for RunPodSandbox and CreateContainer
    * [`a7d1b3c7`](https://github.com/containerd/cri/commit/a7d1b3c7dc4984d094dfe48528ea96bb72abd3d2) Merge pull request  [#1020](https://github.com/containerd/cri/pull/1020) from Random-Liu/add-test-for-shared-pid-multi-process-container-stop
    * [`f0f68c10`](https://github.com/containerd/cri/commit/f0f68c10323912c1fde71f74d1387ea7ca03f136) Add test for shared pid multi-process container stop.
    * [`a22f1c34`](https://github.com/containerd/cri/commit/a22f1c3416889ecbde62821ac90334af5d74bf96) Merge pull request  [#1017](https://github.com/containerd/cri/pull/1017) from Random-Liu/add-unit-test
    * [`b1ad4ee9`](https://github.com/containerd/cri/commit/b1ad4ee9b67d4671cbdc4adbbfd1295aa3613d91) Add unit test for DisableCgroup, RestrictOOMScoreAdj.
    * [`0fa8668a`](https://github.com/containerd/cri/commit/0fa8668aa49d6be40fd3a363d39ff5d029388a16) Merge pull request  [#970](https://github.com/containerd/cri/pull/970) from AkihiroSuda/rootless
    * [`1fbd0647`](https://github.com/containerd/cri/commit/1fbd06479ebc526c2131c0d9395a1e83cac73eeb) Merge pull request  [#1010](https://github.com/containerd/cri/pull/1010) from teawater/fix_crash
    * [`3bfef015`](https://github.com/containerd/cri/commit/3bfef0158951049d96716814f99d4c79b02053c7) Fix the issue that pod or container config file without metadata will crash containerd
    * [`cd8231ab`](https://github.com/containerd/cri/commit/cd8231ab2a97f3ab6cd979a0be596a0579fee2fb) support DisableCgroup, DisableApparmor, RestrictOOMScoreAdj
    * [`4b4b2abb`](https://github.com/containerd/cri/commit/4b4b2abb2eb19ad6913a6c5d2a6869a0a43a3fc1) Merge pull request  [#1000](https://github.com/containerd/cri/pull/1000) from Random-Liu/teardown-network-after-stop
    * [`888f7a03`](https://github.com/containerd/cri/commit/888f7a03a3ee36cd5d2fae78866fc7ab5c8180fc) Merge pull request  [#1013](https://github.com/containerd/cri/pull/1013) from JoeWrightss/patch-3
    * [`55fb3b9f`](https://github.com/containerd/cri/commit/55fb3b9fce4cf3ff1bf0011d273eed9c0d7e8b1f) Fix return error message
    * [`e5bd9b62`](https://github.com/containerd/cri/commit/e5bd9b62d834973b6cccc3034c527b64d555cb92) Merge pull request  [#1003](https://github.com/containerd/cri/pull/1003) from Random-Liu/revert-#997
    * [`a9f3c86c`](https://github.com/containerd/cri/commit/a9f3c86cc12f7dd484b726919729accf9b5d1171) Merge pull request  [#1004](https://github.com/containerd/cri/pull/1004) from Random-Liu/fix-build
    * [`26640a29`](https://github.com/containerd/cri/commit/26640a29eb330c24cc537919014fba20adb7c9b1) Install libseccomp2 package based on debian version.
    * [`5d5fc154`](https://github.com/containerd/cri/commit/5d5fc154ad6f36aa39cafd389653a84ba19d31d4) Revert "Temporary fix for golang regression #29241."
    * [`e98e307f`](https://github.com/containerd/cri/commit/e98e307f3f712a6496985dd7fe4d9d02f4399874) Merge pull request  [#1001](https://github.com/containerd/cri/pull/1001) from Random-Liu/update-kubernetes
    * [`ac45393a`](https://github.com/containerd/cri/commit/ac45393a47f34edce0e37fbbac499fa64b067e26) Update cri-tools to v1.13.0.
    * [`2baa96e0`](https://github.com/containerd/cri/commit/2baa96e0e25c0aa24b557071cb18347f568b99d1) Update kubernetes to v1.13.0
    * [`fbab182e`](https://github.com/containerd/cri/commit/fbab182e5e73ca362e792ca5b5eded67a882f419) Teardown sandbox network after stop.
    * [`afb12d72`](https://github.com/containerd/cri/commit/afb12d728ce51d2b29ebdbf659e53fcc275045ff) Merge pull request  [#997](https://github.com/containerd/cri/pull/997) from Random-Liu/fix-for-golang-issue
    * [`d7f6721d`](https://github.com/containerd/cri/commit/d7f6721de591f9a46ebfdc8ed8de83a71d80743c) Temporary fix for golang regression #29241.
    * [`cd3d5c79`](https://github.com/containerd/cri/commit/cd3d5c799222acb5288842b18cf619e5e310e679) Merge pull request  [#993](https://github.com/containerd/cri/pull/993) from JoeWrightss/patch-2
    * [`d53bcba9`](https://github.com/containerd/cri/commit/d53bcba99149b25a5b46365e06852cbc97e5556c) Fix some typo errors
    * [`ec6a1eab`](https://github.com/containerd/cri/commit/ec6a1eab117bf150638bd2f0a4301f9f25658f73) Merge pull request  [#991](https://github.com/containerd/cri/pull/991) from Random-Liu/remove-container-lifecycle-image-dependency
    * [`82d8c9bc`](https://github.com/containerd/cri/commit/82d8c9bcfade76fae5290f555d5442ec32bdc652) Add integration test.
    * [`515ef024`](https://github.com/containerd/cri/commit/515ef02473946b163dd815f614ffaf90152d101c) Remove container lifecycle image ref dependency.
    * [`be2c3bd9`](https://github.com/containerd/cri/commit/be2c3bd94b89f01c0652ba6b8bd87dd6e2564017) Merge pull request  [#992](https://github.com/containerd/cri/pull/992) from JoeWrightss/patch-1
    * [`37085692`](https://github.com/containerd/cri/commit/37085692e28a7584967374f085e2b94c16b54869) fix spelling error: contaner -> container
    * [`5a80f333`](https://github.com/containerd/cri/commit/5a80f333d41e8e5288d7448824511148d63adff5) Merge pull request  [#989](https://github.com/containerd/cri/pull/989) from Random-Liu/test-image-in-other-namespace
    * [`30fa7157`](https://github.com/containerd/cri/commit/30fa71573f77c33aca6b5de2292972024b87b5a5) Test that CRI plugin should not see image in other namespaces.
    * [`db0c4dea`](https://github.com/containerd/cri/commit/db0c4dea24a72163d6deb86af7fb62b8d7ddabb5) Merge pull request  [#984](https://github.com/containerd/cri/pull/984) from mikebrow/ignore-exits-with-no-id
    * [`b59dd559`](https://github.com/containerd/cri/commit/b59dd559661b460ac0ae982f4dffb35fe434e75b) filter namespace
    * [`f58105a7`](https://github.com/containerd/cri/commit/f58105a71c92cd68e68e731dd9ebf9b7e85b91ce) Merge pull request  [#983](https://github.com/containerd/cri/pull/983) from Random-Liu/fix-shared-pid-ns-kill
    * [`2cc1edcf`](https://github.com/containerd/cri/commit/2cc1edcfc3d01ff7a2680cad83f757bf06e886d0) Update containerd to 6937c5a3ba8280edff9e9030767e3b0cb742581c
    * [`de967051`](https://github.com/containerd/cri/commit/de967051d488d415f7c2b66b4fd89cf2467536a9) Fix kill when shared pid namespace.
    * [`1dc6ea19`](https://github.com/containerd/cri/commit/1dc6ea19dc47407c74027444b692e618a339171f) Merge pull request  [#980](https://github.com/containerd/cri/pull/980) from mikebrow/networking-info
    * [`f8e89f71`](https://github.com/containerd/cri/commit/f8e89f71a93d0c3394101d19687d279a09692324) adds cni results to verbose pod info
    * [`7142de0f`](https://github.com/containerd/cri/commit/7142de0fd2ed10a4dc880fcd72f416a43d296756) Merge pull request  [#977](https://github.com/containerd/cri/pull/977) from Random-Liu/install-necessary-tools
    * [`5b21e63a`](https://github.com/containerd/cri/commit/5b21e63aed8c269a7280bc3b7af512d15aa85eb1) Merge pull request  [#976](https://github.com/containerd/cri/pull/976) from Random-Liu/remove-health-monitor
    * [`77d55c5e`](https://github.com/containerd/cri/commit/77d55c5e60cab1e717ce5a0555fb7e705ac4c5e8) Only install necessary tools.
    * [`ce51a102`](https://github.com/containerd/cri/commit/ce51a102d4fafd94d4c3a51639fa5110b6988c53) Merge pull request  [#954](https://github.com/containerd/cri/pull/954) from mikebrow/go-version-update
    * [`cfa8e06a`](https://github.com/containerd/cri/commit/cfa8e06aee490eefbeb1621b745dd83ab8bea327) Remove the unused `health-monitor.sh`.
    * [`80554f4a`](https://github.com/containerd/cri/commit/80554f4a85e2892cd9a99c2bf278d76cf4587c7d) Merge pull request  [#973](https://github.com/containerd/cri/pull/973) from Random-Liu/use-event-id
    * [`66149929`](https://github.com/containerd/cri/commit/6614992914a0e0855d47b58bb50c11b39ef7604e) Merge pull request  [#974](https://github.com/containerd/cri/pull/974) from Random-Liu/remove-invalid-todo
    * [`7f1f4e7a`](https://github.com/containerd/cri/commit/7f1f4e7a149a52d54b8e05b0c54fe8ed89921da7) Remove invalid TODO comment.
    * [`47542c95`](https://github.com/containerd/cri/commit/47542c9515455563f6a58143dc9bc2c39799b930) Merge pull request  [#972](https://github.com/containerd/cri/pull/972) from Random-Liu/update-containerd-1.2
    * [`d4c825f9`](https://github.com/containerd/cri/commit/d4c825f905e8e865b92e0d37493dea680428eeaf) Use the `ID` field of `TaskExit` event.
    * [`f818de9d`](https://github.com/containerd/cri/commit/f818de9dcee9c4e029c461715a5ddaa67520444e) Update containerd to v1.2.0.
    * [`64b067d9`](https://github.com/containerd/cri/commit/64b067d93fab68368be7dd58f1e13a1d1215c6ad) fix integration test
    * [`bc97f514`](https://github.com/containerd/cri/commit/bc97f51477d6fcd0baa84ced260b32a648044375) adds golang 1.11.x and tip to build
    * [`edf2b817`](https://github.com/containerd/cri/commit/edf2b817787356500354d42d85fcaf848a1f84bc) Merge pull request  [#969](https://github.com/containerd/cri/pull/969) from Random-Liu/golang-1.11-gofmt
    * [`459e4818`](https://github.com/containerd/cri/commit/459e48180835c0b7d66d4de773c83acbc43af227) Update code for golang 1.11 gofmt.
    * [`547b5e03`](https://github.com/containerd/cri/commit/547b5e03cfb973df1149d9013611ae7788c5f630) Merge pull request  [#967](https://github.com/containerd/cri/pull/967) from Random-Liu/update-support-metrics
    * [`20b45be2`](https://github.com/containerd/cri/commit/20b45be29472e9ae6072266296f167e7bfce63d6) Update support metrics to include containerd 1.2.
    * [`3fd67d10`](https://github.com/containerd/cri/commit/3fd67d108ad20d2c00bfc13b4c054534c5032483) Merge pull request  [#965](https://github.com/containerd/cri/pull/965) from mikebrow/update-community-link
    * [`d8d7dcc7`](https://github.com/containerd/cri/commit/d8d7dcc75916d2bc4567af84f8c513a15a7d3838) update the slack information
    * [`f6089b85`](https://github.com/containerd/cri/commit/f6089b85a7492c20fdde60a3d4072a167e6390ae) Merge pull request  [#961](https://github.com/containerd/cri/pull/961) from mikebrow/remove-authconfig-fromlog
    * [`0e522cae`](https://github.com/containerd/cri/commit/0e522cae43e0263d779eafbd6349053395e02a15) Merge pull request  [#959](https://github.com/containerd/cri/pull/959) from Random-Liu/use-commit
    * [`1b3ff746`](https://github.com/containerd/cri/commit/1b3ff7462ecf4a82af90d5f7cf0a0589cbc56d56) removes authconfit from info log
    * [`7a131169`](https://github.com/containerd/cri/commit/7a1311698cf379786e604a43682691a1437add49) Use commit as version.
    * [`9f87ce8c`](https://github.com/containerd/cri/commit/9f87ce8c7ea659d94d365394cc46f7c47c3f8aa2) Merge pull request  [#957](https://github.com/containerd/cri/pull/957) from mikebrow/update-readme-link
    * [`6039a4d3`](https://github.com/containerd/cri/commit/6039a4d322ccc69949d8e8053c52ccb8ba4fc0f6) link to new icon location
    * [`e3126353`](https://github.com/containerd/cri/commit/e312635396a13bc67cc5c9f3e5f873dc92cfc891) Merge pull request  [#950](https://github.com/containerd/cri/pull/950) from Random-Liu/netns-source-of-truth
    * [`775bc6e5`](https://github.com/containerd/cri/commit/775bc6e5f4ead55209e35204ccac67f5c29a3fbc) Update integration test.
    * [`c1740d82`](https://github.com/containerd/cri/commit/c1740d8291d4042cb60e39e15395e482ae13e47e) Manage mount lifecycle and remove cached state
    * [`36893c3e`](https://github.com/containerd/cri/commit/36893c3ec995294208760ba045878e4cdae886ae) Merge pull request  [#953](https://github.com/containerd/cri/pull/953) from Starnop/getruntime-before-setupnetwork
    * [`22a8777a`](https://github.com/containerd/cri/commit/22a8777a9ef25a2fb0818aba5df3800c134cdb25) refactor: setup network after get Sandbox runtime
    * [`728f636e`](https://github.com/containerd/cri/commit/728f636e32c97ea9c67dc9a654eaf19d2de0b801) Merge pull request  [#949](https://github.com/containerd/cri/pull/949) from Random-Liu/fix-ip-leakage
    * [`84775d2c`](https://github.com/containerd/cri/commit/84775d2c10ecd751f36866145883b3e3155514f6) Add integration test.
    * [`1f1e92e4`](https://github.com/containerd/cri/commit/1f1e92e4a423521f074125aa04829dd12e8b9498) Update go-cni to 40bcf8ec8acd7372be1d77031d585d5d8e561c90.
    * [`c39f63ea`](https://github.com/containerd/cri/commit/c39f63eaf49c5ec1161749907f4f81ebb9a796e0) Teardown pod network even if the network namespace is closed
    * [`70da14e4`](https://github.com/containerd/cri/commit/70da14e4b37909431afb86508d9d83d49136a98c) Merge pull request  [#943](https://github.com/containerd/cri/pull/943) from Random-Liu/support-per-runtime-config
    * [`1442425f`](https://github.com/containerd/cri/commit/1442425f92d35a31c6b407ff19e01671beee0471) Support runtime specific configurations.
    * [`8b0d53c0`](https://github.com/containerd/cri/commit/8b0d53c09c41d9fbc3b3896548ecf011518e3c42) Merge pull request  [#941](https://github.com/containerd/cri/pull/941) from amshinde/fix-go-compile-error
    * [`bbc37bbf`](https://github.com/containerd/cri/commit/bbc37bbf9bab32ea412634eb7d2cc7256c64bcce) Merge pull request  [#944](https://github.com/containerd/cri/pull/944) from Random-Liu/use-authorizer
    * [`3e4cf68a`](https://github.com/containerd/cri/commit/3e4cf68a3f2eeca2e5cd53b6f50605d655904c36) Use Authorizer.
    * [`2f42771f`](https://github.com/containerd/cri/commit/2f42771f7740d3bcb4ce342f88e026f916768c37) Update containerd to 15f19d7a67fa322e6de0ef4c6a1bf9da0f056554.
    * [`54b1c00b`](https://github.com/containerd/cri/commit/54b1c00b3b307b0fadd10c02d9467a6545c2c4d5) test: Fix compile error with go1.10.2
    * [`e4f33828`](https://github.com/containerd/cri/commit/e4f33828c35b1cfd01a74cc9c879d76a3a244661) Merge pull request  [#938](https://github.com/containerd/cri/pull/938) from Random-Liu/update-kubernetes-1.12
    * [`0580ce45`](https://github.com/containerd/cri/commit/0580ce45fd7c5c630361e5cf1ac9ffed3a7eb8be) Update test based on new CRI.
    * [`5a2da313`](https://github.com/containerd/cri/commit/5a2da31351a2145067173aeaa0151a02f3c61801) Update kubernetes to v1.12.0.
    * [`fb26f47b`](https://github.com/containerd/cri/commit/fb26f47b4c3db27f3f896a05bef1388d6dd2c7d0) Merge pull request  [#937](https://github.com/containerd/cri/pull/937) from DataDog/JulienBalestra/cni-debug
    * [`27f33cd4`](https://github.com/containerd/cri/commit/27f33cd4d69ce1e0a18af1d905b7e8540805952c) cni result: add a debug message
    * [`801882b0`](https://github.com/containerd/cri/commit/801882b046562ed1cf0299c8e4130e3f0865dcc6) Merge pull request  [#935](https://github.com/containerd/cri/pull/935) from mikebrow/makefile-fix-for-syntax
    * [`24a5a0e6`](https://github.com/containerd/cri/commit/24a5a0e6ba3c66eca6a60894d97d9d66f4a47ab7) corrects syntax error in Makefile
    * [`58ab1e09`](https://github.com/containerd/cri/commit/58ab1e09b2475cbf9b7eef8d5c8fb5436ef1132d) Merge pull request  [#926](https://github.com/containerd/cri/pull/926) from Random-Liu/better-external-image-handling
    * [`6905460b`](https://github.com/containerd/cri/commit/6905460b85fc9b2104bd0feb4123016946ca40a1) Add integration test
    * [`db68300a`](https://github.com/containerd/cri/commit/db68300a5aa5cb52b6d5eae58d9b89159da7b1ef) Manage unmanaged images in k8s.io namespace
    * [`4d553cbe`](https://github.com/containerd/cri/commit/4d553cbef81bc6ee7d71e962bc066139cb0734a8) Merge pull request  [#924](https://github.com/containerd/cri/pull/924) from Random-Liu/add-timeout-for-recover
    * [`e3aa8adb`](https://github.com/containerd/cri/commit/e3aa8adbb0cd8ad9cbdba4622d4b34b3a4a0e9f4) Update containerd to f88d3e5d6dfe9b7d7941ac5241649ad8240b9282.
    * [`963a0173`](https://github.com/containerd/cri/commit/963a01735bb1c94d95807f5e2ffc1f9e7a5854e2) Add timeout for container/sandbox recover and event monitor.
    * [`6de38f1f`](https://github.com/containerd/cri/commit/6de38f1f3ab99b96b9bbf1723084a658dc676002) Merge pull request  [#927](https://github.com/containerd/cri/pull/927) from Random-Liu/fix-readiness-check
    * [`00443ebd`](https://github.com/containerd/cri/commit/00443ebd6c10206eca897c90022c85f30cb01142) Merge pull request  [#928](https://github.com/containerd/cri/pull/928) from Random-Liu/update-crictl
    * [`92fbbcf0`](https://github.com/containerd/cri/commit/92fbbcf0651a83c7ba854ca8c9075e02a3aec7d1) Update critools version.
    * [`68152dab`](https://github.com/containerd/cri/commit/68152dab84f403f9789e3e80c4aed9c186ee63e6) Fix readiness check in test utils.
    * [`733f7199`](https://github.com/containerd/cri/commit/733f7199b29d4b128d43dd4bc4adc5f9ab5e7cb8) Merge pull request  [#923](https://github.com/containerd/cri/pull/923) from madhanrm/vendorcd
    * [`5d777b2e`](https://github.com/containerd/cri/commit/5d777b2e3527b06038316e82a2c1a5cefea05851) Vendor in runtime-spec & runtime-tools from github.com/opencontainers
    * [`8d7b0e20`](https://github.com/containerd/cri/commit/8d7b0e20b510750f888ad605b02a1aff25f1989c) Merge pull request  [#921](https://github.com/containerd/cri/pull/921) from Random-Liu/turn-off-fail-swap-on
    * [`798977f8`](https://github.com/containerd/cri/commit/798977f8b23ba9920ef1d702746865daaa9f5e25) Turn off `--fail-swap-on` in node e2e test.
    * [`d963c9c5`](https://github.com/containerd/cri/commit/d963c9c58eb4cde524278919310fb066cfd2931c) Merge pull request  [#920](https://github.com/containerd/cri/pull/920) from Random-Liu/fix-indent
    * [`65283e42`](https://github.com/containerd/cri/commit/65283e425353065859faf119a3617d1e469a9892) The indent is wrong.
    
    ### Changes from containerd/fifo
    
    * [`bda0ff6`](https://github.com/containerd/fifo/commit/bda0ff6ed73c67bfb5e62bc9c697f146b7fd7f13) Merge pull request  [#21](https://github.com/containerd/fifo/pull/21) from darfux/fix_indent
    * [`17c7e3a`](https://github.com/containerd/fifo/commit/17c7e3ac42ee4479da01e97d3e17cd6c51042447) Fix indent in errors.go
    * [`ad97c84`](https://github.com/containerd/fifo/commit/ad97c845e07e824c274709d7ff88d8899beb353c) Merge pull request  [#20](https://github.com/containerd/fifo/pull/20) from darfux/use_error_var
    * [`63d15b6`](https://github.com/containerd/fifo/commit/63d15b6d4d578ef61c2f5104ebe8f544c216ad54) Use defined error var
    * [`a9fb20d`](https://github.com/containerd/fifo/commit/a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c) Merge pull request  [#16](https://github.com/containerd/fifo/pull/16) from estesp/update-travis-go
    * [`2820d54`](https://github.com/containerd/fifo/commit/2820d54e40a7dfa42c1405194236963dd07a03e3) Update Go versions in travis
    * [`3b87da1`](https://github.com/containerd/fifo/commit/3b87da13e672b1c3ea6424c51ab0cb82dd0ea234) Merge pull request  [#19](https://github.com/containerd/fifo/pull/19) from fuweid/add-repo-check
    * [`3be1f6a`](https://github.com/containerd/fifo/commit/3be1f6a2e66f6ce182c2653d33158ab1a26f3c8e) Add common project content/checks to fifo
    * [`650d792`](https://github.com/containerd/fifo/commit/650d792183512bf92167787990b8f08a9175b3df) Merge pull request  [#17](https://github.com/containerd/fifo/pull/17) from cpuguy83/add_raw_conn
    * [`e4b84c0`](https://github.com/containerd/fifo/commit/e4b84c039e2dc0025202907351f5a2bf088c5db0) Add tip to travis testing
    * [`094bd06`](https://github.com/containerd/fifo/commit/094bd060444835bb83f12b9cf2694c80f6fad4a7) Expose underlying file's `SyscallConn` method.
    
    ### Changes from containerd/go-cni
    
    * [`49fbd9b`](https://github.com/containerd/go-cni/commit/49fbd9b210f3c8ee3b7fd3cd797aabaf364627c1) Update to cni v0.7.1 (#47)
    * [`039158f`](https://github.com/containerd/go-cni/commit/039158f2e5a8cb305c5241bfcc1cfdd70b8bda7e) Merge pull request  [#44](https://github.com/containerd/go-cni/pull/44) from mikebrow/error-output-improvements
    * [`8d84d55`](https://github.com/containerd/go-cni/commit/8d84d55fdf4f5f6f05ac9e2f5540e9f368402abc) Merge pull request  [#45](https://github.com/containerd/go-cni/pull/45) from mikebrow/update-golang-version
    * [`583630d`](https://github.com/containerd/go-cni/commit/583630d118df992d3aef74a4b423bdac57b09b1c) time to move up
    * [`3d56cdf`](https://github.com/containerd/go-cni/commit/3d56cdf0b21e2973ad24238a0ea668551489fd8c) minor cleanup for error output
    * [`5a4663d`](https://github.com/containerd/go-cni/commit/5a4663dad645d9736aa62b366c8a7a07dbe751cc) Merge pull request  [#43](https://github.com/containerd/go-cni/pull/43) from hainesc/master
    * [`2a81132`](https://github.com/containerd/go-cni/commit/2a811322551ec3b9d71e0f4826cf56dacd11d5ad) Improve readme, golang syntax highlight
    * [`22460c0`](https://github.com/containerd/go-cni/commit/22460c018b64cf8bf4151b3ff9c4d077e6a88cbf) Merge pull request  [#42](https://github.com/containerd/go-cni/pull/42) from kuramal/cni_plugin_conf_file_max_num
    * [`b844801`](https://github.com/containerd/go-cni/commit/b844801e7c31467eca843d401f1f25f249d37df7) add cni plugin config file max num config
    * [`e1dc76f`](https://github.com/containerd/go-cni/commit/e1dc76fa62e1665cf5d85fd617c6191d66f0e72d) Merge pull request  [#40](https://github.com/containerd/go-cni/pull/40) from johscheuer/add-bandwidth-capability
    * [`4515b97`](https://github.com/containerd/go-cni/commit/4515b9792230777b10db50b9cdbb5d3fd0c2a035) Use uint64 for bandwidth capability
    * [`0b5320f`](https://github.com/containerd/go-cni/commit/0b5320f4ef5c9082a96cd10b6f0f1937ef5674fc) Add support for bandwidth capability
    * [`d3d376a`](https://github.com/containerd/go-cni/commit/d3d376a47161a77130a8e1333824737defa3b589) Add WithConfIndex opt (#39)
    * [`891c2a4`](https://github.com/containerd/go-cni/commit/891c2a41e18144b2d7921f971d6c9789a68046b2) Merge pull request  [#37](https://github.com/containerd/go-cni/pull/37) from Random-Liu/avoid-lockup
    * [`e7a8c33`](https://github.com/containerd/go-cni/commit/e7a8c33b6ae91e33bf6a4a43ab511f9ae000b7b6) Avoid `Status` lockup during setup and remove.
    * [`0683513`](https://github.com/containerd/go-cni/commit/06835130b24722e03be07e80413e9053cd077c6a) Add common project content/checks (#36)
    * [`8f8e80a`](https://github.com/containerd/go-cni/commit/8f8e80adbf4c65df18feb20d326c8d67fca0ff77) Fix some typos in comment (#34)
    * [`c399b15`](https://github.com/containerd/go-cni/commit/c399b1539b8e2711704c2d011d54f20606f3f2b3) Merge pull request  [#33](https://github.com/containerd/go-cni/pull/33) from mikebrow/expose-config
    * [`6253851`](https://github.com/containerd/go-cni/commit/6253851d0dddac39a503dd30689e156d8b590ba7) adds a get for the plugin config details
    
    ### Changes from containerd/go-runc
    
    * [`e029b79`](https://github.com/containerd/go-runc/commit/e029b79d8cda8374981c64eba71f28ec38e5526f) Merge pull request  [#54](https://github.com/containerd/go-runc/pull/54) from tonistiigi/notify-socket
    * [`c0c55f3`](https://github.com/containerd/go-runc/commit/c0c55f3e2906bcb5f0c5261f2949c797425a32c8) avoid setting NOTIFY_SOCKET from calling process
    * [`b4bc25a`](https://github.com/containerd/go-runc/commit/b4bc25aab3c0d50711b7bc91893e5784a5700005) Merge pull request  [#55](https://github.com/containerd/go-runc/pull/55) from containerd/travis
    * [`6b4a1ca`](https://github.com/containerd/go-runc/commit/6b4a1ca7c77a86b76f7b3afd259d9ee91fcb94f9) Update travis to 1.12 and 1.13
    * [`9007c24`](https://github.com/containerd/go-runc/commit/9007c2405372fe28918845901a3276c0915689a1) Merge pull request  [#52](https://github.com/containerd/go-runc/pull/52) from Ace-Tang/fix-error-return
    * [`4e99c72`](https://github.com/containerd/go-runc/commit/4e99c72acdb052ba374135c009bbc8ac9dd68249) Fix Method of judging command execution failure
    * [`7d11b49`](https://github.com/containerd/go-runc/commit/7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad) Merge pull request  [#51](https://github.com/containerd/go-runc/pull/51) from fuweid/add-content-check
    * [`8e51df4`](https://github.com/containerd/go-runc/commit/8e51df421218b765f393e1fdf97fac668913a8f4) Add common project content/checks
    
    ### Changes from containerd/ttrpc
    
    * [`92c8520`](https://github.com/containerd/ttrpc/commit/92c8520ef9f86600c650dd540266a007bf03670f) Merge pull request  [#49](https://github.com/containerd/ttrpc/pull/49) from crosbymichael/status
    * [`0e0f228`](https://github.com/containerd/ttrpc/commit/0e0f228740de8ef098d18c490be48c364b3dda05) Handle ok status
    * [`9abb3e2`](https://github.com/containerd/ttrpc/commit/9abb3e268010ea188f4e4051f77eb5aca49315fb) Merge pull request  [#48](https://github.com/containerd/ttrpc/pull/48) from crosbymichael/travis
    * [`8c74fe8`](https://github.com/containerd/ttrpc/commit/8c74fe86d790d51a3b3895960e90b6707fc0f2c9) Update to go 1.12x on travis
    * [`1ab4dfb`](https://github.com/containerd/ttrpc/commit/1ab4dfb4c977bfd436355a53a4203913c2df06bf) Merge pull request  [#46](https://github.com/containerd/ttrpc/pull/46) from thaJeztah/adjust_for_grpc_1.23
    * [`17f4d32`](https://github.com/containerd/ttrpc/commit/17f4d32234ddcc21bc0540f4ad319fb056b1216d) Client.Call(): do not return error if no Status is set (gRPC v1.23 and up)
    * [`f969a7f`](https://github.com/containerd/ttrpc/commit/f969a7f076a2309c3cc5b93ab8fcc2f143cc25cd) Merge pull request  [#44](https://github.com/containerd/ttrpc/pull/44) from kevpar/method-full-name
    * [`271238a`](https://github.com/containerd/ttrpc/commit/271238abf2f97c4f48f466e71641382b7b5257d1) Fix method full name generation
    * [`1fb3814`](https://github.com/containerd/ttrpc/commit/1fb3814edf44a76e0ccf503decf726d994919a9a) Merge pull request  [#42](https://github.com/containerd/ttrpc/pull/42) from crosbymichael/client
    * [`5829a06`](https://github.com/containerd/ttrpc/commit/5829a06d8c9c0240a9f7a164b31fdd117bc7101a) Merge pull request  [#43](https://github.com/containerd/ttrpc/pull/43) from crosbymichael/metadata
    * [`694de9d`](https://github.com/containerd/ttrpc/commit/694de9d9557f6c1251d484bf0d2fdf378342fff1) metadata as KeyValue type
    * [`3afb82b`](https://github.com/containerd/ttrpc/commit/3afb82bd2726e56810fb416d4869420ad6d0b2b1) Fix error handling with server shutdown
    * [`f3eb35b`](https://github.com/containerd/ttrpc/commit/f3eb35b158fd4000538703db623e3da7baf69d4e) Refactor close handling for ttrpc clients
    * [`d134fe7`](https://github.com/containerd/ttrpc/commit/d134fe75a41a1da0056294d0426a4aec044bd49d) Merge pull request  [#41](https://github.com/containerd/ttrpc/pull/41) from crosbymichael/interceptors
    * [`de8faac`](https://github.com/containerd/ttrpc/commit/de8faac08ba83f355db2c8972c444ecd151d5e1a) Add godocs for interceptors
    * [`e409d7d`](https://github.com/containerd/ttrpc/commit/e409d7d775bf8a9b74268b4f59c317f494ba85d5) Add example binary for testing the example service
    * [`819653f`](https://github.com/containerd/ttrpc/commit/819653f40c3ed5441c8f73050509d9ff6784d325) Add client and server unary interceptors
    * [`a5bd8ce`](https://github.com/containerd/ttrpc/commit/a5bd8ce9e40bc7c065a11c6936f4d032ce6bfa2b) Merge pull request  [#40](https://github.com/containerd/ttrpc/pull/40) from mxpv/headers
    * [`04523b9`](https://github.com/containerd/ttrpc/commit/04523b9d2c466b8b716f4177ed81b5f2ac81048a) Rename headers to metadata
    * [`5926a92`](https://github.com/containerd/ttrpc/commit/5926a92b70e623c78a690e6bfe4848e6deb2270c) Support headers
    * [`f821483`](https://github.com/containerd/ttrpc/commit/f82148331ad2181edea8f3f649a1f7add6c3f9c2) Merge pull request  [#38](https://github.com/containerd/ttrpc/pull/38) from masters-of-cats/pr-client-eof-improvement
    * [`911c9cd`](https://github.com/containerd/ttrpc/commit/911c9cda77ee36640c4c13350cdad7ec592b0a72) Improve connection error handling
    * [`69eadd1`](https://github.com/containerd/ttrpc/commit/69eadd1c7f53d23d70163055e5c878075dde31fb) Merge pull request  [#37](https://github.com/containerd/ttrpc/pull/37) from masters-of-cats/pr-handle-client-eof
    * [`96dcf73`](https://github.com/containerd/ttrpc/commit/96dcf73d208d67a3f88a173be3a23731cb62c2be) Handle EOF to prevent file descriptor leak
    * [`699c4e4`](https://github.com/containerd/ttrpc/commit/699c4e40d1e7416e08bf7019c7ce2e9beced4636) Merge pull request  [#35](https://github.com/containerd/ttrpc/pull/35) from Random-Liu/make-on-close-an-options
    * [`ba15956`](https://github.com/containerd/ttrpc/commit/ba15956d22fc5bfe9dd6caaefcc013cd29da38b7) Make onclose an option.
    * [`6914432`](https://github.com/containerd/ttrpc/commit/69144327078caa5a2f1d5eda8bea6110bf16eeb3) Merge pull request  [#33](https://github.com/containerd/ttrpc/pull/33) from JoeWrightss/patch-1
    * [`ce5c1c4`](https://github.com/containerd/ttrpc/commit/ce5c1c4546907f3b1146f3bb28c1fea8f0094528) Fix returns error message
    * [`f02858b`](https://github.com/containerd/ttrpc/commit/f02858b1457c5ca3aaec3a0803eb0d59f96e41d6) Merge pull request  [#31](https://github.com/containerd/ttrpc/pull/31) from cpuguy83/support_context_deadlines
    * [`a364f44`](https://github.com/containerd/ttrpc/commit/a364f44e55b1de969afc68a603408dde233a23d1) Add support for request timeout propgation.
    * [`f51df44`](https://github.com/containerd/ttrpc/commit/f51df4475b76e0ab0315ee0684bef0703a070e6b) Merge pull request  [#30](https://github.com/containerd/ttrpc/pull/30) from estesp/add-common-project-content
    * [`6c96b39`](https://github.com/containerd/ttrpc/commit/6c96b39a2870610e453c280ea2bc6140df5a3a11) Add common check scripts and project references
    
    ### Changes from containerd/zfs
    
    * [`2ceb2db`](https://github.com/containerd/zfs/commit/2ceb2dbb8154202ed1b8fd32e4ea25b491d7b251) Merge pull request  [#24](https://github.com/containerd/zfs/pull/24) from AkihiroSuda/fix-remove-committed
    * [`5b87656`](https://github.com/containerd/zfs/commit/5b87656ef290ca02328db8c2048b68f67d7656b5) Merge pull request  [#23](https://github.com/containerd/zfs/pull/23) from AkihiroSuda/update-travis
    * [`1b4b223`](https://github.com/containerd/zfs/commit/1b4b223f74e81da3bff8d1b072c76a3acda7f8ad) update .travis.yml
    * [`6fde16e`](https://github.com/containerd/zfs/commit/6fde16e2c480f7dc6f61a905744dbd3980bfc340) fix removing Committed
    * [`31af176`](https://github.com/containerd/zfs/commit/31af176f2ae84fe142ef2655bf7bb2aa618b3b1f) Merge pull request  [#21](https://github.com/containerd/zfs/pull/21) from estesp/add-project-repo-checks
    * [`2f23511`](https://github.com/containerd/zfs/commit/2f235119dd7a37da77f3727d64100c68088ad1c6) Add common project content/checks to zfs
    * [`c6182c4`](https://github.com/containerd/zfs/commit/c6182c4d3d01575a4c87b66c9b3ef81dc55ded31) Add license headers to files
    * [`9f6ef3b`](https://github.com/containerd/zfs/commit/9f6ef3b1fe5144bd91fe5855b4eba81bc0d17d03) Merge pull request  [#20](https://github.com/containerd/zfs/pull/20) from containerd/skip
    * [`d78b0d0`](https://github.com/containerd/zfs/commit/d78b0d0a3209bb5e541e25a49144e5fe92fe2377) Return skip error on unsupported fs
    * [`39692b4`](https://github.com/containerd/zfs/commit/39692b47b0de2609e33dc36f4536e55f75b97adf) Merge pull request  [#19](https://github.com/containerd/zfs/pull/19) from AkihiroSuda/update-containerd
    * [`154f951`](https://github.com/containerd/zfs/commit/154f95142514539415fe90a461100d70cc67988c) update containerd
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.0](https://github.com/containerd/containerd/releases/tag/v1.2.0)
    
    * **github.com/BurntSushi/toml**                          a368813c5e648fee92e5f6c30e3944ff9d5e8895 -> v0.3.1
    * **github.com/Microsoft/go-winio**                       v0.4.11 -> v0.4.14
    * **github.com/Microsoft/hcsshim**                        v0.7.12 -> 9e921883ac929bbe515b39793ece99ce3a9d7706
    * **github.com/containerd/aufs**                          ffa39970e26ad01d81f540b21e65f9c1841a5f92 -> f894a800659b6e11c1a13084abd1712f346e349c
    * **github.com/containerd/btrfs**                         2e1aa0ddf94f91fa282b6ed87c23bf0d64911244 -> af5082808c833de0e79c1e72eea9fea239364877
    * **github.com/containerd/cgroups**                       5e610833b72089b37d0e615de9a92dfc043757c2 -> c4b9ac5c7601384c965b9646fc515884e091ebb9
    * **github.com/containerd/console**                       c12b1e7919c14469339a5d38f2f8ed9b64a9de23 -> 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
    * **github.com/containerd/continuity**                    bd77b46c8352f74eb12c85bdc01f4b90f69d66b4 -> f2a389ac0a02ce21c09edd7344677a601970f41c
    * **github.com/containerd/cri**                           f913714917d2456d7e65a0be84962b1ce8acb487 -> 5d49e7e51b43e36a6b9c4386257c7d08c602237f
    * **github.com/containerd/fifo**                          3d5202aec260678c48179c56f40e6f38a095738c -> bda0ff6ed73c67bfb5e62bc9c697f146b7fd7f13
    * **github.com/containerd/go-cni**                        40bcf8ec8acd7372be1d77031d585d5d8e561c90 -> 49fbd9b210f3c8ee3b7fd3cd797aabaf364627c1
    * **github.com/containerd/go-runc**                       5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 -> e029b79d8cda8374981c64eba71f28ec38e5526f
    * **github.com/containerd/ttrpc**                         2a805f71863501300ae1976d29f0454ae003e85a -> 92c8520ef9f86600c650dd540266a007bf03670f
    * **github.com/containerd/zfs**                           9a0b8b8b5982014b729cd34eb7cd7a11062aa6ec -> 2ceb2dbb8154202ed1b8fd32e4ea25b491d7b251
    * **github.com/containernetworking/cni**                  v0.6.0 -> v0.7.1
    * **github.com/containernetworking/plugins**              v0.7.0 -> v0.7.6
    * **github.com/cpuguy83/go-md2man**                       v1.0.10 **_new_**
    * **github.com/davecgh/go-spew**                          v1.1.0 -> v1.1.1
    * **github.com/docker/distribution**                      b38e5838b7b2f2ad48e06ec4b500011976080621 -> 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    * **github.com/docker/go-units**                          v0.3.1 -> v0.4.0
    * **github.com/emicklei/go-restful**                      v2.2.1 -> v2.9.5
    * **github.com/gogo/googleapis**                          08a7655d27152912db7aaf4f983275eaf8d128ef -> v1.2.0
    * **github.com/gogo/protobuf**                            v1.0.0 -> v1.2.1
    * **github.com/golang/protobuf**                          v1.1.0 -> v1.2.0
    * **github.com/google/go-cmp**                            v0.1.0 -> v0.2.0
    * **github.com/google/gofuzz**                            44d81051d367757e1c7c6a5a86423ece9afcf63c -> v1.0.0
    * **github.com/google/uuid**                              v1.1.1 **_new_**
    * **github.com/hashicorp/errwrap**                        7554cd9344cec97297fa6649b055a8c98c2a1e55 -> v1.0.0
    * **github.com/hashicorp/go-multierror**                  ed905158d87462226a13fe39ddf685ea65f1c11f -> v1.0.0
    * **github.com/hashicorp/golang-lru**                     v0.5.3 **_new_**
    * **github.com/imdario/mergo**                            v0.3.7 **_new_**
    * **github.com/json-iterator/go**                         1.1.5 -> v1.1.7
    * **github.com/konsorten/go-windows-terminal-sequences**  v1.0.1 **_new_**
    * **github.com/matttproud/golang_protobuf_extensions**    v1.0.0 -> v1.0.1
    * **github.com/mistifyio/go-zfs**                         166add352731e515512690329794ee593f1aaff2 -> f784269be439d704d3dfa1906f45dd848fed2beb
    * **github.com/opencontainers/runc**                      58592df56734acf62e574865fe40b9e53e967910 -> 3e425f80a8c931f88e6d94a8c831b9d5aa481657
    * **github.com/opencontainers/runtime-spec**              eba862dc2470385a233c7507392675cbeadf7353 -> 29686dbc5559d93fb1ef402eeda3e35c38d75af4
    * **github.com/opencontainers/selinux**                   b6fa367ed7f534f9ba25391cc2d467085dbb445a -> v1.2.2
    * **github.com/pkg/errors**                               v0.8.0 -> v0.8.1
    * **github.com/russross/blackfriday**                     v1.5.2 **_new_**
    * **github.com/seccomp/libseccomp-golang**                32f571b70023028bd57d9288c20efbcb237f3ce0 -> v0.9.1
    * **github.com/sirupsen/logrus**                          v1.0.0 -> v1.4.1
    * **github.com/syndtr/gocapability**                      db04d3cc01c8b54962a58ec7e491717d06cfcc16 -> d98352740cb2c55f81556b63d4a1ec64c5a319c2
    * **github.com/urfave/cli**                               7bc6a0acffa589f415f88aca16cc1de5ffd66f9c -> v1.22.0
    * **go.etcd.io/bbolt**                                    v1.3.1-etcd.8 -> v1.3.3
    * **go.opencensus.io**                                    v0.22.0 **_new_**
    * **golang.org/x/crypto**                                 49796115aa4b964c318aad4f3084fdb41e9aa067 -> 5c40567a22f818bd14a1ea7245dad9f8ef0691aa
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/oauth2**                                 a6bd8cefa1811bd24b86f8902872e4e8225f74c4 -> 0f29369cfe4552d0e4bcddc57cc75f4d7e672a33
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 9eafafc0a87e0fd0aeeba439a4573537970c44c7
    * **golang.org/x/time**                                   f51c12702a4d776e4c1fa9b0fabab841babae631 -> 85acf8d2951cb2a3bde7632f9ff273ef0379bcbd
    * **google.golang.org/grpc**                              v1.12.0 -> 6eaf6f47437a6b4e2153a190160ef39a92c7eceb
    * **gopkg.in/inf.v0**                                     3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4 -> v0.9.0
    * **gopkg.in/yaml.v2**                                    v2.2.1 -> v2.2.2
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.16.0-rc.2
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.16.0-rc.2
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.16.0-rc.2
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.16.0-rc.2
    * **k8s.io/cri-api**                                      kubernetes-1.16.0-rc.2 **_new_**
    * **k8s.io/klog**                                         v0.4.0 **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.16.0-rc.2
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**