8000 Release v1.5.0-rc.0: containerd 1.5.0-rc.0 · ikeeip/containerd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.5.0-rc.0

@dmcgowan dmcgowan tagged this 09 Apr 05:32
Welcome to the v1.5.0-rc.0 release of containerd!
*This is a pre-release of containerd*

The sixth major release of containerd includes many stability improvements
and code organization changes to make contribution easier and make future
features cleaner to develop. This includes bringing CRI development into the
main containerd repository and switching to Go modules. This release also
brings support for the Node Resource Interface (NRI).

### Highlights

#### Project Organization
* **Merge containerd/cri codebased into containerd/containerd** [#4593](https://github.com/containerd/containerd/pull/4593)
* **Move to Go modules** [#4760](https://github.com/containerd/containerd/pull/4760)
* **Remove `selinux` build tag** [#4849](https://github.com/containerd/containerd/pull/4849)
* **Add json log format output option for daemon log** [#4803](https://github.com/containerd/containerd/pull/4803)

#### Snapshots
* **Add configurable overlayfs path** [#4505](https://github.com/containerd/containerd/pull/4505)
* **Separate overlay implementation from plugin** [#4506](https://github.com/containerd/containerd/pull/4506)
* **Native snapshotter configuration and plugin separation** [#4517](https://github.com/containerd/containerd/pull/4517)
* **Devmapper snapshotter configuration and plugin separation** [#4573](https://github.com/containerd/containerd/pull/4573)
* **AUFS snapshotter configuration and plugin separation** [#4533](https://github.com/containerd/containerd/pull/4533)
* **ZFS snapshotter configuration and plugin separation** [#4534](https://github.com/containerd/containerd/pull/4534)
* **Pass custom snapshot labels when creating snapshot** [#4630](https://github.com/containerd/containerd/pull/4630) [#4635](https://github.com/containerd/containerd/pull/4635)
* **Add platform check for snapshotter support when unpacking** [#3927](https://github.com/containerd/containerd/pull/3927)
* **Handle loopback mounts** [#4902](https://github.com/containerd/containerd/pull/4902)
* **Support `userxattr` mount option for overlay in user namespace** [#5076](https://github.com/containerd/containerd/pull/5076)
* **ZFS snapshotter implementation of usage** [#5243](https://github.com/containerd/containerd/pull/5243)

#### Distribution
* **Improve registry response errors** [#4523](https://github.com/containerd/containerd/pull/4523)
* **Improve image pull performance over HTTP 1.1** [#4653](https://github.com/containerd/containerd/pull/4653)
* **Registry configuration package** [#4138](https://github.com/containerd/containerd/pull/4138)
* **Add support for layers compressed with zstd** [#4809](https://github.com/containerd/containerd/pull/4809)
* **Allow arm64 to fallback to arm (v8, v7, v6, v5)** [4932](https://github.com/containerd/containerd/pull/4932)

#### Runtime
* **Add annotations to containerd task update API** [#4647](https://github.com/containerd/containerd/pull/4647)
* **Add logging binary support when terminal is true** [#4502](https://github.com/containerd/containerd/pull/4502)

#### Windows
* **Optimize LCOW snapshotter use of scratch layers** [#4643](https://github.com/containerd/containerd/pull/4643)

#### CRI
* **Add NRI injection points** [cri#1552](https://github.com/containerd/cri/pull/1552)
* **Add support for registry host directory configuration** [#4978](https://github.com/containerd/containerd/pull/4978)
* **Update privileged containers to use current capabilities instead of known capabilities** [#5017](https://github.com/containerd/containerd/pull/5017)
* **Add pod annotations to CNI call** [#5026](https://github.com/containerd/containerd/pull/5026)
* **Enable ocicrypt by default** [#5135](https://github.com/containerd/containerd/pull/5135)

### Impactful Client Updates

This release has changes which may affect projects which import containerd.

#### Switch to Go modules

containerd and all containerd sub-repositories are now using Go modules. This
should help make importing easier for handling transitive dependencies. As of
this release, containerd still does not guarantee client library compatibility
for 1.x versions, although best effort is made to minimize impact from changes
to exported Go packages.

#### CRI plugin moved to main repository

With the CRI plugin moving into the main repository, imports under `github.com/containerd/cri/`
can now be found `github.com/containerd/containerd/pkg/cri/`.
There are no changes required for end users of CRI.

#### Library changes

##### `oci`

The `WithAllCapabilities` has been removed and replaced with `WithAllCurrentCapabilities`
and `WithAllKnownCapabilities`. `WithAllKnownCapabilities` has similar
functionality to the previous `WithAllCapabilities` with added support for newer
capabilities. `WithAllCurrentCapabilities` can be used to give privileged
containers the same set of permissions as the calling process, preventing errors
when privileged containers attempt to get more permissions than given to the
caller.

See the changelog for complete list of changes

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

### Contributors

* Lantao Liu
* Mike Brown
* Phil Estes
* Sebastiaan van Stijn
* Derek McGowan
* Akihiro Suda
* Michael Crosby
* Maksym Pavlenko
* Wei Fu
* Abhinandan Prativadi
* Davanum Srinivas
* Shengjing Zhu
* Xuean Yan
* Stefan Berger
* Yanqiang Miao
* Brandon Lum
* Kazuyoshi Kato
* Brian Goff
* Justin Terry
* Samuel Karp
* Ian Campbell
* Iceber Gu
* Kohei Tokunaga
* Paul "TBBle" Hampson
* Daniel Canter
* Shiming Zhang
* Kevin Parsons
* Siddharth Yadav
* Antonio Ojea
* Tianon Gravi
* Tõnis Tiigi
* Jose Carlos Venegas Munoz
* Li Yuxuan
* heartlock
* Jian Zeng
* Johannes M. Scheuermann
* Julien Balestra
* Kathryn Baldauf
* Rui Chen
* Tobias Klauser
* Xianglin Gao
* Zhoulin Xie
* Aditi Sharma
* Akshat Kumar
* Aldo Culquicondor
* Amr Mahdi
* Christopher M. Luciano
* Cory Bennett
* Crazykev
* Haiyan Meng
* Hajime Tazaki
* Ilya Dmitrichenko
* Jacob Blain Christen
* Kir Kolyshkin
* Martin Hickey
* Stephen J Day
* Tim Allclair
* Wade Lee
* Yu-Ju Hong
* pacoxu
* Aaron Crickenberger
* Alakesh Haloi
* Avi Deitcher
* Benjamin Elder
* Boris Popovschi
* Byonggon Chun
* Daniel Nephin
* Ed Bartosh
* Evan Hazlett
* George Goh
* Hui Zhu
* James Jackson
* Jintao Zhang
* Junior Santos
* Leonardo Taccari
* Lorenz Brun
* Mohammad Asif Siddiqui
* Peng Tao
* Vlad Ungureanu
* Yohei Ueda
* Zhenhao Zhang
* Aaron Lehmann
* Abhishek Kulkarni
* Ace-Tang
* AdamKorcz
* Alban Crequy
* Aleksa Sarai
* Alex Price
* Amit Barve
* Andrei Dobre
* Angela Li
* Antoine Huret
* Archana Shinde
* Ashray Jain
* Bingshen Wang
* Bowen Yan
* Brian Pursley
* Chethan Suresh
* Chris Fregly
* Cong Liu
* Cyrill Troxler
* Darren Shepherd
* Dave Syer
* Deep Debroy
* Didier Durand
* Emmanuel Ramos
* Eric Ernst
* Erik Wilson
* Evan
* Fabiano Fidêncio
* Fabricio Voznika
* Filipe Brandenburger
* Fupan Li
* Gaurav Singh
* Georgi Sabev
* Giuseppe Capizzi
* Giuseppe Scrivano
* Gsealy Jiao
* Guangwen Feng
* Guanjun Gong
* Harshal Patil
* Hector Fernandez
* Henrik Schmidt
* HsuanChi (Austin) Kuo
* Hu Shuai
* Ivan Milchev
* Jakob
* James Sturtevant
* Jamie Zhuang
* Jason Hall
* Jeremy Edwards
* Jeremy Williams
* Jess Frazelle
* Jian Qiu
* Joe Borg
* Jordan Hatcher
* Joris De Winne
* Jun Lin Chen
* Justin Cormack
* Kenta Tada
* Laszlo Janosi
* Li Ning
* Liu Hua
* Madhan Raj Mookkandy
* Madhav Jivrajani
* Maksim An
* Malepati Bala Siva Sai Akhil
* Mauricio Vásquez
* Michael Hamrah
* Morgan Bauer
* Moritz Johner
* Muhammad Kaisar Arkhan
* Nikhita Raghunath
* Nishchay Kumar
* Nitesh Konkar
* Odin Ugedal
* Pavel Tikhomirov
* Philip Marin
* Prashant Bhutani
* Qian Xiao
* Ricardo Aravena
* Robin Winkelewski
* Roy Yang
* Samarth Shah
* Sascha Grunert
* Shaobao Feng
* Shishir Mahajan
* Simon Kaegi
* Su Xiaolin
* Takumasa Sakao
* Teemu Kallio
* Thibaut Collet
* Tobias Bradtke
* Tyler Kellen
* Vishal Verma
* Wei Wei
* Yecheng Fu
* Yongkun Anfernee Gui
* Yue Zhang
* Yuxing Liu
* Zhiyu Li
* alexyadon
* blade
* duyanghao
* jiazhiguang
* kwgchi
* maodou
* sarahnovotny
* shouhei
* songjiayang
* varsha teratipally
* weixian.cxy
* yang yang
* zhangjianming
* zhangyadong.0808
* zhuangqh

### Changes
<details><summary>2911 commits</summary>
<p>

* [`6636e3618`](https://github.com/containerd/containerd/commit/6636e36182504789fe05f7127956bac01f6e0784) Merge pull request  [#5257](https://github.com/containerd/containerd/pull/5257) from dmcgowan/prepare-1.5.0-rc.0
* [`8e1a8ecd8`](https://github.com/containerd/containerd/commit/8e1a8ecd800d0cb301d83a62bc3ae30ef9c5333e) Prepare v1.5.0-rc.0
* [`d06414036`](https://github.com/containerd/containerd/commit/d06414036929014b7d231c3a663d2870f1ddccfb) Merge pull request  [#5302](https://github.com/containerd/containerd/pull/5302) from mikebrow/toml-cri-defaults
* [`01a39262e`](https://github.com/containerd/containerd/commit/01a39262e8c6f8ac865722a8b8343bd85b24452c) Merge pull request  [#5324](https://github.com/containerd/containerd/pull/5324) from thaJeztah/no_libcontainer_devices
* [`9bc8d63c9`](https://github.com/containerd/containerd/commit/9bc8d63c9fe788dc4dbd7fce61844df865b9c3d3) cri/server: use containerd/oci instead of libcontainer/devices
* [`dd16b006e`](https://github.com/containerd/containerd/commit/dd16b006e55f9f6e9d25cfa016953fb62ab17658) merge in the move to the new options type
* [`9144ce967`](https://github.com/containerd/containerd/commit/9144ce9677ec937732b1c0dd78c3e5ae0846ffab) shows our runc.v2 default options in the containerd default config
* [`ceb08756a`](https://github.com/containerd/containerd/commit/ceb08756a43d88f94d6158aafbc2070c62c7e500) Merge pull request  [#5321](https://github.com/containerd/containerd/pull/5321) from thaJeztah/fix_oom_score_test
* [`1645db33d`](https://github.com/containerd/containerd/commit/1645db33dfdb55c26abc34944dec15da111a7363) Merge pull request  [#5305](https://github.com/containerd/containerd/pull/5305) from thaJeztah/update_klauspost_compress
* [`7648ad289`](https://github.com/containerd/containerd/commit/7648ad289b487bc3cf568d2a3bf3522648a1cb07) Merge pull request  [#5300](https://github.com/containerd/containerd/pull/5300) from adisky/fix-toml
* [`3d20fa930`](https://github.com/containerd/containerd/commit/3d20fa93092b73d455217f8bf2a5f09cb134b3ec) fix TestSetOOMScoreBoundaries
* [`4d4117415`](https://github.com/containerd/containerd/commit/4d4117415e8a3614816cceab481cb98c5b2e343a) Change CRI config runtime options type
* [`21ebeef74`](https://github.com/containerd/containerd/commit/21ebeef745cafd1e736d1c7f65b4098cd17f142b) integration: use busybox:1.32.0 since latest is unavailable
* [`1edab6072`](https://github.com/containerd/containerd/commit/1edab6072361848d039edcccea76f7eaf4351e8f) Merge pull request  [#5253](https://github.com/containerd/containerd/pull/5253) from thaJeztah/refactor_oom
* [`88880f0f2`](https://github.com/containerd/containerd/commit/88880f0f2cf7212d8f188083cb24dd41ad33553a) Merge pull request  [#5304](https://github.com/containerd/containerd/pull/5304) from mikebrow/cri-registry-doc-updates
* [`b52727342`](https://github.com/containerd/containerd/commit/b52727342cc19832a77aabbd70a6904eb96e8c9d) Merge pull request  [#5308](https://github.com/containerd/containerd/pull/5308) from AkihiroSuda/add-imgcrypt-bin
* [`a4bc81779`](https://github.com/containerd/containerd/commit/a4bc81779d15ec90297137d51ef45a45600e9a4c) Merge pull request  [#5312](https://github.com/containerd/containerd/pull/5312) from AkihiroSuda/expose-WithoutRunMount
* [`f9bcf4a8a`](https://github.com/containerd/containerd/commit/f9bcf4a8a4f14e5d87605595c737fa06eb895bc8) add section link
* [`d4be6aa8f`](https://github.com/containerd/containerd/commit/d4be6aa8fac0b6dcfcddc5b10a549a0080176799) rm mirror defaults; doc registry deprecations
* [`7bb73da6b`](https://github.com/containerd/containerd/commit/7bb73da6b9f19132d7d0747c1fca3b7ef8d8fde2) runtime/v2/shim: remove unused SetScore() and remove sys.OOMScoreMaxKillable
* [`91e7d21ee`](https://github.com/containerd/containerd/commit/91e7d21ee825b6a2d04ef75d1a4a9783f3f4e9c2) sys: add AdjustOOMScore() utility
* [`44240116a`](https://github.com/containerd/containerd/commit/44240116aa8b4d9e9846a916e94476aef37d60ae) sys: add boundary checks to SetOOMScore()
* [`ace1912bb`](https://github.com/containerd/containerd/commit/ace1912bbaf468c0b960df2191a375b2b48823a5) sys: use assert for error checks in OOM tests
* [`6e7271522`](https://github.com/containerd/containerd/commit/6e727152261bd22fbf7da87392cf2e3c7dc16df5) sys: add missing pre-condition checks in tests
* [`badd60d3f`](https://github.com/containerd/containerd/commit/badd60d3f6e9f68c812a932b022d2c072522c524) sys: un-export runningPrivileged(), remove runningUnprivileged()
* [`21a175860`](https://github.com/containerd/containerd/commit/21a175860de0532ed55153a19f9c6d8e6c3fd57b) go.mod github.com/klauspost/compress v1.11.13
* [`8b00eafca`](https://github.com/containerd/containerd/commit/8b00eafcaa2e2b3a097671cbb3d78eb251b7e7dd) Merge pull request  [#5318](https://github.com/containerd/containerd/pull/5318) from mikebrow/update-cri-tools-k8s-staging
* [`58c5fd09e`](https://github.com/containerd/containerd/commit/58c5fd09e53ecc476c88db74ad389faac857ac20) re-enable cri test
* [`da998c81e`](https://github.com/containerd/containerd/commit/da998c81ebbb520243e3da62e5a427a8a8abca30) move to gcr.io/k8s-staging-cri-tools test images
* [`8ba8533bd`](https://github.com/containerd/containerd/commit/8ba8533bde8e4155739504eaf0cd885fe39ef100) pkg/cri/opts.WithoutRunMount -> oci.WithoutRunMount
* [`92ea98eda`](https://github.com/containerd/containerd/commit/92ea98eda583168e8951b02a52c099310e9ea636) cri-cni-release: add imgcrypt binaries (v1.1.0)
* [`85041ffe5`](https://github.com/containerd/containerd/commit/85041ffe58751b27e3fc068a1d605e058d12e4aa) Merge pull request  [#5276](https://github.com/containerd/containerd/pull/5276) from aaronlehmann/tracker-false-positives
* [`4c1fa5719`](https://github.com/containerd/containerd/commit/4c1fa571940d82366bb7efd181c4683e6cb936ad) remotes/docker: Only return "already exists" on push when the upload was successful
* [`dc8af03ba`](https://github.com/containerd/containerd/commit/dc8af03baff106e5adfd7dadefa0da78cbca1335) Merge pull request  [#5303](https://github.com/containerd/containerd/pull/5303) from mikebrow/cri-remove-deprecated-default-untrusted
* [`0186a329e`](https://github.com/containerd/containerd/commit/0186a329e97f3b20d9eb16f8d353015eeb73dea6) remove two very old no longer used runtime options
* [`3db5af9b6`
8000
](https://github.com/containerd/containerd/commit/3db5af9b6a9554452dc400852a658471cfd4c306) Merge pull request  [#5315](https://github.com/containerd/containerd/pull/5315) from dmcgowan/disable-broken-cri-tools-critest
* [`58a07754a`](https://github.com/containerd/containerd/commit/58a07754a60bd7df55aec6673703ce811aa02999) Temporarily disable cri-tools critest
* [`ff05d499e`](https://github.com/containerd/containerd/commit/ff05d499e29d3b7b88e88e91e9a80551d3c167b9) Merge pull request  [#5272](https://github.com/containerd/containerd/pull/5272) from thaJeztah/sync_test_replaces
* [`261c107ff`](https://github.com/containerd/containerd/commit/261c107ffc4ff681bc73988f64e3f60c32233b37) Merge pull request  [#5278](https://github.com/containerd/containerd/pull/5278) from mxpv/toml
* [`251e3d15d`](https://github.com/containerd/containerd/commit/251e3d15de5059632b7c5b0ea77990670767fcb9) Merge pull request  [#5299](https://github.com/containerd/containerd/pull/5299) from estesp/refkey-with-name
* [`7ae0a60fb`](https://github.com/containerd/containerd/commit/7ae0a60fb58904a233342132f7647a695ff7cb6f) Add OCI ref.name to unique key in remotes handler
* [`5ada2f74a`](https://github.com/containerd/containerd/commit/5ada2f74a7a6f9d4150789239e5192e23963963d) Keep host order as defined in TOML file
* [`9a9bd0975`](https://github.com/containerd/containerd/commit/9a9bd097564b0973bfdb0b39bf8262aa1b7da6aa) Merge pull request  [#5270](https://github.com/containerd/containerd/pull/5270) from kzys/remove-blockdev
* [`1c05317a4`](https://github.com/containerd/containerd/commit/1c05317a47686692143837d07d8df4702a8bd2c7) Merge pull request  [#5291](https://github.com/containerd/containerd/pull/5291) from ktock/generic-diff
* [`6866b36ab`](https://github.com/containerd/containerd/commit/6866b36ab63f853200160a656ef46db64c24111a) Add workaround to keep docker hosts structs private
* [`c54d92c79`](https://github.com/containerd/containerd/commit/c54d92c79d4f19494431568368af739bb6206a34) image: use generic decompressor for calculating DiffID
* [`1faca349e`](https://github.com/containerd/containerd/commit/1faca349eac22886a74f093d6de54be57b7e987f) integration/client: rename package to "client"
* [`6fc9e4500`](https://github.com/containerd/containerd/commit/6fc9e450006bee7761974fd2bab401e44fe62fec) synchronize replace rules in integration/client go.mod with main go.mod
* [`9e19a2984`](https://github.com/containerd/containerd/commit/9e19a2984778e02cd888e9e3056f5c0425e98849) Fix hosts test on Windows
* [`3f406d4af`](https://github.com/containerd/containerd/commit/3f406d4af64b5e16e2e66ab88efe87e263f685ad) Cleanup vendor
* [`d56b49c13`](https://github.com/containerd/containerd/commit/d56b49c13d0a2822a7e6c8248af45e7d2e1312d4) Rewrite Docker hosts parser
* [`e1f51ba73`](https://github.com/containerd/containerd/commit/e1f51ba73dcb28cfafce0605785d88df5e3960dc) Use os.File#Seek() to get the size of a block device
* [`1b05b605c`](https://github.com/containerd/containerd/commit/1b05b605c860e3052dc2fb298fcf98987f9a811d) Merge pull request  [#5145](https://github.com/containerd/containerd/pull/5145) from aojea/happyeyeballs
* [`effe226d9`](https://github.com/containerd/containerd/commit/effe226d9d194aa4b2fc5a31e87ba941162ab716) Merge pull request  [#5258](https://github.com/containerd/containerd/pull/5258) from fuweid/checkpoint-on-pause-state
* [`ddd4298a1`](https://github.com/containerd/containerd/commit/ddd4298a1043fe50bebd47257cedbe79c54f9b16) Migrate current TOML code to github.com/pelletier/go-toml
* [`499c2f7d4`](https://github.com/containerd/containerd/commit/499c2f7d4a99202354de8d7f61080a7287697c6e) Vendor github.com/pelletier/go-toml
* [`75a0c2b7d`](https://github.com/containerd/containerd/commit/75a0c2b7d35cb91714bbfdf0fcadfe25f777ee8d) Merge pull request  [#5264](https://github.com/containerd/containerd/pull/5264) from mxpv/tests
* [`ed8cf6077`](https://github.com/containerd/containerd/commit/ed8cf6077e8fcd05fad6b2249f9d5dba4339fd5d) Merge pull request  [#5267](https://github.com/containerd/containerd/pull/5267) from estesp/up-integ-timeout
* [`7b17a29da`](https://github.com/containerd/containerd/commit/7b17a29da0ce5fdef5cf99e8255a476f4e8824e9) Merge pull request  [#5262](https://github.com/containerd/containerd/pull/5262) from cpuguy83/ci_cross_compile
* [`219f1395b`](https://github.com/containerd/containerd/commit/219f1395b2a75bc23c1d4b31933878cb65c0b6e7) Merge pull request  [#5268](https://github.com/containerd/containerd/pull/5268) from thaJeztah/no_klog
* [`61c749036`](https://github.com/containerd/containerd/commit/61c74903681fe4de3b3db28f236b20c20ecc7fec) integration/util: remove dependency on k8s.io/klog/v2
* [`4f7d1d74f`](https://github.com/containerd/containerd/commit/4f7d1d74fb33f7c1551e992d3951631c474c57f1) Merge pull request  [#5260](https://github.com/containerd/containerd/pull/5260) from fuweid/limit-concurent-uploads-when-push
* [`f2d84035f`](https://github.com/containerd/containerd/commit/f2d84035f6bf6770038fb1fbf683d449d630aed5) Merge pull request  [#5266](https://github.com/containerd/containerd/pull/5266) from Ace-Tang/ace
* [`d9765f7bf`](https://github.com/containerd/containerd/commit/d9765f7bff524403d5bc5bdbf213fc790274c89a) Extend default timeout for nested VM integration run
* [`5e94745f2`](https://github.com/containerd/containerd/commit/5e94745f265e97f9fc75446f7963a98a417139f7) ctr: add --user for task exec
* [`f8c2f0475`](https://github.com/containerd/containerd/commit/f8c2f0475678a8fa2259ae26953627143b90024c) remotes/ctr: allow to limit max concurrent uploads like downloads
* [`80fa9fe32`](https://github.com/containerd/containerd/commit/80fa9fe32ad2e72f2503667f017f94e969bb28fa) Merge pull request  [#5135](https://github.com/containerd/containerd/pull/5135) from AkihiroSuda/default-config-crypt
* [`4674ad7be`](https://github.com/containerd/containerd/commit/4674ad7beb2cc704a2ec0eb88aa4091382efbc8b) Ignore some tests on darwin
* [`55450e773`](https://github.com/containerd/containerd/commit/55450e773038fdcdd2eb6e7cfce49d39cf9cc143) Run unit tests on CI for MacOS
* [`311e326a1`](https://github.com/containerd/containerd/commit/311e326a1cb264b65932c7e23d304826e26abc0b) Add CI job to cross compile all the things
* [`10a498c7c`](https://github.com/containerd/containerd/commit/10a498c7c8a3b9672aa733c2db83491191ad8b22) Update go-winio to fix compile error on armv7
* [`1a9c6f557`](https://github.com/containerd/containerd/commit/1a9c6f557bd163f959f99661bd95e193b4505291) Revendor zfs to to fix integer overflow
* [`548d984f2`](https://github.com/containerd/containerd/commit/548d984f274f4ead06cdb9f3fdff3bfd388462eb) Merge pull request  [#5132](https://github.com/containerd/containerd/pull/5132) from mikebrow/add-some-debug-out-for-dep-setups
* [`bcda849e7`](https://github.com/containerd/containerd/commit/bcda849e7c59aa2a18a2f9234caf1cced79e4eb2) Merge pull request  [#5133](https://github.com/containerd/containerd/pull/5133) from TBBle/correct-cleanup-of-windows-layers-in-test
* [`1fd3d12f9`](https://github.com/containerd/containerd/commit/1fd3d12f93be72e593bc656f000f165bac670acd) `go mod tidy` the client integration test module
* [`da7d96ba3`](https://github.com/containerd/containerd/commit/da7d96ba3fc0a3637427ca65870d061581abe406) Clean up WCOW layers after tests in the correct order
* [`9ad87b9ba`](https://github.com/containerd/containerd/commit/9ad87b9ba7ef743822ad45b0bf13a15c6e9274f5) adds critools-version
* [`72b7f4bab`](https://github.com/containerd/containerd/commit/72b7f4bab162c7592f7c72914ef5753c89547632) task: allow checkpoint on pause state
* [`31a0f92df`](https://github.com/containerd/containerd/commit/31a0f92df1f303d9c1ca06c2f4bbf0cb163b1d2d) Merge pull request  [#5234](https://github.com/containerd/containerd/pull/5234) from mxpv/http-dbg
* [`181e2d421`](https://github.com/containerd/containerd/commit/181e2d4216a31a13ddd25d4f7489a56175fba053) Merge pull request  [#5250](https://github.com/containerd/containerd/pull/5250) from dmcgowan/cri-fix-reference-ordering
* [`664088dd2`](https://github.com/containerd/containerd/commit/664088dd2e3d0601ec61214ef6eab6d7b6e49940) Merge pull request  [#5254](https://github.com/containerd/containerd/pull/5254) from voltbit/clarify-cri-registry-doc
* [`e4b9b1038`](https://github.com/containerd/containerd/commit/e4b9b1038b2541da01f4dfe6a3f7c1aa45ad6b94) Make CRI registry docs more clear
* [`2ad54a2cd`](https://github.com/containerd/containerd/commit/2ad54a2cde9c090b9c30e0a66add955012edc617) Merge pull request  [#5255](https://github.com/containerd/containerd/pull/5255) from dmcgowan/bump-linux-integration-timeout
* [`792336b09`](https://github.com/containerd/containerd/commit/792336b09be504da34b986b62c73ef17f74cfea3) Merge pull request  [#5245](https://github.com/containerd/containerd/pull/5245) from mxpv/oom
* [`ec4d7736d`](https://github.com/containerd/containerd/commit/ec4d7736d89d73a66e1d301a9843fb318bb9d09c) Increase timeout for linux integration tests
* [`eb7c7c71e`](https://github.com/containerd/containerd/commit/eb7c7c71e21bdff485ba54666c12a72c0bd4792c) Fix oom tests on non Linux
* [`d54225cce`](https://github.com/containerd/containerd/commit/d54225cceeea23d491333e894f48c30b7434c113) Merge pull request  [#5125](https://github.com/containerd/containerd/pull/5125) from Iceber/add-caller-info
* [`717dde3c2`](https://github.com/containerd/containerd/commit/717dde3c27145dab133a35250434b270935f834f) Merge pull request  [#5252](https://github.com/containerd/containerd/pull/5252) from thaJeztah/separate_userns
* [`708299ca4`](https://github.com/containerd/containerd/commit/708299ca400778a01c1b79ab133ddaa9bd458d0a) Move RunningInUserNS() to its own package
* [`0886ceaea`](https://github.com/containerd/containerd/commit/0886ceaea2470edc7339dfc5ebe0e3257ae84d06) Fix reference ordering in CRI image store
* [`bf9db47e8`](https://github.com/containerd/containerd/commit/bf9db47e8acde69add45a9f6146d21d293604e5e) add caller info to the testHook
* [`edf648416`](https://github.com/containerd/containerd/commit/edf6484165791bec0ef457c331108e9c5bc54819) Merge pull request  [#5243](https://github.com/containerd/containerd/pull/5243) from AkihiroSuda/update-zfs-20210322
* [`305b42583`](https://github.com/containerd/containerd/commit/305b42583073aa1435d15ff5773c049827fa8d51) use happy-eyeballs for port-forwarding
* [`22ef69d77`](https://github.com/containerd/containerd/commit/22ef69d77da8e15c98d57565d98ce52c2d11f105) Support HTTP debug in ctr
* [`4e919ffab`](https://github.com/containerd/containerd/commit/4e919ffaba66e9134d8695d71bc46d1af9980371) Merge pull request  [#5244](https://github.com/containerd/containerd/pull/5244) from pacoxu/fix/night-run
* [`01765d097`](https://github.com/containerd/containerd/commit/01765d097493c0893ee7d41cf11f9247843f9ab0) night ci fix: add packages for ubuntu 20.04
* [`8cdc1f13b`](https://github.com/containerd/containerd/commit/8cdc1f13b6141cc8218c776f0c81d61d5d3bc1a4) go.mod: github.com/containerd/zfs v0.0.0-20210322090317-0e92c2247fb7
* [`56f17a085`](https://github.com/containerd/containerd/commit/56f17a08564aeb090e1cf731be186e9e86ae34b5) Merge pull request  [#5148](https://github.com/containerd/containerd/pull/5148) from wzshiming/fix/defer-cleanup
* [`30e1e66e5`](https://github.com/containerd/containerd/commit/30e1e66e5cb11925d78bc7d6743b8789d8ac9baf) runtime/v2: Fix defer cleanup
* [`6150170d9`](https://github.com/containerd/containerd/commit/6150170d955688759959812c608923c7d7405a89) Merge pull request  [#5235](https://github.com/containerd/containerd/pull/5235) from estesp/testimage-userns-ro
* [`33776ada0`](https://github.com/containerd/containerd/commit/33776ada047cfec0c449888a8fc1767e2a9878fe) Use specific image for user namespaces tests
* [`a47feaf46`](https://github.com/containerd/containerd/commit/a47feaf462dece77a7062e423770aca04fe02b84) Merge pull request  [#4898](https://github.com/containerd/containerd/pull/4898) from timchenxiaoyu/makefile
* [`f7bd43c13`](https://github.com/containerd/containerd/commit/f7bd43c137248eb99543f3cc37122ee933cb4868) Merge pull request  [#5216](https://github.com/containerd/containerd/pull/5216) from estesp/testimage-429
* [`a7b456d2f`](https://github.com/containerd/containerd/commit/a7b456d2f84be93dfe57a4b2af18c3e946c8a10e) Merge pull request  [#5233](https://github.com/containerd/containerd/pull/5233) from kzys/mkfs-error
* [`e0c94bb26`](https://github.com/containerd/containerd/commit/e0c94bb269fd843ff5aad1f6210b710fe56a2808) Merge pull request  [#4708](https://github.com/containerd/containerd/pull/4708) from kzys/enable-criu
* [`0d569f8f4`](https://github.com/containerd/containerd/commit/0d569f8f4a9b8a4a5702beb71ee707c3e9a727d0) Merge pull request  [#5229](https://github.com/containerd/containerd/pull/5229) from wzshiming/fix/log-cp-file
* [`7704fe72d`](https://github.com/containerd/containerd/commit/7704fe72d06ca52037b2411c8e63cb844130531a) Specifically mention "mkfs.ext4" on the error from the command
* [`2061227b5`](https://github.com/containerd/containerd/commit/2061227b568dcb451c6c7930a9ffe4b4cff26931) Merge pull request  [#4949](https://github.com/containerd/containerd/pull/4949) from hs0210/work
* [`1410220d8`](https://github.com/containerd/containerd/commit/1410220d8fcd8b56180502cb7c5bf2dafc2ead4b) Fix error log when copy file
* [`86a7db486`](https://github.com/containerd/containerd/commit/86a7db4865929daf18c6f41872bb48b6879fb492) Merge pull request  [#5227](https://github.com/containerd/containerd/pull/5227) from tonistiigi/grpc-stream-close
* [`fbf79545d`](https://github.com/containerd/containerd/commit/fbf79545dff6b07949bd567812154aba966ed548) Merge pull request  [#5230](https://github.com/containerd/containerd/pull/5230) from wzshiming/fix/log-kill-shim
* [`fe787efa2`](https://github.com/containerd/containerd/commit/fe787efa2b708e67749b126715246b00da009468) Fix error log when kill shim
* [`8d8c15ca5`](https://github.com/containerd/containerd/commit/8d8c15ca539233e7645690876442c425da45fc1c) contentproxy: ensure grpc stream is closed on commit
* [`2d5f9bf87`](https://github.com/containerd/containerd/commit/2d5f9bf87017c78179cdcaa3e03c87319132a7f7) Merge pull request  [#4990](https://github.com/containerd/containerd/pull/4990) from kzys/host-status
* [`6e343f25e`](https://github.com/containerd/containerd/commit/6e343f25e8d99b211a16b1c1b6662c352c8ba699) Switch test image to a non rate-limited manifest list
* [`969b3d638`](https://github.com/containerd/containerd/commit/969b3d638bbf5fe0296f7b80adda24838266e92e) Merge pull request  [#5202](https://github.com/containerd/containerd/pull/5202) from wzshiming/fix/dgst-debug
* [`63b605d8f`](https://github.com/containerd/containerd/commit/63b605d8fd043d7354f4f25084886dcfc1d47101) Merge pull request  [#5210](https://github.com/containerd/containerd/pull/5210) from thaJeztah/bump_k8s
* [`3f98a6d2d`](https://github.com/containerd/containerd/commit/3f98a6d2d38388bdad58d4e8790bafcfe5d00704) Merge pull request  [#5211](https://github.com/containerd/containerd/pull/5211) from pacoxu/pause/3.5
* [`31c058735`](https://github.com/containerd/containerd/commit/31c05873511df4c7729b91a9366a5e12010a4322) Merge pull request  [#5218](https://github.com/containerd/containerd/pull/5218) from alakesh/runtime-v2-stress
* [`92c1bbb25`](https://github.com/containerd/containerd/commit/92c1bbb2536c24175dab0b5fddf4cd278aae72b3) Merge pull request  [#5222](https://github.com/containerd/containerd/pull/5222) from fuweid/follow-up-5174
* [`9fdc96c09`](https://github.com/containerd/containerd/commit/9fdc96c095dc7254cb7e88b139fe7db8ad7ddb13) runtime/v2: add comment for checkCopyShimLogError
* [`24602e7a9`](https://github.com/containerd/containerd/commit/24602e7a98de9c54906e35425f57681eedb109c9) change default runtime for containerd-stress app
* [`32a08f1a6`](https://github.com/containerd/containerd/commit/32a08f1a6a5d27294204386dbad606cfeb5bb502) Merge pull request  [#4847](https://github.com/containerd/containerd/pull/4847) from cpuguy83/devices_by_dir
* [`b395f2f9a`](https://github.com/containerd/containerd/commit/b395f2f9a9615142f6c9ccacd2cbf73bdddff480) Merge pull request  [#5160](https://github.com/containerd/containerd/pull/5160) from MadhavJivrajani/master
* [`a0cc9b432`](https://github.com/containerd/containerd/commit/a0cc9b432d8e269f01d6c13ad1f6654bc6aee4ec) Merge pull request  [#5195](https://github.com/containerd/containerd/pull/5195) from fuweid/fix-5173
* [`1a0973dde`](https://github.com/containerd/containerd/commit/1a0973dde31de3fa317a76ffb66c4e1d3a0bc92b) Merge pull request  [#5206](https://github.com/containerd/containerd/pull/5206) from Iceber/fix-new-container
* [`5978fe807`](https://github.com/containerd/containerd/commit/5978fe807a69c57e935527f31ceb7824e220e3d4) Merge pull request  [#5212](https://github.com/containerd/containerd/pull/5212) from thaJeztah/gofmt_all_the_things
* [`8731888ec`](https://github.com/containerd/containerd/commit/8731888ec0bd93032490dfb3964ddbe9c723e208) Re-enable CRIU tests by not using overlayfs snapshotter
* [`b520428b5`](https://github.com/containerd/containerd/commit/b520428b5a4f6815bb66f6eb538e203ec2597935) Fix CRIU
* [`4e76bcf06`](https://github.com/containerd/containerd/commit/4e76bcf061c33400880e115a8a2484d9b13de7e4) gofmt -s -w all the things
* [`f201b78b9`](https://github.com/containerd/containerd/commit/f201b78b9065f167071bf472a9708b3921c3d5d1) Merge pull request  [#5205](https://github.com/containerd/containerd/pull/5205) from dmcgowan/prepare-v1.5.0-beta.4
* [`767600899`](https://github.com/containerd/containerd/commit/767600899b559920280f42018b47308a56591eb4) Merge pull request  [#5207](https://github.com/containerd/containerd/pull/5207) from thaJeztah/bump_btrfs
* [`569023fd5`](https://github.com/containerd/containerd/commit/569023fd51e6cb75329ffe6408accf6c611d8da1) go.mod: github.com/containerd/nri v0.0.0-20210316161719-dbaa18c31c14
* [`0e1f59e89`](https://github.com/containerd/containerd/commit/0e1f59e896300230658a03a23513f8f6c4f0f96d) go.mod: github.com/containerd/zfs v0.0.0-20210315114300-dde8f0fda960
* [`1a28c2f7e`](https://github.com/containerd/containerd/commit/1a28c2f7ecf8740482322719ea8a84e2367a5e02) Merge pull request  [#5200](https://github.com/containerd/containerd/pull/5200) from pacoxu/skip-error-check
* [`ffff68866`](https://github.com/containerd/containerd/commit/ffff688663daaaeac28d0978649c724dd8d68d69) upgrade pause image to 3.5 for non-root
* [`88d3881e1`](https://github.com/containerd/containerd/commit/88d3881e1dd1b3f82378d85bb4467f5e9b8b91d7) go.mod: github.com/containerd/fifo v0.0.0-20210316144830-115abcc95a1d
* [`a22c43fa4`](https://github.com/containerd/containerd/commit/a22c43fa44cbd1361a07ead530300b9c100ae8f9) go.mod: github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97
* [`f6f861736`](https://github.com/containerd/containerd/commit/f6f8617367072848527e9d9a9d65fe41a783be49) go.mod: github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676
* [`460b35236`](https://github.com/containerd/containerd/commit/460b35236e1e0173b755b0eb433ad693ba0dbee9) go.mod: kubernetes v1.20.4
* [`fef6bb8d3`](https://github.com/containerd/containerd/commit/fef6bb8d334bd6beaedd0112ad53fefb52ba93f1) Merge pull request  [#5204](https://github.com/containerd/containerd/pull/5204) from thaJeztah/overlayutils
* [`5e484c961`](https://github.com/containerd/containerd/commit/5e484c96139d2e4c93a277ff0c0caf815acb466f) runtime/v2/runc: fix the defer cleanup of the NewContainer
* [`e6086d9c0`](https://github.com/containerd/containerd/commit/e6086d9c07c6f73298d051a391b0fbd80ea58e98) Prepare release notes for v1.5.0-beta.4
* [`34b7a5f09`](https://github.com/containerd/containerd/commit/34b7a5f094610b335bdfb91dccd2385b00816671) Update mailmap
* [`2755ead92`](https://github.com/containerd/containerd/commit/2755ead927bbdc5b042990964332d78a0fdaddf4) Merge pull request  [#4978](https://github.com/containerd/containerd/pull/4978) from cpuguy83/certs_dir
* [`ba8f9845e`](https://github.com/containerd/containerd/commit/ba8f9845ecefb9003d53322d4d5e607cca8c37bc) move overlay-checks to an overlayutils package
* [`7776e5ef2`](https://github.com/containerd/containerd/commit/7776e5ef2ad42cc6e739241db677049c6b083ab1) Support adding devices by dir
* [`a1138182d`](https://github.com/containerd/containerd/commit/a1138182d5d746351b3c321893001e33fd7fb4be) Merge pull request  [#5180](https://github.com/containerd/containerd/pull/5180) from dmcgowan/lint-enforce-comments
* [`fad66f94e`](https://github.com/containerd/containerd/commit/fad66f94ece37988604aff419a405f62656fef4e) Merge pull request  [#5174](https://github.com/containerd/containerd/pull/5174) from fuweid/fix-5130
* [`bd4f468c6`](https://github.com/containerd/containerd/commit/bd4f468c62d63c8b7b18f40eff9698eee1a6edfb) Merge pull request  [#5186](https://github.com/containerd/containerd/pull/5186) from cpuguy83/fix_docker_cert_loading
* [`5461fa3a7`](https://github.com/containerd/containerd/commit/5461fa3a754d47a32de293d7fdf553dfb05395a7) Merge pull request  [#5196](https://github.com/containerd/containerd/pull/5196) from Iceber/fix-rootfs
* [`d895118c7`](https://github.com/containerd/containerd/commit/d895118c7c48b52a1d6cd0975fdef4ce4c854d43) runtime/v2/runc: fix leaking socket path
* [`a76cefd12`](https://github.com/containerd/containerd/commit/a76cefd124b4aecb6d5bc1a38ad1de6ecff9c307) plugin status should be skip, not error
* [`766e7953a`](https://github.com/containerd/containerd/commit/766e7953ab29fdbd62154e2d495c14c80b8ca9f7) Change dgst to digest in debug
* [`4e8b2f309`](https://github.com/containerd/containerd/commit/4e8b2f309a3576f82e7cae1656a34b4a30721de9) rootfs: fix the error handling of the createInitLayer
* [`6b410ba41`](https://github.com/containerd/containerd/commit/6b410ba41ff28471134ca508665f89a10610eb7f) Merge pull request  [#5197](https://github.com/containerd/containerd/pull/5197) from Iceber/fix-ctr-command
* [`06e6f45c3`](https://github.com/containerd/containerd/commit/06e6f45c3130463d9412d97eb0a639b346d0f86f) Merge pull request  [#5198](https://github.com/containerd/containerd/pull/5198) from Iceber/fix-usage
* [`d3ad7f390`](https://github.com/containerd/containerd/commit/d3ad7f390870617d5022932b9c72ea5df5e5a09a) cmd/ctr: use e.g. in the command usage
* [`231bbdc37`](https://github.com/containerd/containerd/commit/231bbdc37950098926b5e41db8b134bd70f14a85) cmd/ctr: fix export command
* [`ecb881e5e`](https://github.com/containerd/containerd/commit/ecb881e5e6e3ea77721865c5bb1d61725579fd54) add imgcrypt stream processors to the default config
* [`ac2726e12`](https://github.com/containerd/containerd/commit/ac2726e12c1432b5bbb378b1a4738aa70acbfb9f) cmd/containerd: deduplicate config*.go
* [`9a7ca39cb`](https://github.com/containerd/containerd/commit/9a7ca39cbd7c6b7598c067835693375a4ccb4a5b) defaults: add DefaultConfigDir
* [`8f863afd3`](https://github.com/containerd/containerd/commit/8f863afd3a82f968e38ba41838632ff8ee08e4af) Use net.IP.IsLoopback() to match loopback addresses
* [`eabd9b98b`](https://github.com/containerd/containerd/commit/eabd9b98b6be5326ea42ff1c076a59b18fe9467a) runtime: ignore file-already-closed error if dead shim
* [`e231b955d`](https://github.com/containerd/containerd/commit/e231b955dd9a0fa88f7928f5c69b09e8ed95e4dd) Merge pull request  [#5154](https://github.com/containerd/containerd/pull/5154) from estesp/zero-len
* [`5b7f2657d`](https://github.com/containerd/containerd/commit/5b7f2657d7db50fdfb80436544fe8123ad9adf91) Merge pull request  [#5184](https://github.com/containerd/containerd/pull/5184) from thaJeztah/fixate_buildtags
* [`f6a994273`](https://github.com/containerd/containerd/commit/f6a99427337756c2592d15fee91087ede04ec6b8) Better error when handling a descriptor of size zero
* [`92009ad7a`](https://github.com/containerd/containerd/commit/92009ad7a326d58fecf4cc8c235ae763fc2c7c61) Merge pull request  [#5164](https://github.com/containerd/containerd/pull/5164) from errordeveloper/master
* [`6f94b156f`](https://github.com/containerd/containerd/commit/6f94b156faa72fafb83dfebe40d2a80a92e3a7c2) Merge pull request  [#5189](https://github.com/containerd/containerd/pull/5189) from TBBle/reduce-load-on-ratelimited-docker.io
* [`42266dadc`](https://github.com/containerd/containerd/commit/42266dadcf7b069a702082b63aa91292b559cb39) Merge pull request  [#5182](https://github.com/containerd/containerd/pull/5182) from thaJeztah/bump_go_runc
* [`bd2c0898a`](https://github.com/containerd/containerd/commit/bd2c0898aa2905580903fe886c379358aeb897bd) go.mod: github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0
* [`143283931`](https://github.com/containerd/containerd/commit/14328393105e684ce9368202dd5589b60594d0a7) Merge pull request  [#5185](https://github.com/containerd/containerd/pull/5185) from thaJeztah/update_imgcrypt
* [`24a8b460e`](https://github.com/containerd/containerd/commit/24a8b460e7a275a33dcdbf4046aadfe3ece9fbe2) go.mod: github.com/containerd/zfs v0.0.0-20210313052028-2233970b74b1
* [`f0b6bcb77`](https://github.com/containerd/containerd/commit/f0b6bcb7751fe557dd47d80110c36a9ca6545d59) go.mod: github.com/containerd/aufs v0.0.0-20210313051948-ffdde1490233
* [`5cfc4a80d`](https://github.com/containerd/containerd/commit/5cfc4a80d43993312930f50de16c8f7343c9e258) Enable some image-pull tests on Windows
* [`b375f9012`](https://github.com/containerd/containerd/commit/b375f90128e4f9b72c84a382cbff9c3feeeead41) Use k8s.gcr.io/pause:3.4.1 in pull-only tests
* [`bcc02002a`](https://github.com/containerd/containerd/commit/bcc02002a20d6c5342eeb6f656c32fbad3acf33f) go mod tidy after containerd moved to hcsshim v0.8.15
* [`b0b6d9aa0`](https://github.com/containerd/containerd/commit/b0b6d9aa03ccf903f9bf1a9bc80ea2eecb0b22e9) Add support for using a host registry dir in cri
* [`1fd99e24a`](https://github.com/containerd/containerd/commit/1fd99e24a2d8f3ceeb69c430775e2a23183e3f77) Fix docker style cert loading.
* [`fcab1fe53`](https://github.com/containerd/containerd/commit/fcab1fe537ac5c2a7b04bff6ef94623cc2093e26) go.mod: github.com/containerd/imgcrypt 7ed62a527887
* [`55a9bbc03`](https://github.com/containerd/containerd/commit/55a9bbc0335cf535880400915941faa4bb39e6ae) Prevent runc inheriting BUILDTAGS from containerd
* [`8cf669ce3`](https://github.com/containerd/containerd/commit/8cf669ce34d138038de78a67ed6408d1a097e5c9) Fix unsupported files exporting functions for apparmor and seccomp
* [`35eeb24a1`](https://github.com/containerd/containerd/commit/35eeb24a17cf205a8fd8706486b8db7322e06512) Fix exported comments enforcer in CI
* [`9d5c1165a`](https://github.com/containerd/containerd/commit/9d5c1165a671f452799e444e85d3e90b28d242b2) Merge pull request  [#5178](https://github.com/containerd/containerd/pull/5178) from estesp/go-1.16.2
* [`031775ee5`](https://github.com/containerd/containerd/commit/031775ee5e8c2d8434dba83eb88cf6f01aefb4a2) Merge pull request  [#5179](https://github.com/containerd/containerd/pull/5179) from dims/document-the-runtime-public-method
* [`b446ed1ca`](https://github.com/containerd/containerd/commit/b446ed1ca8f6e72b19393d3beb8258dda76aae30) Document the Runtime public method
* [`a2f5a9d43`](https://github.com/containerd/containerd/commit/a2f5a9d43a1a1f647826fb36ec43618aa43aff31) Merge pull request  [#5101](https://github.com/containerd/containerd/pull/5101) from dims/drop-github.com/Microsoft/hcsshim/test
* [`8cbef0fad`](https://github.com/containerd/containerd/commit/8cbef0fade879bab9a331787acba4e4346c6b7f4) Update to Go 1.16.2
* [`437b7f71b`](https://github.com/containerd/containerd/commit/437b7f71ba8ac51c94b567d5cd94cd6898c28e5c) ci: log the status of GitHub Actions' VM at the end
* [`6a4aa1e2e`](https://github.com/containerd/containerd/commit/6a4aa1e2e79265624420b7ad09c09fda302eb5af) Separate go module for client tests
* [`d8208e2e3`](https://github.com/containerd/containerd/commit/d8208e2e376ed972a111de69e98e1661bb7224e9) Merge pull request  [#5170](https://github.com/containerd/containerd/pull/5170) from dims/switch-zuul-merge-mode
* [`481105834`](https://github.com/containerd/containerd/commit/481105834b79101b65c99d1080baa7d566601053) Switch from merge-resolve(default) to merge mode for containerd-build-arm64
* [`2205da64a`](https://github.com/containerd/containerd/commit/2205da64a6dbe4ad689dd6eb5ee02b552538a81f) clean up install-cni and install-critools
* [`1b1bb4870`](https://github.com/containerd/containerd/commit/1b1bb487091e3447ce989d6bafe4c5960ddb4306) adds a new install-deps in the makefile; and some debug out
* [`ce8e8e890`](https://github.com/containerd/containerd/commit/ce8e8e89077f3b2ffbbc4b77944d92bd5b96e703) Merge pull request  [#5036](https://github.com/containerd/containerd/pull/5036) from thaJeztah/split_runc_binary
* [`381cbdd39`](https://github.com/containerd/containerd/commit/381cbdd39b146a7b9a403dac074d72d459575cae) Merge pull request  [#5056](https://github.com/containerd/containerd/pull/5056) from estesp/go-1.16
* [`d1b778435`](https://github.com/containerd/containerd/commit/d1b7784357f758ca7ad4041f5fd056960f50252d) Use `ErrUnexpectedStatus` more consistently
* [`a11d78578`](https://github.com/containerd/containerd/commit/a11d78578498e0669a80d871845baa118bceb7a9) Include URL and method in `ErrUnexpectedStatus`
* [`8634cd9df`](https://github.com/containerd/containerd/commit/8634cd9dfd2dad406eaec2b06a102d13ef322961) Merge pull request  [#5157](https://github.com/containerd/containerd/pull/5157) from AkihiroSuda/deflake-TestRestartMonitor
* [`c55492f8d`](https://github.com/containerd/containerd/commit/c55492f8deb313165d1f7d79cb1a08e1ca14b494) Update to Go 1.16.1
* [`ee84e8575`](https://github.com/containerd/containerd/commit/ee84e8575840fa15291d490679c9a413bc2e3137) deflake TestRestartMonitor
* [`2b1e91367`](https://github.com/containerd/containerd/commit/2b1e913679ccc35ba2910fd6644a49590a6f6de2) Merge pull request  [#5156](https://github.com/containerd/containerd/pull/5156) from estesp/step-name
* [`c9c7665bb`](https://github.com/containerd/containerd/commit/c9c7665bba472b9511b9cfdf6a57b859e6019de5) CI: Add a name for the vagrant up step
* [`95513021e`](https://github.com/containerd/containerd/commit/95513021e0d26b9c551d6fff66da2b2715cb6e09) Merge pull request  [#5150](https://github.com/containerd/containerd/pull/5150) from thaJeztah/update_mountinfo
* [`d629a08eb`](https://github.com/containerd/containerd/commit/d629a08ebfd33007c7ffe0823c2aa4807477759f) go.mod: github.com/moby/sys/mountinfo v0.4.1
* [`79a51cd16`](https://github.com/containerd/containerd/commit/79a51cd16adf98c841abfbb684f9c69ae8ca4359) move runc version to a separate file for easier consumption
* [`8325ba5d3`](https://github.com/containerd/containerd/commit/8325ba5d3634f7f47895cf52be160c64cdc89c83) Separate runc binary version from libcontainer version
* [`b89a63a23`](https://github.com/containerd/containerd/commit/b89a63a235e1ee7dd33ceb84935d3160e006f3c8) Remove references to apparmor and selinux buildtags for runc
* [`17ab5dd08`](https://github.com/containerd/containerd/commit/17ab5dd08cc06b6f15af66918c4740795087355e) Merge pull request  [#5114](https://github.com/containerd/containerd/pull/5114) from alakesh/print-unpack-time
* [`ddf6594fb`](https://github.com/containerd/containerd/commit/ddf6594fbeeddf30a55e0d2bcdb85956ec792fd2) Merge pull request  [#5076](https://github.com/containerd/containerd/pull/5076) from AkihiroSuda/ovl-k511
* [`9f5244f41`](https://github.com/containerd/containerd/commit/9f5244f4101c1dc599b3329aa06f64793d6d2f56) Print elapsed time for image unpack
* [`a5d17eb50`](https://github.com/containerd/containerd/commit/a5d17eb5071b3809a110ea43d7648eabaa05d603) Merge pull request  [#5143](https://github.com/containerd/containerd/pull/5143) from kevpar/fix-lookpath
* [`9ec277895`](https://github.com/containerd/containerd/commit/9ec2778950e9668cf98be1ec3630719f090bb861) Merge pull request  [#4467](https://github.com/containerd/containerd/pull/4467) from cyphar/apparmor-update-profile
* [`c9afc4250`](https://github.com/containerd/containerd/commit/c9afc4250ab183f9e944297c15df705851b3ec42) Fix error checking when resolving shim binary path
* [`6d68490ef`](https://github.com/containerd/containerd/commit/6d68490ef6415cbfa13420dec9e16b7ac520fd65) Merge pull request  [#5014](https://github.com/containerd/containerd/pull/5014) from Iceber/update-pause-version
* [`185aaf207`](https://github.com/containerd/containerd/commit/185aaf2070916ff78922092fa6f49aee41d9ede1) Merge pull request  [#5141](https://github.com/containerd/containerd/pull/5141) from dims/create-symlink-to-avoid-duplicating-files-in-cloud-init
* [`f6a07f444`](https://github.com/containerd/containerd/commit/f6a07f444091dc8fb5b8987a4edfd4bafab934d9) Merge pull request  [#5140](https://github.com/containerd/containerd/pull/5140) from mxpv/reader
* [`c193e121f`](https://github.com/containerd/contai
8000
nerd/commit/c193e121f9eecc6b5fa10d0af32aaf1d2d093eaf) Create symlink to avoid duplicate cloud init
* [`571cc32df`](https://github.com/containerd/containerd/commit/571cc32df64122f4822a578329cad8b01ccdddfa) Add OpenReader to create ReaderAt interface
* [`7738246cd`](https://github.com/containerd/containerd/commit/7738246cd95bcc9a80980d9e263a28f63fc954af) Merge pull request  [#5111](https://github.com/containerd/containerd/pull/5111) from ctrlaltdel121/master
* [`da137a7a1`](https://github.com/containerd/containerd/commit/da137a7a1facc303b48baef66ae6054501d1c5ac) Merge pull request  [#5134](https://github.com/containerd/containerd/pull/5134) from AkihiroSuda/dump-apparmor
* [`0580bd699`](https://github.com/containerd/containerd/commit/0580bd699017ced6dd0b8f9a68bbb67c05856181) apparmor: add DumpDefaultProfile
* [`f37ae8fc3`](https://github.com/containerd/containerd/commit/f37ae8fc352e0274a1631115491edda2cceda846) move to v3.4.1 for the pause image
* [`a72fe7da2`](https://github.com/containerd/containerd/commit/a72fe7da21237815731386d6b73a0e93700112f9) Merge pull request  [#5106](https://github.com/containerd/containerd/pull/5106) from Iceber/update-building-readme
* [`4514bc9c5`](https://github.com/containerd/containerd/commit/4514bc9c5c6406138628c15d2f98468b430124ee) Merge pull request  [#5127](https://github.com/containerd/containerd/pull/5127) from dmcgowan/update-release-md
* [`aa8448a28`](https://github.com/containerd/containerd/commit/aa8448a285237e411cd64d5a32a1167eeb1b0974) Update RELEASES.md to reflect latest releases
* [`02334356d`](https://github.com/containerd/containerd/commit/02334356d0774a5b194e67b5f1383fd2485ea67a) Merge pull request  [#5120](https://github.com/containerd/containerd/pull/5120) from dmcgowan/1.5-release-notes-update
* [`9ba531c31`](https://github.com/containerd/containerd/commit/9ba531c3169f999b25e8cc8b4f15ab5c03ec87d5) Prepare release notes for 1.5.0-beta.3
* [`8e2072661`](https://github.com/containerd/containerd/commit/8e20726618b8d4e6446d969af7b390d9552c9e7e) Merge pull request  [#5095](https://github.com/containerd/containerd/pull/5095) from dims/fix-pull-containerd-node-e2e-failure
* [`fa66f93c0`](https://github.com/containerd/containerd/commit/fa66f93c0c0c6400fbfc41592eeb89815a42fe88) Merge pull request  [#5117](https://github.com/containerd/containerd/pull/5117) from Iceber/fix-container-status
* [`92ab1a63b`](https://github.com/containerd/containerd/commit/92ab1a63b044a1bfc0e08446e8c007bf7a42d466) cri: fix container status
* [`498eebe86`](https://github.com/containerd/containerd/commit/498eebe860b9760b79a5b51b1477cebf21e64c9c) Merge pull request  [#5123](https://github.com/containerd/containerd/pull/5123) from fuweid/update-bug-report-template
* [`34e838581`](https://github.com/containerd/containerd/commit/34e83858152eb5b7ee6fe2c2be5ba45034595d53) .github: update bug_report.md with hint and tip
* [`bb3fcf62f`](https://github.com/containerd/containerd/commit/bb3fcf62f128617cd9f02ef1fd0e7a48fe29caeb) Merge pull request  [#5119](https://github.com/containerd/containerd/pull/5119) from mxpv/dm
* [`15a4df0ba`](https://github.com/containerd/containerd/commit/15a4df0ba9bc8a702e01398104f474b32eee3aa3) fix names and paths for containerd master
* [`1dcfe7fa8`](https://github.com/containerd/containerd/commit/1dcfe7fa8e2c32181248484a6e549d467ff0f5b4) Merge pull request  [#5040](https://github.com/containerd/containerd/pull/5040) from estesp/http-trace
* [`6762c6f2d`](https://github.com/containerd/containerd/commit/6762c6f2d33773c975bd2d0b44decbf7ec04bfd6) Merge pull request  [#5115](https://github.com/containerd/containerd/pull/5115) from kevpar/update-hcsshim
* [`e1b4c0ad4`](https://github.com/containerd/containerd/commit/e1b4c0ad436f66caf58689360a639d9040f49f88) Remove flaky devmapper check
* [`2f71f4f63`](https://github.com/containerd/containerd/commit/2f71f4f63c287f1d8b4e8657418b87354bcf6dce) Merge pull request  [#5116](https://github.com/containerd/containerd/pull/5116) from fuweid/carry-4825
* [`51a72f049`](https://github.com/containerd/containerd/commit/51a72f04923e847f5d6f326ba3941f222d7eb5bf) mark device faulty after parent fails to suspend
* [`91ff31498`](https://github.com/containerd/containerd/commit/91ff3149802c8037d82c7add81763ae9aaefc1a5) Merge pull request  [#5009](https://github.com/containerd/containerd/pull/5009) from thaJeztah/fix_install_scripts
* [`164573897`](https://github.com/containerd/containerd/commit/164573897cd888cb734156581c167d99df65b402) script/setup: use git clone instead of go get -d
* [`591caece0`](https://github.com/containerd/containerd/commit/591caece0c9b3fd6a08576b31df6d13e0ae38501) cri: check fsnotify watcher when receiving cni conf dir events
* [`46fd9e440`](https://github.com/containerd/containerd/commit/46fd9e440b18fb05264b09cfdbf16db2c29cf6b3) update BUILDMING.md
* [`51992133a`](https://github.com/containerd/containerd/commit/51992133afab54ca3326260643e599461e84c6b7) Allow HTTP tracing in push/pull via --trace flag
* [`82dccdc49`](https://github.com/containerd/containerd/commit/82dccdc49094b3784ca1c58696998b810a0282db) Update github.com/Microsoft/hcsshim to v0.8.15
* [`134f7a737`](https://github.com/containerd/containerd/commit/134f7a737074727a6e87214323629b87ba658658) Merge pull request  [#5007](https://github.com/containerd/containerd/pull/5007) from fidencio/wip/allow-shimv2-to-also-be-loaded-from-an-arbitrary-path
* [`52a602190`](https://github.com/containerd/containerd/commit/52a602190ab8aa3fa96e535d03e1a1cb9a3d1b4b) Merge pull request  [#5102](https://github.com/containerd/containerd/pull/5102) from dims/cleanup-k8s.io/kubernetes-update-aufs-zfs
* [`c3eecf4f7`](https://github.com/containerd/containerd/commit/c3eecf4f75af5e735b94031cb52b775fc302814c) Update to newest imgcrypt, aufs and zfs
* [`54a63a3dd`](https://github.com/containerd/containerd/commit/54a63a3dd622d3b0d649d431cc82d5a2e43f74b0) Merge pull request  [#5088](https://github.com/containerd/containerd/pull/5088) from Iceber/update-linuxkit-readme
* [`1f801c02c`](https://github.com/containerd/containerd/commit/1f801c02ce710cfc10e0bbbc57f848a496a13d33) Merge pull request  [#5099](https://github.com/containerd/containerd/pull/5099) from AkihiroSuda/cache-vagrant
* [`4702af917`](https://github.com/containerd/containerd/commit/4702af91785c9063fdc1226587ff94774e528ecd) CI: cache ~/.vagrant.d/boxes
* [`9ade247b3`](https://github.com/containerd/containerd/commit/9ade247b38b5a685244e1391c86ff41ab109556e) overlay: support "userxattr" option (kernel 5.11)
* [`ba199129b`](https://github.com/containerd/containerd/commit/ba199129b62abff876589eb6e209a4e5081b9695) update linuxkit readme
* [`10bbd1a46`](https://github.com/containerd/containerd/commit/10bbd1a462869c3ff9b6723fb3105b13fcd73a58) Merge pull request  [#5051](https://github.com/containerd/containerd/pull/5051) from wzshiming/fix/missing-close
* [`46c974650`](https://github.com/containerd/containerd/commit/46c9746507b7fd279e4834df6ca40180da4e6c0c) Merge pull request  [#5064](https://github.com/containerd/containerd/pull/5064) from Iceber/fix-redundant-slice
* [`07a3ce3d7`](https://github.com/containerd/containerd/commit/07a3ce3d7f884f278f0d48b2d024b8ecf4e6f6bd) Merge pull request  [#5080](https://github.com/containerd/containerd/pull/5080) from dmcgowan/prepare-1.5.0-beta.2
* [`9884730e5`](https://github.com/containerd/containerd/commit/9884730e5cad3a050160fae2e4d1089d615e080d) Merge pull request  [#5069](https://github.com/containerd/containerd/pull/5069) from AkihiroSuda/restart-fast
* [`437955792`](https://github.com/containerd/containerd/commit/4379557924321f88492dead5197f76cfa65967eb) Merge pull request  [#5086](https://github.com/containerd/containerd/pull/5086) from eramos2/revise-docs
* [`8dbe53a2a`](https://github.com/containerd/containerd/commit/8dbe53a2a930af3631229e4d92cf839b64ee5a38) Merge pull request  [#5070](https://github.com/containerd/containerd/pull/5070) from yoheiueda/empty-masked
* [`c61f0cead`](https://github.com/containerd/containerd/commit/c61f0ceada66ea719e414f974b6469b0a91974c1) Fix broken docs links (#5085)
* [`f7f6aabff`](https://github.com/containerd/containerd/commit/f7f6aabfff3a682326fb9c07ab8a32a8bad6f86d) oci: fix superfluous slice operations
* [`224efa9da`](https://github.com/containerd/containerd/commit/224efa9daec5760b0944da8719056deb62c1bd28) Fixed wording in docs, and broken link
* [`2bc8c779c`](https://github.com/containerd/containerd/commit/2bc8c779c58cd817910f772e5b77d47575c39543) Merge pull request  [#5068](https://github.com/containerd/containerd/pull/5068) from AkihiroSuda/restart-test
* [`119fe7046`](https://github.com/containerd/containerd/commit/119fe704692ea84154da72e4f2432148a909a460) Merge pull request  [#5071](https://github.com/containerd/containerd/pull/5071) from AkihiroSuda/restart-parallel
* [`7738370db`](https://github.com/containerd/containerd/commit/7738370db7b95e9451156ce59aceef29c52fb0fa) Merge pull request  [#5083](https://github.com/containerd/containerd/pull/5083) from AkihiroSuda/remove-dep-gocapability
* [`7ee610edb`](https://github.com/containerd/containerd/commit/7ee610edb5dfa05b215606aff9046e906b6c672b) drop dependency on github.com/syndtr/gocapability
* [`982217335`](https://github.com/containerd/containerd/commit/9822173354d755a0ab7a319228643435018c44d9) cap: rename FromUint64 to FromBitmap
* [`6ab6eaa79`](https://github.com/containerd/containerd/commit/6ab6eaa790cf9c3076608cfcda3676d420771133) restart: skip Sleep() for the first iteration of the reconcilation
* [`36df282dc`](https://github.com/containerd/containerd/commit/36df282dcb5f1a6ec091978d8942d08efa8a11c2) restart: add an integration test
* [`b23dc1131`](https://github.com/containerd/containerd/commit/b23dc1131e94af27a103a24619f5b348a5fc08f3) restart: parallelize reconcile()
* [`f38a79703`](https://github.com/containerd/containerd/commit/f38a797034fe649864b905e5254032ee789e4094) Prepare release notes for 1.5.0-beta.2
* [`07f1df454`](https://github.com/containerd/containerd/commit/07f1df4541d6a81c205d194f4f6ea3a6a95c3e29) cri: set default masked/readonly paths to empty paths
* [`af4c55fa4`](https://github.com/containerd/containerd/commit/af4c55fa4a2625937c200e6645285760a3e988b7) Merge pull request  [#5078](https://github.com/containerd/containerd/pull/5078) from AkihiroSuda/fix-5077
* [`b4ef1e9dc`](https://github.com/containerd/containerd/commit/b4ef1e9dc7fe4e6681a113d2870a2f1236ba60f2) CI: fix "ls: cannot access '/etc/cni/net.d': Permission denied"
* [`757be0a09`](https://github.com/containerd/containerd/commit/757be0a0903a4ceb3280fc37b011818bb5937986) Merge pull request  [#5017](https://github.com/containerd/containerd/pull/5017) from AkihiroSuda/parse-cap
* [`9173d3e92`](https://github.com/containerd/containerd/commit/9173d3e929f844c0411d5d23a1e10cb004022475) Merge pull request  [#5021](https://github.com/containerd/containerd/pull/5021) from wzshiming/fix/signal_repeatedly
* [`08d765af9`](https://github.com/containerd/containerd/commit/08d765af954cd5355b7207fe628d06ed5a97c9d4) Merge pull request  [#5028](https://github.com/containerd/containerd/pull/5028) from Iceber/runtime-spec
* [`096e99fe7`](https://github.com/containerd/containerd/commit/096e99fe7e3febdc96df26f743d45d18b8087b6d) Merge pull request  [#5057](https://github.com/containerd/containerd/pull/5057) from estesp/moar-time
* [`13f904cde`](https://github.com/containerd/containerd/commit/13f904cde2933f09174c4942cbeb15589f005c06) Tune test timeouts for GH Actions
* [`e58be59cb`](https://github.com/containerd/containerd/commit/e58be59cbded3dcadaf67164fdc37eb52afed66c) Merge pull request  [#5054](https://github.com/containerd/containerd/pull/5054) from jterry75/fix_env_windows
* [`06e4e0956`](https://github.com/containerd/containerd/commit/06e4e09567d8dda4b6e9543d4c80f3ffce1a206a) cri: append envs from image config to empty slice to avoid env lost
* [`c32ccdf8b`](https://github.com/containerd/containerd/commit/c32ccdf8beff945eba8adadd66a52ba4aa288948) Merge pull request  [#5024](https://github.com/containerd/containerd/pull/5024) from yadzhang/deepcopy-imageconfig
* [`d30a6c005`](https://github.com/containerd/containerd/commit/d30a6c005fd3d196e8e2922a861a34b46523ee61) Merge pull request  [#5045](https://github.com/containerd/containerd/pull/5045) from wzshiming/fix/file-not-closed
* [`5e4acc043`](https://github.com/containerd/containerd/commit/5e4acc04363a9097cc9a2f29d93fd062fca1652b) Fix file is not closed
* [`05ef2fe2f`](https://github.com/containerd/containerd/commit/05ef2fe2fbb8768fef65f5a7c435a83d04907d43) Fix missing close
* [`746cef0bc`](https://github.com/containerd/containerd/commit/746cef0bc2afe8b8c4592fec3df966138bdcedff) Merge pull request  [#5044](https://github.com/containerd/containerd/pull/5044) from wzshiming/fix/empty-error-warpping
* [`08318b1ab`](https://github.com/containerd/containerd/commit/08318b1ab952e8c30908a9bd2855466d5bbe0ad9) cri: append envs from image config to empty slice to avoid env lost
* [`59db8a10e`](https://github.com/containerd/containerd/commit/59db8a10e0c382ddba00090302b72d74a797f1e3) Fix empty error warpping
* [`a98c83c2d`](https://github.com/containerd/containerd/commit/a98c83c2d436cd6558f5164b10b6dacd004d0fc5) Merge pull request  [#5033](https://github.com/containerd/containerd/pull/5033) from chrisfregly/master
* [`80e1d98f6`](https://github.com/containerd/containerd/commit/80e1d98f6bfe6171f2289cb793edf141ca266e9e) fix: issue #5032
* [`0cc399138`](https://github.com/containerd/containerd/commit/0cc3991387c3db9002ad1f58ee9450c9f3133a25) Merge pull request  [#4912](https://github.com/containerd/containerd/pull/4912) from dcantah/dcantah/wcow-sandbox-size
* [`dc6f5ef3b`](https://github.com/containerd/containerd/commit/dc6f5ef3b98c71ff8da3ed39193c5745eb9329e1) Fix repeated sending signal
* [`41e3057cc`](https://github.com/containerd/containerd/commit/41e3057cc6d5e6ccaf9864c7599c74ad59bda6a7) Merge pull request  [#5025](https://github.com/containerd/containerd/pull/5025) from jeremyje/win20h2
* [`88d97362b`](https://github.com/containerd/containerd/commit/88d97362b31fef45c410fd76b3aacba186e277e9) Merge pull request  [#5027](https://github.com/containerd/containerd/pull/5027) from kevpar/config-check
* [`2adb2ea64`](https://github.com/containerd/containerd/commit/2adb2ea64c5aa7aea327844c84d56cf397a34f87) Merge pull request  [#4973](https://github.com/containerd/containerd/pull/4973) from lorenz/move-netns-into-statedir
* [`36d0bc1f2`](https://github.com/containerd/containerd/commit/36d0bc1f2b8eb599b0083c517718877b93562572) Allow moving netns directory into StateDir
* [`e288feacf`](https://github.com/containerd/containerd/commit/e288feacf35b202d483665fbd296113897427aca) Merge pull request  [#5026](https://github.com/containerd/containerd/pull/5026) from crosbymichael/cni-anno
* [`51f985cb1`](https://github.com/containerd/containerd/commit/51f985cb1f31479a9d1ce7e0f125accc4baa0757) oci: move cap UT to _linux_test.go
* [`d08aa4b68`](https://github.com/containerd/containerd/commit/d08aa4b6811e517610d9db6d79ce81cf7deee080) oci: fix the file mode of the device
* [`a2d1a8a86`](https://github.com/containerd/containerd/commit/a2d1a8a8653fd5cfe97a9860a5f8ce8a600c2b01) oci.WithPrivileged: set the current caps, not the known caps
* [`5f051c1d7`](https://github.com/containerd/containerd/commit/5f051c1d7172501c6b4a774ce2ca1e51f0d7cfdc) Improve error detection when loading config
* [`e874e2597`](https://github.com/containerd/containerd/commit/e874e2597ee0ecaf80e5a0df2d5d65e83f7a2e33) [cri] add pod annotations to CNI call
* [`1c81071d3`](https://github.com/containerd/containerd/commit/1c81071d39d411be2adbcdcf7642a374a141f5d3) Add references to Windows 20H2 test images.
* [`ddcc431c1`](https://github.com/containerd/containerd/commit/ddcc431c11b80aacf495dbcf920fe46f7d748345) Merge pull request  [#5016](https://github.com/containerd/containerd/pull/5016) from thaJeztah/bump_cgroups
* [`6be7c9f4e`](https://github.com/containerd/containerd/commit/6be7c9f4e21134e8739a296b51ee723a1e9f039c) go.mod: containerd/cgroups 8a68de567b68b30602948417a7a8e99ccf00ee9b
* [`cfa842c27`](https://github.com/containerd/containerd/commit/cfa842c278694860a7e32917066f4a24978f80d0) Merge pull request  [#5003](https://github.com/containerd/containerd/pull/5003) from dmcgowan/prepare-1.5.0-beta.1
* [`a2973c70a`](https://github.com/containerd/containerd/commit/a2973c70a5d85df84217f7a808fe5b87fda43b4c) Prepare release notes for 1.5.0-beta.1
* [`b3f240206`](https://github.com/containerd/containerd/commit/b3f2402062e9ea23cd8f7994982ffa77c4440e26) Merge pull request  [#5002](https://github.com/containerd/containerd/pull/5002) from crosbymichael/anno-image-name
* [`e908be5b5`](https://github.com/containerd/containerd/commit/e908be5b58371be3d727c6c4af0366a6447cfd7f) Merge pull request  [#5001](https://github.com/containerd/containerd/pull/5001) from kzys/no-lint-upgrade
* [`d05f7bdf0`](https://github.com/containerd/containerd/commit/d05f7bdf0206c97d841db96102e18fe25f68325e) Merge pull request  [#5011](https://github.com/containerd/containerd/pull/5011) from thaJeztah/setup_go_v2
* [`25e42e702`](https://github.com/containerd/containerd/commit/25e42e702c2632d37be4b90f9515d6d2fa703cff) Merge pull request  [#5004](https://github.com/containerd/containerd/pull/5004) from thaJeztah/bump_golang
* [`129c67dc8`](https://github.com/containerd/containerd/commit/129c67dc8509f02d66d695d4d4bd47eb8e24ff5b) GHA: use setup-go@v2
* [`d80dbdae6`](https://github.com/containerd/containerd/commit/d80dbdae6823804cae096dec41542ec68145e0cd) v2, util: Take the full binary path when starting the shimv2 process
* [`ec7d905f4`](https://github.com/containerd/containerd/commit/ec7d905f4e1266ff8d3c7fef35e10f8b2d344a8d) Update to go 1.15.8
* [`5f2d02adc`](https://github.com/containerd/containerd/commit/5f2d02adc5628ba62ede7dd4a742df8dcd07a0c2) Merge pull request  [#4717](https://github.com/containerd/containerd/pull/4717) from thaJeztah/reduce_libcontainer_use
* [`ccbeb550b`](https://github.com/containerd/containerd/commit/ccbeb550ba06b6a5a8911f5ee9511a678e321ce5) Merge pull request  [#4991](https://github.com/containerd/containerd/pull/4991) from kzys/no-auto-clear
* [`e9e3b1d6f`](https://github.com/containerd/containerd/commit/e9e3b1d6fde0127c6f456ff17f09015f553cf9b2) Merge pull request  [#5000](https://github.com/containerd/containerd/pull/5000) from kzys/fix-assert-check
* [`07db46ee2`](https://github.com/containerd/containerd/commit/07db46ee2314097abf02390a5964f8970633950a) lint: update nolint syntax for golangci-lint
* [`b14ccd205`](https://github.com/containerd/containerd/commit/b14ccd2053627be5a0ef8a2fe2e5e6bf24874d65) ci/gha: upgrade golangci-lint from v1.29.0 to v1.36.0
* [`aa5e55ad9`](https://github.com/containerd/containerd/commit/aa5e55ad980ffce0ae20abb41d25cc5fd37bc344) Merge pull request  [#4980](https://github.com/containerd/containerd/pull/4980) from thaJeztah/prevent_cio_npe
* [`e178af2d3`](https://github.com/containerd/containerd/commit/e178af2d36fc46959a555aaa0127f701a71dc87e) Merge pull request  [#4999](https://github.com/containerd/containerd/pull/4999) from thaJeztah/retry_fedora
* [`05a2e280a`](https://github.com/containerd/containerd/commit/05a2e280ac05606bb1782fb2c171e7afef74a8a6) mount: make setupLoop() work with with Autoclear
* [`2ac33d79f`](https://github.com/containerd/containerd/commit/2ac33d79fee41270205f5f86c6757dde5ebb9600) test: fix assert.Check's argumets to show its parameters correctly
* [`f101c8ac6`](https://github.com/containerd/containerd/commit/f101c8ac6c994de86c5baa4f99890c6412acd5d8) ci/gha/fedora: retry vagrant up
* [`04d061fa6`](https://github.com/containerd/containerd/commit/04d061fa6a5631b91e1005192d02fd32f22fbae3) update runc to v1.0.0-rc93
* [`54cc3483f`](https://github.com/containerd/containerd/commit/54cc3483ff687acb7d455ca962f1c7a97f7e5c45) pkg/cri/server: don't import libcontainer/configs
* [`99cb62f23`](https://github.com/containerd/containerd/commit/99cb62f23302c06e993fbacb4c707803d2ca784f) [cri] add image-name annotation
* [`ccde82da2`](https://github.com/containerd/containerd/commit/ccde82da2b46b0a4d4cf24576c2499288594df96) Merge pull request  [#4987](https://github.com/containerd/containerd/pull/4987) from Random-Liu/fix-auth-config-conversion
* [`b5bf1fd5d`](https://github.com/containerd/containerd/commit/b5bf1fd5d87d8401b5da1317bffedad440a7de35) Fix deprecated registry auth conversion.
* [`40542305b`](https://github.com/containerd/containerd/commit/40542305bfa97cdac9333c5ce62258b56d79e903) Merge pull request  [#4994](https://github.com/containerd/containerd/pull/4994) from kzys/kill-before-buf
* [`310e59073`](https://github.com/containerd/containerd/commit/310e59073c3f02737bec1cbc11b6a96fbe01b02e) test: stop containerd before accessing the stdout
* [`f07e1811e`](https://github.com/containerd/containerd/commit/f07e1811ef1ae2d6c0fda7dd47537746381ba46d) Merge pull request  [#4988](https://github.com/containerd/containerd/pull/4988) from Iceber/fix-runc-v2-service
* [`b458583b7`](https://github.com/containerd/containerd/commit/b458583b76e84204dca17587625757247bb4053e) runtime: fix shutdown runc v2 service
* [`a39478ab9`](https://github.com/containerd/containerd/commit/a39478ab9ab4de429899f7dbce41212008046ac5) Merge pull request  [#4986](https://github.com/containerd/containerd/pull/4986) from kzys/devmapper-log
* [`db6075fc2`](https://github.com/containerd/containerd/commit/db6075fc24266c4bdce5ad54a42e817ffb34aedf) snapshot/devmapper: log actual values to investigate #4965
* [`49c5c1487`](https://github.com/containerd/containerd/commit/49c5c1487951307761e84de52477d640c8b0c84c) Merge pull request  [#4906](https://github.com/containerd/containerd/pull/4906) from payall4u/bugfix/fix-open-shim-fifo
* [`7a468a3f3`](https://github.com/containerd/containerd/commit/7a468a3f3f00120c312790b0f49f3e910c144235) cio.copyIO: refactor to use cio.Close() (windows)
* [`219fa3d0a`](https://github.com/containerd/containerd/commit/219fa3d0a5a1d3a86479f6d54aef2b94c1fdf9ea) cio.copyIO: fix pipes potentially not being closed (Windows)
* [`baf6c1d5e`](https://github.com/containerd/containerd/commit/baf6c1d5e2563544d9fddfde879486816cc6381b) cio: openFifos() use named return variables to use in defer()
* [`6a2d3990d`](https://github.com/containerd/containerd/commit/6a2d3990d1db676935ea7d1d2f8e2b952998b5d9) cio: FIFOSet.Close() check if FIFOSet is nill to prevent NPE
* [`957fa3379`](https://github.com/containerd/containerd/commit/957fa3379da878817f695d057ae50b127f81e32a) change flag from RDONLY to RDWR and close the fifo correct
* [`d8572b6ca`](https://github.com/containerd/containerd/commit/d8572b6ca6a34ab079d4d3530022030ace782cf4) apparmor: handle signal mediation
* [`19ee068f9`](https://github.com/containerd/containerd/commit/19ee068f93c91f7b9b2a858457f1af2cabc7bc06) Merge pull request  [#4974](https://github.com/containerd/containerd/pull/4974) from adisky/update-protobuf
* [`1423e9199`](https://github.com/containerd/containerd/commit/1423e9199d701499d533210b87640d116ec0c76e) Update gogo/protobuf to v1.3.2
* [`cb6f66504`](https://github.com/containerd/containerd/commit/cb6f66504066d07a2675753c95b067dcd7465ac1) Merge pull request  [#4975](https://github.com/containerd/containerd/pull/4975) from thaJeztah/mod_tidy
* [`6c69cd55f`](https://github.com/containerd/containerd/commit/6c69cd55fbe43f3893ba53bf401bdf7a55b23ac0) Makefile: run "go mod tidy" when vendoring
* [`c28533c7a`](https://github.com/containerd/containerd/commit/c28533c7a4426725bc7fa2db16e4319380714de5) Merge pull request  [#4972](https://github.com/containerd/containerd/pull/4972) from crosbymichael/exec-sync
* [`591d7e2fb`](https://github.com/containerd/containerd/commit/591d7e2fb1af895e2326f1ac96c316bf0a6296e3) remove exec sync debug contents from logs
* [`c28e42441`](https://github.com/containerd/containerd/commit/c28e4244197c68c5ab5179a8868827e66ba85d31) Merge pull request  [#4922](https://github.com/containerd/containerd/pull/4922) from kinvolk/alban_pod_annotations
* [`28e4fb25f`](https://github.com/containerd/containerd/commit/28e4fb25f4022fa5ffa42b85bb289f2d09b9fc55) cri: add annotations for pod name and namespace
* [`20346607b`](https://github.com/containerd/containerd/commit/20346607b9238cffe5ba548cb5fa0db414f58765) Merge pull request  [#4701](https://github.com/containerd/containerd/pull/4701) from kzys/content-store-filter
* [`f615c58dc`](https://github.com/containerd/containerd/commit/f615c58dcc5e3d358346a74aaedfcb8cb0fff5a6) Merge pull request  [#4682](https://github.com/containerd/containerd/pull/4682) from fuweid/cri-handle-exit-event-separate
* [`3299c5560`](https://github.com/containerd/containerd/commit/3299c5560dafb5a499268969ebad0aaaff4a3bac) Merge pull request  [#4967](https://github.com/containerd/containerd/pull/4967) from dmcgowan/cleanup-root
* [`9108373cb`](https://github.com/containerd/containerd/commit/9108373cbc130c4d8d24db10c76b16454c8bcd03) Merge pull request  [#4968](https://github.com/containerd/containerd/pull/4968) from dmcgowan/add-prune-references
* [`e56de6309`](https://github.com/containerd/containerd/commit/e56de63099dd8a7d618a406df4c37f57a52ba122) cri: handle sandbox/container exit event separately
* [`9aca94c5b`](https://github.com/containerd/containerd/commit/9aca94c5b0099f20e9a207390437a8d386127cfe) Add prune command to remove layer references
* [`643bb9b66`](https://github.com/containerd/containerd/commit/643bb9b66d55f1e0dcc4d112d9ad689fb34cb5d1) Merge pull request  [#4958](https://github.com/containerd/containerd/pull/4958) from AkihiroSuda/crun-017
* [`aae24ecbc`](https://github.com/containerd/containerd/commit/aae24ecbcea226d75779368b8e777f4dc8b510f7) Merge pull request  [#4963](https://github.com/containerd/containerd/pull/4963) from zhsj/move-runtimeopt
* [`9e78a001b`](https://github.com/containerd/containerd/commit/9e78a001b9125d48db7ed5693e541155b0402e52) Merge pull request  [#4964](https://github.com/containerd/containerd/pull/4964) from zhsj/cgo
* [`074873c68`](https://github.com/containerd/containerd/commit/074873c68e05c84c15aace2fbe02cea15aaf767c) Add cgo tag to btrfs plugin
* [`5142c3842`](https://github.com/containerd/containerd/commit/5142c3842155dcb64b5540a00de4d0c48235b06c) Merge pull request  [#4960](https://github.com/containerd/containerd/pull/4960) from AkihiroSuda/eol-12
* [`0cd8309c8`](https://github.com/containerd/containerd/commit/0cd8309c895feb44676faa35443ba460edde2134) Merge pull request  [#4959](https://github.com/containerd/containerd/pull/4959) from AkihiroSuda/go1.15.7
* [`2818fdeba`](https://github.com/containerd/containerd/commit/2818fdebaa06ccf8f3ef7039f8bdb1e2e06cc403) Move runtimeoptions out of cri package
* [`d49e1d239`](https://github.com/containerd/containerd/commit/d49e1d23936d2efcdbb6311dc32c99220edfc2f8) RELEASES.md: v1.2 reached EOL on October 15, 2020
* [`45265febd`](https://github.com/containerd/containerd/commit/45265febd3f1f31eae057c01cb235e7f7ffddd5c) Bump Golang 1.15.7
* [`80243b866`](https://github.com/containerd/containerd/commit/80243b866781af91058b83ea6eeafc51a7b847e0) CI: update crun to 0.17
* [`0bbbc59b9`](https://github.com/containerd/containerd/commit/0bbbc59b97e1a1d3a9e9767c0ad532cd47c28dce) Merge pull request  [#4957](https://github.com/containerd/containerd/pull/4957) from thaJeztah/update_seccomp_profile
* [`809635b60`](https://github.com/containerd/containerd/commit/809635b602f0bb029ca1af9946a4a4bb82f19718) Merge pull request  [#4759](https://github.com/containerd/containerd/pull/4759) from anmaxvl/anmaxvl/windows-logging-driver
* [`5a66c2ae5`](https://github.com/containerd/containerd/commit/5a66c2ae5cecd7f844858fc1ac799c956eed6df6) Merge pull request  [#4881](https://github.com/containerd/containerd/pull/4881) from AkihiroSuda/converter
* [`5ca3ac65c`](https://github.com/containerd/containerd/commit/5ca3ac65c47099bc841a7cdd443ee37432ac5be0) add Image content converter
* [`9b9de47eb`](https://github.com/containerd/containerd/commit/9b9de47eb9222239670b0e781de61eab3f028075) Merge pull request  [#4824](https://github.com/containerd/containerd/pull/4824) from dcantah/dcantah/reuse-scratch
* [`392b2857a`](https://github.com/containerd/containerd/commit/392b2857aa711ac3c409fa0c9395e348e98d55b4) Merge pull request  [#4848](https://github.com/containerd/containerd/pull/4848) from katiewasnothere/ctr_image_chainid
* [`e1445dff1`](https://github.com/containerd/containerd/commit/e1445dff12e49d38221f24d8abafac530c944808) profiles: seccomp: update to Linux 5.11 syscall list
* [`ddb5e1651`](https://github.com/containerd/containerd/commit/ddb5e1651ab118534181d451ce33667bbb09b17c) Enhance logging driver and ctr tasks to support windows
* [`83f8d6126`](https://github.com/containerd/containerd/commit/83f8d6126b7961ed2c89ce80bbcf0095b3d25ce2) Merge pull request  [#4925](https://github.com/containerd/containerd/pull/4925) from dmcgowan/prepare-1.5.0-beta.0
* [`c4bff3d17`](https://github.com/containerd/containerd/commit/c4bff3d17cd0d92e516e755252e98f92d224cf2f) Merge pull request  [#4943](https://github.com/containerd/containerd/pull/4943) from AkihiroSuda/platforms-literallyonly
* [`7d6d52646`](https://github.com/containerd/containerd/commit/7d6d526462c1e1d8e9f0dc5b54475a4858e6db2c) Add release notes for v1.5.0-beta.0
* [`c35b4cfed`](https://github.com/containerd/containerd/commit/c35b4cfed520bf4827737f294f9292ffa73bdf8b) Merge pull request  [#4955](https://github.com/containerd/containerd/pull/4955) from adisky/fix-doc
* [`d09bf1886`](https://github.com/containerd/containerd/commit/d09bf1886288d0a0cac3eae795c014178e39d723) Clean Up Doc and fix some broken links
* [`1230bd630`](https://github.com/containerd/containerd/commit/1230bd63031ba4b65709103b5cb8f5be78a43b75) Merge pull request  [#4952](https://github.com/containerd/containerd/pull/4952) from crosbymichael/label-etc-files
* [`9c3f17139`](https://github.com/containerd/containerd/commit/9c3f1713918f01cc0424c5818e5e2eaded1deb00) Merge pull request  [#4953](https://github.com/containerd/containerd/pull/4953) from ImJasonH/cpuinfo
* [`363f2c392`](https://github.com/containerd/containerd/commit/363f2c392c58d54f7e4d1e38bac1dc3a71283335) Derive cpuinfo as needed, instead of at init-time
* [`a73103923`](https://github.com/containerd/containerd/commit/a731039238c62be081eb8c31525b988415745eea) [cri] label etc files for selinux containers
* [`1d26595cf`](https://github.com/containerd/containerd/commit/1d26595cf3cb02b31458420a7fa8517804bc6166) Add unit test for func in remotes/docker/pusher.go
* [`ff1451cab`](https://github.com/containerd/containerd/commit/ff1451cab8627d7cd1d31ec6f7cb5231ae19af57) Scratch size customization and UVM scratch creation for WCOW snapshotter
* [`e22ce0fa0`](https://github.com/containerd/containerd/commit/e22ce0fa0341daafe928afd943d0ecffa4f1ce97) platforms: add subarchless version of Only()
* [`66fec3bbb`](https://github.com/containerd/containerd/commit/66fec3bbbf91520a1433faa16e99e5a314a61902) Merge pull request  [#4932](https://github.com/containerd/containerd/pull/4932) from tianon/arm64-fallback
* [`cb76f534f`](https://github.com/containerd/containerd/commit/cb76f534f679468af6ae3ed7b66d54d8a5cdced4) Merge pull request  [#4865](https://github.com/containerd/containerd/pull/4865) from yukiisbored/yuki_is_bored/openbsd-support
* [`3e5acb9d9`](https://github.com/containerd/containerd/commit/3e5acb9d91993380f99b317d2a96a49e29b148a6) Add scratch space re-use functionality to LCOW snapshotter
* [`4073aaa7a`](https://github.com/containerd/containerd/commit/4073aaa7a9df70eeeffbc10fad5a93092e8184a7) Allow arm64 to fallback to arm (v8, v7, v6, v5)
* [`124fc14a4`](https://github.com/containerd/containerd/commit/124fc14a469ee2c9896515d211b277e2b122b094) Merge pull request  [#4926](https://github.com/containerd/containerd/pull/4926) from dims/update-k8s-to-latest-v1.20.x
* [`14df541a4`](https://github.com/containerd/containerd/commit/14df541a401dcd7f64f109fe8e47a5cac00cff72) Add a new flag to images pull for printing out the pulled image's chainID
* [`32506bd45`](https://github.com/containerd/containerd/commit/32506bd45401803a0aa8d1da3c205983298e52a9) Merge pull request  [#4934](https://github.com/containerd/containerd/pull/4934) from dims/bump-golang-1.15.6
* [`b72534967`](https://github.com/containerd/containerd/commit/b72534967e24e1deae950c0e6abffd08a01732d3) Bump Golang 1.15.6
* [`378c11924`](https://github.com/containerd/containerd/commit/378c119245344d20616688589ba8f5a46bba46e8) Bump k8s deps to v1.20.1
* [`abc0041a0`](https://github.com/containerd/containerd/commit/abc0041a0e421bab07a34a949a685543c08f57f1) Merge pull request  [#4918](https://github.com/containerd/containerd/pull/4918) from liusdu/sig_bus
* [`38604a76c`](https://github.com/containerd/containerd/commit/38604a76ca9b1a7c3e00eeeb92d2d3975c76e5d1) Merge pull
8000
 request  [#4933](https://github.com/containerd/containerd/pull/4933) from TBBle/fix-resolver-header-map-panic
* [`7dffdfa56`](https://github.com/containerd/containerd/commit/7dffdfa560443cef98d3b0791734129e4a4e4524) Move documentation and helper directories out of root
* [`785ac3ab7`](https://github.com/containerd/containerd/commit/785ac3ab71e896f8c03df7da36f3da51135945c7) Ensure request.header is never nil
* [`550b4949c`](https://github.com/containerd/containerd/commit/550b4949cb7a4b7e97eea7b1ad9e519f9b0241bf) Merge pull request  [#4700](https://github.com/containerd/containerd/pull/4700) from mikebrow/cri-security-profile-update
* [`3b6a38680`](https://github.com/containerd/containerd/commit/3b6a386803f13209f067a080ef1f04e0ae50259d) Merge pull request  [#4528](https://github.com/containerd/containerd/pull/4528) from tianon/platforms-compare
* [`e62d03b61`](https://github.com/containerd/containerd/commit/e62d03b61ad7c494df110e6b4d9edc46386854c6) Merge pull request  [#4578](https://github.com/containerd/containerd/pull/4578) from thaJeztah/use_moby_sys
* [`9db6aa625`](https://github.com/containerd/containerd/commit/9db6aa625db42a5fbaa6922989be28d5d55f2b73) Merge pull request  [#4302](https://github.com/containerd/containerd/pull/4302) from songjiayang/update-docker-resolver
* [`86277395c`](https://github.com/containerd/containerd/commit/86277395cf66bcdbd25f6dcd118ae814ff2578a9) signal: do not print message when dealing with SIG_PIPE
* [`a4f4a4311`](https://github.com/containerd/containerd/commit/a4f4a4311022e9dddeff5ad6d633847aaa32d4c4) Merge pull request  [#4916](https://github.com/containerd/containerd/pull/4916) from stefanberger/streamproc_env_vars
* [`5fa5f15de`](https://github.com/containerd/containerd/commit/5fa5f15de562476824efbbc33363e7fa6af6b99d) Add amd64->386 fallback
* [`6bf565045`](https://github.com/containerd/containerd/commit/6bf5650450fa09fe065a6f9456cc12a4c28eccb2) Merge pull request  [#4923](https://github.com/containerd/containerd/pull/4923) from fuweid/fix-wrong-context
* [`1917ca5f7`](https://github.com/containerd/containerd/commit/1917ca5f79ce8bf076d73aa884d0d62eb007fddf) Allow passing environent variables to StreamProcessors
* [`04df60d10`](https://github.com/containerd/containerd/commit/04df60d106fae8be6fc7b59e4560198704145497) Merge pull request  [#4858](https://github.com/containerd/containerd/pull/4858) from samuelkarp/freebsd-native-snapshotter
* [`846cb963c`](https://github.com/containerd/containerd/commit/846cb963cc4fe20237092bdbe62828dfe2ff1541) runtime/v2: should use defer ctx to cleanup
* [`75c264622`](https://github.com/containerd/containerd/commit/75c26462292d40044c614670964c33ca7ed159eb) Merge pull request  [#4902](https://github.com/containerd/containerd/pull/4902) from mxpv/losetup
* [`d7ec6e9e8`](https://github.com/containerd/containerd/commit/d7ec6e9e894023376c77b01d0a1ffd45bede819f) Merge pull request  [#4917](https://github.com/containerd/containerd/pull/4917) from AkihiroSuda/demote-introspection-log-level
* [`2374178c9`](https://github.com/containerd/containerd/commit/2374178c9b6b8d596e4cd054892d5760d1a3aaff) pkg/cri/server: optimizations in unmountRecursive()
* [`757291920`](https://github.com/containerd/containerd/commit/7572919201ecd5dcd9f01c826cb3dcae15d6610c) mount: remove remaining uses of mount.Self()
* [`474abe572`](https://github.com/containerd/containerd/commit/474abe572375f1ae9efcaaa93f66df21361f27c6) mount: remove unused mount.PID()
* [`f6a0ec7c0`](https://github.com/containerd/containerd/commit/f6a0ec7c0aeba58be83f7e3926eceeee6aa328ea) mount.CleanupTempMounts() use github.com/moby/sys/mountinfo
* [`43578a9d6`](https://github.com/containerd/containerd/commit/43578a9d6e04cdc13522f967eb2319a0982f5ed5) mount: mount.PID(), mount.Self(): change signature to return pointers
* [`fb464b94d`](https://github.com/containerd/containerd/commit/fb464b94d3fe75c60d4b666c1f5288a5e77c72bc) mount: replace mountinfo handling with moby/sys/mountinfo
* [`a9cc2a772`](https://github.com/containerd/containerd/commit/a9cc2a77203f987d9124dd44089a6f11c5994897) introspection: demote log level
* [`7c6d710bc`](https://github.com/containerd/containerd/commit/7c6d710bcfc81a30ac1e8cbb2e6a4c294184f7b7) Merge pull request  [#4911](https://github.com/containerd/containerd/pull/4911) from dims/reduce-clutter-of-log-entries-during-process-exec
* [`092f9e607`](https://github.com/containerd/containerd/commit/092f9e607a0fe430d6daa4dd5d2be9231bf4966e) Merge pull request  [#4909](https://github.com/containerd/containerd/pull/4909) from fenggw-fnst/work
* [`1f5b84f27`](https://github.com/containerd/containerd/commit/1f5b84f27cd675780bc7127f9aedbfe34cc7590b) [CRI] Reduce clutter of log entries during process execution
* [`3e7bb721d`](https://github.com/containerd/containerd/commit/3e7bb721d412b6d93c0ab5dfd965bc6ff271a762) Fix typo in comment
* [`18ad79d32`](https://github.com/containerd/containerd/commit/18ad79d328ff6dd12cd6be4df97ad4a7fd1918cb) Merge pull request  [#4907](https://github.com/containerd/containerd/pull/4907) from mxpv/headers
* [`b236a9337`](https://github.com/containerd/containerd/commit/b236a9337d4bac860126ae5c5a1a71f4894cafe4) Merge pull request  [#4896](https://github.com/containerd/containerd/pull/4896) from AkihiroSuda/export-skip-non-distributable
* [`c1b01eabc`](https://github.com/containerd/containerd/commit/c1b01eabc07f35b949650db27c87deafbe978f7d) Add copyright header to proto files
* [`eb1649225`](https://github.com/containerd/containerd/commit/eb1649225ddbf2dddc6a28709cdf6009bdec5961) Refactor loseup test
* [`5d1955ac2`](https://github.com/containerd/containerd/commit/5d1955ac266bb780d89089b4c7cd7eaf6a9d481c) Merge pull request  [#4899](https://github.com/containerd/containerd/pull/4899) from zhsj/cri-install-doc
* [`c5fa0298c`](https://github.com/containerd/containerd/commit/c5fa0298c110d52841def1333632afb6bc09b59f) Address loop dev PR comments #4178
* [`b7026236f`](https://github.com/containerd/containerd/commit/b7026236f42915fbf8cb72761aca254747200379) snapshot/devmapper: use losetup in mount package
* [`9e4207016`](https://github.com/containerd/containerd/commit/9e4207016903d274900c0585405cc0bfcfd2e4ef) mount: handle loopback mount
* [`380b52652`](https://github.com/containerd/containerd/commit/380b52652cb5c1a3918907ffc136acd56cc916f0) Bring OpenBSD support
* [`d64917403`](https://github.com/containerd/containerd/commit/d64917403767d81d7acd413ad26ee0620099db86) standard makefile,fix not work no macos
* [`91dc69ee4`](https://github.com/containerd/containerd/commit/91dc69ee438034176deb24d2e2c0dddd79238269) docs: point cri release tarball to github release page
* [`602af6f67`](https://github.com/containerd/containerd/commit/602af6f677afdfce3afc212734323bb423bcd762) Merge pull request  [#4895](https://github.com/containerd/containerd/pull/4895) from AkihiroSuda/remove-redundant-secreport
* [`e2e2c5737`](https://github.com/containerd/containerd/commit/e2e2c5737d16f6d695468358e55fb9f9b6cbce6c) export: add --skip-non-distributable
* [`d50de11ce`](https://github.com/containerd/containerd/commit/d50de11ce615eb364f73d2c2180f59872745b7b8) ISSUE_TEMPLATE: remove redundant "report a security issue" button
* [`9067796ce`](https://github.com/containerd/containerd/commit/9067796ce4c8f298f8cd0edb32309b0f51f5e469) Merge pull request  [#4891](https://github.com/containerd/containerd/pull/4891) from tianon/generic-arm-vector
* [`9072b0914`](https://github.com/containerd/containerd/commit/9072b09145822cd1cc6c6963aac8ecc8fd6592a2) Refactor platforms.Only with a "platformVector" helper
* [`7a2720f5e`](https://github.com/containerd/containerd/commit/7a2720f5e00014234daa571f34faf828ecf3d975) Merge pull request  [#4879](https://github.com/containerd/containerd/pull/4879) from tianon/platforms-only-test
* [`9d98f882b`](https://github.com/containerd/containerd/commit/9d98f882b97f4a293f8ea167b7e045abe2eac843) Merge pull request  [#4859](https://github.com/containerd/containerd/pull/4859) from dcantah/update-hcsshim-winio
* [`cf62a557a`](https://github.com/containerd/containerd/commit/cf62a557a8e83ec1be58063198ec00d65896bf67) Merge pull request  [#4882](https://github.com/containerd/containerd/pull/4882) from AkihiroSuda/issue-question-guide
* [`9a7bb7e40`](https://github.com/containerd/containerd/commit/9a7bb7e40ad8747b313f0fffda01cee3ba97c6f3) add guidance about GitHub Discussions
* [`66a3f2cbc`](https://github.com/containerd/containerd/commit/66a3f2cbc77d2e0654f6faad01171643a28ce1c8) Add platforms.Only test
* [`178e9a101`](https://github.com/containerd/containerd/commit/178e9a10121b344aece9fe918f6fc4dc4dbde9a3) Merge pull request  [#4866](https://github.com/containerd/containerd/pull/4866) from zhsj/doc-fix
* [`ac5ca3a41`](https://github.com/containerd/containerd/commit/ac5ca3a41ee4f823dcffbcc818db89a7cd2fec75) Merge pull request  [#4841](https://github.com/containerd/containerd/pull/4841) from AdamKorcz/fuzz1
* [`b624486c8`](https://github.com/containerd/containerd/commit/b624486c84c3940fde5ef20ca1089f92f9d62254) native: support for FreeBSD
* [`d6baafa75`](https://github.com/containerd/containerd/commit/d6baafa75f4d748960da3290ab7861eaf0c86ca6) mount: basic support for FreeBSD
* [`5988bfc1e`](https://github.com/containerd/containerd/commit/5988bfc1efbc46184946bd5a724d901de8a471a6) docs: Various typo found by codespell
* [`b4c604692`](https://github.com/containerd/containerd/commit/b4c604692e61a263fed3acd2c79c675761285e72) docs: Move autocomplete distribution section next to install section
* [`1cc3c7f4a`](https://github.com/containerd/containerd/commit/1cc3c7f4a27d4613c39d86c7445b0e1c0b8af50c) docs: Remove appveyor badge
* [`454e54033`](https://github.com/containerd/containerd/commit/454e5403307246d82576016472a1744c0db828d4) docs: Tweak installing btrfs dependency on Debian/Ubuntu
* [`13917b03d`](https://github.com/containerd/containerd/commit/13917b03dc1547267720207d8a239a7eb5a947a9) docs: Update command in BUILDING after moving to go modules
* [`dc207b654`](https://github.com/containerd/containerd/commit/dc207b654da07cdce1e9e2996810f46da3fb06d1) Merge pull request  [#4860](https://github.com/containerd/containerd/pull/4860) from masters-of-cats/pr-process-not-found-err
* [`3698bc4ff`](https://github.com/containerd/containerd/commit/3698bc4ff11485c075cbc972e9859429864f961e) Added 2 fuzzers
* [`a551492e9`](https://github.com/containerd/containerd/commit/a551492e9904679e72b6ce8a44ea09d64393454a) Update hcsshim and go-winio vendoring
* [`7451dd1ed`](https://github.com/containerd/containerd/commit/7451dd1ed1f7b141dcb742cd44ab7ccd6f2176b0) Return GRPC not found error instead of plain one
* [`ce7024558`](https://github.com/containerd/containerd/commit/ce7024558f405232fc2ed9e23762d1eaac2c55cf) Merge pull request  [#4863](https://github.com/containerd/containerd/pull/4863) from crosbymichael/log-dir
* [`070b69844`](https://github.com/containerd/containerd/commit/070b6984491715d701d53ce18c00d5dcb8d696e5) Merge pull request  [#4845](https://github.com/containerd/containerd/pull/4845) from skaegi/oom_score-max
* [`2e442ea48`](https://github.com/containerd/containerd/commit/2e442ea4852d3a4a4bb01438032da3e1896fe3f0) [cri] ensure log dir is created
* [`3cd1c832e`](https://github.com/containerd/containerd/commit/3cd1c832ef72659bf8c7fd16003b0850fb9cf325) Merge pull request  [#4796](https://github.com/containerd/containerd/pull/4796) from jsj/jsj/4572
* [`a5f9613b8`](https://github.com/containerd/containerd/commit/a5f9613b8344c159043a698214654c2f6737d92d) Merge pull request  [#3927](https://github.com/containerd/containerd/pull/3927) from katiewasnothere/snapshotter_check
* [`318e34b98`](https://github.com/containerd/containerd/commit/318e34b9831d0c08bf7052eacb19014983249bcc) Merge pull request  [#4855](https://github.com/containerd/containerd/pull/4855) from tonistiigi/push-concurrent-access
* [`7fa02f3af`](https://github.com/containerd/containerd/commit/7fa02f3afb3d4014d108701c45630600e159a94f) Merge pull request  [#4854](https://github.com/containerd/containerd/pull/4854) from tonistiigi/fix-push-auth
* [`4dfec7fa0`](https://github.com/containerd/containerd/commit/4dfec7fa0175c2728301d5da1e431641a9e50f28) pusher: add missing authentication support for requests
* [`bf323c5bd`](https://github.com/containerd/containerd/commit/bf323c5bdd5c9bdd2f957e03c4cdaa43e4c1c5a6) docker: avoid concurrent map access panic
* [`e922d5553`](https://github.com/containerd/containerd/commit/e922d5553d126a66dae12cb81565f3d79fc35a4d) Merge pull request  [#4849](https://github.com/containerd/containerd/pull/4849) from AkihiroSuda/remove-selinux-tag
* [`0c0ff6efc`](https://github.com/containerd/containerd/commit/0c0ff6efc4ed9b5551854b8b0956c0810fa90e57) Merge pull request  [#4850](https://github.com/containerd/containerd/pull/4850) from wangmaodou/update-runc-doc
* [`b197a66f4`](https://github.com/containerd/containerd/commit/b197a66f408e146764f8fc5a4d19cff7dc4d2f3a) docs: update RUNC.md
* [`7e6e4c466`](https://github.com/containerd/containerd/commit/7e6e4c466fa034c47351f5c883cbab4c2707442b) remove "selinux" build tag
* [`da2fd657a`](https://github.com/containerd/containerd/commit/da2fd657ab109d71e68ae46799eec54d4f8e21a6) Add bounds on max oom_score_adj value for AdjustOOMScore
* [`23315f864`](https://github.com/containerd/containerd/commit/23315f8647eec2278989bc7c33dc3a006c72496e) Merge pull request  [#4840](https://github.com/containerd/containerd/pull/4840) from AkihiroSuda/with-container-labels-2
* [`a9cc80192`](https://github.com/containerd/containerd/commit/a9cc80192206d69beff9d7d0d1ef18fb6653b210) Merge pull request  [#4821](https://github.com/containerd/containerd/pull/4821) from mxpv/tests
* [`d1ced4f8a`](https://github.com/containerd/containerd/commit/d1ced4f8ae8116c962db0a3211bfdeae1a37d967) Merge pull request  [#4833](https://github.com/containerd/containerd/pull/4833) from AkihiroSuda/restart-with-log-uri
* [`5d147bdc4`](https://github.com/containerd/containerd/commit/5d147bdc42ba3199e39306be2a4a7e2431f61052) Merge pull request  [#4842](https://github.com/containerd/containerd/pull/4842) from AkihiroSuda/expose-fs-user-util
* [`8a57d70a5`](https://github.com/containerd/containerd/commit/8a57d70a503605181fd163b2dad53b626ddef5a1) oci: expose getUserFromPath and getGIDFromPath
* [`041eb3ac3`](https://github.com/containerd/containerd/commit/041eb3ac31a100fca0dd9436ef23476993a01f6e) container_opts.go: add WithAdditionalContainerLabels
* [`ca292da14`](https://github.com/containerd/containerd/commit/ca292da14b8a4fbd81dc74e3cb29289d05ca3503) Requested Changes
* [`09241fd21`](https://github.com/containerd/containerd/commit/09241fd21c9713d456c8a4a08b8c422c0dbaff5d) Mention built-in CRI support in README
* [`0356d5d4b`](https://github.com/containerd/containerd/commit/0356d5d4b2fe3f12f634a16fb34f36d224441d2f) restart: allow passing existing log URI object
* [`004214808`](https://github.com/containerd/containerd/commit/004214808a0a8d2e1e04f4fa80e3a8e1726d3586) Merge pull request  [#4831](https://github.com/containerd/containerd/pull/4831) from AkihiroSuda/expose-contents-showprogress
* [`c9c1f5cc5`](https://github.com/containerd/containerd/commit/c9c1f5cc5862c5cdada4f966638a4fd3f9bd0cd0) Merge pull request  [#4832](https://github.com/containerd/containerd/pull/4832) from AkihiroSuda/expose-apparmor-loaddefault
* [`fad0ca261`](https://github.com/containerd/containerd/commit/fad0ca26128b673d227855edf1bf66c896c59355) Merge pull request  [#4822](https://github.com/containerd/containerd/pull/4822) from samuelkarp/freebsd
* [`7b04b3cbb`](https://github.com/containerd/containerd/commit/7b04b3cbb6a857c66810ca263b3e63a9fac3f099) contrib/apparmor: expose LoadDefaultProfile
* [`419ad7372`](https://github.com/containerd/containerd/commit/419ad73727ac869288060a81797170dcffe59d4b) ctr/commands/contents: expose ShowProgress
* [`4bcfbfe66`](https://github.com/containerd/containerd/commit/4bcfbfe663f474da848f81ef7823e5c8c9976965) ci: add cross-compile for FreeBSD
* [`f8992f451`](https://github.com/containerd/containerd/commit/f8992f451cf61dcf754f7f5a68ff1a756aed7610) add optional check that snapshotter supports the image platform when unpacking
* [`da6860986`](https://github.com/containerd/containerd/commit/da686098668ec60eaca77dd82076044b5aad6698) Fix devmapper test
* [`5a26a0369`](https://github.com/containerd/containerd/commit/5a26a036919d5808235467fb924a91b6fdc0fbd7) Enable devmapper tests on CI
* [`2b87d4554`](https://github.com/containerd/containerd/commit/2b87d4554f08456b7b4476bf2d15a3dbd9083c26) Add retries when deleting a devmapper device
* [`7b0149ac4`](https://github.com/containerd/containerd/commit/7b0149ac4a8ab5b3d00dc75c50078ead58e25e4e) Merge pull request  [#4820](https://github.com/containerd/containerd/pull/4820) from AkihiroSuda/additional-pull-opts
* [`b45920918`](https://github.com/containerd/containerd/commit/b4592091881e91d9f1fc62564b7842c89044f1df) Compile for FreeBSD
* [`51f9eafd1`](https://github.com/containerd/containerd/commit/51f9eafd10707e0963d4dfd90248fd63858f6d67) vendor: update continuity for FreeBSD support
* [`1febce4ca`](https://github.com/containerd/containerd/commit/1febce4ca890cd3e1b0f4e9851032fc20a4cb829) ctr: FetchConfig: allow setting additional []containerd.RemoteOpt
* [`1e624fa3d`](https://github.com/containerd/containerd/commit/1e624fa3deb4024b13098c04b2847cc2fcb79d47) Merge pull request  [#4815](https://github.com/containerd/containerd/pull/4815) from AkihiroSuda/remove-apparmor-tag
* [`0a9147f3a`](https://github.com/containerd/containerd/commit/0a9147f3aa926ba1e1928c4c54ae4d4540769008) remove "apparmor" build tag
* [`6467c3374`](https://github.com/containerd/containerd/commit/6467c3374dcffdf8c6ad6d0f177a13914ddba8a2) refactor based on comments
* [`46e1dc5a9`](https://github.com/containerd/containerd/commit/46e1dc5a9f8ec52bf0bb75e43f90334000b3db17) Merge pull request  [#4809](https://github.com/containerd/containerd/pull/4809) from giuseppe/zstd-support
* [`73a301c7a`](https://github.com/containerd/containerd/commit/73a301c7a16a13a6c4968051dee955c5db3b05bf) Merge pull request  [#4772](https://github.com/containerd/containerd/pull/4772) from gaurav1086/ValidatePluginConfig_fix_range_iterator_issue
* [`efad13faa`](https://github.com/containerd/containerd/commit/efad13faaf0aa16ab80698e9daf44f62b37392df) Merge pull request  [#4811](https://github.com/containerd/containerd/pull/4811) from AkihiroSuda/expose-apparmor
* [`9f97514f9`](https://github.com/containerd/containerd/commit/9f97514f97066c6e85d5bb6667b266c4539550c2) Merge pull request  [#4803](https://github.com/containerd/containerd/pull/4803) from ungureanuvladvictor/vladu/json-logging
* [`55eda46b2`](https://github.com/containerd/containerd/commit/55eda46b22f985cde99b599e469ff9c13994bf68) expose hostSupportsAppArmor()
* [`30802fac7`](https://github.com/containerd/containerd/commit/30802fac7303648863b7f18b7d6ab4f5336390ec) compression: add support for the zstd algorithm
* [`9c398e1cb`](https://github.com/containerd/containerd/commit/9c398e1cb2426ad751dda2566173aeaaab58b8da) Merge pull request  [#4395](https://github.com/containerd/containerd/pull/4395) from TBBle/use_gowinio_for_reading_tarballs
* [`071a18550`](https://github.com/containerd/containerd/commit/071a185506bd348e0f43e8f2b7936cf73bdebdeb) cri/config: fix range iterator issue in ValidatePluginConfig
* [`b4727eafb`](https://github.com/containerd/containerd/commit/b4727eafbed15604766b9f9cfab66b5d5424c294) adding code to support seccomp apparmor securityprofile
* [`f1295043e`](https://github.com/containerd/containerd/commit/f1295043ebcf7e53c4e3cac6389054c98c1b0b1a) vendor commit for cri api changes
* [`e98d7f8ea`](https://github.com/containerd/containerd/commit/e98d7f8eaafce9da741ef37c7fedcde571806dcb) Merge pull request  [#4808](https://github.com/containerd/containerd/pull/4808) from dmcgowan/update-continuity
* [`41da96d67`](https://github.com/containerd/containerd/commit/41da96d67071fdf9a1ed4055c32aeba42257aadc) Update continuity
* [`b6bb48180`](https://github.com/containerd/containerd/commit/b6bb481800da86a43dd62335f47b6fac6fc92ef7) Merge pull request  [#4794](https://github.com/containerd/containerd/pull/4794) from kzys/lock-since
* [`f12b68cc8`](https://github.com/containerd/containerd/commit/f12b68cc8685de45a30a8e84ee5abce45b154ead) Allow configuration of different log formats: text, json
* [`cb8253eea`](https://github.com/containerd/containerd/commit/cb8253eea3536e695b511699b988b46b76bf3438) Merge pull request  [#4791](https://github.com/containerd/containerd/pull/4791) from crosbymichael/base-runtime-opts
* [`59a0667cf`](https://github.com/containerd/containerd/commit/59a0667cff783b9e4e61ea2a138db220b4fbdca2) Merge pull request  [#4799](https://github.com/containerd/containerd/pull/4799) from jiazhiguang/master
* [`0f041dc1b`](https://github.com/containerd/containerd/commit/0f041dc1ba7d5e366f859b198884464550eaee50) ADOPTERS.md: Add the Inclavare-Containers container runtime
* [`c95d71cf6`](https://github.com/containerd/containerd/commit/c95d71cf60808fec9904d5d31c93c8e373aed9c9) content: include the staleness of the lock when tryLock() fails
* [`9561d9389`](https://github.com/containerd/containerd/commit/9561d9389d3dd87ff6030bf1da4e705bbc024130) Merge pull request  [#4776](https://github.com/containerd/containerd/pull/4776) from didier-durand/README_typo
* [`78f31afb4`](https://github.com/containerd/containerd/commit/78f31afb451685fed1ca7d0a21fd4338439169c3) Reorder to separate generic from windows-specific code
* [`3e47cdf70`](https://github.com/containerd/containerd/commit/3e47cdf70f8022ef166b83da9bc158aedc76ce47) Use go-winio tar-application code instead of our own
* [`05647251a`](https://github.com/containerd/containerd/commit/05647251a5a4138270c0047d4ffec2e5243ef42b) Update microsoft/go-winio to v0.4.15
* [`3d358c9df`](https://github.com/containerd/containerd/commit/3d358c9df35fd880ec75bb9b28c509d5b727c795) [cri] don't clear base security settings
* [`7126310a0`](https://github.com/containerd/containerd/commit/7126310a09500e1278f62fd1c12b31177a6434ff) Merge pull request  [#4784](https://github.com/containerd/containerd/pull/4784) from fuweid/fix-4769
* [`774cb16a4`](https://github.com/containerd/containerd/commit/774cb16a446bf7210584a455b47e58d488455aab) Merge pull request  [#4739](https://github.com/containerd/containerd/pull/4739) from kzys/handle-scheme
* [`fbf1a72de`](https://github.com/containerd/containerd/commit/fbf1a72de7da110187b7d3dace433914b9beca10) Merge pull request  [#4760](https://github.com/containerd/containerd/pull/4760) from zhsj/gomod
* [`b9092fae1`](https://github.com/containerd/containerd/commit/b9092fae15f1814a5402bea1ceb0fa21ce1c785c) Merge pull request  [#4643](https://github.com/containerd/containerd/pull/4643) from dcantah/feedback-lcow-snapshotter
* [`faec5d4ff`](https://github.com/containerd/containerd/commit/faec5d4ffd46997fda35e6808d230ab82b80e9e4) runtime: should not send duplicate task exit event
* [`a91c298d1`](https://github.com/containerd/containerd/commit/a91c298d1d1054aea395942466c4de8827967967) Optimize Windows and LCOW snapshotters to only create scratch layer on the final snapshot
* [`4a4bb851f`](https://github.com/containerd/containerd/commit/4a4bb851f5da563ff6e68a83dc837c7699c469ad) Merge pull request from GHSA-36xw-fx78-c5r4
* [`7e46676e7`](https://github.com/containerd/containerd/commit/7e46676e7c8c9489c4e88b1e1be41af105f90e90) Go mod vendor
* [`fc946ca82`](https://github.com/containerd/containerd/commit/fc946ca82a8917ad39271cb52e2b0c517ca9694a) Revert urfave/cli version bump
* [`c129310ec`](https://github.com/containerd/containerd/commit/c129310ecee0376108605f1a42addacf35ec3b0e) Don't fail fast in integration matrix test
* [`56eca84ae`](https://github.com/containerd/containerd/commit/56eca84ae853aecab083d7ba1afb698409f19a45) Remove reference of GO111MODULE=off
* [`56672b961`](https://github.com/containerd/containerd/commit/56672b961dd2d9ea703e28601b15d989c5cee0de) Change to GOPATH before go get
* [`819ac05f3`](https://github.com/containerd/containerd/commit/819ac05f34d7852955d911c281a1075660b941e7) Fix hcsshim commit detection
* [`553a36915`](https://github.com/containerd/containerd/commit/553a36915878d6bf9d215ed88be6d7453be2783b) Fix reference to vendor.conf in scripts
* [`089d2183b`](https://github.com/containerd/containerd/commit/089d2183bf3bc1ad86acadce9f70c022065ffce3) Replace vndr in Makefile
* [`6a2df5fce`](https://github.com/containerd/containerd/commit/6a2df5fcecf8ada5ce2e1e01f45b5f9ee65f08a0) Revert gogo/googleapis version bump
* [`de059b11b`](https://github.com/containerd/containerd/commit/de059b11ba3aafe24d64a1245e1f8ceccdbccaa1) Revert protobuf and grpc version bump
* [`89a1fea39`](https://github.com/containerd/containerd/commit/89a1fea392d8d753e32d2ee9c037c27fad5cfa6e) Go mod tidy
* [`9aafdbdb4`](https://github.com/containerd/containerd/commit/9aafdbdb4e912574b847ee97b513ca5dc7af84dd) Convert vendor.conf to go.mod with `go mod init`
* [`7ccd0646e`](https://github.com/containerd/containerd/commit/7ccd0646e467278bffe3aa14ba698d9afb334d07) Merge pull request  [#4781](https://github.com/containerd/containerd/pull/4781) from ekrecker/patch-2
* [`aa2c930a3`](https://github.com/containerd/containerd/commit/aa2c930a3e9df427dc75cb193e56140846f6b805) Merge pull request  [#4778](https://github.com/containerd/containerd/pull/4778) from AkihiroSuda/remove-unused-hack-utils.sh
* [`3b54a06ee`](https://github.com/containerd/containerd/commit/3b54a06ee3aa3b15c53b684017a49ebed6670a97) Merge pull request  [#4779](https://github.com/containerd/containerd/pull/4779) from AkihiroSuda/fedora33
* [`e58adfd71`](https://github.com/containerd/containerd/commit/e58adfd71b5827ed1da522116edcdd8e679a9e6e) Merge pull request  [#4777](https://github.com/containerd/containerd/pull/4777) from AkihiroSuda/crun-016
* [`b69f36aa1`](https://github.com/containerd/containerd/commit/b69f36aa13743d98dfe207e683dbbcafc0b530e4) Fix some typos and grammars
* [`602b2c666`](https://github.com/containerd/containerd/commit/602b2c666f9fa56125b50f97722aaa0a68532ba8) remove unused hack/utils.sh
* [`efc4d9909`](https://github.com/containerd/containerd/commit/efc4d9909ac084b773a1790a5e735ccf9c97886e) Vagrantfile: update to Fedora 33
* [`a67dbdee7`](https://github.com/containerd/containerd/commit/a67dbdee793e1ec2905e49a04460b500855c59c3) CI: update crun to 0.16
* [`75a03e4ce`](https://github.com/containerd/containerd/commit/75a03e4ce55ef9b044a241d42b46f3d0e180636c) Fixing 1 typo in README
* [`ddb47a39f`](https://github.com/containerd/containerd/commit/ddb47a39f5efd36ac95079771f9c53f4d6e81351) Merge pull request  [#4764](https://github.com/containerd/containerd/pull/4764) from zhsj/cleanup-systemd
* [`cb2dcb04f`](https://github.com/containerd/containerd/commit/cb2dcb04fc436063f77931c148f0db9142be01dd) Merge pull request  [#4765](https://github.com/containerd/containerd/pull/4765) from kevpar/panic-file
* [`834499052`](https://github.com/containerd/containerd/commit/8344990520655ceda0812d482adb476767379336) Remove duplicate systemd units file
* [`b2420ebcd`](https://github.com/containerd/containerd/commit/b2420ebcd1c403d29cd700fdcc032cce07006260) Fix Windows service panic file to not be read-only
* [`ebc0ddb28`](https://github.com/containerd/containerd/commit/ebc0ddb28cd4ccc81ebf9cc14a6758e4d4aea2ae) Merge pull request  [#4761](https://github.com/containerd/containerd/pull/4761) from zhsj/fix-cri-proto
* [`625da6b3e`](https://github.com/containerd/containerd/commit/625da6b3e6525d11cfa0234eb4cca8a3e103830f) Merge pull request  [#4719](https://github.com/containerd/containerd/pull/4719) from estesp/fix-shm-relabel-test
* [`fe767f95c`](https://github.com/containerd/containerd/commit/fe767f95c7fb0f6b8e8e8edaa149648dd7b84752) Fix package name in cri runtimeoptions protobuf
* [`af963cc2c`](https://github.com/containerd/containerd/commit/af963cc2cfbcbadbf40d9802dc356b02db13d700) Merge pull request  [#4757](https://github.com/containerd/containerd/pull/4757) from kevpar/backport-doc
* [`7d135f4da`](https://github.com/containerd/containerd/commit/7d135f4dad34fa288f3233063a24535da03cd283) Update backports documentation
* [`fd01744a0`](https://github.com/containerd/containerd/commit/fd01744a0c76453d003696380b9b87dd56a2c04f) Handle an image ref with scheme
* [`85d9fe3e8`](https://github.com/containerd/containerd/commit/85d9fe3e8ce823894fc47122f46da0dfabd9c657) Adjust overlay tests to expect "index=off"
* [`027ee569a`](https://github.com/containerd/containerd/commit/027ee569a3bcebed1f55f0aabdb5c0db35fc79cf) Import crypto for all snapshotters during testsuite
* [`af2fb4eb7`](https://github.com/containerd/containerd/commit/af2fb4eb777880fda0ba9004422d70742f4df7c1) Allow oom adj test to run in environments with a score
* [`c11472d31`](https://github.com/containerd/containerd/commit/c11472d31dc77bda2c8804023fc5d18a5f0d2ed1) Add Go test runs to GitHub Actions CI
* [`0d4734655`](https://github.com/containerd/containerd/commit/0d4734655f105228c865ead059cadd0d7b1f0903) Merge pull request  [#4647](https://github.com/containerd/containerd/pull/4647) from katiewasnothere/task_update_annotations_upstream
* [`2837fb35a`](https://github.com/containerd/containerd/commit/2837fb35a7576d631df30746a56abe69ed39319e) Merge pull request  [#4715](https://github.com/containerd/containerd/pull/4715) from thaJeztah/remove_libcontainer_apparmor
* [`25e4774ad`](https://github.com/containerd/containerd/commit/25e4774ad85e35ace0dfb492034a16a003b6eb52) Merge pull request  [#4589](https://github.com/containerd/containerd/pull/4589) from cpuguy83/windows_int_overflow
* [`618c8bd77`](https://github.com/containerd/containerd/commit/618c8bd77260061b33474abe7fcc5d17d1a114e4) Merge pull request  [#4745](https://github.com/containerd/containerd/pull/4745) from estesp/fix-actions-cve
* [`159fb2e7e`](https://github.com/containerd/containerd/commit/159fb2e7e248a1865e26d9db42f72e5dbe003cd9) Update other actions for env/path CVE fix
* [`340ab572d`](https://github.com/containerd/containerd/commit/340ab572de6b5e2cb361c6045d2c6c955cc99ae6) Merge pull request  [#4707](https://github.com/containerd/containerd/pull/4707) from kzys/lcow-arm
* [`0edc41256`](https://github.com/containerd/containerd/commit/0edc412565dcc6e3d6125ff9e4b009ad4b89c638) Merge pull request  [#4742](https://github.com/containerd/containerd/pull/4742) from thaJeztah/bump_kubernetes_1.19.4
* [`85b1cf128`](https://github.com/containerd/containerd/commit/85b1cf128176fd4d86f841c6cc4ff54b740ff49e) vendor: kubernetes v1.19.4
* [`8efb17cc9`](https://github.com/containerd/containerd/commit/8efb17cc99c777064a386a931f9736264e1ac9af) Merge pull request  [#4705](https://github.com/containerd/containerd/pull/4705) from dweomer/selinx-relabel-dev-shm-but-not-with-hostipc
* [`bd7c6ca6f`](https://github.com/containerd/containerd/commit/bd7c6ca6fa95295c20d531001fe4758bd4560d3a) Fix integer overflow on windows
* [`cc3785c81`](https://github.com/containerd/containerd/commit/cc3785c815a1b560c088e3c349a91d3e0851b0bf) Merge pull request  [#4653](https://github.com/containerd/containerd/pull/4653) from amrmahdi/amrh/optimize-content-transfer
* [`1c98aa532`](https://github.com/containerd/containerd/commit/1c98aa532c68095679cbc8f59e2f3b2c7ff28887) Merge pull request  [#4735](https://github.com/containerd/containerd/pull/4735) from AkihiroSuda/go-1.15.5
* [`af0a20a4d`](https://github.com/containerd/containerd/commit/af0a20a4d56a999cf4b86f770b809c8e93a782f7) Bump Golang 1.15.5
* [`0ec47b334`](https://github.com/containerd/containerd/commit/0ec47b33488d295785a9d1702c9552a491802898) Merge pull request  [#4730](https://github.com/containerd/containerd/pull/4730) from thaJeztah/update_seccomp_profile
* [`0a1104bcf`](https://github.com/containerd/containerd/commit/0a1104bcf3aa543e44c9ead5941f08fff3bdcf27) seccomp: add pidfd_getfd syscall (gated by CAP_SYS_PTRACE)
* [`2dbbd10fd`](https://github.com/containerd/containerd/commit/2dbbd10fd644e9e3fbf20c71d7531756b1c1a9e4) seccomp: add pidfd_open and pidfd_send_signal
* [`eba94a15c`](https://github.com/containerd/containerd/commit/eba94a15c89994f1be5c3bde6802d960971eb755) pkg/cri/server: remove dependency on libcontainer/apparmor, libcontainer/utils
* [`a1e7dd939`](https://github.com/containerd/containerd/commit/a1e7dd939de76c7bc15173a3d16012a2996853de) cri: selinuxrelabel=false for /dev/shm w/ host ipc
* [`fca788718`](https://github.com/containerd/containerd/commit/fca7887186cfc4c0f8157777b0ad6664674e9a2e) Merge pull request  [#4726](https://github.com/containerd/containerd/pull/4726) from estesp/update-btrfs
* [`126b35ca4`](https://github.com/containerd/containerd/commit/126b35ca433b18b236db85ee7f87831e1dce56c9) containerd-shim: use path-based unix socket
* [`bd908acab`](https://github.com/containerd/containerd/commi
62DE
t/bd908acabd1a31c8329570b5283e8fdca0b39906) Use path based unix socket for shims
* [`e74ace9ad`](https://github.com/containerd/containerd/commit/e74ace9ad8f1922168ec05ca16299f68506abe98) content: support filters on local.store#Walk()
* [`6fb56aa58`](https://github.com/containerd/containerd/commit/6fb56aa58bb97d67ca823baa41a8aa03a2ae195f) Update btrfs vendor for chkptr fix for Go >= 1.14
* [`78ac7bac8`](https://github.com/containerd/containerd/commit/78ac7bac84bf4122675826ec799314a4018e955e) Merge pull request  [#4725](https://github.com/containerd/containerd/pull/4725) from kzys/fix-links-in-docs
* [`f1ea895fb`](https://github.com/containerd/containerd/commit/f1ea895fbbad81b264fdda83d60f8c8140256ed7) Merge pull request  [#4713](https://github.com/containerd/containerd/pull/4713) from AkihiroSuda/remove-hack-unused
* [`03cc4cedc`](https://github.com/containerd/containerd/commit/03cc4cedc556f5da4236fdf117e66d7d1937c171) docs: fix broken links
* [`4dc698d09`](https://github.com/containerd/containerd/commit/4dc698d09b3024ac74948d3551da1fdbdf667200) Merge pull request  [#4723](https://github.com/containerd/containerd/pull/4723) from lining2020/ctr-error-hint
* [`1309384af`](https://github.com/containerd/containerd/commit/1309384af006c42b723429de2559555735615e1b) Merge pull request  [#4724](https://github.com/containerd/containerd/pull/4724) from tonistiigi/pusher-error
* [`97cee75da`](https://github.com/containerd/containerd/commit/97cee75da80ffe8f8859dda0fe93b1b3e5630910) ctr: fix the incorrect image unmount error hint
* [`f601887a3`](https://github.com/containerd/containerd/commit/f601887a3cafeef462d72add63693d9941889bd7) docker: don’t hide pusher response error
* [`687fcd73e`](https://github.com/containerd/containerd/commit/687fcd73ec537a08f1b4a50717739ba7b0a7e307) Merge pull request  [#4722](https://github.com/containerd/containerd/pull/4722) from kzys/cri-docs
* [`a05fa4214`](https://github.com/containerd/containerd/commit/a05fa4214d01e9426433d3947831065ad96e2cc8) Move CRI plugin's docs from docs/ to docs/cri/
* [`521263ce2`](https://github.com/containerd/containerd/commit/521263ce2142f7f278e7026b723b1eda49e1289c) Merge pull request  [#4721](https://github.com/containerd/containerd/pull/4721) from thaJeztah/longer_timeout
* [`0299fca49`](https://github.com/containerd/containerd/commit/0299fca49cacecda6a1726b20c0f27ce206623bf) ga: Linux Integration: extend timeout to 20 minutes
* [`1e7a6906b`](https://github.com/containerd/containerd/commit/1e7a6906bf61943bce1ae1ecb773c9e293219005) Merge pull request  [#4698](https://github.com/containerd/containerd/pull/4698) from dweomer/test-selinux-enforcing
* [`5f74840a9`](https://github.com/containerd/containerd/commit/5f74840a9a3b87d9c5a1f189e4e096b44401f386) Merge pull request  [#4709](https://github.com/containerd/containerd/pull/4709) from AkihiroSuda/ctr-apparmor
* [`677aaad83`](https://github.com/containerd/containerd/commit/677aaad83cc4786688dd7d4c01d5bc3dc9e6231c) Merge pull request  [#4718](https://github.com/containerd/containerd/pull/4718) from thaJeztah/remove_sudo_remnants
* [`6dc35dfda`](https://github.com/containerd/containerd/commit/6dc35dfdaaaa3fb9ec4bf99c8689c3b75e989879) Merge pull request  [#4716](https://github.com/containerd/containerd/pull/4716) from thaJeztah/faster_golang_ci
* [`1edeea766`](https://github.com/containerd/containerd/commit/1edeea7663be317b5085013cd0d23ef8cb8d0ad0) install-runc: remove unused USESUDO variable
* [`72dd30feb`](https://github.com/containerd/containerd/commit/72dd30febaac0bb2e5fa995cd40514fec7718919) gha: specify full version for golang-ci-lint to speedup selection
* [`0585213d0`](https://github.com/containerd/containerd/commit/0585213d01963c6f82c4ed93c961d75fd932829b) remove unused hack/* files
* [`9d54648be`](https://github.com/containerd/containerd/commit/9d54648be3f3a3d485e1e819f225fa649db62151) ctr: add AppArmor flags
* [`95ba6e9f7`](https://github.com/containerd/containerd/commit/95ba6e9f750e60e304c0fcc4e31627a478c4069b) Add annotations to task update request api
* [`bb8aac38a`](https://github.com/containerd/containerd/commit/bb8aac38a0eea6d576403019348864d103e3472b) Do not hardcode "amd64" on LCOW and Windows-related files
* [`293b08dd1`](https://github.com/containerd/containerd/commit/293b08dd19e0f9a6b2bc17342868aea9e31ffd99) Merge pull request  [#4699](https://github.com/containerd/containerd/pull/4699) from dweomer/selinx-relabel-dev-shm
* [`a7f24b29c`](https://github.com/containerd/containerd/commit/a7f24b29c20fa4c4257a8f5ea15922e8bb53450c) test: run tests with selinux enforcing
* [`e8d8ae3b9`](https://github.com/containerd/containerd/commit/e8d8ae3b97ea77ab21b2ab05cc6b5c00541bc527) cri: selinux relabel /dev/shm
* [`ac61e58cd`](https://github.com/containerd/containerd/commit/ac61e58cdd400fac00cb447a8d0a43b52cd56b7f) Merge pull request  [#4692](https://github.com/containerd/containerd/pull/4692) from tianon/nosu
* [`17688a733`](https://github.com/containerd/containerd/commit/17688a733ad0d472ffcf87dabf5d206626f0f338) Remove setuid gosu in favor of "sudo -E PATH=$PATH ..."
* [`ef79c9957`](https://github.com/containerd/containerd/commit/ef79c99576ccbb620b0babe1592e6c9fa5e0929e) Merge pull request  [#4677](https://github.com/containerd/containerd/pull/4677) from thaJeztah/moby_sys_symlink
* [`8d42f86cf`](https://github.com/containerd/containerd/commit/8d42f86cf4c1a590f76727e53ce471ef354f563e) Merge pull request  [#4687](https://github.com/containerd/containerd/pull/4687) from samuelkarp/critest
* [`8db2fe385`](https://github.com/containerd/containerd/commit/8db2fe3852039ec721855e8a4ddca083efafe5f9) Merge pull request  [#4686](https://github.com/containerd/containerd/pull/4686) from samuelkarp/cri-tests-runtimes
* [`cb8c09290`](https://github.com/containerd/containerd/commit/cb8c09290f6dcc6799e605dfe2727e323c4ee0aa) Merge pull request  [#4688](https://github.com/containerd/containerd/pull/4688) from YLonely/master
* [`019148ef4`](https://github.com/containerd/containerd/commit/019148ef4c1bdc287191574dc607ff6e58d66a4f) bug fix:#3448
* [`b81917ee7`](https://github.com/containerd/containerd/commit/b81917ee72a8e705127006084619b5c0ef76aa8e) Add comments clarifying copyWithBuffer implementation
* [`e3f28eecd`](https://github.com/containerd/containerd/commit/e3f28eecd955f89c59cca7d92f8676eb8ceca292) ci: run critest target for all runtimes
* [`a2581d345`](https://github.com/containerd/containerd/commit/a2581d3450e81051b4a76d1caa6e532fe4c27c28) ci: run cri-integration target for all runtimes
* [`394be74fd`](https://github.com/containerd/containerd/commit/394be74fdbb3e31e47c0763c58857e3d98678df4) Merge pull request  [#4681](https://github.com/containerd/containerd/pull/4681) from fuweid/update-godoc-badge
* [`81cf375ec`](https://github.com/containerd/containerd/commit/81cf375ec8777e94a4673be2928021fc1c0d1842) Merge pull request  [#4679](https://github.com/containerd/containerd/pull/4679) from mikebrow/update-util-versions
* [`63f673a22`](https://github.com/containerd/containerd/commit/63f673a2299c374546ce3215f482f879e1d9d283) updates cri-tools to latest version
* [`ea56dd3fb`](https://github.com/containerd/containerd/commit/ea56dd3fb69285b64f7c82b05e5d1c3088f0d102) Merge pull request  [#4680](https://github.com/containerd/containerd/pull/4680) from mikebrow/cri-doc-update-testing
* [`975615317`](https://github.com/containerd/containerd/commit/97561531704caaeb93d98e326d8f7898335f5e67) README.md: Use go.dev instead of godoc
* [`1ab8bdc27`](https://github.com/containerd/containerd/commit/1ab8bdc27be2485d8ac8a06daab66aba22a940fd) refresh cri testing guide after move
* [`3662dc4c0`](https://github.com/containerd/containerd/commit/3662dc4c0b12cb5baebf1bb835a962b7e70d4efc) Merge pull request  [#4673](https://github.com/containerd/containerd/pull/4673) from ehazlett/ctr-runtime-options
* [`9a672cca9`](https://github.com/containerd/containerd/commit/9a672cca91988f5be311770d135bb7de02ca2832) Merge pull request  [#4675](https://github.com/containerd/containerd/pull/4675) from mikebrow/update-default-config-doc-for-annotations
* [`114609842`](https://github.com/containerd/containerd/commit/11460984210bfa54da98e6d4c255b2f6c61ea01c) replace pkg/symlink with moby/sys/symlink
* [`abe1807a1`](https://github.com/containerd/containerd/commit/abe1807a131f480eacd195b54a0ef89f4ddda2ab) Merge pull request  [#4676](https://github.com/containerd/containerd/pull/4676) from thaJeztah/typo_fix
* [`b086062cf`](https://github.com/containerd/containerd/commit/b086062cfd913acf6905b169e2bba4387edcf617) httpReadSeeker: fix typo in error-message
* [`b6053fb7c`](https://github.com/containerd/containerd/commit/b6053fb7c37c4aa86fac75aa24c98ae719cc978a) change default for disablesnapshotannotations
* [`5184bccea`](https://github.com/containerd/containerd/commit/5184bccea3d2557ab2f1eca517642fa20e415cc9) Merge pull request  [#4631](https://github.com/containerd/containerd/pull/4631) from dims/copy-a-few-packages-from-moby/moby
* [`ef48ef1e4`](https://github.com/containerd/containerd/commit/ef48ef1e4c97a02a7d8654b886c745a6cc0c4e21) add config path option to ctr for runtime
* [`f2e8fda82`](https://github.com/containerd/containerd/commit/f2e8fda82b0792cdc845139f99abea61b851ef90) Merge pull request  [#4665](https://github.com/containerd/containerd/pull/4665) from dmcgowan/update-default-snapshot-annotations
* [`f6834d4c0`](https://github.com/containerd/containerd/commit/f6834d4c0b9a0433d6723ea172ad333ddc44936b) replicate io.Copy optimizations
* [`b2642458f`](https://github.com/containerd/containerd/commit/b2642458f984183cc5310d0b1f47a030d4371c6e) Update make snapshot annotations disabled by default
* [`8ff2707a3`](https://github.com/containerd/containerd/commit/8ff2707a3c929c3f3cf48786c0e7399a5aa877a3) Merge pull request  [#4610](https://github.com/containerd/containerd/pull/4610) from shahzzzam/samashah/add-annotations
* [`619f96c75`](https://github.com/containerd/containerd/commit/619f96c757e7db2c5c458ff75952f09a0a47c554) Merge pull request  [#4664](https://github.com/containerd/containerd/pull/4664) from deitch/ctr-client-optimize
* [`839b13699`](https://github.com/containerd/containerd/commit/839b13699209acc9b10c6fc8d4d793338ac799da) Merge pull request  [#4656](https://github.com/containerd/containerd/pull/4656) from zhuangqh/fix-unknown-state
* [`57baf9221`](https://github.com/containerd/containerd/commit/57baf92211e42656a7460538ee9f6be6cb421ad3) use proper buffer size for content get
* [`30c9addd6`](https://github.com/containerd/containerd/commit/30c9addd6ca0052ed38d541ff88812c6152013a6) fix: always set unknown to false when handling exit event
* [`65e39897b`](https://github.com/containerd/containerd/commit/65e39897bf4a39d79201f79b8bfd2b79cc1b1be0) Merge pull request  [#4662](https://github.com/containerd/containerd/pull/4662) from BenTheElder/fifo-dup2-unix
* [`502d6adc2`](https://github.com/containerd/containerd/commit/502d6adc22c19ae378e3eb83aaf6c7eb27a60096) Revender latest containerd/fifo
* [`f51d5f773`](https://github.com/containerd/containerd/commit/f51d5f773d0cff61e7258cbd49b9ba010eec7482) Merge pull request  [#4657](https://github.com/containerd/containerd/pull/4657) from mxpv/master
* [`4da306e1e`](https://github.com/containerd/containerd/commit/4da306e1e98afd964ea39cb2ed8c6d0ee4d5cadd) Fix panic in shim not logged
* [`5afc4b4d8`](https://github.com/containerd/containerd/commit/5afc4b4d8b4ff349f188b82a6c2ef48144cef01a) Revendor latest containerd/fifo
* [`289130b8a`](https://github.com/containerd/containerd/commit/289130b8a7760b813c7bcfdd37f978a17f10c31a) Improve image pull performance from http 1.1 container registries
* [`656b487d3`](https://github.com/containerd/containerd/commit/656b487d333db8ad7134d26cfe12358c46c2b7f8) Merge pull request  [#4645](https://github.com/containerd/containerd/pull/4645) from masters-of-cats/master
* [`8eda32e10`](https://github.com/containerd/containerd/commit/8eda32e10780dc1adabc2c40f7295d4638d8915d) Check if a process exists before returning it
* [`ba8377590`](https://github.com/containerd/containerd/commit/ba8377590d326a5f73e4abe2d282c46c385329ae) Merge pull request  [#4642](https://github.com/containerd/containerd/pull/4642) from hectorj2f/hectorj2f/add_d2iq_adopter
* [`b201de01b`](https://github.com/containerd/containerd/commit/b201de01b7f6525a3e791c0728453d65480adf0d) a...
Assets 2
Loading
0