Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.1.8
    containerd 1.1.8
    
    Welcome to the v1.1.8 release of containerd!
    
    This is the eighth patch release for the `containerd` 1.1 release. This is the
    first 1.1 release during the extended security release period. Included is
    a runc fix for [CVE-2019-16884](https://nvd.nist.gov/vuln/detail/CVE-2019-16884)
    as well as fixes to close inherited sockets and cleanup on context cancellation
    in CRI.
    
    Go version has also been updated to 1.12 in this release.
    
    Please see the changelog for full details.
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Derek McGowan
    * Sebastiaan van Stijn
    * Michael Crosby
    * Mike Brown
    * Phil Estes
    * Shukui Yang
    * Wei Fu
    
    ### Changes
    
    * [`2a82a9d2f4`](https://github.com/containerd/containerd/commit/2a82a9d2f4853df7a4820781a639cc81110a50e6) Merge pull request  [#3699](https://github.com/containerd/containerd/pull/3699) from dmcgowan/fix-release-notes-1.1.8
    * [`c828c5d082`](https://github.com/containerd/containerd/commit/c828c5d082810c2b4769c9d693232eac1c879ec9) Fix typo in release notes
    * [`28ec992407`](https://github.com/containerd/containerd/commit/28ec992407aa8ff997f0655bb5b013e186bae704) Merge pull request  [#3698](https://github.com/containerd/containerd/pull/3698) from dmcgowan/release-1.1.8
    * [`07741b3e41`](https://github.com/containerd/containerd/commit/07741b3e41099fb07e52ed12d6bf1198243aade0) Add 1.1.8 release notes
    * [`b852a4d01e`](https://github.com/containerd/containerd/commit/b852a4d01eb239f8093fbea3e6b24c0e77cba4cb) Update go to 1.12 in Travis
    * [`05a30d22dd`](https://github.com/containerd/containerd/commit/05a30d22dd791189c5e15286ee25605d32bb8a39) Merge pull request  [#3693](https://github.com/containerd/containerd/pull/3693) from Random-Liu/update-cri-release-1.1
    * [`36ebf628f3`](https://github.com/containerd/containerd/commit/36ebf628f3818a89718bb49cfdba30242164d87f) Update cri to 6cdb2faa1f30b5203c015dfc7abad44515dd8ccd.
    * [`5b7f3ab2f4`](https://github.com/containerd/containerd/commit/5b7f3ab2f46240fc2505c7e5c35bdc5396d4d67d) Merge pull request  [#3691](https://github.com/containerd/containerd/pull/3691) from crosbymichael/waitgroup
    * [`d74e8a9081`](https://github.com/containerd/containerd/commit/d74e8a9081a06f36e74c9b3115a8c80388f9bfb1) Add timeout for I/O waitgroups
    * [`ed1b4ef982`](https://github.com/containerd/containerd/commit/ed1b4ef9828e0431268afb12fc020678d93d13c3) Merge pull request  [#3688](https://github.com/containerd/containerd/pull/3688) from crosbymichael/runc-cve
    * [`735cdbf454`](https://github.com/containerd/containerd/commit/735cdbf45457b08698754c658c3aa3d2d47694b5) Update runc for CVE-2019-16884
    * [`e9e200bf17`](https://github.com/containerd/containerd/commit/e9e200bf17e312c8aa452744296ee5bad0eccfec) Merge pull request  [#3539](https://github.com/containerd/containerd/pull/3539) from thaJeztah/1.1_revert_bump_libseccomp
    * [`a17c0d2b6a`](https://github.com/containerd/containerd/commit/a17c0d2b6a2a4a9d54278543090c584e4d6e9ad0) Revert "bump libseccomp-golang v0.9.1"
    * [`43278be18c`](https://github.com/containerd/containerd/commit/43278be18c37eabd94416b587bcc45562fb649a7) Merge pull request  [#3375](https://github.com/containerd/containerd/pull/3375) from thaJeztah/1.1_backport_bump_libseccomp
    * [`f2d1981758`](https://github.com/containerd/containerd/commit/f2d1981758b0b3a8e39da9c367c3c733d97d6999) bump libseccomp-golang v0.9.1
    * [`8c64d394b0`](https://github.com/containerd/containerd/commit/8c64d394b071f6b1ff4ee6378a1c71d65f1dc213) Merge pull request  [#3363](https://github.com/containerd/containerd/pull/3363) from keloyang/close-socket-fd-1.1
    * [`37828134dd`](https://github.com/containerd/containerd/commit/37828134dd0edca5cae33781ba4bd99da9f1c41f) Close the inherited socket fd
    * [`dde4c10719`](https://github.com/containerd/containerd/commit/dde4c10719d9ac448e1cdaf439e29419ccbf2946) Merge pull request  [#3265](https://github.com/containerd/containerd/pull/3265) from Random-Liu/cherry-pick-#3244-#3263-release-1.1
    * [`74176450ef`](https://github.com/containerd/containerd/commit/74176450ef323b1b24af1f45096e42d6f4c60e00) Return NotFound error for kill and delete in deleted state.
    * [`b72eee4904`](https://github.com/containerd/containerd/commit/b72eee4904477f5ddd20ba88b7ac390a4f38f3b8) Merge pull request  [#3248](https://github.com/containerd/containerd/pull/3248) from thaJeztah/1.1_backport_bump_runc_1.0.0rc8
    * [`5994218757`](https://github.com/containerd/containerd/commit/59942187573e893647230bced0e568b997b38dfc) bump opencontainers/selinux v1.2.2
    * [`61a64309c3`](https://github.com/containerd/containerd/commit/61a64309c330c6f9e6bbf59fd523d7a489be5087) bump runc v1.0.0-rc8
    
    ### Changes from containerd/cri
    
    * [`f213a05f`](https://github.com/containerd/cri/commit/f213a05fa6700e49f77468fcfd5af10788565eee) Merge pull request  [#1303](https://github.com/containerd/cri/pull/1303) from Random-Liu/sync-vendor-release-1.0
    * [`2162941f`](https://github.com/containerd/cri/commit/2162941fe9744c7ef4f21a54e867b885b20b3660) Sync vendors with containerd before release.
    * [`6cdb2faa`](https://github.com/containerd/cri/commit/6cdb2faa1f30b5203c015dfc7abad44515dd8ccd) Merge pull request  [#1301](https://github.com/containerd/cri/pull/1301) from Random-Liu/cherrypick-#1156-release-1.1
    * [`d76dcfd3`](https://github.com/containerd/cri/commit/d76dcfd3fad338e2ad483dc53b57471cfafa2411) Make sure exec process is killed when context is canceled.
    * [`87beada3`](https://github.com/containerd/cri/commit/87beada3b71fdccb65e1cd3bd47b656c39461e47) Merge pull request  [#1192](https://github.com/containerd/cri/pull/1192) from thaJeztah/1.0_backport_bump_libseccomp
    * [`736fed18`](https://github.com/containerd/cri/commit/736fed183f6999d3a9866f1eab67e75b783eb9b2) bump libseccomp-golang v0.9.1
    * [`3ef3d896`](https://github.com/containerd/cri/commit/3ef3d8969c0a406d5e732f2b6a826c02f895fc8c) Merge pull request  [#1122](https://github.com/containerd/cri/pull/1122) from Random-Liu/update-containerd-release-1.0
    * [`b09cad68`](https://github.com/containerd/cri/commit/b09cad681d5bf1377e487991b9ffcc4071b3f7d4) Update containerd to v1.1.7.
    * [`5b93010f`](https://github.com/containerd/cri/commit/5b93010fdbce345c9aabf97cc6c8647def459a30) Merge pull request  [#1119](https://github.com/containerd/cri/pull/1119) from Random-Liu/cherrypick-#1118-release-1.0
    * [`92c1be72`](https://github.com/containerd/cri/commit/92c1be7258862e1712c8692204c91731023bcba4) Cherrypick #1118 to release/1.0
    
    ### Dependency Changes
    
    Previous release can be found at [v1.1.7](https://github.com/containerd/containerd/releases/tag/v1.1.7)
    
    * **github.com/containerd/cri**          f8171b4530bed8992973cc4a2f24efe53b821d53 -> f213a05fa6700e49f77468fcfd5af10788565eee
    * **github.com/opencontainers/runc**     029124da7af7360afa781a0234d1b083550f797c -> 3e425f80a8c931f88e6d94a8c831b9d5aa481657
    * **github.com/opencontainers/selinux**  v1.2.1 -> v1.2.2
    
  • v1.2.10
    containerd 1.2.10
    
    Welcome to the v1.2.10 release of containerd!
    
    The tenth patch release for `containerd` 1.2 includes only one main bug fix in the
    CRI plugin, but includes updated vendors/build runtimes that fix 2 reported CVEs in
    runc and the Golang 1.12 runtime respectively.
    
    ### Notable Updates
    * Update the runc vendor to capture the fix for [CVE-2019-16884](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16884). Fixed by [PR #3685](https://github.com/containerd/containerd/pull/3685)
      - More details on the runc CVE in [opencontainers/runc#2128](https://github.com/opencontainers/runc/issues/2128), fixed by [opencontainers/runc#2129](https://github.com/opencontainers/runc/pull/2129)
    * Update Golang runtime to 1.12.10 to handle CVE-2019-16276. More detail on the Golang CVE available in [golang/go#34540](https://github.com/golang/go/issues/34540)
    
    * CRI fixes:
      - Fix a bug that the default UNIX path is not in the default OCI config via the CRI plugin. Reported in [containerd/cri#1279](https://github.com/containerd/cri/issues/1279) and fixed by [containerd/cri#1283](https://github.com/containerd/cri/pull/1283)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Michael Crosby
    * Phil Estes
    * Derek McGowan
    * Lantao Liu
    * Ace-Tang
    * Akihiro Suda
    * Sebastiaan van Stijn
    * Tõnis Tiigi
    * Wei Fu
    
    ### Changes
    
    * [`b34a5c8af5`](https://github.com/containerd/containerd/commit/b34a5c8af56e510852c35414db4c1f4fa6172339) Merge pull request  [#3690](https://github.com/containerd/containerd/pull/3690) from estesp/prep-v1.2.10
    * [`9e6b7bb9f5`](https://github.com/containerd/containerd/commit/9e6b7bb9f57afa15acdccff64c504c009a78e85b) Prepare v1.2.10 release
    * [`61f763ffef`](https://github.com/containerd/containerd/commit/61f763ffef3ca621c5b2a130b8c0b225cfec136f) Merge pull request  [#3687](https://github.com/containerd/containerd/pull/3687) from thaJeztah/1.2_backport_bump_golang_1.12.10
    * [`8d33d03519`](https://github.com/containerd/containerd/commit/8d33d03519a7b87b5ef8a5d973228826cde7d759) AppVeyor: bump golang 1.12.10 (CVE-2019-16276)
    * [`00427181b5`](https://github.com/containerd/containerd/commit/00427181b576db3b572f81cb9b70182363a2b339) Merge pull request  [#3685](https://github.com/containerd/containerd/pull/3685) from crosbymichael/runc-release1.2
    * [`0c961b1867`](https://github.com/containerd/containerd/commit/0c961b1867e851cd14ac8d63dd9a4a8ee5708b04) Bump runc for CVE-2019-16884
    * [`8628ebfbaa`](https://github.com/containerd/containerd/commit/8628ebfbaa416449a6d888b5cfc6763f8ee67ea3) Merge pull request  [#3674](https://github.com/containerd/containerd/pull/3674) from Random-Liu/update-cri-release-1.2
    * [`4be2ad78fd`](https://github.com/containerd/containerd/commit/4be2ad78fdcec87b6c169d0971b440fe0ba20ef4) Update cri to 40affe7c7402d41618b9791a8cf105ac74ce56d0.
    * [`710fca10d9`](https://github.com/containerd/containerd/commit/710fca10d943112afab28e6f2931bd2f9947965b) Merge pull request  [#3640](https://github.com/containerd/containerd/pull/3640) from crosbymichael/1.2-go-runc
    * [`5d464752c3`](https://github.com/containerd/containerd/commit/5d464752c335bb1519087b902503956786a23859) Update go-runc to e029b79d8cda8374981c64eba71f28e
    
    ### Changes from containerd/cri
    
    * [`40affe7c`](https://github.com/containerd/cri/commit/40affe7c7402d41618b9791a8cf105ac74ce56d0) Merge pull request  [#1283](https://github.com/containerd/cri/pull/1283) from estesp/bp-1280
    * [`6d433c50`](https://github.com/containerd/cri/commit/6d433c506a3808fbd0a37079924b62b2cd256fa5) Backport fix for default UNIX environment in OCI container config
    
    ### 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
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.9](https://github.com/containerd/containerd/releases/tag/v1.2.9)
    
    * **github.com/containerd/cri**       ad5dcc6cba067488d017540d06ebc08b21bb82bc -> 40affe7c7402d41618b9791a8cf105ac74ce56d0
    * **github.com/containerd/go-runc**   5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 -> e029b79d8cda8374981c64eba71f28ec38e5526f
    * **github.com/opencontainers/runc**  v1.0.0-rc8 -> 3e425f80a8c931f88e6d94a8c831b9d5aa481657
    
  • v1.3.0-rc.3
    containerd 1.3.0-rc.3
    
    Welcome to the v1.3.0-rc.3 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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**
    
    ### 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.15, 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
    * 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
    * yuxiaobo
    * 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
    
    * [`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
    
    * [`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 -> 4ea022f82a55c449bf15bfc62ac8b0de968d81be
    * **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 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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_**
    
    
  • v1.3.0-rc.2
    containerd 1.3.0-rc.2
    
    Welcome to the v1.3.0-rc.2 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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**
    
    ### 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.15, 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)
    
    #### 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
    
    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
    * Maksym Pavlenko
    * Wei Fu
    * 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
    * Benjamin Elder
    * Carlos Eduardo
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * 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
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Chris Mark
    * Cong Liu
    * Danni Xia
    * Darren Shepherd
    * Eli Uriegas
    * 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
    
    * [`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
    * [`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
    
    * [`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 -> f4d75d321c89b8d89bae570a7d2da1b3846c096f
    * **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/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 -> 24818f796faf91cd76ec7bddd72458fbced7a6c1
    * **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/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 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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 -> 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/oauth2**                                 a6bd8cefa1811bd24b86f8902872e4e8225f74c4 -> 9f3314589c9a9136388751d9adae6b0ed400978a
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 9eafafc0a87e0fd0aeeba439a4573537970c44c7
    * **google.golang.org/grpc**                              v1.12.0 -> 6eaf6f47437a6b4e2153a190160ef39a92c7eceb
    * **gopkg.in/inf.v0**                                     3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4 -> v0.9.0
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/cri-api**                                      kubernetes-1.15.0 **_new_**
    * **k8s.io/klog**                                         v0.3.1 **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.15.0
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**
    
    
  • v1.3.0-rc.1
    containerd 1.3.0-rc.1
    
    Welcome to the v1.3.0-rc.1 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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**
    
    ### 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.15, 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)
    
    #### 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
    
    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
    * Maksym Pavlenko
    * Wei Fu
    * 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
    * Georgi Sabev
    * Eric Hotinger
    * Johannes M. Scheuermann
    * Tõnis Tiigi
    * zhangyue
    * Brian Goff
    * 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
    * Benjamin Elder
    * Carlos Eduardo
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * Jack Baines
    * Jared Cordasco
    * Jintao Zhang
    * Justin Cormack
    * Mark Gordon
    * Nishchay Kumar
    * Peter Wagner
    * Stephen J Day
    * Tibor Vass
    * Yu Yi
    * kuramal
    * lifupan
    * zhenguang zhu
    * Aleksa Sarai
    * Alex Price
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Chris Mark
    * Cong Liu
    * Danni Xia
    * Darren Shepherd
    * Eli Uriegas
    * 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
    * Kathryn Baldauf
    * Kenta Tada
    * Konstantin Maksimov
    * 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
    
    * [`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
    * [`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
    
    * [`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 -> f4d75d321c89b8d89bae570a7d2da1b3846c096f
    * **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/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/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 -> 24818f796faf91cd76ec7bddd72458fbced7a6c1
    * **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/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 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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/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 -> 388c2dd0f4ffaa8541e371d49c8413870a04d9fe
    * **go.etcd.io/bbolt**                                    v1.3.1-etcd.8 -> v1.3.3
    * **go.opencensus.io**                                    v0.22.0 **_new_**
    * **golang.org/x/crypto**                                 49796115aa4b964c318aad4f3084fdb41e9aa067 -> 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/oauth2**                                 a6bd8cefa1811bd24b86f8902872e4e8225f74c4 -> 9f3314589c9a9136388751d9adae6b0ed400978a
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 9eafafc0a87e0fd0aeeba439a4573537970c44c7
    * **google.golang.org/grpc**                              v1.12.0 -> 6eaf6f47437a6b4e2153a190160ef39a92c7eceb
    * **gopkg.in/inf.v0**                                     3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4 -> v0.9.0
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/cri-api**                                      kubernetes-1.15.0 **_new_**
    * **k8s.io/klog**                                         v0.3.1 **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.15.0
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**
    
    
  • v1.2.9
    containerd 1.2.9
    
    Welcome to the v1.2.9 release of containerd!
    
    The ninth patch release for `containerd` 1.2 provides a handful of bug fixes and an
    update to the gRPC vendored codebase to include 3 CVE fixes provided in the upstream
    v1.23.0 release of gRPC. Note that updating gRPC to the current release required small
    changes to our core containerd codebase to match the upstream changes since gRPC v1.12.0.
    These changes have been backported from containerd's master branch, as well as a
    similar small change in ttrpc, requiring that package's vendoring to be updated.
    
    In addition to the gRPC update to include CVE fixes, fixes were made to correct a
    container's default Unix environment (introduced in 1.2.8), a small list of CRI plugin
    fixes, as well as fixes for registry interactions where `Docker-Content-Digest` is not
    returned (e.g. GitHub Package Registry), and a tar archive modification time bug found
    by the buildkit maintainers. A fix to the zfs snapshotter was also included via a
    re-vendoring of containerd's zfs import. More notes on these fixes are found below.
    
    ### Notable Updates
    * Cherry-pick update to gRPC 1.23.0. [PR #3586](https://github.com/containerd/containerd/pull/3586) {cherry-picked from changes in master PRs [#3192](https://github.com/containerd/containerd/pull/3192) and [#3581](https://github.com/containerd/containerd/pull/3581)}.
      - Fixes [grpc/grpc-go#2970](https://github.com/grpc/grpc-go/pull/2970) transport: block reading frames when too many transport control frames are queued.
      - Addresses CVE-2019-9512 (Ping Flood), CVE-2019-9514 (Reset Flood), and CVE-2019-9515 (Settings Flood).
      - Other changes can be found in the [gRPC release notes](https://github.com/grpc/grpc-go/releases/tag/v1.23.0).
    
    * CRI fixes:
      - Fix a bug that the default apparmor profile is mistakenly applied to privileged containers with runtime/default specified. [containerd/cri#1239](https://github.com/containerd/cri/issues/1239)
      - Fix a bug that image can't be pulled if an empty AuthConfig is specified. [containerd/cri#1249](https://github.com/containerd/cri/issues/1249)
    
    * Bug fix: Compute manifest data when not provided (Docker-Content-Digest header missing). [PR #3591](https://github.com/containerd/containerd/pull/3591) {cherry-picked from master [PR #3245](https://github.com/containerd/containerd/pull/3245) with backports of [#2871](https://github.com/containerd/containerd/pull/2871) and [#3335](https://github.com/containerd/containerd/pull/3335) required}.
    * Bug fix: Use default UNIX env when image has no environment. [PR #3601](https://github.com/containerd/containerd/pull/3601) {cherry-picked from master branch [PR #3599](https://github.com/containerd/containerd/pull/3599)}.
    * Bug fix: archive: truncate modification time. [PR #3602](https://github.com/containerd/containerd/pull/3602) {cherry-picked from master branch [PR #3589](https://github.com/containerd/containerd/pull/3589)}.
    * Bug fix: zfs: Datasets don't seem to be cleaned up properly on image removal. Reported in [containerd/zfs#22](https://github.com/containerd/zfs/issues/22) and fixed by [PR containerd/zfs#24](https://github.com/containerd/zfs/pull/24) and re-vendored into containerd `release/1.2` via [PR #3596](https://github.com/containerd/containerd/pull/3596).
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Michael Crosby
    * Phil Estes
    * Derek McGowan
    * Wei Fu
    * Akihiro Suda
    * Lantao Liu
    * Sebastiaan van Stijn
    * Maksym Pavlenko
    * Akihiro Suda
    * Charles Kenney
    * Eric Lin
    * Kevin Parsons
    * Mark Gordon
    * Nishchay
    * Nishchay Kumar
    * Tõnis Tiigi
    
    ### Changes
    
    * [`d50db0a420`](https://github.com/containerd/containerd/commit/d50db0a42053864a270f648048f9a8b4f24eced3) Merge pull request  [#3587](https://github.com/containerd/containerd/pull/3587) from estesp/prep-v1.2.9
    * [`b3a8460684`](https://github.com/containerd/containerd/commit/b3a846068428bed48d9c32b16843ca15bbffcbcb) Update mailmap
    * [`1530fcac13`](https://github.com/containerd/containerd/commit/1530fcac13564804a9a56f1dc9d6d1f816f8dc0f) Merge pull request  [#3608](https://github.com/containerd/containerd/pull/3608) from awesomenix/release/1.2
    * [`413609294d`](https://github.com/containerd/containerd/commit/413609294dd7421424b06744151b109718c64df5) Prepare v1.2.9 release
    * [`6ef0529f1f`](https://github.com/containerd/containerd/commit/6ef0529f1f0f6d870771b9e772f07cd314ed9f72) Merge pull request  [#3591](https://github.com/containerd/containerd/pull/3591) from thaJeztah/1.2_backport_compute_manifest_metadata
    * [`ad5af8a4e3`](https://github.com/containerd/containerd/commit/ad5af8a4e381ec204802e469f13e76077132de2a) Merge pull request  [#3586](https://github.com/containerd/containerd/pull/3586) from estesp/cp-3581
    * [`322c57a10f`](https://github.com/containerd/containerd/commit/322c57a10f7bf96d8fa99df5837c4faca766fcea) Merge pull request  [#3602](https://github.com/containerd/containerd/pull/3602) from estesp/cp-3589
    * [`b1e40b64f8`](https://github.com/containerd/containerd/commit/b1e40b64f87bdc980f1c276a7522b4756be314f5) [release/1.2] Update cri to ad5dcc6cba067488d017540d06ebc08b21bb82bc
    * [`ef264a7411`](https://github.com/containerd/containerd/commit/ef264a7411f14099af2f8b64879c82605476fc6e) Merge pull request  [#3601](https://github.com/containerd/containerd/pull/3601) from estesp/cp-3599
    * [`14ff021bd6`](https://github.com/containerd/containerd/commit/14ff021bd60ba6079a2ab0147e26488c42d9ff70) archive: truncate modification time
    * [`86ea2b7266`](https://github.com/containerd/containerd/commit/86ea2b726615e035ab10309abf7e18a64ee7406d) Use default UNIX env when image has no environment
    * [`783f67d5ac`](https://github.com/containerd/containerd/commit/783f67d5acd99a9340a044574adb68343e2a017c) Merge pull request  [#3596](https://github.com/containerd/containerd/pull/3596) from AkihiroSuda/zfs-20190829-12
    * [`99c2e56e30`](https://github.com/containerd/containerd/commit/99c2e56e3000d851ab97f6d1c81857efcc699377) bump containerd/zfs 2ceb2dbb8154202ed1b8fd32e4ea25b491d7b251
    * [`0d6d883a6d`](https://github.com/containerd/containerd/commit/0d6d883a6d315878f57cc88f14b9e426be637608) Compute manifest metadata when not provided.
    * [`e6275a02bf`](https://github.com/containerd/containerd/commit/e6275a02bf8d8192ed148c2d57e2e078ec46f8c6) Add user agent header to all requests
    * [`4bffd8855e`](https://github.com/containerd/containerd/commit/4bffd8855ee4e7e2d7c921186dd2168dee933958) Explicitly stating utf-8 when fetching oauth token
    * [`09c68d083f`](https://github.com/containerd/containerd/commit/09c68d083fa9d71ad2aefc83974811198f07637d) Add custom headers option to dockerResolver
    * [`5c284a771b`](https://github.com/containerd/containerd/commit/5c284a771b8481d581f76de8c2076606dcc685a2) Revert "Add user agent header to all requests"
    * [`08325686b9`](https://github.com/containerd/containerd/commit/08325686b903d38e5c72a95f31c19082c9a5c557) Update gRPC to v1.23.0
    * [`5fbd02f81b`](https://github.com/containerd/containerd/commit/5fbd02f81b66392946189ae5fb5a8927bfd32b6d) Update ttrpc to 92c8520ef9f86600c650dd540266a00
    
    ### Changes from containerd/cri
    
    * [`ad5dcc6c`](https://github.com/containerd/cri/commit/ad5dcc6cba067488d017540d06ebc08b21bb82bc) Merge pull request  [#1254](https://github.com/containerd/cri/pull/1254) from awesomenix/release/1.2
    * [`ce727bab`](https://github.com/containerd/cri/commit/ce727bab729ad258c4e2b4346e363de20d7196e9) fix: support empty auth config for anonymous registry
    * [`0ee59257`](https://github.com/containerd/cri/commit/0ee59257af5b4de7e41ead2149fe531c5b8e16fe) Merge pull request  [#1241](https://github.com/containerd/cri/pull/1241) from Random-Liu/cherrypick-#1240-release-1.2
    * [`f5a171f4`](https://github.com/containerd/cri/commit/f5a171f400d0e8ece77e1e6972b7aba0f131564f) Fix apparmor for privileged.
    
    ### 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
    
    ### 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.8](https://github.com/containerd/containerd/releases/tag/v1.2.8)
    
    * **github.com/containerd/cri**    d928a4dd337fd2a992dbe72380eff2063c3ec62f -> ad5dcc6cba067488d017540d06ebc08b21bb82bc
    * **github.com/containerd/ttrpc**  f82148331ad2181edea8f3f649a1f7add6c3f9c2 -> 92c8520ef9f86600c650dd540266a007bf03670f
    * **github.com/containerd/zfs**    9a0b8b8b5982014b729cd34eb7cd7a11062aa6ec -> 2ceb2dbb8154202ed1b8fd32e4ea25b491d7b251
    * **github.com/google/uuid**       v1.1.1 **_new_**
    * **github.com/mistifyio/go-zfs**  166add352731e515512690329794ee593f1aaff2 -> f784269be439d704d3dfa1906f45dd848fed2beb
    * **google.golang.org/grpc**       v1.12.0 -> 6eaf6f47437a6b4e2153a190160ef39a92c7eceb
    
    
  • v1.3.0-rc.0
    containerd 1.3.0-rc.0
    
    Welcome to the v1.3.0-rc.0 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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**
    
    ### 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.15, 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)
    
    #### 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
    
    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
    * Maksym Pavlenko
    * Wei Fu
    * 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
    * Georgi Sabev
    * Eric Hotinger
    * Johannes M. Scheuermann
    * zhangyue
    * Brian Goff
    * Tõnis Tiigi
    * 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
    * Benjamin Elder
    * Carlos Eduardo
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * Jack Baines
    * Jared Cordasco
    * Jintao Zhang
    * Justin Cormack
    * Mark Gordon
    * Peter Wagner
    * Stephen J Day
    * Tibor Vass
    * Yu Yi
    * chentanjun
    * kuramal
    * lifupan
    * zhenguang zhu
    * Aleksa Sarai
    * Alex Price
    * AllenZMC
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Chris Mark
    * Cong Liu
    * Danni Xia
    * Darren Shepherd
    * Eli Uriegas
    * 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
    * Kathryn Baldauf
    * Kenta Tada
    * Konstantin Maksimov
    * Madhan Raj Mookkandy
    * Mattias Appelgren
    * Michael Katsoulis
    * Michael Wan
    * Niels de Vos
    * Nishchay
    * Nishchay Kumar
    * Oliver Stenbom
    * Peng Wang
    * Sarang Joshi
    * Shengjing Zhu
    * Tim Allclair
    * Veeraiah Chowdary Nuvvula
    * Vlad Ungureanu
    * Wei Zhang
    * Yangyang
    * Yikun Jiang
    * Yuxing Liu
    * caozhihao
    * jiangpengfei
    * wanghuaiqing
    
    ### Changes
    
    * [`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
    
    * [`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
    
    * [`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 -> 0165d516161e25e52b4ab52a404a00823f8f0ef6
    * **github.com/containerd/fifo**                          3d5202aec260678c48179c56f40e6f38a095738c -> bda0ff6ed73c67bfb5e62bc9c697f146b7fd7f13
    * **github.com/containerd/go-cni**                        40bcf8ec8acd7372be1d77031d585d5d8e561c90 -> 49fbd9b210f3c8ee3b7fd3cd797aabaf364627c1
    * **github.com/containerd/go-runc**                       5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 -> 9007c2405372fe28918845901a3276c0915689a1
    * **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/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/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 -> 24818f796faf91cd76ec7bddd72458fbced7a6c1
    * **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/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 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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/seccomp/libseccomp-golang**                32f571b70023028bd57d9288c20efbcb237f3ce0 -> v0.9.1
    * **github.com/sirupsen/logrus**                          v1.0.0 -> v1.4.1
    * **github.com/syndtr/gocapability**                      db04d3cc01c8b54962a58ec7e491717d06cfcc16 -> d98352740cb2c55f81556b63d4a1ec64c5a319c2
    * **go.etcd.io/bbolt**                                    v1.3.1-etcd.8 -> v1.3.3
    * **go.opencensus.io**                                    v0.22.0 **_new_**
    * **golang.org/x/crypto**                                 49796115aa4b964c318aad4f3084fdb41e9aa067 -> 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/oauth2**                                 a6bd8cefa1811bd24b86f8902872e4e8225f74c4 -> 9f3314589c9a9136388751d9adae6b0ed400978a
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 9eafafc0a87e0fd0aeeba439a4573537970c44c7
    * **google.golang.org/grpc**                              v1.12.0 -> 6eaf6f47437a6b4e2153a190160ef39a92c7eceb
    * **gopkg.in/inf.v0**                                     3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4 -> v0.9.0
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/cri-api**                                      kubernetes-1.15.0 **_new_**
    * **k8s.io/klog**                                         v0.3.1 **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.15.0
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**
    
    
  • v1.2.8
    containerd 1.2.8
    
    Welcome to the v1.2.8 release of containerd!
    
    The eighth patch release for `containerd` 1.2 provides a series of bug fixes, many
    of them backported from the master branch to correct several known issues around
    manifest lists/indexes and pulling multi-arch, CVEs related to Golang/http2,
    fd leakage in the Golang runtime, a shim hang, process and image environment config
    handling, and finally mount cleanup related to Cloud Foundry's use of containerd
    with rootless containers. A set of bug fixes/updates for the CRI plugin are also
    included; details for the CRI issues and fixes are shown below.
    
    ### Notable Updates
    * Skip rootfs unmount when no mounts are provided. Fixed by [PR #3148](https://github.com/containerd/containerd/pull/3148) {cherry-picked as [PR #3402](https://github.com/containerd/containerd/pull/3402)}.
    * Close inherited socket file descriptor. Fixed in [PR #3359](https://github.com/containerd/containerd/pull/3359) {cherry-picked as [PR #3364](https://github.com/containerd/containerd/pull/3364)}.
    * Call CloseIO when stdin closes in ctr. Fixed by [PR #3462](https://github.com/containerd/containerd/pull/3462) {cherry-picked as [PR 3490](https://github.com/containerd/containerd/pull/3490)}.
    * Several multi-arch image fixes, including: ARM platform matching, selecting the proper manifest, and limited to best matched manifest to solve discrepancies with multi-arch image operations. Backported [PR #3270](https://github.com/containerd/containerd/pull/3270) as [PR #3404](https://github.com/containerd/containerd/pull/3404), [PR #3484](https://github.com/containerd/containerd/pull/3484) as [PR #3512](https://github.com/containerd/containerd/pull/3512), and added [PR #3421](https://github.com/containerd/containerd/pull/3421).
    * Override image's environment config with process config; including backport of fixes and tests for merging/replacing env variables; fix in [PR #3542](https://github.com/containerd/containerd/pull/3542), backported via [PR #3546](https://github.com/containerd/containerd/pull/3546) which included a backport of [PR #2887](https://github.com/containerd/containerd/pull/2887). Additional fix to logic for override re: image `$PATH` cherry-picked in [PR #3565](https://github.com/containerd/containerd/pull/3565).
    * Shim hang fix in master via [PR #3540](https://github.com/containerd/containerd/pull/3540) backported to `release/1.2` via [PR #3561](https://github.com/containerd/containerd/pull/3561).
    * Updated Golang version to 1.12.9 patch release:
      * Resolves CVE-2019-9512 and CVE-2019-9514 from the 1.12.8 security release. Originally fixed via [PR #3531](https://github.com/containerd/containerd/pull/3531) which lists the details of the Golang CVEs, backported via [PR #3532](https://github.com/containerd/containerd/pull/3532) to `release/1.2`.
      * Resolves fd leaks reported via [golang/go#33405](https://github.com/golang/go/issues/33405) and resolved in the 1.12.9 patch release, updated via [PR #3544](https://github.com/containerd/containerd/pull/3544). This fd leak bug was initially reported in containerd issue [#3481](https://github.com/containerd/containerd/issues/3481).
    * CRI: Fix a bug that if an image is deleted immediately after being pulled, the image may still exist after the deletion finishes successfully. (https://github.com/containerd/cri/issues/1161)
    * CRI: Fix a bug that `runc` and `crictl` binaries shipped in https://storage.googleapis.com/cri-containerd-release are versioned with the containerd version. (https://github.com/containerd/cri/pull/1193)
    * CRI: Fix a bug that the images become unusable if 2 images have the same image ID and RepoTag, but different RepoDigests. (https://github.com/containerd/containerd/issues/3401)
    * CRI: Fix [ProcMount](https://stupefied-goodall-e282f7.netlify.com/contributors/design-proposals/auth/proc-mount-type/) support (https://github.com/containerd/cri/pull/1216). ***NOTE: To use containerd 1.2.8+ with Kubernetes 1.11 or below, you MUST set `disable_proc_mount=true` in the cri plugin config.*** (https://github.com/containerd/cri/issues/1208)
    * CRI: Fix a bug that containerd tries to connect image registry with `https` even if the `http` endpoint is configured. (https://github.com/containerd/cri/issues/1201)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Michael Crosby
    * Lantao Liu
    * Sebastiaan van Stijn
    * Wei Fu
    * Mike Brown
    * Phil Estes
    * Shukui Yang
    * Derek McGowan
    * Akihiro Suda
    * Andrey Kolomentsev
    * Darren Shepherd
    * Eric Ren
    * Georgi Sabev
    * Jaime Caamaño Ruiz
    * Jintao Zhang
    * Justin Terry
    * Yangyang
    
    ### Changes
    
    * [`a4bc1d432a`](https://github.com/containerd/containerd/commit/a4bc1d432a2c33aa2eed37f338dceabb93641310) Merge pull request  [#3534](https://github.com/containerd/containerd/pull/3534) from estesp/prep-v1.2.8
    * [`5e060c4246`](https://github.com/containerd/containerd/commit/5e060c4246ba45dec63dcb9e502d2611b43c7078) Merge pull request  [#3565](https://github.com/containerd/containerd/pull/3565) from estesp/cp-3551
    * [`a9ba2e681c`](https://github.com/containerd/containerd/commit/a9ba2e681cd8d68f0dc8f411cd4272d2fef3f7ab) Prepare v1.2.8 point release
    * [`1c309d804d`](https://github.com/containerd/containerd/commit/1c309d804d74a773992550e4e22341f833d6c144) Remove the process default ENV
    * [`de8fa9b614`](https://github.com/containerd/containerd/commit/de8fa9b61446adee4a82f088096361715b2a6930) Merge pull request  [#3561](https://github.com/containerd/containerd/pull/3561) from keloyang/shim-hung-1.2
    * [`f1c661f787`](https://github.com/containerd/containerd/commit/f1c661f7872ff96a8f25b4fff878115c0bff7a17) Change bufferSize back to 32
    * [`d161ab6327`](https://github.com/containerd/containerd/commit/d161ab6327a9e5c501d68c8264d3ef10eb7394aa) Try to preserve exit event order
    * [`7e2864b8f0`](https://github.com/containerd/containerd/commit/7e2864b8f096e622c7971a1c5e8c7f2fc337c110) Add retry and non-blocking send for exit events
    * [`dbf9a50175`](https://github.com/containerd/containerd/commit/dbf9a501756967a91e798ace7916d5e7a98e4a8d) Unifi reaper logic into package
    * [`9b5b55b142`](https://github.com/containerd/containerd/commit/9b5b55b142c0412c232fb3819946a8c393ed68a0) Fix shim hung
    * [`b21e4f466e`](https://github.com/containerd/containerd/commit/b21e4f466e7447786fe22a9ad5e3bdc83524c557) Merge pull request  [#3546](https://github.com/containerd/containerd/pull/3546) from estesp/cp-3542
    * [`c8d75ca5ed`](https://github.com/containerd/containerd/commit/c8d75ca5eda838204af7bfad330128d0f7dedb9b) do not mutate defaults in replaceOrAppendEnvValues
    * [`6c6b7e2976`](https://github.com/containerd/containerd/commit/6c6b7e29765e471158053db5aa37e740d952c55a) bugfix: override image.Env with process.Env, rather than be contrary
    * [`a0526340f7`](https://github.com/containerd/containerd/commit/a0526340f707e3bfebee80e8c116ed748f984444) Merge pull request  [#3544](https://github.com/containerd/containerd/pull/3544) from thaJeztah/1.2_backport_bump_golang_1.12.9
    * [`17690cc2fe`](https://github.com/containerd/containerd/commit/17690cc2fe5767080ddcebf175e85a39bc77c092) AppVeyor: update to go 1.12.9
    * [`c5bca64cd1`](https://github.com/containerd/containerd/commit/c5bca64cd1c7132cc6b9e4a164a90f12ee5f9a23) Merge pull request  [#3538](https://github.com/containerd/containerd/pull/3538) from thaJeztah/1.2_revert_bump_libseccomp
    * [`8c0ec3c35e`](https://github.com/containerd/containerd/commit/8c0ec3c35ef448a5f0194f414dc357e2c39d9366) Revert "bump libseccomp-golang v0.9.1"
    * [`eed8acd47c`](https://github.com/containerd/containerd/commit/eed8acd47c71def7e4e7266a77690e5ee8b0e300) Merge pull request  [#3535](https://github.com/containerd/containerd/pull/3535) from Random-Liu/update-cri-release-1.2
    * [`941dd9f2c3`](https://github.com/containerd/containerd/commit/941dd9f2c34aedca4c970e9ca33d06895b8c7995) Update cri to d928a4dd337fd2a992dbe72380eff2063c3ec62f.
    * [`e70728b659`](https://github.com/containerd/containerd/commit/e70728b6599aa43fb6e551aa9fcd56eb8332e50f) Merge pull request  [#3532](https://github.com/containerd/containerd/pull/3532) from thaJeztah/1.2_backport_bump_golang_1.12.8
    * [`4097217bbd`](https://github.com/containerd/containerd/commit/4097217bbd90ea4aa7f957d1d8a8b72734bfcec6) AppVeyor: update to go 1.12.8 (CVE-2019-9512, CVE-2019-9514)
    * [`bb238e05a1`](https://github.com/containerd/containerd/commit/bb238e05a129779588953c36b3af9d61ef5ce667) AppVeyor: update to go 1.12.7
    * [`150468fcc7`](https://github.com/containerd/containerd/commit/150468fcc7bae5a82c4b85012144ff5c54380c6d) contrib: Dockerfile: bump go 1.12
    * [`c675ea30c4`](https://github.com/containerd/containerd/commit/c675ea30c4db5300852fad25c00655a30dacc48d) contrib: Dockerfile: add a base stage
    * [`59134eb991`](https://github.com/containerd/containerd/commit/59134eb991a6b459805cbeb8ca498e19471acbf2) contrib: Dockerfile: reformat, and use --no-install-recommends
    * [`ad3bfc9e32`](https://github.com/containerd/containerd/commit/ad3bfc9e32ce9c44cf20b7f9471984ec7730fd70) contrib: Dockerfile: use build-arg for go-version
    * [`3d8ca756ab`](https://github.com/containerd/containerd/commit/3d8ca756abd1bcfed612a397e4e8d530737838f0) Merge pull request  [#3527](https://github.com/containerd/containerd/pull/3527) from estesp/cp-2828-isolated
    * [`11a25c8a62`](https://github.com/containerd/containerd/commit/11a25c8a62b393b393266357aecbf628de6dac05) Move ctr run --isolation to Windows only
    * [`99ba29cbd5`](https://github.com/containerd/containerd/commit/99ba29cbd54a66481832e76ecaa6ff47a4ccb763) Merge pull request  [#3512](https://github.com/containerd/containerd/pull/3512) from fuweid/cp-3484
    * [`47e5d5fd44`](https://github.com/containerd/containerd/commit/47e5d5fd4400bb9ec9b5e1f79db372a2742aba00) Limit multiple platform manifests to one for size check
    * [`6e4353d6a9`](https://github.com/containerd/containerd/commit/6e4353d6a997bc18246959919e5f59483e47fd3d) Merge pull request  [#3490](https://github.com/containerd/containerd/pull/3490) from estesp/cp3462
    * [`116e770a8a`](https://github.com/containerd/containerd/commit/116e770a8aa79fd6ee77ce3239dc6d680e145d48) Call CloseIO when stdin closes in ctr
    * [`becb04a793`](https://github.com/containerd/containerd/commit/becb04a7932e923baa4350f7baddd1bc39a420a0) Merge pull request  [#3437](https://github.com/containerd/containerd/pull/3437) from fuweid/cb-3025
    * [`c8bbceb4ed`](https://github.com/containerd/containerd/commit/c8bbceb4ed9f6b7de5bd796bc427793bdcf32240) metadata: merge snapshot labels with metadata's labels
    * [`4579a892be`](https://github.com/containerd/containerd/commit/4579a892beae99b2fbcdef67fcbe0d066be0a925) Merge pull request  [#3428](https://github.com/containerd/containerd/pull/3428) from AkihiroSuda/fix-task-start-1.2
    * [`227ebf36a9`](https://github.com/containerd/containerd/commit/227ebf36a99b750359cc16637edd0710da933671) runtime/v1/linux: ignore ErrCgroupDeleted in Task.Start
    * [`18100a35eb`](https://github.com/containerd/containerd/commit/18100a35ebf3078df4947c45a50894091ecb60b1) Merge pull request  [#3421](https://github.com/containerd/containerd/pull/3421) from fuweid/cherry-pick-manifest
    * [`d528a69a42`](https://github.com/containerd/containerd/commit/d528a69a42a091aab271771bf9ca707ade481eb3) images: only fetch the best matched manifest info
    * [`ef9f3a5316`](https://github.com/containerd/containerd/commit/ef9f3a53167268c2590dc350c421e96abf4c68fc) Merge pull request  [#3413](https://github.com/containerd/containerd/pull/3413) from crosbymichael/snapshot-test
    * [`46920a60fa`](https://github.com/containerd/containerd/commit/46920a60faf72ca455e78dd16930ca12f0266bef) test/snapshots: umount before committing snapshot
    * [`e12b7078f2`](https://github.com/containerd/containerd/commit/e12b7078f2559a0c6164aef1b29e47feeeaf953a) Merge pull request  [#3404](https://github.com/containerd/containerd/pull/3404) from crosbymichael/cherry-arm
    * [`452e9c532b`](https://github.com/containerd/containerd/commit/452e9c532b5801579d5ca665a3aea448e6930673) Improve ARM platform matching
    * [`682f6e730f`](https://github.com/containerd/containerd/commit/682f6e730fd9edc707ed3fab18f3b50b37bc30b8) Merge pull request  [#3402](https://github.com/containerd/containerd/pull/3402) from masters-of-cats/release/1.2
    * [`b207b33292`](https://github.com/containerd/containerd/commit/b207b33292a7c330d70a2b747cb2f109d5b93bae) Skip rootfs unmount when no mounts are provided
    * [`fd103cb716`](https://github.com/containerd/containerd/commit/fd103cb716352c7e19768e4fed057f71d68902a0) Merge pull request  [#3376](https://github.com/containerd/containerd/pull/3376) from thaJeztah/1.2_backport_bump_libseccomp
    * [`d8f4da4fef`](https://github.com/containerd/containerd/commit/d8f4da4fef8a8f82b2252defd1778271e9640225) bump libseccomp-golang v0.9.1
    * [`524eb23af6`](https://github.com/containerd/containerd/commit/524eb23af6f5971fa3f0216c8dc98b73c6cd6bb0) Merge pull request  [#3364](https://github.com/containerd/containerd/pull/3364) from keloyang/close-socket-fd-1.2
    * [`ed35eec321`](https://github.com/containerd/containerd/commit/ed35eec32133875d0402b933070f6bd102c7145a) Close the inherited socket fd
    * [`5ca28c1d0f`](https://github.com/containerd/containerd/commit/5ca28c1d0fa55e54567f0ae76a6f1c8b124c3288) Merge pull request  [#3342](https://github.com/containerd/containerd/pull/3342) from thaJeztah/1.2_backport_travis_and_golang
    * [`4b2dc65cf2`](https://github.com/containerd/containerd/commit/4b2dc65cf2129d14d32f2408135764e7d1b52d3c) Merge pull request  [#3346](https://github.com/containerd/containerd/pull/3346) from crosbymichael/cherry-diff-panic
    * [`b2d260c4f4`](https://github.com/containerd/containerd/commit/b2d260c4f4d97bbfdf2e535ac03846f46bbaa033) Ensure labels is not nil in differ
    * [`1b2230eb33`](https://github.com/containerd/containerd/commit/1b2230eb33577c723e3e415a99d384dd08e1a377) AppVeyor: Bump golang 1.12.6
    * [`d0b89fd57e`](https://github.com/containerd/containerd/commit/d0b89fd57ea783c3153fc0e7d12be61fd4784b17) Add travis_wait to prevent vndr timing out
    * [`aab8e9d135`](https://github.com/containerd/containerd/commit/aab8e9d1351bd3522f236986df25f649f4c253d3) Update to Golang 1.12, and prepare for ppc64le
    * [`56f8ef8ced`](https://github.com/containerd/containerd/commit/56f8ef8ced14ccda8a41f1e80455f35dbe901be8) Update travis to xenial worker
    
    ### Changes from containerd/cri
    
    * [`d928a4dd`](https://github.com/containerd/cri/commit/d928a4dd337fd2a992dbe72380eff2063c3ec62f) Merge pull request  [#1230](https://github.com/containerd/cri/pull/1230) from Random-Liu/fix-https-release-1.2
    * [`ecd021d4`](https://github.com/containerd/cri/commit/ecd021d4fc99ce6b82efe08ed74081a461018d42) Fix unnecessary https trial in release/1.2.
    * [`789b26f3`](https://github.com/containerd/cri/commit/789b26f33bd08df09cfd23f1c20c2026fec762b4) Merge pull request  [#1216](https://github.com/containerd/cri/pull/1216) from Random-Liu/cherrypick-1209-release-1.2
    * [`c54f640f`](https://github.com/containerd/cri/commit/c54f640f6cc34ed1db611ee026eee091587e7117) Add test for disable_proc_mount.
    * [`21343bf7`](https://github.com/containerd/cri/commit/21343bf742b566ffd80de97a3048e9e680504d70) Fix proc mount support.
    * [`106dfbde`](https://github.com/containerd/cri/commit/106dfbde97905882d16ccbdd0638251529a6b90a) Merge pull request  [#1210](https://github.com/containerd/cri/pull/1210) from Random-Liu/cherrypick-1202-release-1.2
    * [`dcdfa8f2`](https://github.com/containerd/cri/commit/dcdfa8f2c57f74dab70e606abb19dd2b399601e9) Do not cache image handler.
    * [`7fb9c17c`](https://github.com/containerd/cri/commit/7fb9c17cbb8cc83f48dbb0f886ffbbcfb2a8b583) Merge pull request  [#1191](https://github.com/containerd/cri/pull/1191) from thaJeztah/1.2_backport_bump_libseccomp
    * [`f68a182b`](https://github.com/containerd/cri/commit/f68a182bc521bc509bea2f57f383ac592e13f089) Merge pull request  [#1193](https://github.com/containerd/cri/pull/1193) from thaJeztah/1.2_backport_fix_version
    * [`0c86149e`](https://github.com/containerd/cri/commit/0c86149e2fd52ab44566c2b84b860bcda0b154f4) Fix runc and critools version in release.
    * [`8738fd62`](https://github.com/containerd/cri/commit/8738fd6287d40296632484a4b0c14fe2372b10c2) bump libseccomp-golang v0.9.1
    * [`0bb5f8ed`](https://github.com/containerd/cri/commit/0bb5f8edb9ac880376f92fc126a5004ceaeb7661) Merge pull request  [#1186](https://github.com/containerd/cri/pull/1186) from mikebrow/revert-1179-update-containerd-release-1.2
    * [`489dd6af`](https://github.com/containerd/cri/commit/489dd6afbd78e1259141db4deee627ad741db176) Revert "[release/1.2] Update containerd to v1.2.7"
    * [`38ab32bf`](https://github.com/containerd/cri/commit/38ab32bf5e2d33345c920c70937a13c6fecb0d9b) Merge pull request  [#1179](https://github.com/containerd/cri/pull/1179) from Random-Liu/update-containerd-release-1.2
    * [`30e14d9d`](https://github.com/containerd/cri/commit/30e14d9d9d17a545613c9720389495236a5c9b6d) Update containerd to v1.2.7
    * [`ec3609df`](https://github.com/containerd/cri/commit/ec3609df5b6d6f07b1e42046c50fdcad6af060a0) Merge pull request  [#1167](https://github.com/containerd/cri/pull/1167) from Random-Liu/cherrypick-#1162-release-1.2
    * [`cb317ddf`](https://github.com/containerd/cri/commit/cb317ddfc771464bd071f312031d49fbfe181039) Add cri managed image label when pulling the image.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.7](https://github.com/containerd/containerd/releases/tag/v1.2.7)
    
    * **github.com/containerd/cri**  49ca74043390bc2eeea7a45a46005fbec58a3f88 -> d928a4dd337fd2a992dbe72380eff2063c3ec62f
    
    
  • v1.3.0-beta.2
    containerd 1.3.0-beta.2
    
    Welcome to the v1.3.0-beta.2 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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 [hcsshim](https://github.com/microsoft/hcsshim/tree/master/cmd/containerd-shim-runhcs-v1)**
    * **Improvements to ttrpc.** For better daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
    
    ### 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
    
    #### 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.tls_configs` option to support TLS connections to registries.** (https://github.com/containerd/cri/issues/1143)
    * **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)
    
    #### Enhancements
    * Avoid `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)
    
    #### 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)
    
    ### Other
    * **Support additional garbage collection labels.** Allows more advanced resource management use cases on the client
    
    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
    * Mike Brown
    * Maksym Pavlenko
    * Wei Fu
    * Akihiro Suda
    * Ace-Tang
    * John Howard
    * Stefan Berger
    * Kevin Parsons
    * Lifubang
    * zhoulin xie
    * Evan Hazlett
    * Li Yuxuan
    * Gábor Lipták
    * Brandon Lum
    * Georgi Sabev
    * Eric Hotinger
    * Johannes M. Scheuermann
    * zhangyue
    * Brian Goff
    * Aldo Culquicondor
    * Nikhil Soni
    * Tõnis Tiigi
    * Andrey Kolomentsev
    * BoWen Yan
    * Davor Kapsa
    * Eric Lin
    * Fahed Dorgaa
    * Haiyan Meng
    * Hui Zhu
    * Nitesh Konkar
    * Odin Ugedal
    * Shengjing Zhu
    * Shukui Yang
    * Benjamin Elder
    * Carlos Eduardo
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * Eric Ren
    * Jack Baines
    * Jared Cordasco
    * Jintao Zhang
    * Justin Cormack
    * Mark Gordon
    * Peter Wagner
    * Stephen J Day
    * Su Fei
    * ethan
    * kuramal
    * lifupan
    * zhenguang zhu
    * Aleksa Sarai
    * Alex Price
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Chris Mark
    * Cong Liu
    * Danni Xia
    * Darren Shepherd
    * Eli Uriegas
    * Erik Sipsma
    * Georgia Panoutsakopoulou
    * Grant Seltzer Richman
    * Guangming Wang
    * 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
    * Madhan Raj Mookkandy
    * Mattias Appelgren
    * Michael Katsoulis
    * Michael Wan
    * Niels de Vos
    * Oliver Stenbom
    * Peng Wang
    * Sarang Joshi
    * Shengjing Zhu
    * Tibor Vass
    * Tim Allclair
    * Veeraiah Chowdary Nuvvula
    * Vlad Ungureanu
    * Wei Zhang
    * Yangyang
    * Yikun Jiang
    * Yuxing Liu
    * caozhihao
    * jiangpengfei
    * wanghuaiqing
    
    ### Changes
    
    * [`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
    
    * [`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
    
    * [`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
    
    * [`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
    
    * [`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 -> 8abdbb8205e4192c68b5f84c31197156f31be517
    * **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 -> f1d492b0cdd14e76476ee4dd024696ce3634e501
    * **github.com/containerd/fifo**                          3d5202aec260678c48179c56f40e6f38a095738c -> bda0ff6ed73c67bfb5e62bc9c697f146b7fd7f13
    * **github.com/containerd/go-cni**                        40bcf8ec8acd7372be1d77031d585d5d8e561c90 -> 49fbd9b210f3c8ee3b7fd3cd797aabaf364627c1
    * **github.com/containerd/go-runc**                       5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 -> 9007c2405372fe28918845901a3276c0915689a1
    * **github.com/containerd/ttrpc**                         2a805f71863501300ae1976d29f0454ae003e85a -> 1fb3814edf44a76e0ccf503decf726d994919a9a
    * **github.com/containerd/zfs**                           9a0b8b8b5982014b729cd34eb7cd7a11062aa6ec -> 31af176f2ae84fe142ef2655bf7bb2aa618b3b1f
    * **github.com/containernetworking/cni**                  v0.6.0 -> v0.7.1
    * **github.com/containernetworking/plugins**              v0.7.0 -> v0.7.6
    * **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/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 -> 24818f796faf91cd76ec7bddd72458fbced7a6c1
    * **github.com/google/uuid**                              v1.1.1 **_new_**
    * **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 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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/seccomp/libseccomp-golang**                32f571b70023028bd57d9288c20efbcb237f3ce0 -> v0.9.1
    * **github.com/sirupsen/logrus**                          v1.0.0 -> v1.4.1
    * **github.com/syndtr/gocapability**                      db04d3cc01c8b54962a58ec7e491717d06cfcc16 -> d98352740cb2c55f81556b63d4a1ec64c5a319c2
    * **go.etcd.io/bbolt**                                    v1.3.1-etcd.8 -> v1.3.3
    * **golang.org/x/crypto**                                 49796115aa4b964c318aad4f3084fdb41e9aa067 -> 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/oauth2**                                 a6bd8cefa1811bd24b86f8902872e4e8225f74c4 -> 9f3314589c9a9136388751d9adae6b0ed400978a
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 9eafafc0a87e0fd0aeeba439a4573537970c44c7
    * **google.golang.org/grpc**                              v1.12.0 -> 25c4f928eaa6d96443009bd842389fb4fa48664e
    * **gopkg.in/inf.v0**                                     3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4 -> v0.9.0
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/cri-api**                                      kubernetes-1.15.0 **_new_**
    * **k8s.io/klog**                                         v0.3.1 **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.15.0
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**
    
    
  • v1.3.0-beta.1
    containerd 1.3.0-beta.1
    
    Welcome to the v1.3.0-beta.1 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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 [hcsshim](https://github.com/microsoft/hcsshim/tree/master/cmd/containerd-shim-runhcs-v1)**
    * **Improvements to ttrpc.** For better daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
    
    ### 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
    
    #### 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.tls_configs` option to support TLS connections to registries.** (https://github.com/containerd/cri/issues/1143)
    * **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)
    
    #### Enhancements
    * Avoid `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)
    
    #### 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)
    
    ### Other
    * **Support additional garbage collection labels.** Allows more advanced resource management use cases on the client
    
    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
    * Maksym Pavlenko
    * Mike Brown
    * Wei Fu
    * Akihiro Suda
    * Ace-Tang
    * John Howard
    * Stefan Berger
    * Lifubang
    * zhoulin xie
    * Evan Hazlett
    * Gábor Lipták
    * Kevin Parsons
    * Brandon Lum
    * Georgi Sabev
    * Eric Hotinger
    * Johannes M. Scheuermann
    * Li Yuxuan
    * zhangyue
    * Aldo Culquicondor
    * Nikhil Soni
    * Andrey Kolomentsev
    * BoWen Yan
    * Brian Goff
    * Davor Kapsa
    * Eric Lin
    * Fahed Dorgaa
    * Haiyan Meng
    * Hui Zhu
    * Nitesh Konkar
    * Odin Ugedal
    * Shengjing Zhu
    * Tõnis Tiigi
    * Benjamin Elder
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * Eric Ren
    * Jack Baines
    * Jared Cordasco
    * Justin Cormack
    * Mark Gordon
    * Peter Wagner
    * Stephen J Day
    * Su Fei
    * kuramal
    * lifupan
    * zhenguang zhu
    * Aleksa Sarai
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Carlos Eduardo
    * Chris Mark
    * Cong Liu
    * Danni Xia
    * Darren Shepherd
    * Eli Uriegas
    * Erik Sipsma
    * Georgia Panoutsakopoulou
    * Grant Seltzer Richman
    * Harshal Patil
    * Henrik Schmidt
    * Iskander (Alex) Sharipov
    * Jaime Caamaño Ruiz
    * Jean Rouge
    * Ji'an Liu
    * Jie Zhang
    * Jing Rui
    * Jintao Zhang
    * Joe Borg
    * John Starks
    * Julia Nedialkova
    * Julien Balestra
    * Kenta Tada
    * Konstantin Maksimov
    * Madhan Raj Mookkandy
    * Mattias Appelgren
    * Michael Katsoulis
    * Michael Wan
    * Oliver Stenbom
    * Peng Wang
    * Sarang Joshi
    * Shengjing Zhu
    * Shukui Yang
    * Tibor Vass
    * Tim Allclair
    * Veeraiah Chowdary Nuvvula
    * Vlad Ungureanu
    * Wei Zhang
    * Yikun Jiang
    * Yuxing Liu
    * caozhihao
    * ethan
    * jiangpengfei
    * wanghuaiqing
    
    ### Changes
    
    * [`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/cri
    
    * [`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/go-cni
    
    * [`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
    
    * [`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
    
    * [`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
    
    * [`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 -> 8abdbb8205e4192c68b5f84c31197156f31be517
    * **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/cri**                           f913714917d2456d7e65a0be84962b1ce8acb487 -> b213648c5bd0a1d2ee42709c10dff63fbfee3ad7
    * **github.com/containerd/go-cni**                        40bcf8ec8acd7372be1d77031d585d5d8e561c90 -> 22460c018b64cf8bf4151b3ff9c4d077e6a88cbf
    * **github.com/containerd/go-runc**                       5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 -> 9007c2405372fe28918845901a3276c0915689a1
    * **github.com/containerd/ttrpc**                         2a805f71863501300ae1976d29f0454ae003e85a -> 1fb3814edf44a76e0ccf503decf726d994919a9a
    * **github.com/containerd/zfs**                           9a0b8b8b5982014b729cd34eb7cd7a11062aa6ec -> 31af176f2ae84fe142ef2655bf7bb2aa618b3b1f
    * **github.com/docker/distribution**                      b38e5838b7b2f2ad48e06ec4b500011976080621 -> 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    * **github.com/docker/go-units**                          v0.3.1 -> v0.4.0
    * **github.com/fullsailor/pkcs7**                         8306686428a5fe132eac8cb7c4848af725098bd4 **_new_**
    * **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/uuid**                              v1.1.1 **_new_**
    * **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/miscreant/miscreant-go**                   325cbd69228b6af571a635f7502586a920a2749a **_new_**
    * **github.com/mistifyio/go-zfs**                         166add352731e515512690329794ee593f1aaff2 -> f784269be439d704d3dfa1906f45dd848fed2beb
    * **github.com/opencontainers/runc**                      58592df56734acf62e574865fe40b9e53e967910 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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/seccomp/libseccomp-golang**                32f571b70023028bd57d9288c20efbcb237f3ce0 -> v0.9.1
    * **github.com/sirupsen/logrus**                          v1.0.0 -> v1.4.1
    * **github.com/syndtr/gocapability**                      db04d3cc01c8b54962a58ec7e491717d06cfcc16 -> d98352740cb2c55f81556b63d4a1ec64c5a319c2
    * **go.etcd.io/bbolt**                                    v1.3.1-etcd.8 -> 2eb7227adea1d5cf85f0bc2a82b7059b13c2fa68
    * **golang.org/x/crypto**                                 49796115aa4b964c318aad4f3084fdb41e9aa067 -> 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 4c4f7f33c9ed00de01c4c741d2177abfcfe19307
    * **google.golang.org/grpc**                              v1.12.0 -> 25c4f928eaa6d96443009bd842389fb4fa48664e
    * **gopkg.in/square/go-jose.v2**                          8254d6c783765f38c8675fae4427a1fe73fbd09d **_new_**
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.15.0
    * **k8s.io/cri-api**                                      kubernetes-1.15.0 **_new_**
    * **k8s.io/klog**                                         v0.3.1 **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.15.0
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**
    
    
  • v1.3.0-beta.0
    containerd 1.3.0-beta.0
    
    Welcome to the v1.3.0-beta.0 release of containerd!
    *This is a pre-release of containerd*
    
    The fourth major release of containerd comes over 9 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 runtime using hcsshim
    * Improvements to ttrpc for daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
    
    ## Snapshots
    * Devmapper snapshotter (https://github.com/containerd/containerd/pull/3022)
    * Improved label support for plugins
    
    ## Plugins
    * Support for plugins registering as a TCP service
    * Configurable plugin directory
    
    ## CRI
    
    ## Client
    * Default handling from namespace labels (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)
    
    ## Other
    * [API] Add support for direct resource management in leases (https://github.com/containerd/containerd/pull/3304)
    * [API] Add ttrpc service for shim event publishing
    * [API] Add annotations to descriptors in API
    * [API] Add id to TaskDelete event message to match exec id
    * Support additional garbage collection labels
    
    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
    * Maksym Pavlenko
    * Wei Fu
    * Ace-Tang
    * Akihiro Suda
    * Mike Brown
    * John Howard
    * Stefan Berger
    * Lifubang
    * zhoulin xie
    * Evan Hazlett
    * Gábor Lipták
    * Georgi Sabev
    * Brandon Lum
    * Eric Hotinger
    * Kevin Parsons
    * Mike Brown
    * zhangyue
    * Li Yuxuan
    * Nikhil Soni
    * Andrey Kolomentsev
    * BoWen Yan
    * Brian Goff
    * Davor Kapsa
    * Eric Lin
    * Fahed Dorgaa
    * Hui Zhu
    * Shengjing Zhu
    * Tõnis Tiigi
    * Aldo Culquicondor
    * Benjamin Elder
    * Cedric Clerget
    * Charles Kenney
    * Daniel, Dao Quang Minh
    * Edgar Lee
    * Eric Ren
    * Jack Baines
    * Jared Cordasco
    * John Howard
    * Justin Cormack
    * Mark Gordon
    * Odin Ugedal
    * Peter Wagner
    * Stephen J Day
    * Su Fei
    * haiyanmeng
    * zhenguang zhu
    * Aleksa Sarai
    * Archana Shinde
    * Ashley Sykes
    * Avi Kivity
    * Bingshen Wang
    * Brent Baude
    * Carlos Eduardo
    * Chris Mark
    * Danni Xia
    * Eli Uriegas
    * Erik Sipsma
    * Georgia Panoutsakopoulou
    * Grant Seltzer Richman
    * Haiyan Meng
    * Harshal Patil
    * Iskander (Alex) Sharipov
    * Jaime Caamaño Ruiz
    * Jean Rouge
    * Ji'an Liu
    * Jie Zhang
    * Jing Rui
    * John Starks
    * Julia Nedialkova
    * Julien Balestra
    * Kenta Tada
    * Konstantin Maksimov
    * Madhan Raj Mookkandy
    * Mattias Appelgren
    * Michael Katsoulis
    * Michael Wan
    * Nitesh Konkar
    * Oliver Stenbom
    * Peng Wang
    * Sarang Joshi
    * Shengjing Zhu
    * Shukui Yang
    * Tibor Vass
    * Tim Allclair
    * Veeraiah Chowdary Nuvvula
    * Wei Zhang
    * Yikun Jiang
    * Yuxing Liu
    * caozhihao
    * jiangpengfei
    * lifupan
    
    ### Changes
    
    * [`053853fe3f`](https://github.com/containerd/containerd/commit/053853fe3ffc6af80165a3249a76a82c27a81cdb) Merge pull request  [#3465](https://github.com/containerd/containerd/pull/3465) from dmcgowan/beta-1.3
    * [`a49df98ee9`](https://github.com/containerd/containerd/commit/a49df98ee9a1dd08be844c037820d302d069b835) Merge pull request  [#3468](https://github.com/containerd/containerd/pull/3468) from crosbymichael/custom-cgroup
    * [`e04f9599ae`](https://github.com/containerd/containerd/commit/e04f9599aeb84557b12e44adb0140fcd93e645f3) Merge pull request  [#3469](https://github.com/containerd/containerd/pull/3469) from crosbymichael/pb.txt
    * [`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
    * [`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/cri
    
    * [`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/go-cni
    
    * [`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
    
    * [`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
    
    * [`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
    
    * [`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 -> 7cdfd71a950d40d0da2167ccb690b541f7ba98c0
    * **github.com/Microsoft/hcsshim**                        v0.7.12 -> 8abdbb8205e4192c68b5f84c31197156f31be517
    * **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/cri**                           f913714917d2456d7e65a0be84962b1ce8acb487 -> 2fc62db8146ce66f27b37306ad5fda34207835f3
    * **github.com/containerd/go-cni**                        40bcf8ec8acd7372be1d77031d585d5d8e561c90 -> 891c2a41e18144b2d7921f971d6c9789a68046b2
    * **github.com/containerd/go-runc**                       5a6d9f37cfa36b15efba46dc7ea349fa9b7143c3 -> 9007c2405372fe28918845901a3276c0915689a1
    * **github.com/containerd/ttrpc**                         2a805f71863501300ae1976d29f0454ae003e85a -> 1fb3814edf44a76e0ccf503decf726d994919a9a
    * **github.com/containerd/zfs**                           9a0b8b8b5982014b729cd34eb7cd7a11062aa6ec -> 31af176f2ae84fe142ef2655bf7bb2aa618b3b1f
    * **github.com/docker/distribution**                      b38e5838b7b2f2ad48e06ec4b500011976080621 -> 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    * **github.com/docker/go-units**                          v0.3.1 -> v0.4.0
    * **github.com/fullsailor/pkcs7**                         8306686428a5fe132eac8cb7c4848af725098bd4 **_new_**
    * **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/uuid**                              v1.1.1 **_new_**
    * **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/miscreant/miscreant-go**                   325cbd69228b6af571a635f7502586a920a2749a **_new_**
    * **github.com/mistifyio/go-zfs**                         166add352731e515512690329794ee593f1aaff2 -> f784269be439d704d3dfa1906f45dd848fed2beb
    * **github.com/opencontainers/runc**                      58592df56734acf62e574865fe40b9e53e967910 -> f4982d86f7fde0b6f953cc62ccc4022c519a10a9
    * **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/seccomp/libseccomp-golang**                32f571b70023028bd57d9288c20efbcb237f3ce0 -> v0.9.1
    * **github.com/sirupsen/logrus**                          v1.0.0 -> v1.4.1
    * **github.com/syndtr/gocapability**                      db04d3cc01c8b54962a58ec7e491717d06cfcc16 -> d98352740cb2c55f81556b63d4a1ec64c5a319c2
    * **go.etcd.io/bbolt**                                    v1.3.1-etcd.8 -> 2eb7227adea1d5cf85f0bc2a82b7059b13c2fa68
    * **golang.org/x/crypto**                                 49796115aa4b964c318aad4f3084fdb41e9aa067 -> 88737f569e3a9c7ab309cdc09a07fe7fc87233c3
    * **golang.org/x/net**                                    b3756b4b77d7b13260a0a2ec658753cf48922eac -> f3200d17e092c607f615320ecaad13d87ad9a2b3
    * **golang.org/x/sync**                                   450f422ab23cf9881c94e2db30cac0eb1b7cf80c -> 42b317875d0fa942474b76e1b46a6060d720ae6e
    * **golang.org/x/sys**                                    1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 4c4f7f33c9ed00de01c4c741d2177abfcfe19307
    * **google.golang.org/grpc**                              v1.12.0 -> 25c4f928eaa6d96443009bd842389fb4fa48664e
    * **gopkg.in/square/go-jose.v2**                          8254d6c783765f38c8675fae4427a1fe73fbd09d **_new_**
    * **gotest.tools**                                        v2.1.0 -> v2.3.0
    * **k8s.io/api**                                          kubernetes-1.12.0 -> kubernetes-1.15.0-alpha.0
    * **k8s.io/apimachinery**                                 kubernetes-1.12.0 -> kubernetes-1.15.0-alpha.0
    * **k8s.io/apiserver**                                    kubernetes-1.12.0 -> kubernetes-1.15.0-alpha.0
    * **k8s.io/client-go**                                    kubernetes-1.12.0 -> kubernetes-1.15.0-alpha.0
    * **k8s.io/klog**                                         8139d8cb77af419532b33dfa7dd09fbc5f1d344f **_new_**
    * **k8s.io/kubernetes**                                   v1.12.0 -> v1.15.0-alpha.0
    * **k8s.io/utils**                                        cd34563cd63c2bd7c6fe88a73c4dcf34ed8a67cb -> c2654d5206da6b7b6ace12841e8f359bb89b443c
    * **sigs.k8s.io/yaml**                                    v1.1.0 **_new_**
    
    
  • v1.2.7
    containerd 1.2.7
    
    Welcome to the v1.2.7 release of containerd!
    
    The seventh patch release for `containerd` 1.2 introduces OCI
    image descriptor annotation support and contains fixes for
    containerd shim logs, container stop/deletion, cri plugin
    and selinux.
    
    It also contains several important bug fixes for goroutine and
    file descriptor leakage in containerd and containerd shims.
    ### Notable Updates
    * Support annotations in the OCI image descriptor, and filtering image by annotations. [#3254](https://github.com/containerd/containerd/pull/3254)
    * Support context timeout in ttrpc which can help avoid containerd hangs when a shim is unresponsive. [ttrpc#31](https://github.com/containerd/ttrpc/pull/31)
    * Fix a bug that containerd shim leaks goroutine and file descriptor after containerd restarts. [ttrpc#37](https://github.com/containerd/ttrpc/pull/37)
    * Fix a bug that a container can't be deleted if first deletion attempt is canceled or timeout. [#3264](https://github.com/containerd/containerd/pull/3264)
    * Fix a bug that containerd leaks file descriptor when using v2 containerd shims, e.g. `containerd-shim-runc-v1`. [#3273](https://github.com/containerd/containerd/pull/3273)
    * Fix a bug that a container with lingering processes can't terminate when it shares pid namespace with another container. [moby/moby#38978)(https://github.com/moby/moby/issues/38978)
    * Fix a bug that containerd can't read shim logs after restart. [#3282](https://github.com/containerd/containerd/pull/3282)
    * Fix a bug that `shim_debug` option is not honored for existing containerd shims after containerd restarts. [#3283](https://github.com/containerd/containerd/pull/3283)
    * cri: Fix a bug that a container can't be stopped when the exit event is not successfully published by the containerd shim. [#3125](https://github.com/containerd/containerd/issues/3125), [#3177](https://github.com/containerd/containerd/issues/3177)
    * cri: Fix a bug that exec process is not cleaned up if grpc context is canceled or timeout. [cri#1159](https://github.com/containerd/cri/pull/1159)
    * Fix a selinux keyring labeling issue by updating runc to v1.0.0-rc.8 and selinux library to v1.2.2. [opencontainers/selinux#50](https://github.com/opencontainers/selinux/pull/50)
    * Update ttrpc to f82148331ad2181edea8f3f649a1f7add6c3f9c2. [#3316](https://github.com/containerd/containerd/pull/3316)
    * Update cri to 49ca74043390bc2eeea7a45a46005fbec58a3f88. [#3330](https://github.com/containerd/containerd/pull/3330)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Lantao Liu
    * Michael Crosby
    * Stefan Berger
    * Derek McGowan
    * Brian Goff
    * Georgi Sabev
    * Sebastiaan van Stijn
    * Li Yuxuan
    * Wei Fu
    * Jared Cordasco
    * Julia Nedialkova
    * Justin Terry
    * Lifubang
    * Mike Brown
    * Stephen J Day
    * Tõnis Tiigi
    * zhoulin xie
    
    ### Changes
    
    * [`85f6aa5`](https://github.com/containerd/containerd/commit/85f6aa58b8a3170aec9824568f7a31832878b603) Merge pull request  [#3331](https://github.com/containerd/containerd/pull/3331) from Random-Liu/1.2.7-release-note
    * [`bad4fdd`](https://github.com/containerd/containerd/commit/bad4fdd7667df85df23bea5f9b53feba785b5002) Prepare release note for v1.2.7.
    * [`1bda2ed`](https://github.com/containerd/containerd/commit/1bda2ed0d5be5bf332d51a19094f3b323c6a28bc) Merge pull request  [#3338](https://github.com/containerd/containerd/pull/3338) from dmcgowan/backport-user-agent-fix
    * [`1af8e6e`](https://github.com/containerd/containerd/commit/1af8e6ec3cc61a8cd0d5fc2a61bd457924d6758b) Add user agent header to all requests
    * [`71f5018`](https://github.com/containerd/containerd/commit/71f5018395b5d801971c4e2b87ca04fbe9f1c448) Merge pull request  [#3332](https://github.com/containerd/containerd/pull/3332) from crosbymichael/cherry
    * [`ea70cd6`](https://github.com/containerd/containerd/commit/ea70cd66995571c569fd6da36d0acdf17aafa220) Merge pull request  [#3330](https://github.com/containerd/containerd/pull/3330) from Random-Liu/update-cri-release-1.2
    * [`e4e631a`](https://github.com/containerd/containerd/commit/e4e631ad5e92886d2adb74d1d59443d2460f0abe) differ: fix deadlock on commit error
    * [`dbd25c8`](https://github.com/containerd/containerd/commit/dbd25c80c98cc42f39784ab3305350e747ddec3e) Update cri to 49ca74043390bc2eeea7a45a46005fbec58a3f88
    * [`7c69912`](https://github.com/containerd/containerd/commit/7c69912f5d676d5550c0d40eb558763453710dc7) Merge pull request  [#3316](https://github.com/containerd/containerd/pull/3316) from estesp/update-ttrpc
    * [`d2d36e5`](https://github.com/containerd/containerd/commit/d2d36e564b8e094aa60c2cd00f6e979cba367db4) Bump ttrpc
    * [`367c672`](https://github.com/containerd/containerd/commit/367c6721592ee8809e8cf8c3922b567f58180372) Merge pull request  [#3283](https://github.com/containerd/containerd/pull/3283) from fuweid/cp-v1_respect_shim_debug
    * [`845990f`](https://github.com/containerd/containerd/commit/845990f8733e1e1aadd41b31ecbd9b452e76124c) Merge pull request  [#3282](https://github.com/containerd/containerd/pull/3282) from fuweid/cp-redirect-shim-v1-output
    * [`57f79a1`](https://github.com/containerd/containerd/commit/57f79a19707e091bd97b623f9a81400b4f188e07) v1: Respect the `shim_debug` flag when load tasks
    * [`5508046`](https://github.com/containerd/containerd/commit/55080467864a48c235dfb5cd5560333df696494c) containerd-shim: redirect output into stdout fifo
    * [`5a62161`](https://github.com/containerd/containerd/commit/5a62161af31e6c1ca0526227759a05d0e43b2ba5) Merge pull request  [#3273](https://github.com/containerd/containerd/pull/3273) from fuweid/cp-fifo-fd-leak
    * [`d0319ec`](https://github.com/containerd/containerd/commit/d0319ec44af6ff59f3d6d38ae463d2a68b8ad12a) Merge pull request  [#3274](https://github.com/containerd/containerd/pull/3274) from thaJeztah/1.2_backport_pidnamespace
    * [`1014235`](https://github.com/containerd/containerd/commit/1014235c6d80933528edc7266e498d0098ae8b61) fix shouldKillAllOnExit check
    * [`5cd83f3`](https://github.com/containerd/containerd/commit/5cd83f397f162bd672c4865b3cc126541ff877b2) Fix fd leak of shim log
    * [`0717fe6`](https://github.com/containerd/containerd/commit/0717fe62c127e1edece52cb280c0e936f43cfa59) Use named pipes for shim logs
    * [`ea75cfc`](https://github.com/containerd/containerd/commit/ea75cfc1582d55fa9f43f8f1e9c74b8375ee9cf9) Merge pull request  [#3264](https://github.com/containerd/containerd/pull/3264) from Random-Liu/cherry-pick-#3244-#3263-release-1.2
    * [`3d276b4`](https://github.com/containerd/containerd/commit/3d276b4b0234adee69cd4295472b122c6cfeaa02) Fix error handling for task deletion.
    * [`247de3f`](https://github.com/containerd/containerd/commit/247de3f467902d2866fa97114a8f4566e5de90db) Return NotFound error for kill and delete in deleted state.
    * [`3923c02`](https://github.com/containerd/containerd/commit/3923c02491f88c4d277a709c3703c9bdcbb9a3fe) Merge pull request  [#3254](https://github.com/containerd/containerd/pull/3254) from jcordasc/cherrypick-annotation-fix-1.2
    * [`9196892`](https://github.com/containerd/containerd/commit/9196892f991bd48329333e73bf90f6ad5e112f74) Merge pull request  [#3250](https://github.com/containerd/containerd/pull/3250) from thaJeztah/1.2_backport_bump_ttrpc
    * [`9ad688a`](https://github.com/containerd/containerd/commit/9ad688aaeb398a5e5868191b96d8fbc9b9e2dd81) Extend adaptImage function with annotations case
    * [`5538d71`](https://github.com/containerd/containerd/commit/5538d71db302ed5d793a12e73527189735be37ed) Extend metadata images test with fieldpaths for Annotations
    * [`309e1db`](https://github.com/containerd/containerd/commit/309e1dbeeead24f4880e854ea97c84838f66b80a) Write the Annotations map into the bolt db
    * [`a456958`](https://github.com/containerd/containerd/commit/a4569586732ace89bdbdd28f52077df100268c30) Prepare boltutil for reading and writing another map
    * [`4bb9151`](https://github.com/containerd/containerd/commit/4bb91512688eb4989ddf4b390104634f5208620c) Add test for ocispec.Descriptor Annotations
    * [`2364b03`](https://github.com/containerd/containerd/commit/2364b037202c87f0403f90cf210c5473f231afd8) Copy annotations around where necessary
    * [`9844ce4`](https://github.com/containerd/containerd/commit/9844ce442429ebb38a5b192b9627d9b98996c815) Add missing annotations map to Descriptor for gRPC transfer
    * [`502ed64`](https://github.com/containerd/containerd/commit/502ed64d5864c28e14d54301b3e45d0bc3f2b1d9) Merge pull request  [#3257](https://github.com/containerd/containerd/pull/3257) from jcordasc/jcordasc/vndr-go-mod-only
    * [`f7b8ac5`](https://github.com/containerd/containerd/commit/f7b8ac594188c07e1a68901c9b77265fa8941a66) Merge pull request  [#3247](https://github.com/containerd/containerd/pull/3247) from thaJeztah/1.2_bump_runc_1.0.0rc8
    * [`d37c5e0`](https://github.com/containerd/containerd/commit/d37c5e05f1b39341ec1558ed096a1868f57647c2) Add go.mod file for gopkg.in/yaml.v2
    * [`79f6941`](https://github.com/containerd/containerd/commit/79f6941d219f7a74cc05d9473628821889808284) bump containerd/ttrpc 699c4e40d1e7416e08bf7019c7ce2e9beced4636
    * [`5f1c66f`](https://github.com/containerd/containerd/commit/5f1c66ff6c0eb606eea27076cfacab25c15f37a2) Update ttrpc to support context timeout.
    * [`05c3be6`](https://github.com/containerd/containerd/commit/05c3be6dfdf6dd99aabb48600eb76be397895ac1) bump opencontainers/selinux v1.2.2
    * [`abd5f7c`](https://github.com/containerd/containerd/commit/abd5f7c0be353b3a0d17c46a020e6c5c573a6eee) bump runc v1.0.0-rc8
    * [`af407fb`](https://github.com/containerd/containerd/commit/af407fb77cae19d65a9b25af60da2749d49c4d96) Merge pull request  [#3235](https://github.com/containerd/containerd/pull/3235) from estesp/update-to-ms-image
    * [`6bfa149`](https://github.com/containerd/containerd/commit/6bfa149b7a3a8dcf92622f045b123946b0b22666) Convert Windows CI to use Microsoft MCR image urls
    * [`6cdfa49`](https://github.com/containerd/containerd/commit/6cdfa4930c8ce99f64457abc97a589e9eb96a206) Merge pull request  [#3219](https://github.com/containerd/containerd/pull/3219) from jcordasc/cherrypick-#3213-release-1.2
    * [`b9da989`](https://github.com/containerd/containerd/commit/b9da989b47dd014d5de5c61e889330c0a0b677ed) Merge pull request  [#3213](https://github.com/containerd/containerd/pull/3213) from jcordasc/small-fixes
    * [`56a6552`](https://github.com/containerd/containerd/commit/56a655285c61fc48dd1385c3f8d297e57aa27719) Merge pull request  [#3229](https://github.com/containerd/containerd/pull/3229) from estesp/fix-appveyor
    * [`0b2d89c`](https://github.com/containerd/containerd/commit/0b2d89cc821c0ae10715e518a9fe3e7aba42befa) Fix error on pull hang in CI
    * [`0b58491`](https://github.com/containerd/containerd/commit/0b58491d02f5458d79f1a2394afb4576e64972aa) Move to sha-specified test image for nanoserver
    
    ### Changes from containerd/cri
    
    * [`49ca740`](https://github.com/containerd/cri/commit/49ca74043390bc2eeea7a45a46005fbec58a3f88) Merge pull request  [#1159](https://github.com/containerd/cri/pull/1159) from Random-Liu/cherrypick-#1156-release-1.2
    * [`7a5e210`](https://github.com/containerd/cri/commit/7a5e2105693c54eb5c3244e7f464b9d8a5305d22) Make sure exec process is killed when context is canceled.
    * [`cdbb238`](https://github.com/containerd/cri/commit/cdbb23828b21518105b56d356fc2ea13b362b97d) Merge pull request  [#1136](https://github.com/containerd/cri/pull/1136) from Random-Liu/cherrypick-#1133-release-1.2
    * [`27b70db`](https://github.com/containerd/cri/commit/27b70dbcf08bfd6c07bd2e1c8057f286faf38625) Use wait instead of `TaskExit`.
    * [`cb0eb47`](https://github.com/containerd/cri/commit/cb0eb47fbb0eaf3a670fb825316075393ece2ded) Merge pull request  [#1123](https://github.com/containerd/cri/pull/1123) from Random-Liu/update-containerd-release-1.2
    * [`34c9699`](https://github.com/containerd/cri/commit/34c96998aa0f5939453fec734df352d1b08cfaf5) Update containerd to v1.2.6.
    * [`1ee63ba`](https://github.com/containerd/cri/commit/1ee63baa0901e47f451b58d86d38819b181daab7) Merge pull request  [#1120](https://github.com/containerd/cri/pull/1120) from Random-Liu/cherrypick-#1118-release-1.2
    * [`35f1216`](https://github.com/containerd/cri/commit/35f1216a311a5a51f7777e1a959851d9b193ebba) Support comment in vendor.
    
    ### Changes from containerd/ttrpc
    
    * [`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
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.6](https://github.com/containerd/containerd/releases/tag/v1.2.6)
    
    * **github.com/containerd/cri**          eb926cd79d3bac188dcc4ed7694fc9298f8831be -> 49ca74043390bc2eeea7a45a46005fbec58a3f88
    * **github.com/containerd/ttrpc**        2a805f71863501300ae1976d29f0454ae003e85a -> f82148331ad2181edea8f3f649a1f7add6c3f9c2
    * **github.com/opencontainers/runc**     029124da7af7360afa781a0234d1b083550f797c -> v1.0.0-rc8
    * **github.com/opencontainers/selinux**  v1.2.1 -> v1.2.2
    
    
  • v1.2.6
    containerd 1.2.6
    
    Welcome to the v1.2.6 release of containerd!
    
    The sixth patch release for `containerd` 1.2 contains fixes
    for the containerd client, the CRI plugin and containerd io
    and mount handling.
    
    It whitelists 2 new syscalls in the default seccomp profile,
    and also updates CNI to v0.7.5 to include the fix for [CVE-2019-9946](https://nvd.nist.gov/vuln/detail/CVE-2019-9946).
    
    All these changes are noted below.
    ### Notable Updates
    * Allow overriding package name in `containerd --version` output. [#3098](https://github.com/containerd/containerd/pull/3098)
    * Add 2 new syscalls `io_pgetevents` and `statx` in the default seccomp whitelist. [#3113](https://github.com/containerd/containerd/pull/3113) [#3115](https://github.com/containerd/containerd/pull/3115)
    * Fix a bug that custom containerd cgroup path does not work in containerd 1.2.5. [#3143](https://github.com/containerd/containerd/pull/3143)
    * Fix a bug in the containerd client that `WithAllCapabilities` applies incomplete capability list. [#3147](https://github.com/containerd/containerd/pull/3147)
    * Fix a bug that container output can be incomplete when stdout and stderr are pointed to the same file. [#3118](https://github.com/containerd/containerd/issues/3118)
    * Fix a bug that containerd can't properly handle space in mount point path. [3161](https://github.com/containerd/containerd/pull/3161)
    * cri: fix a bug that containers being gracefully stopped are SIGKILLed when kubelet is restarted. [cri#1098](https://github.com/containerd/cri/issues/1098)
    * cri: Fix a bug that pod UTS namespace is used for host network. [cri#1111](https://github.com/containerd/cri/pull/1111)
    * cri: Update CNI plugins to v0.7.5 for [CVE-2019-9946](https://nvd.nist.gov/vuln/detail/CVE-2019-9946).
    * Update cri to eb926cd79d3bac188dcc4ed7694fc9298f8831be. [#3174](https://github.com/containerd/containerd/pull/3174)
    * Update runc to v1.0.0-rc7-6-g029124da [#3183](https://github.com/containerd/containerd/pull/3183) to fix potential container start failure on non-SELinux system. [runc#2030](https://github.com/opencontainers/runc/issues/2030)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Sebastiaan van Stijn
    * Michael Crosby
    * Phil Estes
    * Derek McGowan
    * Peter Wagner
    * Akihiro Suda
    * Avi Kivity
    
    ### Changes
    
    * [`894b81a4b8`](https://github.com/containerd/containerd/commit/894b81a4b802e4eb2a91d1ce216b8817763c29fb) Merge pull request  [#3180](https://github.com/containerd/containerd/pull/3180) from Random-Liu/1.2.6-release-note
    * [`4be9af65b9`](https://github.com/containerd/containerd/commit/4be9af65b91dc7fd8c79162c205bb0a6d52a9ee9) Prepare 1.2.6 containerd release.
    * [`9d87dddaec`](https://github.com/containerd/containerd/commit/9d87dddaecd8ed385d0dd1c7e2b57194a4a97637) Merge pull request  [#3183](https://github.com/containerd/containerd/pull/3183) from thaJeztah/1.2_bump_runc
    * [`e01177391d`](https://github.com/containerd/containerd/commit/e01177391d2483b6eca8d048b272ae424fdb0150) bump runc to 029124da (v1.0.0-rc7-6-g029124da)
    * [`7f8cf855a0`](https://github.com/containerd/containerd/commit/7f8cf855a0db07c3bc686bea6a792d5532ed4981) Merge pull request  [#3174](https://github.com/containerd/containerd/pull/3174) from Random-Liu/update-cri-release-1.2
    * [`7c1ca26e2d`](https://github.com/containerd/containerd/commit/7c1ca26e2d4bff57d08c9087d930e96997b3e4e1) Update cri to eb926cd79d3bac188dcc4ed7694fc9298f8831be
    * [`02fd892d59`](https://github.com/containerd/containerd/commit/02fd892d59c465ef8673086d911ca16463177f12) Merge pull request  [#3164](https://github.com/containerd/containerd/pull/3164) from Random-Liu/update-cri-release-1.2
    * [`67def02025`](https://github.com/containerd/containerd/commit/67def02025b668e3179bbd30c90dc3d73385406a) Update cri to ffd9a66034aee582db04cf4c59e9b2262fd4fc59.
    * [`f2702c52a9`](https://github.com/containerd/containerd/commit/f2702c52a9e73b8bbd7b42bac6defc84f997f754) Merge pull request  [#3161](https://github.com/containerd/containerd/pull/3161) from thaJeztah/1.2_backport_fix_parseinfofile_parsing
    * [`f8d644ddc0`](https://github.com/containerd/containerd/commit/f8d644ddc0503bf48cad158d43027419c9829ff8) Use pkg/errors for all errors
    * [`50cb294d08`](https://github.com/containerd/containerd/commit/50cb294d08b8558ddce98bcdde4a4587022a8fba) fix parseInfoFile does not handle spaces in filenames
    * [`0d58ce1a2b`](https://github.com/containerd/containerd/commit/0d58ce1a2b329db49e34193ebff1eb95ce163052) Merge pull request  [#3154](https://github.com/containerd/containerd/pull/3154) from thaJeztah/1.2_backport_issue_3118
    * [`76d1f3e692`](https://github.com/containerd/containerd/commit/76d1f3e6925ae075097ea8d95291cbf346e726f5) runtime: guard Close() until both streams are complete
    * [`5236247ada`](https://github.com/containerd/containerd/commit/5236247adaebfa0aac3ca2e38ee5285b3ff1ab38) runtime: log IO error when copying output streams
    * [`5066e517ff`](https://github.com/containerd/containerd/commit/5066e517ff6c140c81f07710ce4f06cf37b42c16) Merge pull request  [#3147](https://github.com/containerd/containerd/pull/3147) from Random-Liu/cherrypick-#3137-release-1.2
    * [`de1b991122`](https://github.com/containerd/containerd/commit/de1b99112208b56d4ba86448eb4d1bd2fa36315b) Fix race and panic.
    * [`667ff6a451`](https://github.com/containerd/containerd/commit/667ff6a451200997898ae21a963b7b2add5e0ab3) Merge pull request  [#3143](https://github.com/containerd/containerd/pull/3143) from thaJeztah/1.2_backport_bump_cgroups
    * [`7f8deb37ed`](https://github.com/containerd/containerd/commit/7f8deb37ed964e9833c73818908954cebb2e5cab) Merge pull request  [#3141](https://github.com/containerd/containerd/pull/3141) from thaJeztah/1.2_backport_bump_runc_v1.0.0-rc7
    * [`1e75661aed`](https://github.com/containerd/containerd/commit/1e75661aed02232804924491ec25a9e0c149e448) bump containerd/cgroups 4994991857f9b0ae8dc439551e8bebdbb4bf66c1
    * [`16a56020e6`](https://github.com/containerd/containerd/commit/16a56020e65f168198b8f3f1c23b309c52530560) update opencontainers/runc v1.0.0-rc7
    * [`6d14516877`](https://github.com/containerd/containerd/commit/6d14516877282483e6034870d02ed62ac89e0976) Merge pull request  [#3113](https://github.com/containerd/containerd/pull/3113) from thaJeztah/1.2_backport_whitelist_statx
    * [`c9042ae5b5`](https://github.com/containerd/containerd/commit/c9042ae5b5a9b860585732044da0155f2e06c945) Merge pull request  [#3115](https://github.com/containerd/containerd/pull/3115) from thaJeztah/1.2_backport_whitelist_io_pgetevents
    * [`2c2a86b019`](https://github.com/containerd/containerd/commit/2c2a86b0191e6aa020130ba30e34d90a19d0bf5d) seccomp: whitelist io_pgetevents
    * [`b0a8b6dd0b`](https://github.com/containerd/containerd/commit/b0a8b6dd0b7b23610e5bb933c504f2fe6d8b0f88) seccomp: whitelist statx syscall
    * [`5296db1b90`](https://github.com/containerd/containerd/commit/5296db1b90d17473cb9cff31a7ea2b83d18a77ff) Merge pull request  [#3098](https://github.com/containerd/containerd/pull/3098) from thaJeztah/1.2_backport_override_package_name
    * [`7700a82a47`](https://github.com/containerd/containerd/commit/7700a82a474d22513b68444bab952c584153ae82) Makefile: allow overriding package name
    
    ### Changes from containerd/cgroups
    
    * [`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
    
    ### Changes from containerd/cri
    
    * [`eb926cd7`](https://github.com/containerd/cri/commit/eb926cd79d3bac188dcc4ed7694fc9298f8831be) Merge pull request  [#1115](https://github.com/containerd/cri/pull/1115) from thaJeztah/1.2_backport_bump_selinux
    * [`c04ec48d`](https://github.com/containerd/cri/commit/c04ec48d4cd94b72c65550f968494b4eeb9f9b54) bump opencontainers/selinux v1.2.1
    * [`24a507b3`](https://github.com/containerd/cri/commit/24a507b38a1a3e41f72dea955119a3de8eff8ebc) bump opencontainers/selinux to v1.2
    * [`ffd9a660`](https://github.com/containerd/cri/commit/ffd9a66034aee582db04cf4c59e9b2262fd4fc59) Merge pull request  [#1111](https://github.com/containerd/cri/pull/1111) from Random-Liu/cherrypick-#1102-release-1.2
    * [`83d24561`](https://github.com/containerd/cri/commit/83d24561a44273a78917083ea96443901579ac8b) No UTS namespace for hostnetwork.
    * [`b2937694`](https://github.com/containerd/cri/commit/b29376941eeafdcbe3570844c3a84f23fda0a55f) Merge pull request  [#1109](https://github.com/containerd/cri/pull/1109) from Random-Liu/cherrypick-#1108-release-1.2
    * [`8ec2da6d`](https://github.com/containerd/cri/commit/8ec2da6d3853a6ed98b5455d7dd961dc6647dbfb) Update CNI to v0.7.5.
    * [`267a8caf`](https://github.com/containerd/cri/commit/267a8caf839d86bc32df565a53f9a619d79efa42) Merge pull request  [#1104](https://github.com/containerd/cri/pull/1104) from Random-Liu/cherrypick-#1099-release-1.2
    * [`03eae981`](https://github.com/containerd/cri/commit/03eae981570c818e058c8b58cfb2e3de6474f6c7) Do not SIGKILL container if container stop is cancelled.
    * [`4bfcd93a`](https://github.com/containerd/cri/commit/4bfcd93a4bebaa02612f8e8153402ba5758693d7) Merge pull request  [#1097](https://github.com/containerd/cri/pull/1097) from Random-Liu/cherrypick-#1083-release-1.2
    * [`b3eab098`](https://github.com/containerd/cri/commit/b3eab09846ea3098714f5ccfe2505a08246e68f6) Support docker 18.09 in the test script.
    * [`087738ab`](https://github.com/containerd/cri/commit/087738ab0baef8fb0242e8b07b7a60e83d467724) Merge pull request  [#1091](https://github.com/containerd/cri/pull/1091) from Random-Liu/update-containerd-release-1.2
    * [`befeac30`](https://github.com/containerd/cri/commit/befeac30043a487a98928ecb2ca67352fc166d00) Update containerd to v1.2.5.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.5](https://github.com/containerd/containerd/releases/tag/v1.2.5)
    
    * **github.com/containerd/cgroups**           dbea6f2bd41658b84b00417ceefa416b979cbf10 -> 4994991857f9b0ae8dc439551e8bebdbb4bf66c1
    * **github.com/containerd/cri**               a92c40017473cbe0239ce180125f12669757e44f -> eb926cd79d3bac188dcc4ed7694fc9298f8831be
    * **github.com/containernetworking/plugins**  v0.7.0 -> v0.7.5
    * **github.com/opencontainers/runc**          2b18fe1d885ee5083ef9f0838fee39b62d653e30 -> 029124da7af7360afa781a0234d1b083550f797c
    * **github.com/opencontainers/selinux**       b6fa367ed7f534f9ba25391cc2d467085dbb445a -> v1.2.1
    
    
  • v1.1.7
    containerd 1.1.7
    
    Welcome to the v1.1.7 release of containerd!
    
    This is the seventh patch release for the `containerd` 1.1 release. This
    release contains fixes for image management, containerd client, CRI plugin
    and containerd io handling.
    
    It also updates runc to include an improved fix for [CVE-2019-5736](https://nvd.nist.gov/vuln/detail/CVE-2019-5736)
    to reduce the increased memory-consumption introduced by the original
    patch, updates CNI to v0.7.5 to include the fix for [CVE-2019-9946](https://nvd.nist.gov/vuln/detail/CVE-2019-9946),
    adds 2 new syscalls in the default seccomp profile.
    
    All these changes are noted below.
    ## Notable Updates
    * Fix an issue that non-existent parent directory in image layers is created with permission `0700`. [#3017](https://github.com/containerd/containerd/issues/3017)
    * Fix an issue that snapshots of the base image can be deleted by mistake, when images built on top of it are deleted. [#3088](https://github.com/containerd/containerd/pull/3088)
    * Allow overriding package name in `containerd --version` output. [#3097](https://github.com/containerd/containerd/pull/3097)
    * Add 2 new syscalls `io_pgetevents` and `statx` in the default seccomp whitelist. [#3112](https://github.com/containerd/containerd/pull/3112) [#3114](https://github.com/containerd/containerd/pull/3114)
    * Fix a bug that container output can be incomplete when stdout and stderr are pointed to the same file. [#3156](https://github.com/containerd/containerd/issues/3156)
    * cri: fix a bug that pod can't get started when the same volume is defined differently in the image and the pod spec. [cri#1059](https://github.com/containerd/cri/issues/1059)
    * cri: fix a bug that causes container start failure after in-place upgrade containerd to 1.2.4+ or 1.1.6+. [cri#1082](https://github.com/containerd/cri/issues/1082)
    * cri: fix a bug that containers being gracefully stopped are SIGKILLed when kubelet is restarted. [cri#1098](https://github.com/containerd/cri/issues/1098)
    * cri: Fix a bug that pod UTS namespace is used for host network. [cri#1111](https://github.com/containerd/cri/pull/1111)
    * cri: Update CNI plugins to v0.7.5 for [CVE-2019-9946](https://nvd.nist.gov/vuln/detail/CVE-2019-9946)
    * Update cri to f8171b4530bed8992973cc4a2f24efe53b821d53. [3175](https://github.com/containerd/containerd/pull/3175)
    * Update runc to v1.0.0-rc7-6-g029124da [#3184](https://github.com/containerd/containerd/pull/3184) to include the improved fix for CVE-2019-5736, and fix a potential container start failure on non-SELinux system [runc#2030](https://github.com/opencontainers/runc/issues/2030).
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Michael Crosby
    * Phil Estes
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Derek McGowan
    * Peter Wagner
    * Andrei Vagin
    * Avi Kivity
    * Claudia Beresford
    * Daniel, Dao Quang Minh
    * John Howard
    * Kenfe-Mickaël Laventure
    * Lu Jingxiao
    * Madhan Raj Mookkandy
    * Nikos Anastopoulos
    * Parav Pandit
    * Sudeesh John
    * Wei Fu
    
    ### Changes
    
    * [`4278fbc243`](https://github.com/containerd/containerd/commit/4278fbc24348343e3693658313d6964d548b7063) Merge pull request  [#3181](https://github.com/containerd/containerd/pull/3181) from Random-Liu/prepare-1.1.7
    * [`f8e22625c6`](https://github.com/containerd/containerd/commit/f8e22625c6388de486f4420d750c93469402207a) Prepare v1.1.7 release.
    * [`af0bc2e035`](https://github.com/containerd/containerd/commit/af0bc2e035251ed2530636788adb78312d64129a) Merge pull request  [#3184](https://github.com/containerd/containerd/pull/3184) from thaJeztah/1.1_bump_runc
    * [`c186fd8d8c`](https://github.com/containerd/containerd/commit/c186fd8d8c2d0613ee60e84784e8feee0ac8c841) bump runc to 029124da (v1.0.0-rc7-6-g029124da)
    * [`82ebb90280`](https://github.com/containerd/containerd/commit/82ebb902806fb6b55b8365abd6e2af0ec5d8a9f4) Merge pull request  [#3175](https://github.com/containerd/containerd/pull/3175) from Random-Liu/update-cri-release-1.1
    * [`125c9a0046`](https://github.com/containerd/containerd/commit/125c9a00466b0f7ad09150358b37bdfb985c50fe) Update cri to f8171b4530bed8992973cc4a2f24efe53b821d53.
    * [`41b3a316f7`](https://github.com/containerd/containerd/commit/41b3a316f7b02b597383210a8bffb4691ab1dbce) Merge pull request  [#3165](https://github.com/containerd/containerd/pull/3165) from Random-Liu/update-cri-release-1.1
    * [`3afed24a4e`](https://github.com/containerd/containerd/commit/3afed24a4e501be880576fdd7f6f7dfe98480dd3) Update cri to b9c06fd1410f1e6699a83277887af399a1342736.
    * [`01cd85f6e8`](https://github.com/containerd/containerd/commit/01cd85f6e8575ab2e18d9244980d4ce7c8dfb41d) Merge pull request  [#3156](https://github.com/containerd/containerd/pull/3156) from thaJeztah/1.1_backport_issue_3118
    * [`de85314d4f`](https://github.com/containerd/containerd/commit/de85314d4f6dc26341cd25e08b6e4a6b446ce75d) runtime: guard Close() until both streams are complete
    * [`255da2a7b0`](https://github.com/containerd/containerd/commit/255da2a7b0de582d39c70283532c5fe78aca8b81) runtime: log IO error when copying output streams
    * [`2bf4d3a650`](https://github.com/containerd/containerd/commit/2bf4d3a65093b09530c2512eda5989cde0782bba) Merge pull request  [#3140](https://github.com/containerd/containerd/pull/3140) from thaJeztah/1.1_backport_bump_runc_v1.0.0-rc7
    * [`25b40629d4`](https://github.com/containerd/containerd/commit/25b40629d4a777a9e533cd0377260817a8098ddb) update opencontainers/runc v1.0.0-rc7
    * [`cdc2fe6d81`](https://github.com/containerd/containerd/commit/cdc2fe6d818320e91a6d084a6780a7f8389acdc4) Merge pull request  [#3112](https://github.com/containerd/containerd/pull/3112) from thaJeztah/1.1_backport_whitelist_statx
    * [`8f6bcb2bba`](https://github.com/containerd/containerd/commit/8f6bcb2bba4b7520cf51a3de6259de2f1fc2259d) Merge pull request  [#3114](https://github.com/containerd/containerd/pull/3114) from thaJeztah/1.1_backport_whitelist_io_pgetevents
    * [`58bee8125b`](https://github.com/containerd/containerd/commit/58bee8125b3c065967eb2f61466dfc05b2684679) seccomp: whitelist io_pgetevents
    * [`03d129bdb2`](https://github.com/containerd/containerd/commit/03d129bdb296d45a065476ff15de054282543799) seccomp: whitelist statx syscall
    * [`9a0a5fd1e7`](https://github.com/containerd/containerd/commit/9a0a5fd1e71db942b347f24dd93dd1fc55857f91) Merge pull request  [#3097](https://github.com/containerd/containerd/pull/3097) from thaJeztah/1.1_backport_override_package_name
    * [`d28f4aa242`](https://github.com/containerd/containerd/commit/d28f4aa2424e98246ed0af186e978c4ae0f2ed3a) Makefile: allow overriding package name
    * [`8ecb055c07`](https://github.com/containerd/containerd/commit/8ecb055c07a6bd7eb5adf43f4cac48af71e31322) Merge pull request  [#3083](https://github.com/containerd/containerd/pull/3083) from thaJeztah/1.1_backport_bump_runc
    * [`21abff907c`](https://github.com/containerd/containerd/commit/21abff907c261a0bafbcd01e7fa530258b936662) Vendor opencontainers/runtime-spec 29686dbc
    * [`49b7692b16`](https://github.com/containerd/containerd/commit/49b7692b161ed0f6d19a8eef6b06e6099d289769) Vendor in runtime spec referencing windows namespace
    * [`62e4a2c8e7`](https://github.com/containerd/containerd/commit/62e4a2c8e78358eacf2574e92229d55025b68c73) Update containerd dependencies for 1.2
    * [`95a8d1d933`](https://github.com/containerd/containerd/commit/95a8d1d93356f2f806ccaa15bba878d643168b47) Merge pull request  [#3088](https://github.com/containerd/containerd/pull/3088) from fuweid/me-cp-2876-release-1.1
    * [`4e69228971`](https://github.com/containerd/containerd/commit/4e69228971ed5a67d19735fd27df7fa50b40b4ae) bugfix: unpack should always set the snapshot gc label
    * [`f86b114ac5`](https://github.com/containerd/containerd/commit/f86b114ac52eefe97d41e62ed79f48ea9c9f7219) update runc to 2b18fe1d885ee5083ef9f0838fee39b62d653e30
    * [`52bfc9f530`](https://github.com/containerd/containerd/commit/52bfc9f53008ed96c394338d5c3ecaddf3d3969b) Merge pull request  [#3078](https://github.com/containerd/containerd/pull/3078) from thaJeztah/1.1_bump_golang
    * [`8f044b8320`](https://github.com/containerd/containerd/commit/8f044b832094496a82516e231800bbf34390fbf2) Bump to Go 1.11.x
    * [`0fc64b682c`](https://github.com/containerd/containerd/commit/0fc64b682c0a43483fcdc96752f829e1e24be7e0) Workaround for gofmt change in Go 1.11
    * [`45b8d86585`](https://github.com/containerd/containerd/commit/45b8d86585f43786ac7d0b38ee67dec95e30ebb7) Fix the formatting directives error during compilation
    * [`9d16e2e660`](https://github.com/containerd/containerd/commit/9d16e2e6607d1b34642803511dbe285baebc29e2) Merge pull request  [#3039](https://github.com/containerd/containerd/pull/3039) from Random-Liu/cherrypick-#3018-release-1.1
    * [`ee4754550a`](https://github.com/containerd/containerd/commit/ee4754550a2198c5438bfa8db5941b1aef699319) Unpack should set 0755 when the parent directory doesn't exist.
    
    ### Changes from containerd/cgroups
    
    * [`5e61083`](https://github.com/containerd/cgroups/commit/5e610833b72089b37d0e615de9a92dfc043757c2) Merge pull request  [#50](https://github.com/containerd/cgroups/pull/50) from jingxiaolu/master
    * [`0d1587c`](https://github.com/containerd/cgroups/commit/0d1587cedd41971cd1af3e2f9edbce0f74e041db) Add interface AddTask to control groups. So that we can set tasks when we need.
    * [`07683a6`](https://github.com/containerd/cgroups/commit/07683a668a6c20f509112ea932da7e4ca98c7c3f) Merge pull request  [#45](https://github.com/containerd/cgroups/pull/45) from anastop/master
    * [`15ef4c3`](https://github.com/containerd/cgroups/commit/15ef4c3a9e6a4d60361efafd525a3e3edad4362b) Add Update method for the cpuset controller
    * [`c755602`](https://github.com/containerd/cgroups/commit/c755602142464816c21c4950b991db93d9d6de95) Merge pull request  [#41](https://github.com/containerd/cgroups/pull/41) from estesp/update-travis-go
    * [`0a357bb`](https://github.com/containerd/cgroups/commit/0a357bbad85b36dfa0d0394875a294a1e531c500) Update Go versions for travis
    * [`5539584`](https://github.com/containerd/cgroups/commit/5539584069073a678346861117642026f267fba3) Fix incorrect use of OCI runtime specs-go cgroup dev types
    * [`bf7d89f`](https://github.com/containerd/cgroups/commit/bf7d89f306222823b2b23f2d6e28cd39d4f8cbdf) Merge pull request  [#40](https://github.com/containerd/cgroups/pull/40) from containerd/license
    * [`f1d9380`](https://github.com/containerd/cgroups/commit/f1d9380fd3c028194db9582825512fdf3f39ab2a) Add license to files
    * [`78a98a6`](https://github.com/containerd/cgroups/commit/78a98a644df4444dcb1fbfaea26287f2b1680bd7) Merge pull request  [#39](https://github.com/containerd/cgroups/pull/39) from paravmellanox/master
    * [`ccd26c4`](https://github.com/containerd/cgroups/commit/ccd26c4469753abb6dfbf5170b3e19dab15233ac) Add support for rdma cgroup
    
    ### Changes from containerd/cri
    
    * [`f8171b45`](https://github.com/containerd/cri/commit/f8171b4530bed8992973cc4a2f24efe53b821d53) Merge pull request  [#1117](https://github.com/containerd/cri/pull/1117) from thaJeztah/1.0_backport_bump_selinux
    * [`961bbf32`](https://github.com/containerd/cri/commit/961bbf3229e98818eddffc944545ea2fe942b17e) bump opencontainers/selinux v1.2.1
    * [`c7ec47f5`](https://github.com/containerd/cri/commit/c7ec47f52dc0b9f0b9018f1a21496185b16b7c72) bump opencontainers/selinux to v1.2
    * [`b9c06fd1`](https://github.com/containerd/cri/commit/b9c06fd1410f1e6699a83277887af399a1342736) Merge pull request  [#1112](https://github.com/containerd/cri/pull/1112) from Random-Liu/cherrypick-#1102-release-1.0
    * [`c29999cc`](https://github.com/containerd/cri/commit/c29999cc722ab7c024ba240804149dcd3ed541c8) No UTS namespace for hostnetwork.
    * [`15a38626`](https://github.com/containerd/cri/commit/15a38626beba8e1d428c16bcc247c12c102358e6) Merge pull request  [#1110](https://github.com/containerd/cri/pull/1110) from Random-Liu/cherrypick-#1108-release-1.0
    * [`5ca7e895`](https://github.com/containerd/cri/commit/5ca7e89556582a5f9860733864b9c8dd4834fc03) Update CNI to v0.7.5.
    * [`04ccb9ca`](https://github.com/containerd/cri/commit/04ccb9ca84687c041fed67a7fa13fc215b05390f) Merge pull request  [#1105](https://github.com/containerd/cri/pull/1105) from Random-Liu/cherrypick-#1099-release-1.0
    * [`b2568d2e`](https://github.com/containerd/cri/commit/b2568d2eaaecc76c7977879ff251107479ce3d16) Do not SIGKILL container if container stop is cancelled.
    * [`3c81b301`](https://github.com/containerd/cri/commit/3c81b301d518842795af4d562a11affe88e7f09f) Merge pull request  [#1087](https://github.com/containerd/cri/pull/1087) from Random-Liu/cherrypick-#1085-release-1.0
    * [`134c2f35`](https://github.com/containerd/cri/commit/134c2f35daa7c8a46d39e3d02976ff24e561b544) Fix /etc/hostname backward compatibility issue for in-place upgrade.
    * [`5b8046c2`](https://github.com/containerd/cri/commit/5b8046c28ee1c090418800e5f154ba9aeeb77260) Merge pull request  [#1073](https://github.com/containerd/cri/pull/1073) from Random-Liu/cherrypick-#1072-release-1.0
    * [`b01bbde7`](https://github.com/containerd/cri/commit/b01bbde7ebf9125df794b8c6b00a4b0d5a3e8891) Use clean path for map and comparison.
    * [`d35c6741`](https://github.com/containerd/cri/commit/d35c6741eb82afe419c6d890096ec6d9e01c4ed3) Merge pull request  [#1068](https://github.com/containerd/cri/pull/1068) from Random-Liu/cherrypick-#1055-release-1.0
    * [`90bc4a66`](https://github.com/containerd/cri/commit/90bc4a666b440ebbca2225b716d384d07b002622) Use the correct sandbox config.
    * [`64e3e2d0`](https://github.com/containerd/cri/commit/64e3e2d06a0a54594f3d3e8d3cf2b9155b8fefac) Merge pull request  [#1051](https://github.com/containerd/cri/pull/1051) from Random-Liu/update-containerd-release-1.0
    * [`5f8a6b6b`](https://github.com/containerd/cri/commit/5f8a6b6bf7f572240a602ee451b66a0aa8024ad4) Update containerd to 878924b9b5b2d5fc22a3bdbe93ac736f31618f44.
    
    ### Changes from containerd/go-runc
    
    * [`14606eb`](https://github.com/containerd/go-runc/commit/14606eb66abd9e834e3bd22a4f5f46a3aad54c54) Merge pull request  [#43](https://github.com/containerd/go-runc/pull/43) from AkihiroSuda/rootless
    * [`0194529`](https://github.com/containerd/go-runc/commit/0194529da8005aec523e4419fbbba7999199a79a) add support for --rootless
    * [`74719bd`](https://github.com/containerd/go-runc/commit/74719bd2a8ade2628345189915f20296781dcd55) Merge pull request  [#42](https://github.com/containerd/go-runc/pull/42) from Random-Liu/expose-parsePSOutput
    * [`fdf39b3`](https://github.com/containerd/go-runc/commit/fdf39b3a7ef10982d1a5311c0411461406299517) Expose parsePSOutput.
    * [`301f7c1`](https://github.com/containerd/go-runc/commit/301f7c1fbbc328a0b5b08c4e9942de2f0a147f96) Merge pull request  [#41](https://github.com/containerd/go-runc/pull/41) from masters-of-cats/master
    * [`07e192d`](https://github.com/containerd/go-runc/commit/07e192dad382644e9bf2f6e6044cd8d24aac6bec) Use user-specific temp directory if set
    * [`f271fa2`](https://github.com/containerd/go-runc/commit/f271fa2021de855d4d918dbef83c5fe19db1bdd5) Merge pull request  [#40](https://github.com/containerd/go-runc/pull/40) from avagin/tty
    * [`400dfa3`](https://github.com/containerd/go-runc/commit/400dfa3a6d4473c42b68aae921cb63b8080397a8) Add ConsoleSocket to RestoreOpts
    
    ### Dependency Changes
    
    Previous release can be found at [v1.1.6](https://github.com/containerd/containerd/releases/tag/v1.1.6)
    
    * **github.com/containerd/cgroups**           fe281dd265766145e943a034aa41086474ea6130 -> 5e610833b72089b37d0e615de9a92dfc043757c2
    * **github.com/containerd/cri**               f0b5665a959119b6a6234001e6d55206d9200e95 -> f8171b4530bed8992973cc4a2f24efe53b821d53
    * **github.com/containerd/go-runc**           bcb223a061a3dd7de1a89c0b402a60f4dd9bd307 -> 14606eb66abd9e834e3bd22a4f5f46a3aad54c54
    * **github.com/containernetworking/plugins**  v0.7.0 -> v0.7.5
    * **github.com/opencontainers/runc**          6635b4f0c6af3810594d2770f662f34ddc15b40d -> 029124da7af7360afa781a0234d1b083550f797c
    * **github.com/opencontainers/runtime-spec**  v1.0.1 -> 29686dbc5559d93fb1ef402eeda3e35c38d75af4
    * **github.com/opencontainers/selinux**       b6fa367ed7f534f9ba25391cc2d467085dbb445a -> v1.2.1
    
    
  • v1.2.5
    containerd 1.2.5
    
    Welcome to the v1.2.5 release of containerd!
    
    The fifth patch release for `containerd` 1.2 contains fixes
    for image management, cgroup management and the
    CRI plugin.
    It also updates runc to include an improved fix for CVE-2019-5736
    to reduce the increased memory-consumption introduced by the original
    patch.
    All these changes are noted below.
    ### Notable Updates
    * Fix an issue that non-existent parent directory in image layers is created with permission
    `0700`. [#3017](https://github.com/containerd/containerd/issues/3017)
    * Fix an issue that snapshots of the base image can be deleted by mistake, when images
    built on top of it are deleted. [#3087](https://github.com/containerd/containerd/pull/3087)
    * Support for GC references to content from snapshot and container objects. [#3080](https://github.com/containerd/containerd/pull/3080)
    * cri: Fix a bug that pod can't get started when the same volume is defined
    differently in the image and the pod spec. [cri#1059](https://github.com/containerd/cri/issues/1059)
    * cri: Fix a bug that causes container start failure after in-place upgrade containerd
    to 1.2.4+ or 1.1.6+. [cri#1082](https://github.com/containerd/cri/issues/1082)
    * cgroups updated to dbea6f2bd41658b84b00417ceefa416b97 to fix issues for systemd 420 and
    non-existent cgroups. [#3079](https://github.com/containerd/containerd/pull/3079)
    * runc updated to 2b18fe1d885ee5083ef9f0838fee39b62d653e30 to include the improved
    fix for CVE-2019-5736. [#3082](https://github.com/containerd/containerd/pull/3082)
    * cri updated to a92c40017473cbe0239ce180125f12669757e44f. [#3084](https://github.com/containerd/containerd/pull/3084)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Michael Crosby
    * Phil Estes
    * Lantao Liu
    * Gábor Lipták
    * Derek McGowan
    * Cedric Clerget
    * Daniel, Dao Quang Minh
    * Sebastiaan van Stijn
    * Ashley Sykes
    * Brent Baude
    * Chris Mark
    * Georgia Panoutsakopoulou
    * Grant Seltzer Richman
    * JoeWrightss
    * MichaelKatsoulis
    * Wei Fu
    * Wei Zhang
    
    ### Changes
    
    * [`bb71b10fd8`](https://github.com/containerd/containerd/commit/bb71b10fd8f58240ca47fbb579b9d1028eea7c84) Merge pull request  [#3086](https://github.com/containerd/containerd/pull/3086) from Random-Liu/prepare-release-1-2-5
    * [`6878e2b3fa`](https://github.com/containerd/containerd/commit/6878e2b3fad4f8124e0f32d18269c8074321b750) Prepare v1.2.5 release.
    * [`075e1ed4e0`](https://github.com/containerd/containerd/commit/075e1ed4e0bbe6219c8ebbe57deace356970f1c7) Merge pull request  [#3092](https://github.com/containerd/containerd/pull/3092) from Random-Liu/update-cri-release-1.2
    * [`12f76332e6`](https://github.com/containerd/containerd/commit/12f76332e6ce2156aeeff823e8c8e8981b8639eb) Update cri to a92c40017473cbe0239ce180125f12669757e44f.
    * [`8f312e3586`](https://github.com/containerd/containerd/commit/8f312e3586e99955500dce5802dc20dad5ce5a21) Merge pull request  [#3091](https://github.com/containerd/containerd/pull/3091) from dmcgowan/release-1.2-update-mailmap
    * [`68f0866dfc`](https://github.com/containerd/containerd/commit/68f0866dfcd4d0cc51b14b623b6491676b21d41a) Update mailmap for cgroup authors
    * [`96a0d28390`](https://github.com/containerd/containerd/commit/96a0d2839022bd1ec79f95238b052ab96b35175b) Merge pull request  [#3082](https://github.com/containerd/containerd/pull/3082) from thaJeztah/1.2_backport_bump_runc
    * [`9ead3ca72a`](https://github.com/containerd/containerd/commit/9ead3ca72a0b236d9ac3056543db49ebe746ac08) Merge pull request  [#3087](https://github.com/containerd/containerd/pull/3087) from fuweid/me-cherry-pick-2876
    * [`88401ba68a`](https://github.com/containerd/containerd/commit/88401ba68aff94dca57c9109b592213017cb277b) bugfix: unpack should always set the snapshot gc label
    * [`c1f49fa74c`](https://github.com/containerd/containerd/commit/c1f49fa74ca9443ecc213f8a5db9e52319be4bf9) Merge pull request  [#3084](https://github.com/containerd/containerd/pull/3084) from Random-Liu/update-cri-release-1.2
    * [`a5e6b940ea`](https://github.com/containerd/containerd/commit/a5e6b940ea979c001898ae0b85c92476da6cfde9) Update cri to 8e7ca12f411d65de58ca672e8e4a0c1464b4fe34.
    * [`0b7e80e347`](https://github.com/containerd/containerd/commit/0b7e80e347ab29a3866dc93a506fc66f41331805) Merge pull request  [#3080](https://github.com/containerd/containerd/pull/3080) from dmcgowan/backport-1.2-gc-content-references
    * [`b7e7f1140f`](https://github.com/containerd/containerd/commit/b7e7f1140f9d6ae1e43620f867d00131448abd04) update runc to 2b18fe1d885ee5083ef9f0838fee39b62d653e30
    * [`17a4289dee`](https://github.com/containerd/containerd/commit/17a4289deeebd5b84262485d3a29c5e3ca605973) Add content gc ref labels from containers, images, and snapshots
    * [`f3ab47dd2b`](https://github.com/containerd/containerd/commit/f3ab47dd2b703f5b33e4af1663f2230dc21e8eb3) Merge pull request  [#3079](https://github.com/containerd/containerd/pull/3079) from crosbymichael/cherry-picks1.2
    * [`e8091eb546`](https://github.com/containerd/containerd/commit/e8091eb5467bf8b23cbd99e4d7db831844e7fedd) Bump cgroups to dbea6f2bd41658b84b00417ceefa416b97
    * [`96a8180618`](https://github.com/containerd/containerd/commit/96a818061881066ff798a340423559a1b2a5dd7d) Merge pull request  [#3077](https://github.com/containerd/containerd/pull/3077) from thaJeztah/1.2_bump_golang
    * [`aed4a5e96c`](https://github.com/containerd/containerd/commit/aed4a5e96c8960b59e4325ad984015eb61ac8862) Bump to Go 1.11.x
    * [`782dd8988a`](https://github.com/containerd/containerd/commit/782dd8988a9aae5f61acb6b21902c716c8bf60b4) Merge pull request  [#3038](https://github.com/containerd/containerd/pull/3038) from Random-Liu/cherrypick-#3018-release-1.2
    * [`9899aca83f`](https://github.com/containerd/containerd/commit/9899aca83f3389766c04912ac72dbb35e80d7459) Unpack should set 0755 when the parent directory doesn't exist.
    
    ### Changes from containerd/cgroups
    
    * [`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/cri
    
    * [`a92c4001`](https://github.com/containerd/cri/commit/a92c40017473cbe0239ce180125f12669757e44f) Merge pull request  [#1086](https://github.com/containerd/cri/pull/1086) from Random-Liu/cherrypick-#1085-release-1.2
    * [`616d154e`](https://github.com/containerd/cri/commit/616d154eb0b6a4a290eb2b593e3a35e135373c9c) Fix /etc/hostname backward compatibility issue for in-place upgrade.
    * [`8e7ca12f`](https://github.com/containerd/cri/commit/8e7ca12f411d65de58ca672e8e4a0c1464b4fe34) Merge pull request  [#1081](https://github.com/containerd/cri/pull/1081) from Random-Liu/cherrypick-#1056-release-1.2
    * [`989fb1ab`](https://github.com/containerd/cri/commit/989fb1abe9a3b89199683ac4f19ed01b9403d584) Add an OCI annotation for sandbox log directory.
    * [`0eee55a2`](https://github.com/containerd/cri/commit/0eee55a2ba8d006cb4da963ce92c78f5f9615cbd) Merge pull request  [#1074](https://github.com/containerd/cri/pull/1074) from Random-Liu/cherrypick-#1072-release-1.2
    * [`4d4f610e`](https://github.com/containerd/cri/commit/4d4f610e65945ec1a6cec078413fc1545c3a55c5) Use clean path for map and comparison.
    * [`9c25ab5b`](https://github.com/containerd/cri/commit/9c25ab5b9937f2f54b17286d376825f3082ee0c2) Merge pull request  [#1067](https://github.com/containerd/cri/pull/1067) from Random-Liu/cherrypick-#1055-release-1.2
    * [`eaf8efc5`](https://github.com/containerd/cri/commit/eaf8efc51e72abd68d979a26dbb1e26541eb4752) Use the correct sandbox config.
    * [`afbdeacc`](https://github.com/containerd/cri/commit/afbdeaccd5e695b91a28e423ada14b480f4b6bd3) Merge pull request  [#1050](https://github.com/containerd/cri/pull/1050) from Random-Liu/update-containerd-release-1.2
    * [`72fab7c8`](https://github.com/containerd/cri/commit/72fab7c85337cc88110f9bc64ab91a057dc17c00) Update containerd to 583472f67a3d7c258f874347339688de05802790.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.4](https://github.com/containerd/containerd/releases/tag/v1.2.4)
    
    * **github.com/containerd/cgroups**   5e610833b72089b37d0e615de9a92dfc043757c2 -> dbea6f2bd41658b84b00417ceefa416b979cbf10
    * **github.com/containerd/cri**       da0c016c830b2ea97fd1d737c49a568a816bf964 -> a92c40017473cbe0239ce180125f12669757e44f
    * **github.com/opencontainers/runc**  6635b4f0c6af3810594d2770f662f34ddc15b40d -> 2b18fe1d885ee5083ef9f0838fee39b62d653e30
    
    
  • v1.2.4
    containerd 1.2.4
    
    Welcome to the v1.2.4 release of containerd!
    
    The fourth patch release for `containerd` 1.2 re-vendors
    `runc` which includes the patch for the critical CVE-2019-5736 escape
    vulnerability. This release also includes a few fixes for the CRI plugin as
    well as a change for Windows; all these changes are noted below.
    
    ### Notable Updates
    * cri: Set /etc/hostname [#1042](https://github.com/containerd/cri/pull/1042)
    * cri: Fix env performance issue [#1045](https://github.com/containerd/cri/pull/1045)
    * runc updated to 6635b4f0c6af3810594d2770f662f34ddc15b40d to solve CVE-2019-5736
    * cri updated to da0c016c830b2ea97fd1d737c49a568a816bf964
    * Windows: NewDirectIOFromFIFOSet [#2934](https://github.com/containerd/containerd/pull/2934)
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Justin Terry
    * Sebastiaan van Stijn
    * Derek McGowan
    * Michael Crosby
    * Phil Estes
    * John Howard
    
    ### Changes
    
    * [`e6b3f5632f`](https://github.com/containerd/containerd/commit/e6b3f5632f50dbc4e9cb6288d911bf4f5e95b18e) Merge pull request  [#3002](https://github.com/containerd/containerd/pull/3002) from estesp/prepare-1.2.4-release
    * [`5d1443dca7`](https://github.com/containerd/containerd/commit/5d1443dca7a5f49e77710caff399b7e7ffe84ef8) Prepare v1.2.4 release
    * [`2095626cff`](https://github.com/containerd/containerd/commit/2095626cffb279ee7938586f7b33b72109de9a29) Merge pull request  [#3014](https://github.com/containerd/containerd/pull/3014) from thaJeztah/1.2_bump_cri
    * [`78286104d0`](https://github.com/containerd/containerd/commit/78286104d0267e28640edf6f3145e6d87419db51) Merge pull request  [#3013](https://github.com/containerd/containerd/pull/3013) from thaJeztah/1.2_backport_windows_changes
    * [`3cbdf9e488`](https://github.com/containerd/containerd/commit/3cbdf9e488d20de341f9f6cad76859a81320a6ba) [release/1.2] update containerd/cri to da0c016c830b2ea97fd1d737c49a568a816bf964
    * [`dfa19e5969`](https://github.com/containerd/containerd/commit/dfa19e59693c0ee1c358b8446224e0d2f0c9258b) Windows:NewDirectIOFromFIFOSet
    * [`84a14ae000`](https://github.com/containerd/containerd/commit/84a14ae000e6114d60a307f0abf6df7036a7c745) Update runhcs options to include CRI Sandbox support
    * [`6a8198b07d`](https://github.com/containerd/containerd/commit/6a8198b07d9788cf8c43952b46d2c7d7ef5a56a7) Forward ctr.exe --debug as io.containerd.runhcs.v1 options
    * [`d40cc95fcf`](https://github.com/containerd/containerd/commit/d40cc95fcf371b908164f935b29e19b99d7c16d7) Implement io.containerd.runhcs.v1 shim log opts
    * [`30ca1c5544`](https://github.com/containerd/containerd/commit/30ca1c554434e82deca3df420968d7dd435e32da) Add io.containerd.runhcs.v1 shim proto options
    * [`7908802cb5`](https://github.com/containerd/containerd/commit/7908802cb558fa6d3cbc4351f623357db120b3bb) Fix Makefile to run protobuild on paths with spaces
    * [`583472f67a`](https://github.com/containerd/containerd/commit/583472f67a3d7c258f874347339688de05802790) Merge pull request  [#2998](https://github.com/containerd/containerd/pull/2998) from thaJeztah/1.2_backport_bump_runc_cve_2019-5736
    * [`b4bf3e340c`](https://github.com/containerd/containerd/commit/b4bf3e340c17d06160687752a0947fc06a208522) Update runc to 6635b4f0c6af3810594d2770f662f34ddc15b40d (CVE-2019-5736)
    * [`74133fa4ea`](https://github.com/containerd/containerd/commit/74133fa4eab830248ff01662f97aceef82598fe6) Merge pull request  [#2995](https://github.com/containerd/containerd/pull/2995) from thaJeztah/1.2_backport_remove_normalize_image_ref
    * [`ed756ffdd4`](https://github.com/containerd/containerd/commit/ed756ffdd47729d90fc414286a5cc906160705f1) Use distribution's reference.ParseDockerRef
    * [`2fb3823635`](https://github.com/containerd/containerd/commit/2fb3823635c1c121c8749f8eb4f20f1d51e2bcdb) Bump github.com/docker/distribution to 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    
    ### Changes from containerd/cri
    
    * [`da0c016c`](https://github.com/containerd/cri/commit/da0c016c830b2ea97fd1d737c49a568a816bf964) Merge pull request  [#1049](https://github.com/containerd/cri/pull/1049) from Random-Liu/cherrypick-#1045-release-1.2
    * [`fd12e919`](https://github.com/containerd/cri/commit/fd12e919725790868b5a78a401dee3ac97b5c8f6) Merge pull request  [#1046](https://github.com/containerd/cri/pull/1046) from Random-Liu/cherrypick-#1042-release-1.2
    * [`ca6506b4`](https://github.com/containerd/cri/commit/ca6506b4e160371fea10e6b99b39c5db510fa52b) Include default envs from containerd.
    * [`2add88c1`](https://github.com/containerd/cri/commit/2add88c1ed8a177aaab6408c8a62a32836f28bc1) Add env cache.
    * [`50fbeb6f`](https://github.com/containerd/cri/commit/50fbeb6f49a466c0b3772242aa946238617d2d6b) Don't log config at info level.
    * [`1a51d430`](https://github.com/containerd/cri/commit/1a51d430b30862bb6b30f639931e725381d89efa) Set /etc/hostname.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.3](https://github.com/containerd/containerd/releases/tag/v1.2.3)
    
    * **github.com/containerd/cri**       c3cf754321fc38c6af5dfd2552fdde0ad192b31d -> da0c016c830b2ea97fd1d737c49a568a816bf964
    * **github.com/docker/distribution**  b38e5838b7b2f2ad48e06ec4b500011976080621 -> 0d3efadf0154c2b8a4e7b6621fff9809655cc580
    * **github.com/opencontainers/runc**  12f6a991201fdb8f82579582d5e00e28fba06d0a -> 6635b4f0c6af3810594d2770f662f34ddc15b40d
    * **golang.org/x/sys**                1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 41f3e6584952bb034a481797859f6ab34b6803bd
    
  • v1.1.6
    containerd 1.1.6
    
    Welcome to the v1.1.6 release of containerd!
    
    This is the sixth patch release for the `containerd` 1.1 release. This
    release specifically re-vendors `runc` to capture the fix for the critical
    CVE-2019-5736 container escape. Several CRI fixes were also included in
    this release and are listed below.
    
    ## Runtime
    * Update runc to 6635b4f0c6af3810594d2770f662f34ddc15b40d to fix CVE-2019-5736
    
    ## CRI
    * containerd/cri#984 filter events for non k8s.io namespaces (resolves https://github.com/firecracker-microvm/firecracker-containerd/issues/35)
    * containerd/cri#991 Remove container lifecycle image dependency (fixes containerd/cri#990)
    * containerd/cri#1016 Specify platform for image pull (fixes containerd/cri#1015)
    * containerd/cri#1027 Fix the log ending newline handling (fixes containerd/cri#1026)
    * containerd/cri#1042 Set /etc/hostname (fixes containerd/cri#1041)
    * containerd/cri#1045 Fix env performance issue (fixes containerd/cri#1044)
    * Update cri to f0b5665a959119b6a6234001e6d55206d9200e95
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Phil Estes
    * Michael Crosby
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Derek McGowan
    * Lifubang
    * Mike Brown
    * Wei Fu
    * Ace-Tang
    * Mike Brown
    
    ### Changes
    
    * [`0ad902c05b`](https://github.com/containerd/containerd/commit/0ad902c05b13590a0393c89b1276b5d46d507312) Merge pull request  [#3003](https://github.com/containerd/containerd/pull/3003) from estesp/prepare-v1.1.6-release
    * [`ed854e3ca1`](https://github.com/containerd/containerd/commit/ed854e3ca171ec0a927769c2a1c1b78d9516a410) Prepare v1.1.6 release
    * [`a79c691e0f`](https://github.com/containerd/containerd/commit/a79c691e0f2ec2b58e0a645703ed8f047afa0905) Merge pull request  [#3015](https://github.com/containerd/containerd/pull/3015) from thaJeztah/1.1_bump_cri
    * [`38bf6c598a`](https://github.com/containerd/containerd/commit/38bf6c598ad1f13b37cf5605d5ae2677c2160677) [release/1.1] update containerd/cri to f0b5665a959119b6a6234001e6d55206d9200e95
    * [`878924b9b5`](https://github.com/containerd/containerd/commit/878924b9b5b2d5fc22a3bdbe93ac736f31618f44) Merge pull request  [#2999](https://github.com/containerd/containerd/pull/2999) from thaJeztah/1.1_backport_bump_runc_cve_2019-5736
    * [`3177b4b96e`](https://github.com/containerd/containerd/commit/3177b4b96eedebc6d2e9a1eb6dda5624e4aee733) Update runc to 6635b4f0c6af3810594d2770f662f34ddc15b40d (CVE-2019-5736)
    * [`80c3f1a3e4`](https://github.com/containerd/containerd/commit/80c3f1a3e42063d8bcd735eecc19d51a759d15cb) Merge pull request  [#2966](https://github.com/containerd/containerd/pull/2966) from fuweid/remove-noop-1-1
    * [`3e6d7f678d`](https://github.com/containerd/containerd/commit/3e6d7f678dd2e8b496014e5541ab912c97b32481) metadata/gc: remove the noop-loop for snapshot reference
    * [`813e5f6765`](https://github.com/containerd/containerd/commit/813e5f67655ea3bcf64784dbfde007b8d0084793) Merge pull request  [#2954](https://github.com/containerd/containerd/pull/2954) from thaJeztah/1.1_backport_fix_xattr
    * [`b48afb426e`](https://github.com/containerd/containerd/commit/b48afb426e4c9acecf5abc0d2c62f2ee8fa975b8) fix: SCHILY.xattrs should be SCHILY.xattr
    * [`9979a1a936`](https://github.com/containerd/containerd/commit/9979a1a9362ec63977e3ebd8b914403395cbd960) Merge pull request  [#2951](https://github.com/containerd/containerd/pull/2951) from crosbymichael/lint-relase11
    * [`ff8a80e4c1`](https://github.com/containerd/containerd/commit/ff8a80e4c18299f533a2dae92906db6d302b5600) [release/1.1] fix: linter issue
    * [`6b15143e8d`](https://github.com/containerd/containerd/commit/6b15143e8d0ccadf847d12e4244cd8e92f12d286) Merge pull request  [#2933](https://github.com/containerd/containerd/pull/2933) from AkihiroSuda/runc20190115-1.1
    * [`acd495de00`](https://github.com/containerd/containerd/commit/acd495de0085179fa6712863bb9da5f29885e5e3) bump up runc
    * [`b55cf2cc05`](https://github.com/containerd/containerd/commit/b55cf2cc05db3e6683b4fd8c9cc5c2d126e090f1) Merge pull request  [#2892](https://github.com/containerd/containerd/pull/2892) from thaJeztah/1.1_revert_temp_golang_fix
    * [`0e93a1e41f`](https://github.com/containerd/containerd/commit/0e93a1e41fbb89c2bb6dca64629471ec375772db) Revert "Fix CI due to Golang 1.10.6 / 1.11.3 regressions (workaround)"
    * [`02e398d93e`](https://github.com/containerd/containerd/commit/02e398d93e184989efa1781b3bd2df80cedce700) Merge pull request  [#2880](https://github.com/containerd/containerd/pull/2880) from thaJeztah/1.1_backport_fix_ci_golang_1.11
    * [`66a3eeb5b7`](https://github.com/containerd/containerd/commit/66a3eeb5b78ef409b7520dae64e17bc3aceb1ebc) Fix CI due to Golang 1.10.6 / 1.11.3 regressions (workaround)
    * [`3c89a5e3f1`](https://github.com/containerd/containerd/commit/3c89a5e3f10b6f404353c0bd87aa261c7a11e1ce) Merge pull request  [#2833](https://github.com/containerd/containerd/pull/2833) from acmcodercom/pidreuseattack
    * [`0bb672dc2b`](https://github.com/containerd/containerd/commit/0bb672dc2b4347798d9119deb29efb3005d63253) Merge pull request  [#2864](https://github.com/containerd/containerd/pull/2864) from thaJeztah/1.1_backport_runc-kill-paused
    * [`a1bfd3a2ed`](https://github.com/containerd/containerd/commit/a1bfd3a2ed1d5c40158a90572fc6e3966dc0dff2) Update runc to 96ec2177ae841256168fcf76954f7177af
    * [`dbf186d970`](https://github.com/containerd/containerd/commit/dbf186d970d329467f458fa5d44bb10324e066b3) Merge pull request  [#2848](https://github.com/containerd/containerd/pull/2848) from thaJeztah/1.1_backport_mask_asound
    * [`3d313382ca`](https://github.com/containerd/containerd/commit/3d313382ca535e5f9a586fd184bdb3cc44a907ce) Add /proc/asound to masked paths
    * [`6bb83f2195`](https://github.com/containerd/containerd/commit/6bb83f21952db7bae88f41b04903f2d12bb6102d) Merge pull request  [#2834](https://github.com/containerd/containerd/pull/2834) from acmcodercom/execrace
    * [`190c910435`](https://github.com/containerd/containerd/commit/190c910435299eecf915d06586b8d4e1412de95a) fix pid reuse attack when kill a exec process
    * [`33c860f31d`](https://github.com/containerd/containerd/commit/33c860f31d1346a95f65a54083523060a35085fd) fix race in exec delete and start
    
    ### Changes from containerd/cri
    
    * [`f0b5665a`](https://github.com/containerd/cri/commit/f0b5665a959119b6a6234001e6d55206d9200e95) Merge pull request  [#1048](https://github.com/containerd/cri/pull/1048) from Random-Liu/cherrypick-#1045-release-1.0
    * [`5edec1d8`](https://github.com/containerd/cri/commit/5edec1d8a6efe5e996b8153ff4a7cdba349a8ec9) Include default envs from containerd.
    * [`03cd5a31`](https://github.com/containerd/cri/commit/03cd5a31e2bbdae56fa6188e35ac511f598ff456) Add env cache.
    * [`eedb9f81`](https://github.com/containerd/cri/commit/eedb9f81cc50f49f53f0359edcb21675775fada1) Merge pull request  [#1047](https://github.com/containerd/cri/pull/1047) from Random-Liu/cherrypick-#1042-release-1.0
    * [`b33f16e1`](https://github.com/containerd/cri/commit/b33f16e12ce6ebfd1368697213bd9b02f5fbbbfe) Don't log config at info level.
    * [`3c7c404d`](https://github.com/containerd/cri/commit/3c7c404d7cf3dae79ec59a73c2b5eec04124e2c7) Set /etc/hostname.
    * [`71909a1a`](https://github.com/containerd/cri/commit/71909a1a18a2bfc4caa29aeff755b423c417d767) Merge pull request  [#1031](https://github.com/containerd/cri/pull/1031) from Random-Liu/cherrypick-#1027-release-1.0
    * [`dd55db0a`](https://github.com/containerd/cri/commit/dd55db0ab0d020e7ee2596ff4624c91a0d2fe78e) Add integration test.
    * [`b9cb0b21`](https://github.com/containerd/cri/commit/b9cb0b217e0f3e919f17de76afb62d3d40ee2ba4) Fix lint error.
    * [`0e24a83a`](https://github.com/containerd/cri/commit/0e24a83ad4d4125d3afc0226f934b9625e28cec3) Fix the log ending newline handling.
    * [`562eefa9`](https://github.com/containerd/cri/commit/562eefa97463a40f26c1806d66fe51e1f9efd8ca) Merge pull request  [#1016](https://github.com/containerd/cri/pull/1016) from Random-Liu/specify-platform-release-1.0
    * [`3a10f4e6`](https://github.com/containerd/cri/commit/3a10f4e6fc56219b06a7f9c75629c4f82ff82a60) Specify platform for image pull.
    * [`12b411e8`](https://github.com/containerd/cri/commit/12b411e805cb9a5ceac9ed12261561be7cca9249) Merge pull request  [#1008](https://github.com/containerd/cri/pull/1008) from Random-Liu/revert-#998-release-1.0
    * [`1347be5a`](https://github.com/containerd/cri/commit/1347be5a127ad5f14ab3b7bd87ae19ba5b26b353) Revert "Temporary fix for golang regression #29241."
    * [`685bd043`](https://github.com/containerd/cri/commit/685bd043f5497d965765617ee7e060d549d99e83) Merge pull request  [#1006](https://github.com/containerd/cri/pull/1006) from Random-Liu/cherrypick-#1004-release-1.0
    * [`9d3f7085`](https://github.com/containerd/cri/commit/9d3f70851d95fc884a64d7e78d2a461cda2529e7) Install libseccomp2 package based on debian version.
    * [`5766ef2d`](https://github.com/containerd/cri/commit/5766ef2dfc8c7daef66e3c53f3dbe6b379ab70db) Merge pull request  [#995](https://github.com/containerd/cri/pull/995) from Random-Liu/cherrypick-#991-release-1.0
    * [`a8b85255`](https://github.com/containerd/cri/commit/a8b8525574f23d6c3dac47e7a3340114556fcc42) Merge pull request  [#998](https://github.com/containerd/cri/pull/998) from Random-Liu/cherrypick-#997-release-1.0
    * [`2b2ca4c4`](https://github.com/containerd/cri/commit/2b2ca4c472915caf3919d64ce34d5db315de9406) Temporary fix for golang regression #29241.
    * [`0ac83633`](https://github.com/containerd/cri/commit/0ac8363365ee9c811c5dee4060849823ed1bd30f) Add integration test.
    * [`5e759f5c`](https://github.com/containerd/cri/commit/5e759f5c71d4d89f94efd393d23184bd4f828b50) Remove container lifecycle image ref dependency.
    * [`89aaac88`](https://github.com/containerd/cri/commit/89aaac88fa23e5e1bbe73b790996c5aee7c63a3f) Merge pull request  [#988](https://github.com/containerd/cri/pull/988) from mikebrow/cherrypick-#984-release-1.0
    * [`2f5d677a`](https://github.com/containerd/cri/commit/2f5d677aabb526fd628c30678e9e2f2391a04a1b) filter namespace
    
    ### Dependency Changes
    
    Previous release can be found at [v1.1.5](https://github.com/containerd/containerd/releases/tag/v1.1.5)
    
    * **github.com/containerd/cri**       bad0ae1102e1bf9e53876f75eacc42bc97cfb557 -> f0b5665a959119b6a6234001e6d55206d9200e95
    * **github.com/opencontainers/runc**  10d38b660a77168360df3522881e2dc2be5056bd -> 6635b4f0c6af3810594d2770f662f34ddc15b40d
    * **golang.org/x/sys**                1b2967e3c290b7c545b3db0deeda16e9be4f98a2 -> 41f3e6584952bb034a481797859f6ab34b6803bd
    
    
  • v1.2.3
    containerd 1.2.3
    
    Welcome to the v1.2.3 release of containerd!
    
    The third patch release for `containerd` 1.2 contains important fixes
    for container image backwards compatibility as well as some runtime and
    CRI issues.
    
    ### Notable Updates
    * fix in Tar xattrs to restore compatibility with older container images [#2953](https://github.com/containerd/containerd/pull/2953)
    * background `O_NONBLOCK` in OpenFifo to fix uncancelled context timeout issue
    * updated `PlatformRuntime` interface to include Add/Delete methods
    * runtime: exec race condition fixed [#2970](https://github.com/containerd/containerd/pull/2970)
    * cri: fixed issues with extra newline character in log without an extra newline [#2984](https://github.com/containerd/containerd/pull/2984)
    * cri: fixed an issue with pods being ignored after load failures [#2984](https://github.com/containerd/containerd/pull/2984)
    * runc updated to 12f6a991201fdb8f82579582d5e00e28fba06d0a
    * cri updated to c3cf754321fc38c6af5dfd2552fdde0ad192b31d
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Michael Crosby
    * Wei Fu
    * Derek McGowan
    * Akihiro Suda
    * Phil Estes
    * Ace-Tang
    * Evan Hazlett
    
    ### Changes
    
    * [`7f5f1176`](https://github.com/containerd/containerd/commit/7f5f1176dd9fb3cc8d3ce5de91759ed3dc969fa2) Merge pull request  [#2974](https://github.com/containerd/containerd/pull/2974) from ehazlett/release-v1.2.3
    * [`7216861d`](https://github.com/containerd/containerd/commit/7216861de78b779d6e348f67d8414501b1064698) Update for 1.2.3 release
    * [`5de147d9`](https://github.com/containerd/containerd/commit/5de147d92f5f49e641e7aaa790656a63f5a00be1) Merge pull request  [#2984](https://github.com/containerd/containerd/pull/2984) from Random-Liu/update-cri-release-1.2
    * [`f7ac34e3`](https://github.com/containerd/containerd/commit/f7ac34e322ea1c6cc70f3dba3e4e89e6e7985f2b) Update cri plugin to c3cf754321fc38c6af5dfd2552fdde0ad192b31d.
    * [`0137339c`](https://github.com/containerd/containerd/commit/0137339c8c1d55de5545ffdd723199dfba27cb24) Merge pull request  [#2977](https://github.com/containerd/containerd/pull/2977) from crosbymichael/io-panic
    * [`7daf0804`](https://github.com/containerd/containerd/commit/7daf0804fce3b82ff19aa5cb0483edca403660a2) Fix potential containerd panic.
    * [`2fd20f11`](https://github.com/containerd/containerd/commit/2fd20f11fa936c78c8f0c10ba038967983d0b835) Merge pull request  [#2972](https://github.com/containerd/containerd/pull/2972) from crosbymichael/exec-lock
    * [`5730c500`](https://github.com/containerd/containerd/commit/5730c5003980f2b8c6d18188b56188230353ba81) Add a separate lock for pid.
    * [`b9b7ef32`](https://github.com/containerd/containerd/commit/b9b7ef32be839a34076b085d22635021e8d3584e) Revert "use state machine management for exec.Pid()"
    * [`dba2e5e5`](https://github.com/containerd/containerd/commit/dba2e5e570a8e4810aea10573aa8802333c2d5ce) Merge pull request  [#2965](https://github.com/containerd/containerd/pull/2965) from fuweid/remove-noop
    * [`9b6a318a`](https://github.com/containerd/containerd/commit/9b6a318a366e557102039e46f8abffc533cd74b3) metadata/gc: remove the noop-loop for snapshot reference
    * [`d86a73a4`](https://github.com/containerd/containerd/commit/d86a73a4189170cb7003bccd08765d13b790472d) Merge pull request  [#2946](https://github.com/containerd/containerd/pull/2946) from fuweid/platformruntime
    * [`dd29d5c3`](https://github.com/containerd/containerd/commit/dd29d5c3cb3db712ce7c70bf5ade3c7bcaabd796) Merge pull request  [#2947](https://github.com/containerd/containerd/pull/2947) from fuweid/pull-oct
    * [`a0b4da71`](https://github.com/containerd/containerd/commit/a0b4da71392a62f94705fcac4684548eb2003ff5) bugfix: support application/octet-stream during pull
    * [`b4d38c0f`](https://github.com/containerd/containerd/commit/b4d38c0ffad79814f8a9be20a342a9d4ea640b73) runtime: add Add/Delete method in PlatformRuntime interface
    * [`af900154`](https://github.com/containerd/containerd/commit/af900154b10f90ee7817b7e262c19a37a3dc6093) Merge pull request  [#2955](https://github.com/containerd/containerd/pull/2955) from Random-Liu/cherrypick-#2944-release-1.2
    * [`ab2cf013`](https://github.com/containerd/containerd/commit/ab2cf0136cdf8a0ede184a3f2caaf13362596ed6) Use context.Background for `O_NONBLOCK` `OpenFifo`.
    * [`fa60b5be`](https://github.com/containerd/containerd/commit/fa60b5be3f0fa75d80093d9f5ebaf59edd846bd8) Merge pull request  [#2953](https://github.com/containerd/containerd/pull/2953) from thaJeztah/1.2_backport_fix_xattr
    * [`2244a20c`](https://github.com/containerd/containerd/commit/2244a20c446c7b06967268e1edf7a4246cabd41a) fix: SCHILY.xattrs should be SCHILY.xattr
    * [`8c9ede4f`](https://github.com/containerd/containerd/commit/8c9ede4f4704e63b2b808a68b2a051ccabf62d64) Merge pull request  [#2950](https://github.com/containerd/containerd/pull/2950) from crosbymichael/lint-release
    * [`bf3c932a`](https://github.com/containerd/containerd/commit/bf3c932a5b5ef42c55644eb59eac3113d6a5bcee) [release 1.2] fix: linter issue
    * [`5c38d942`](https://github.com/containerd/containerd/commit/5c38d9429a07b6647a2085e6297a8fc879b217d0) Merge pull request  [#2932](https://github.com/containerd/containerd/pull/2932) from AkihiroSuda/runc20190115-1.2
    * [`32f10c77`](https://github.com/containerd/containerd/commit/32f10c77eb75a65fd2d7fc44c2d290ca0ecc91e8) bump up runc
    
    ### Changes from containerd/cri
    
    * [`c3cf7543`](https://github.com/containerd/cri/commit/c3cf754321fc38c6af5dfd2552fdde0ad192b31d) Merge pull request  [#1038](https://github.com/containerd/cri/pull/1038) from Random-Liu/cherrypick-#1037-release-1.2
    * [`89672cc6`](https://github.com/containerd/cri/commit/89672cc6735ca49c4090b573f4d516fc13fe67a2) Update containerd to 0137339c8c1d55de5545ffdd723199dfba27cb24.
    * [`bba954f1`](https://github.com/containerd/cri/commit/bba954f1129e2d5ad94385f752f44b9745b2517f) Add integration test for unknown state
    * [`36d523d1`](https://github.com/containerd/cri/commit/36d523d1a6c1d7fa2a2ca5e35de0879873d4fcea) Support unknown state for sandbox and container
    * [`ad9a8533`](https://github.com/containerd/cri/commit/ad9a8533c8f9dd0287567900e3cb1622662698ff) Add state machine for sandbox and container
    * [`c2ea49fa`](https://github.com/containerd/cri/commit/c2ea49fa558b4801f2bc50085ff8d1438d482a61) Change StateUnknown to StateInit
    * [`df07fdd2`](https://github.com/containerd/cri/commit/df07fdd268f78e72e48448e4acde3337ca68640e) Merge pull request  [#1030](https://github.com/containerd/cri/pull/1030) from Random-Liu/cherrypick-#1027-release-1.2
    * [`da7e1948`](https://github.com/containerd/cri/commit/da7e19487de7948ca9121c506c9463c0b1a5076f) Add integration test.
    * [`10073e49`](https://github.com/containerd/cri/commit/10073e49b0a7415da3853776e3ea1348f581fb24) Fix lint error.
    * [`283aac3d`](https://github.com/containerd/cri/commit/283aac3d3c2cebd21dc0b419e97d5892e5477d16) Fix the log ending newline handling.
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.2](https://github.com/containerd/containerd/releases/tag/v1.2.2)
    
    * **github.com/containerd/cri**       0d5cabd006cb5319dc965046067b8432d9fa5ef8 -> c3cf754321fc38c6af5dfd2552fdde0ad192b31d
    * **github.com/opencontainers/runc**  96ec2177ae841256168fcf76954f7177af9446eb -> 12f6a991201fdb8f82579582d5e00e28fba06d0a
    
  • v1.2.2
    containerd 1.2.2
    
    Welcome to the v1.2.2 release of containerd!
    
    The second patch release for `containerd` 1.2 includes important
    runtime and CRI fixes.
    
    ## Runtime
    * Fix rare deadlock on FIFO creation with timeout
    
    ## CRI
    
    **ACTION REQUIRED:**
    For Kubernetes support, when upgrading containerd from 1.2.0 (including rc releases)
    to 1.2.1+, a node reboot is recommended to avoid a known deadlock in 1.2.0.
    See [containerd/cri#1018](https://github.com/containerd/cri/issues/1018)
    
    * Fix a bug that a container can't be stopped or inspected when its corresponding image is deleted
    * Fix a bug that the cri plugin handles containerd events outside of `k8s.io` namespace
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Lantao Liu
    * Derek McGowan
    * Michael Crosby
    * Mike Brown
    * Sebastiaan van Stijn
    * Akihiro Suda
    
    ### Changes
    
    * [`9754871865`](https://github.com/containerd/containerd/commit/9754871865f7fe2f4e74d43e2fc7ccd237edcbce) Merge pull request  [#2917](https://github.com/containerd/containerd/pull/2917) from dmcgowan/release-1.2.2
    * [`ef637041ed`](https://github.com/containerd/containerd/commit/ef637041ed0fb59f3c260d7c24939ce4c9e1ffa0) Update for 1.2.2 release
    * [`4bb2b0c366`](https://github.com/containerd/containerd/commit/4bb2b0c366ab94020f040ec3cd7a4cc510a3034c) Merge pull request  [#2912](https://github.com/containerd/containerd/pull/2912) from Random-Liu/update-cri-release-1.2
    * [`f30fd02372`](https://github.com/containerd/containerd/commit/f30fd02372d307258022fd5d73627e11cd8d086e) Update cri to 0d5cabd006cb5319dc965046067b8432d9fa5ef8 (branch release/1.2).
    * [`46e633389b`](https://github.com/containerd/containerd/commit/46e633389b38ff1dd1961db7cc89bba9ad2d0065) Merge pull request  [#2893](https://github.com/containerd/containerd/pull/2893) from thaJeztah/1.2_revert_temp_golang_fix
    * [`e71a191f6d`](https://github.com/containerd/containerd/commit/e71a191f6dfc71a8bc5f88ec3b0e63ee84cf167b) Revert "Fix CI due to Golang 1.10.6 / 1.11.3 regressions (workaround)"
    * [`aa5e000c96`](https://github.com/containerd/containerd/commit/aa5e000c963756778ab3ebd1a12c67449c503a34) Merge pull request  [#2878](https://github.com/containerd/containerd/pull/2878) from andrewhsu/backport-1.2-fifo-timeout
    * [`31be8649fd`](https://github.com/containerd/containerd/commit/31be8649fda55c326dc7b4bb8974c638b3fbf51e) Merge pull request  [#2881](https://github.com/containerd/containerd/pull/2881) from thaJeztah/1.2_backport_fix_ci_golang_1.11
    * [`27c6449c2c`](https://github.com/containerd/containerd/commit/27c6449c2c50f7e66076a4186e81aa3167e0dd5a) Fix CI due to Golang 1.10.6 / 1.11.3 regressions (workaround)
    * [`18f57e20b0`](https://github.com/containerd/containerd/commit/18f57e20b0800fd7501c4e7abfba788792813f8c) Add timeout and cancel to shim fifo open
    
    ### Changes from containerd/cri
    
    * [`0d5cabd0`](https://github.com/containerd/cri/commit/0d5cabd006cb5319dc965046067b8432d9fa5ef8) Merge pull request  [#1007](https://github.com/containerd/cri/pull/1007) from Random-Liu/revert-#999-release-1.2
    * [`6ca182a8`](https://github.com/containerd/cri/commit/6ca182a85842fe6ed2fe71f5a536ee0cb63fe220) Revert "Temporary fix for golang regression #29241."
    * [`d0f8c33c`](https://github.com/containerd/cri/commit/d0f8c33cda730ccd0bcf8b3c99a750028dbdaa07) Merge pull request  [#1005](https://github.com/containerd/cri/pull/1005) from Random-Liu/cherrypick-#1004-release-1.2
    * [`5e6b3386`](https://github.com/containerd/cri/commit/5e6b3386fc2bd0422aa09e4cae30878dba135c70) Install libseccomp2 package based on debian version.
    * [`763bf278`](https://github.com/containerd/cri/commit/763bf2782b087e6cf129b550023b7a07ac239555) Merge pull request  [#996](https://github.com/containerd/cri/pull/996) from Random-Liu/cherrypick-#995-release-1.2
    * [`23e907d9`](https://github.com/containerd/cri/commit/23e907d951646dbb78f805136632ff75b71dcddc) Merge pull request  [#999](https://github.com/containerd/cri/pull/999) from Random-Liu/cherrypick-#997-release-1.2
    * [`298c7fd9`](https://github.com/containerd/cri/commit/298c7fd93eaabf1d0f75fef65a0e800596fae937) Temporary fix for golang regression #29241.
    * [`e38e269a`](https://github.com/containerd/cri/commit/e38e269aec885fb4e6c2477273c4eda57b85c655) Add integration test.
    * [`dcc9d279`](https://github.com/containerd/cri/commit/dcc9d27972704d897304032c8922d7f624460e6c) Remove container lifecycle image ref dependency.
    * [`47f62352`](https://github.com/containerd/cri/commit/47f6235239bfd717622136f98e4b8942330ea934) Merge pull request  [#987](https://github.com/containerd/cri/pull/987) from mikebrow/cherrypick-#984-release-1.2
    * [`2216805e`](https://github.com/containerd/cri/commit/2216805e63de9f660cf494e9cd0a2451a6927a04) filter namespace
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.1](https://github.com/containerd/containerd/releases/tag/v1.2.1)
    
    * **github.com/containerd/cri**  0ca1e3c2b73b5c38e72f29bb76338d0078b23d6c -> 0d5cabd006cb5319dc965046067b8432d9fa5ef8
    
  • v1.2.1
    containerd 1.2.1
    
    Welcome to the v1.2.1 release of containerd!
    
    The first patch release for `containerd` 1.2 includes several
    runtime and CRI fixes.
    
    ## Runtime
    * Fix race in process state when pausing containers
    * Optimize runtime v1 shim locking
    * Fix hang processing events
    * Increase event buffer size
    * Fix broken pipe causing shim hang
    * Update runc
    
    ## CRI
    * Remove auth config logs
    * Fix NetNS cache state
    * Fix a bug that containers sharing pod pid namespace can't be stopped
    * Remove host pid usage to work better with katacontainer
    
    ## Service
    * Ignore modprobe failures in systemd ExecStartPre
    
    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
    * Lifubang
    * Sebastiaan van Stijn
    * Ace-Tang
    * Akihiro Suda
    * Justin Terry
    * Mike Brown
    * Wei Fu
    
    ### Changes
    
    * [`9b32062dc1`](https://github.com/containerd/containerd/commit/9b32062dc1f5a7c2564315c269b5059754f12b9d) Merge pull request  [#2852](https://github.com/containerd/containerd/pull/2852) from dmcgowan/prepare-1.2.1
    * [`51134077d1`](https://github.com/containerd/containerd/commit/51134077d17b396797b92806cb5beee38c89d387) Update version to 1.2.1
    * [`dcc47dddd1`](https://github.com/containerd/containerd/commit/dcc47dddd197db803dc047c939a379a0d5ce5f8c) Merge pull request  [#2861](https://github.com/containerd/containerd/pull/2861) from dmcgowan/cherrypick-1.2-2857
    * [`4c327b8e56`](https://github.com/containerd/containerd/commit/4c327b8e5628d7f296b4a6db8ca8da8c7a4dd367) Update runc to 96ec2177ae841256168fcf76954f7177af
    * [`b65a1137f4`](https://github.com/containerd/containerd/commit/b65a1137f420e3c0f31186ba8104eab0f98c5dce) Merge pull request  [#2860](https://github.com/containerd/containerd/pull/2860) from Random-Liu/update-cri-release-1.2
    * [`18e453e4fd`](https://github.com/containerd/containerd/commit/18e453e4fde2d75f87ea2ebeec421789250ae7a5) Update release note.
    * [`586807a80c`](https://github.com/containerd/containerd/commit/586807a80cabe306a53baf2f496b43d4a5f4aaba) Update cri plugin to 0ca1e3c2b73b5c38e72f29bb76338d0078b23d6c.
    * [`4b284fa3ab`](https://github.com/containerd/containerd/commit/4b284fa3ab61832b022ba428055f793a75ffc251) Merge pull request  [#2856](https://github.com/containerd/containerd/pull/2856) from Random-Liu/cherrypick-#2854-release-1.2
    * [`b413e843ad`](https://github.com/containerd/containerd/commit/b413e843ad484fdc64a600982555f7f374fc07ac) Kill should still work in stopped state.
    * [`a06cddc2ed`](https://github.com/containerd/containerd/commit/a06cddc2edcffa2e6a01990ef44f597e47916872) Merge pull request  [#2845](https://github.com/containerd/containerd/pull/2845) from nnttmm/backport_2826
    * [`176a56216c`](https://github.com/containerd/containerd/commit/176a56216cfea4b6d0f3ddc0dd59db8eb7716cc9) Merge pull request  [#2842](https://github.com/containerd/containerd/pull/2842) from thaJeztah/1.2_backport_update_runc_1.0-rc6
    * [`8dc87dd8d9`](https://github.com/containerd/containerd/commit/8dc87dd8d99e076b4908ac3109fae3be56cebb0f) Merge pull request  [#2847](https://github.com/containerd/containerd/pull/2847) from thaJeztah/1.2_backport_mask_asound
    * [`703786c5c9`](https://github.com/containerd/containerd/commit/703786c5c9fa607a511c1c1a5773d761eb8bb1ae) Add /proc/asound to masked paths
    * [`c42c8952b7`](https://github.com/containerd/containerd/commit/c42c8952b708a77b4dcc36a23f39c93638f4e9a8) use state machine management for exec.Pid()
    * [`93d5b4b018`](https://github.com/containerd/containerd/commit/93d5b4b0183d08bec1ef20ad86279babca41f26f) Update runc to v1.0.0-rc6
    * [`de1f167ab9`](https://github.com/containerd/containerd/commit/de1f167ab96338a9f5c2b17347abf84bdf1dd411) Merge pull request  [#2819](https://github.com/containerd/containerd/pull/2819) from dmcgowan/prepare-1.2.1-rc
    * [`27d72ba795`](https://github.com/containerd/containerd/commit/27d72ba795b3fa9cee5af6c30e78ae82819c7add) Update version
    * [`e3840cce17`](https://github.com/containerd/containerd/commit/e3840cce17a154bee6e544b44008359ce34506f6) Add 1.2.1 release notes
    * [`940c0c06d2`](https://github.com/containerd/containerd/commit/940c0c06d278d62f5829ab914f69141f5f4293d5) Merge pull request  [#2817](https://github.com/containerd/containerd/pull/2817) from Random-Liu/cherrypick-2811-release-1.2
    * [`4598ec2111`](https://github.com/containerd/containerd/commit/4598ec211171eadf5aea7096565bba8350386d88) Lock `KillAll`.
    * [`e429785ca0`](https://github.com/containerd/containerd/commit/e429785ca09ac3dbbf2097395e0d10a8c1cd782b) Merge pull request  [#2815](https://github.com/containerd/containerd/pull/2815) from thaJeztah/1.2_backport_shimlockwhenstdinclose
    * [`9be591e4a6`](https://github.com/containerd/containerd/commit/9be591e4a69f56f2c26614f68935baa7933967c1) Merge pull request  [#2803](https://github.com/containerd/containerd/pull/2803) from crosbymichael/cherry-proc-lock
    * [`309973edd9`](https://github.com/containerd/containerd/commit/309973edd9d76870a6b9b369c74f79684c3ba970) Merge pull request  [#2801](https://github.com/containerd/containerd/pull/2801) from crosbymichael/cherry-runc
    * [`e4c49d7053`](https://github.com/containerd/containerd/commit/e4c49d7053c0e53681f7ffd2c21932f38bc9df88) Update runc to 10d38b660a77168360df3522881e2dc2be
    * [`cd83a4e0ba`](https://github.com/containerd/containerd/commit/cd83a4e0bae33514f9155703a72e8d0bf39cae6d) fix pipe in broken may cause shim lock forever for runtime v1
    * [`275f99feb9`](https://github.com/containerd/containerd/commit/275f99feb99668064e0bd23418731eca95465dd0) fix pipe in broken may cause shim lock forever for runtime v2
    * [`39cd86348c`](https://github.com/containerd/containerd/commit/39cd86348c38e144a1556b738c5b5c0016d852fc) Merge pull request  [#2795](https://github.com/containerd/containerd/pull/2795) from estesp/cherrypick-optimize-shim-lock
    * [`3afc3f149c`](https://github.com/containerd/containerd/commit/3afc3f149cb0a56d2b7f045b28e140657a37efcf) Merge pull request  [#2796](https://github.com/containerd/containerd/pull/2796) from estesp/cherrypick-exit-ch-buffers
    * [`f9323ca957`](https://github.com/containerd/containerd/commit/f9323ca957fd07d19fbdefc4e25bfc71f0c0581b) Revert v2 dropped events
    * [`4c72befe09`](https://github.com/containerd/containerd/commit/4c72befe097fb5d9e99ede3536c884608d0af474) Fix process locking and state management
    * [`14dc3078b9`](https://github.com/containerd/containerd/commit/14dc3078b9786bac6838399b08b0afe7d84645f9) Partially revert the event discard change in #2748.
    * [`417d694148`](https://github.com/containerd/containerd/commit/417d6941488d1f5bd83313f12193a5472fb8e8d4) Increase reaper buffer size and non-blocking send
    * [`7ef5285b56`](https://github.com/containerd/containerd/commit/7ef5285b563ee43a0c8c88466a203b9c7340ec4b) optimize shim lock in runtime v1
    * [`040e73fde1`](https://github.com/containerd/containerd/commit/040e73fde1b10a2d7069edf551845860f4a429b3) Merge pull request  [#2792](https://github.com/containerd/containerd/pull/2792) from estesp/cherrypick-update-hcsshim-vendor
    * [`c4a256d342`](https://github.com/containerd/containerd/commit/c4a256d3420bcb545e145d5a36eb8c840b3488f1) Merge pull request  [#2790](https://github.com/containerd/containerd/pull/2790) from estesp/cherrypick-v1v2-runtime-fix
    * [`737587653d`](https://github.com/containerd/containerd/commit/737587653d03ff991507258bf5633c3e836d4490) Temp: add appveyor enablement for release/1.2 branch
    * [`090e3e98a2`](https://github.com/containerd/containerd/commit/090e3e98a2df562beb215ddf20dae433b2e2baf2) Revendor github.com/Microsoft/hcsshim
    * [`046b6c6d00`](https://github.com/containerd/containerd/commit/046b6c6d005923f7147f8c943986794716b79710) enhance: update v1/v2 runtime
    * [`7ff9f6815a`](https://github.com/containerd/containerd/commit/7ff9f6815a9a8e07a641c7c3b5c4794ae3376348) Merge pull request  [#2784](https://github.com/containerd/containerd/pull/2784) from Random-Liu/update-cri-release-1.2
    * [`54895c0b98`](https://github.com/containerd/containerd/commit/54895c0b98a63514b90ec9665470edfede5a8544) Update cri to 2bb57d27203d82fc79c496aea724aec593b2705a.
    * [`cd0ecb78c7`](https://github.com/containerd/containerd/commit/cd0ecb78c79ae301f0c45875345b951400a9c94d) Merge pull request  [#2779](https://github.com/containerd/containerd/pull/2779) from thaJeztah/1.2_backport_ignore_modprobe_failures
    * [`c4acd17e70`](https://github.com/containerd/containerd/commit/c4acd17e703a401a0649b102d240adf7a06ff416) Ignore modprobe failures in ExecStartPre (systemd unit)
    
    ### Changes from containerd/cri
    
    * [`0ca1e3c2`](https://github.com/containerd/cri/commit/0ca1e3c2b73b5c38e72f29bb76338d0078b23d6c) Merge pull request  [#985](https://github.com/containerd/cri/pull/985) from Random-Liu/cherrypick-#983-release-1.2
    * [`88dbb6d6`](https://github.com/containerd/cri/commit/88dbb6d69efedfc60c27f8e9f34e4155d98405de) Update containerd to 4b284fa3ab61832b022ba428055f793a75ffc251.
    * [`d58c1893`](https://github.com/containerd/cri/commit/d58c18939638c1db8a0c21961cbfeeeb4cf56a42) Fix kill when shared pid namespace.
    * [`8671a278`](https://github.com/containerd/cri/commit/8671a2782079338c6d71bcac3a06cc918451707a) Merge pull request  [#975](https://github.com/containerd/cri/pull/975) from Random-Liu/cherrypick-#973-release-1.2
    * [`e2d2a5de`](https://github.com/containerd/cri/commit/e2d2a5de0bf475f2d816586a2d3ba7e9e6e091a4) Use the `ID` field of `TaskExit` event.
    * [`2bb57d27`](https://github.com/containerd/cri/commit/2bb57d27203d82fc79c496aea724aec593b2705a) Merge pull request  [#966](https://github.com/containerd/cri/pull/966) from Random-Liu/cherrypick-#959-release-1.2
    * [`c4773dd5`](https://github.com/containerd/cri/commit/c4773dd527a4e93bc173ee13b3bad53bbc343016) Use commit as version.
    * [`9b67975b`](https://github.com/containerd/cri/commit/9b67975be8c2ca999f0bd676c1eca5f4233c4473) Merge pull request  [#962](https://github.com/containerd/cri/pull/962) from mikebrow/cherry-pick-remove-authconfig-from-log
    * [`c064d480`](https://github.com/containerd/cri/commit/c064d480438ac2e7b66be0f04081dc8b5face761) removes authconfig from info log
    * [`a72707ca`](https://github.com/containerd/cri/commit/a72707ca9549077bc1063e8d1b59b0b48daa31ad) Merge pull request  [#958](https://github.com/containerd/cri/pull/958) from Random-Liu/cherrypick-#950-release-1.2
    * [`6881f449`](https://github.com/containerd/cri/commit/6881f44995a5a5ad84370cf87b46e2577096b5b4) Update integration test.
    * [`6681eb15`](https://github.com/containerd/cri/commit/6681eb154b0f4623b5ebbd93a52b8483d5a7b3ca) Manage mount lifecycle and remove cached state
    
    ### Dependency Changes
    
    Previous release can be found at [v1.2.0](https://github.com/containerd/containerd/releases/tag/v1.2.0)
    
    * **github.com/Microsoft/hcsshim**    v0.7.12 -> v0.8.1
    * **github.com/containerd/cri**       f913714917d2456d7e65a0be84962b1ce8acb487 -> 0ca1e3c2b73b5c38e72f29bb76338d0078b23d6c
    * **github.com/opencontainers/runc**  58592df56734acf62e574865fe40b9e53e967910 -> 96ec2177ae841256168fcf76954f7177af9446eb