Skip to content
Tags give the ability to mark specific points in history as being important
This project is mirrored from https://github.com/containerd/containerd.git. Pull mirroring updated .
  • v1.6.12
    containerd 1.6.12
    
    Welcome to the v1.6.12 release of containerd!
    
    The twelfth patch release for containerd 1.6 contains a fix for CVE-2022-23471.
    
    ### Notable Updates
    * **Fix goroutine leak during Exec in CRI plugin** ([GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9))
    
    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
    
    * Derek McGowan
    * Danny Canter
    * Phil Estes
    * Sebastiaan van Stijn
    
    ### Changes
    <details><summary>5 commits</summary>
    <p>
    
    * Github Security Advisory [GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9)
      * Prepare release notes for v1.6.12
      * CRI stream server: Fix goroutine leak in Exec
    * [release/1.6] update to go1.18.9 ([#7766](https://github.com/containerd/containerd/pull/7766))
      * [release/1.6] update to go1.18.9
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.11](https://github.com/containerd/containerd/releases/tag/v1.6.11)
    
  • v1.5.16
    containerd 1.5.16
    
    Welcome to the v1.5.16 release of containerd!
    
    The sixteenth patch release for containerd 1.5 contains a fix for CVE-2022-23471.
    
    ### Notable Updates
    * **Fix goroutine leak during Exec in CRI plugin** ([GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9))
    
    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
    
    * Derek McGowan
    * Danny Canter
    * Phil Estes
    * Sebastiaan van Stijn
    
    ### Changes
    <details><summary>5 commits</summary>
    <p>
    
    * Github Security Advisory [GHSA-2qjp-425j-52j9](https://github.com/containerd/containerd/security/advisories/GHSA-2qjp-425j-52j9)
      * Prepare release notes for v1.5.16
      * CRI stream server: Fix goroutine leak in Exec
    * [release/1.5] update to go1.18.9 ([#7767](https://github.com/containerd/containerd/pull/7767))
      * [release/1.5] update to go1.18.9
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.5.15](https://github.com/containerd/containerd/releases/tag/v1.5.15)
    
  • v1.6.11
    containerd 1.6.11
    
    Welcome to the v1.6.11 release of containerd!
    
    The eleventh patch release for containerd 1.6 contains a various fixes and updates.
    
    ### Notable Updates
    * **Add pod UID annotation in CRI plugin** ([#7735](https://github.com/containerd/containerd/pull/7735))
    * **Fix nil pointer deference for Windows containers in CRI plugin** ([#7737](https://github.com/containerd/containerd/pull/7737))
    * **Fix lease labels unexpectedly overwriting expiration** ([#7745](https://github.com/containerd/containerd/pull/7745))
    * **Fix for simultaneous diff creation using the same parent snapshot** ([#7756](https://github.com/containerd/containerd/pull/7756))
    
    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
    
    * Derek McGowan
    * Wei Fu
    * Austin Vazquez
    * Kirtana Ashok
    * Maksym Pavlenko
    * Phil Estes
    * Qasim Sarfraz
    * Sebastiaan van Stijn
    * cosmoer
    
    ### Changes
    <details><summary>12 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.11 ([#7760](https://github.com/containerd/containerd/pull/7760))
      * Prepare release notes for v1.6.11
    * [release/1.6] fix: support simultaneous create diff for same parent snapshot ([#7756](https://github.com/containerd/containerd/pull/7756))
      * fix: support simultaneous create diff for same parent snapshot
    * [release/1.6] cherry-pick: Fix order of operations when setting lease labels ([#7745](https://github.com/containerd/containerd/pull/7745))
      * Fix order of operations when setting lease labels
    * [release/1.6] Added nullptr checks to pkg/cri/server and sbserver ([#7737](https://github.com/containerd/containerd/pull/7737))
      * Added nullptr checks to pkg/cri/server and sbserver
    * [release/1.6] cri: add pod uid annotation ([#7735](https://github.com/containerd/containerd/pull/7735))
      * cri: add pod uid annotation
    * [release/1.6] go.mod: use golang_protobuf_extensions v1.0.4 to prevent incompatible versions ([#7723](https://github.com/containerd/containerd/pull/7723))
      * [release/1.6] go.mod: use golang_protobuf_extensions v1.0.4
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.10](https://github.com/containerd/containerd/releases/tag/v1.6.10)
    
  • v1.5.15
    containerd 1.5.15
    
    Welcome to the v1.5.15 release of containerd!
    
    The fifteenth patch release for containerd 1.5 includes various fixes including a
    fix for a long time issue with CNI resource leakage.
    
    ### Notable Updates
    
    * **Fix CNI leaks by changing pod network setup order in CRI plugin** ([#7464](https://github.com/containerd/containerd/pull/7464))
    * **Fix request retry on push** ([#7479](https://github.com/containerd/containerd/pull/7479))
    * **Fix lease labels unexpectedly overwriting expiration** ([#7746](https://github.com/containerd/containerd/pull/7746))
    
    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
    
    * Akihiro Suda
    * Sebastiaan van Stijn
    * Derek McGowan
    * Wei Fu
    * Phil Estes
    * Kazuyoshi Kato
    * Hajime Tazaki
    * Qiutong Song
    * Austin Vazquez
    * Samuel Karp
    * jonyhy
    * Akhil Mohan
    * Gabriel Adrian Samfira
    * Gavin Inglis
    * Tobias Klauser
    * Yasin Turan
    * rongfu.leng
    
    ### Changes
    <details><summary>34 commits</summary>
    <p>
    
    * Prepare release notes for v1.5.15 ([#7759](https://github.com/containerd/containerd/pull/7759))
      * Prepare release notes for v1.5.15
    * [release/1.5] cherry-pick: Fix order of operations when setting lease labels ([#7746](https://github.com/containerd/containerd/pull/7746))
      * Fix order of operations when setting lease labels
    * [release/1.5] go.mod: use golang_protobuf_extensions v1.0.4 to prevent incompatible versions ([#7722](https://github.com/containerd/containerd/pull/7722))
      * [release/1.5] go.mod: use golang_protobuf_extensions v1.0.4
    * [release/1.5] retry request on writer reset ([#7479](https://github.com/containerd/containerd/pull/7479))
      * fix pusher concurrent close channel
      * retry request on writer reset
    * [release/1.5] Setup pod network after creating the sandbox container ([#7464](https://github.com/containerd/containerd/pull/7464))
      * Update container with sandbox metadata after NetNS is created
      * Add integration tests with failpoint
      * Persist container and sandbox if resource cleanup fails, like teardownPodNetwork
    * [release/1.5] ctr export strictly match default platform ([#7649](https://github.com/containerd/containerd/pull/7649))
      * ctr export strictly match default platform
    * [release/1.5] update to Go 1.18.8 to address CVE-2022-41716 ([#7633](https://github.com/containerd/containerd/pull/7633))
      * [release/1.5] update to Go 1.18.8 to address CVE-2022-41716
    * [release/1.5] ctr import: strictly match platform ([#7593](https://github.com/containerd/containerd/pull/7593))
      * ctr import: strictly match platform
    * [release/1.5] Upgrade containerd/continuity from v0.1.0 to v0.3.0 ([#7555](https://github.com/containerd/containerd/pull/7555))
      * Upgrade containerd/continuity from v0.1.0 to v0.3.0
    * [release/1.5] feat: support import image for specific platform ([#7595](https://github.com/containerd/containerd/pull/7595))
      * fix: wrong flag type
      * feat: support import image for specific platform
    * [release/1.5] cherry-pick: Migrate away from GitHub actions set-output ([#7583](https://github.com/containerd/containerd/pull/7583))
      * Migrate away from GitHub actions set-output
    * [release/1.5] test: introduce failpoint control to runc-shimv2 and cni  ([#7578](https://github.com/containerd/containerd/pull/7578))
      * integration: Add injected failpoint testing for RunPodSandbox
      * integration: simplify CNI-fp and add README.md
      * pkg/failpoint: add FreeBSD link and update pkg doc
      * integration: CNI bridge wrapper with failpoint
      * pkg/failpoint: add DelegatedEval API
      * bin/ctr,integration: new runc-shim with failpoint
      * pkg/failpoint: init failpoint package
    </p>
    </details>
    
    ### Changes from containerd/continuity
    <details><summary>56 commits</summary>
    <p>
    
    * go.mod: update dependencies (take 2) ([#204](https://github.com/containerd/continuity/pull/204))
      * go.mod: update dependencies (take 2)
    * Revert "go.mod: update dependencies" ([#205](https://github.com/containerd/continuity/pull/205))
      * Revert "go.mod: update dependencies"
      * go.mod: update dependencies
      * cmd/continuity: remove FUSE for macOS
    * Various small fix-ups ([#202](https://github.com/containerd/continuity/pull/202))
      * README: update badges and links
      * golangci-lint: replace "golint" with "revive"
      * sysx: remove unused sysx/generate.sh script
      * fs: fix minor linting and gofmt issue
    * update authors and mailmap ([#201](https://github.com/containerd/continuity/pull/201))
      * update authors and mailmap
    * move cmd/continuity to its own go module ([#200](https://github.com/containerd/continuity/pull/200))
      * move cmd/continuity to its own go module
      * remove version package
      * move continuityfs -> cmd/continuity/continuityfs
      * move commands -> cmd/continuity/commands
      * go.mod: update logrus to v1.8.1
    * CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir)  ([#198](https://github.com/containerd/continuity/pull/198))
      * CI: resolve Go path before sudoing
      * CI: modernize Go setup
      * Remove deprecated io/ioutil (except ioutil.ReadDir)
    * fs.CopyDir: support sockets and pipes ([#197](https://github.com/containerd/continuity/pull/197))
      * fs.CopyDir: support sockets and pipes
    * Fix wrapping errors ([#196](https://github.com/containerd/continuity/pull/196))
      * fs: fix wrapping nil err
      * fmt.Errorf: use %w, not %v to wrap errors
    * fs: use syscall.Timespec.Unix ([#193](https://github.com/containerd/continuity/pull/193))
      * fs: use syscall.Timespec.Unix
    * Update CI Go version to 1.17 ([#192](https://github.com/containerd/continuity/pull/192))
      * Update CI Go version to 1.17
    * Build containerd/continuity on multiple Unix OSes ([#190](https://github.com/containerd/continuity/pull/190))
      * Build containerd/continuity on multiple Unix OSes
    * Do not log errors before returning them ([#191](https://github.com/containerd/continuity/pull/191))
      * Do not log errors before returning them
    * Copy Windows file metadata ([#188](https://github.com/containerd/continuity/pull/188))
      * Copy Windows file metadata
    * fix fmt.Errorf("%w", err) on err == nil ([#187](https://github.com/containerd/continuity/pull/187))
      * fix fmt.Errorf("%w", err) on err == nil
    * Remove direct dependency on github.com/pkg/errors ([#185](https://github.com/containerd/continuity/pull/185))
      * run gofmt with Go 1.17
      * remove direct dependency on github.com/pkg/errors
    * Fix darwin issues ([#186](https://github.com/containerd/continuity/pull/186))
      * update AUTHORS
      * darwin: use utimensat syscall instead of utimes
      * fix darwin usage of du command
    * go.mod: bazil.org/fuse v0.0.0-20200407214033-5883e5a4b5125 ([#161](https://github.com/containerd/continuity/pull/161))
      * go.mod: bazil.org/fuse v0.0.0-20200407214033-5883e5a4b5125
    * fs/stat: add FreeBSD, and cleanup some nolint-comments ([#184](https://github.com/containerd/continuity/pull/184))
      * reformat nolint comments
      * fs/stat: add FreeBSD
    * Rename branch from master to main ([#182](https://github.com/containerd/continuity/pull/182))
      * Rename branch from master to main
    * testutil/loopback: print more debug info ([#180](https://github.com/containerd/continuity/pull/180))
      * testutil/loopback: print more debug info
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/go-winio**     v0.4.17 -> v0.5.2
    * **github.com/containerd/continuity**  v0.1.0 -> v0.3.0
    * **google.golang.org/protobuf**        v1.27.1 **_new_**
    
    Previous release can be found at [v1.5.14](https://github.com/containerd/containerd/releases/tag/v1.5.14)
    
  • v1.6.10
    containerd 1.6.10
    
    Welcome to the v1.6.10 release of containerd!
    
    The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms.
    
    ### Notable Updates
    
    * **Always check userxattr for overlay on kernels >= 5.11** ([#7646](https://github.com/containerd/containerd/pull/7646))
    * **Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows** ([#7610](https://github.com/containerd/containerd/pull/7610)
    * **Bump Go version to 1.18.8 to address CVE-2022-41716** ([#7634](https://github.com/containerd/containerd/pull/7634))
    
    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
    
    * Akihiro Suda
    * Danny Canter
    * Kazuyoshi Kato
    * Austin Vazquez
    * Derek McGowan
    * Gavin Inglis
    * Kathryn Baldauf
    * Kevin Parsons
    * Phil Estes
    * Sebastiaan van Stijn
    * Yasin Turan
    
    ### Changes
    <details><summary>14 commits</summary>
    <p>
    
    * [release/1.6] Prepare release notes for v1.6.10 ([#7664](https://github.com/containerd/containerd/pull/7664))
      * Prepare release notes for v1.6.10
    * [release/1.6] overlayutils: Add fastpath for userxattr check ([#7646](https://github.com/containerd/containerd/pull/7646))
      * overlayutils: Add fastpath for userxattr check
    * [release/1.6] update to Go 1.18.8 to address CVE-2022-41716 ([#7634](https://github.com/containerd/containerd/pull/7634))
      * [release/1.6] update to Go 1.18.8 to address CVE-2022-41716
    * [release/1.6] ctr export strictly match default platform ([#7627](https://github.com/containerd/containerd/pull/7627))
      * ctr export strictly match default platform
    * [release/1.6] go.mod: Bump hcsshim to v0.9.5 ([#7610](https://github.com/containerd/containerd/pull/7610))
      * [release/1.6] go.mod: Bump hcsshim to v0.9.5
    * [release/1.6] ctr import: strictly match platform ([#7594](https://github.com/containerd/containerd/pull/7594))
      * ctr import: strictly match platform
    * [release/1.6] cherry-pick: Migrate away from GitHub actions set-output ([#7582](https://github.com/containerd/containerd/pull/7582))
      * Migrate away from GitHub actions set-output
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**  v0.9.4 -> v0.9.5
    
    Previous release can be found at [v1.6.9](https://github.com/containerd/containerd/releases/tag/v1.6.9)
    
  • v1.7.0-beta.0
    containerd 1.7.0-beta.0
    
    Welcome to the v1.7.0-beta.0 release of containerd!
    *This is a pre-release of containerd*
    
    The eighth major release of containerd includes new functionality alongside many improvements. This release is intended to be the last major release of containerd 1.x before 2.0. Some functionality in this release may be considered experimental or unstable, but will become stable or default in 2.0. This release still adheres to our backwards compability guarantees and users who do not use or enable new functionality should use this release with the same stability expectations. The previous 1.6 release has also become a long term stable release for users who prefer releases with mostly stability improvements and wish to wait a few releases for new functionality.
    
    _This is a beta release and includes some functionality which is not yet complete. While most APIs are finalized before merge, they are subject to change until the official release._
    
    ### Highlights
    
    #### Sandbox API _(experimental)_
    
    The sandbox API provides a new way of managing containerd's shim, providing more flexibility and functionality for multi-container environments such as Pods and VMs. This API makes it easier to manage these groups of containers at a higher level and offers new extension points for shim implementations and clients.
    
    * **Sandbox API** ([#6703](https://github.com/containerd/containerd/pull/6703))
    * **CRI Sandbox API Implementation** ([#7228](https://github.com/containerd/containerd/pull/7228))
    
    #### Transfer Service _(in progress)_
    
    * **Transfer Service** ([#7320](https://github.com/containerd/containerd/pull/7320))
    
    #### NRI _(in progress)_
    
    * **Extend NRI scope** ([nri#16](https://github.com/containerd/nri/pull/16))
    * **Support for updated NRI** ([#6019](https://github.com/containerd/containerd/pull/6019))
    
    #### Platform Support
    
    * **Linux containers on FreeBSD** ([#7000](https://github.com/containerd/containerd/pull/7000))
    
    #### Runtime Features
    
    * **Add support for CDI device injection** ([#6654](https://github.com/containerd/containerd/pull/6654))
    * **Support for cgroups blockio** ([#5490](https://github.com/containerd/containerd/pull/5490))
    * **Add restart policy for enhanced restart manager** ([#6744](https://github.com/containerd/containerd/pull/6744))
    
    #### Road to 2.0
    
    ##### Refactoring
    
    There are multiple places in the code today which are being targeted for refactoring to make long term support easier and to provide more extension points.
    
    The CRI plugin is the most complex containerd plugin with a wide range of functionality. A major effort in this release and before 2.0 involves moving functionality out of the single CRI plugin into smaller-scoped containerd plugins, such that they can be used and tested independenty. The new sandbox and distribution interfaces provide one example of this, but it also being done for image and network management.
    
    The version of ttrpc has been updated this release to support streaming, allowing existing grpc services to use ttrpc. Services are being refactored to allow ttrpc implementations, which can be served via shim and accessed using the new sandbox management capability.
    
    * **Remove gogoproto.customtype** ([#6699](https://github.com/containerd/containerd/pull/6699))
    * **Remove enumvalue_customname, goproto_enum_prefix and enum_customname** ([#6708](https://github.com/containerd/containerd/pull/6708))
    * **Remove all gogoproto extensions** ([#6829](https://github.com/containerd/containerd/pull/6829))
    * **Migrate off from github.com/gogo/protobuf** ([#6841](https://github.com/containerd/containerd/pull/6841))
    * **ttrpc streaming** ([ttrpc#107](https://github.com/containerd/ttrpc/pull/107))
    
    * **Add unpack interface for client** ([#6749](https://github.com/containerd/containerd/pull/6749))
    * **Add collectible resources to metadata gc** ([#6804](https://github.com/containerd/containerd/pull/6804))
    
    ##### Configuration
    
    Existing CRI configurations will be supported until 2.0. Any functionality split out of CRI will have their configuration migrated to new plugins. Deprecated configuration versions and configurations for deprecated features will be removed in 2.0.
    
    ##### Deprecation
    
    The 2.0 release will remove any feature deprecated in 1.x. Features deprecated in this release include.
    
    * **Docker Schema 1 Image Deprecation** ([#6884](https://github.com/containerd/containerd/pull/6884))
    
    #### CRI Updates
    
    * **Support image pull progress timeout** ([#6150](https://github.com/containerd/containerd/pull/6150))
    * **Fix CRI plugin to setup pod network after creating the sandbox container** ([#5904](https://github.com/containerd/containerd/pull/5904))
    
    #### Other
    
    * **Support shallow content copy by adding reader option to local content reader at** ([#7414](https://github.com/containerd/containerd/pull/7414))
    * **Add NoSameOwner option when unpacking tars** ([#7386](https://github.com/containerd/containerd/pull/7386))
    
    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
    
    * Kazuyoshi Kato
    * Phil Estes
    * Derek McGowan
    * Maksym Pavlenko
    * Wei Fu
    * Akihiro Suda
    * Sebastiaan van Stijn
    * Samuel Karp
    * Mike Brown
    * Daniel Canter
    * Ye Sijun
    * Ed Bartosh
    * Stefan Berger
    * Paul "TBBle" Hampson
    * Gabriel Adrian Samfira
    * Nashwan Azhari
    * xin.li
    * Shengjing Zhu
    * Adam Korcz
    * Henry Wang
    * Justin Terry
    * wanglei
    * zounengren
    * Iceber Gu
    * Kevin Parsons
    * Brian Goff
    * Gavin Inglis
    * Michael Crosby
    * Qiutong Song
    * lengrongfu
    * ruiwen-zhao
    * Cameron Sparr
    * James Jenkins
    * Luca Comellini
    * Michael Zappa
    * Paco Xu
    * Tobias Klauser
    * pigletfly
    * Akhil Mohan
    * Amit Barve
    * Eng Zer Jun
    * Eric Lin
    * James Sturtevant
    * Jonny Stoten
    * Kang.Zhang
    * Mikko Ylinen
    * Paul S. Schweigert
    * Shiming Zhang
    * Swagat Bora
    * Vincent Batts
    * cosmoer
    * dependabot[bot]
    * yaoyinnan
    * Abirdcfly
    * Anastassios Nanos
    * Andrew G. Morgan
    * Andrey Klimentyev
    * Antonio Ojea
    * Antti Kervinen
    * Austin Vazquez
    * Baoshuo
    * Benjamin Elder
    * Chao Dai
    * Claudiu Belu
    * Cory Snider
    * Danielle Lancashire
    * Danny Canter
    * Dat Nguyen
    * Davanum Srinivas
    * David Porter
    * Dmitry Shurupov
    * Eric Ernst
    * Ethan Lowman
    * Fabian Hoffman
    * Fabian Hoffmann
    * Fahed Dorgaa
    * Gabriela Cervantes
    * Gijs Peskens
    * Hamza El-Saawy
    * Ikko Ashimine
    * Jeff Widman
    * Jeff Zvier
    * Jeremi Piotrowski
    * Jordan Karaze
    * Joseph Sheng
    * Joyce Brum
    * Kathryn Baldauf
    * Kohei Tokunaga
    * Kyle L Frisbie
    * Marc Schwind
    * Mark Rossetti
    * Marvin Giessing
    * Nabeel Rana
    * Nguyen Phan Huy
    * Nobel Barakat
    * Oleg Atamanenko
    * Oleg Zhurakivskyy
    * Oliver Radwell
    * Quan Tian
    * Rodrigo Campos
    * Roy Yang
    * Serge Logvinov
    * Shane Jennings
    * Shaun Lawrie
    * Shinichi Morimoto
    * SilverSoldier
    * Sophie Liu
    * Taeho Nam
    * Takumasa Sakao
    * Tiger Kaovilai
    * Tom Godkin
    * Tomoya.Fujita
    * Tõnis Tiigi
    * Xinlin Ma
    * Yakul Garg
    * Zhongming Chang
    * Zhuchen Wang
    * austinvazquez
    * bin liu
    * cardy.tang
    * cathaysia
    * dabaooline
    * guiyong.ou
    * jianfei.zhang
    * ningmingxiao
    * shi yixue
    * shuaichang
    * songjiang han
    * wusong
    * xiaoyang zhu
    * yanghesong
    * zhang he
    
    ### Changes
    <details><summary>950 commits</summary>
    <p>
    
    * Add release notes for v1.7.0-beta.0 ([#7575](https://github.com/containerd/containerd/pull/7575))
      * Add release notes for v1.7.0-beta.0
      * Update mailmap
    * Cleanup sandbox interfaces ([#7576](https://github.com/containerd/containerd/pull/7576))
      * Cleanup sandbox interfaces
    * Update GitHub actions release workflow set output ([#7581](https://github.com/containerd/containerd/pull/7581))
      * Migrate away from GitHub actions set-output
    * Fix LogURI generation-related tests on Windows. ([#7569](https://github.com/containerd/containerd/pull/7569))
      * Fix LogURI generation-related tests on Windows.
    * maintenance: Remove WithWindowsNetworkNamespace from pkg/cri ([#7577](https://github.com/containerd/containerd/pull/7577))
      * maintenance: Remove WithWindowsNetworkNamespace from pkg/cri
    * CRI: implement Controller.Delete for SandboxAPI ([#7457](https://github.com/containerd/containerd/pull/7457))
      * CRI: implement Controller.Delete for SandboxAPI
    * Configure CDI registry only on start ([#7419](https://github.com/containerd/containerd/pull/7419))
      * update go.mod and go.sum
      * improve CDI logging
      * CDI: configure registry on start
      * move WithCDI to pkg/cri/opts
    * update codeql-action to v2 ([#7568](https://github.com/containerd/containerd/pull/7568))
      * update codeql-action to v2
    * Add logging related metrics to Containerd CRI plugin ([#7546](https://github.com/containerd/containerd/pull/7546))
      * Add logging volume metrics to Containerd CRI plugin
    * sys: optimize and refactor MkdirAllWithACL() ([#7531](https://github.com/containerd/containerd/pull/7531))
      * sys: synchronize mkdirall() with latest os.MkDirAll()
      * sys: create SecurityAttribute only once (Windows)
      * sys: update volumePath regex to allow returning earlier
      * sys: compile volume-path regex once, and update GoDoc
    * fix install cni script ([#7484](https://github.com/containerd/containerd/pull/7484))
      * fix install cni script
    * Update 1.5 release support timeframe ([#7560](https://github.com/containerd/containerd/pull/7560))
      * Update 1.5 release support timeframe
    * bump go-fuzz-headers ([#7503](https://github.com/containerd/containerd/pull/7503))
      * bump go-fuzz-headers
    * Add long term stable release branches ([#7454](https://github.com/containerd/containerd/pull/7454))
      * Add long term stable release branches
    * fix pusher concurrent close channel ([#7473](https://github.com/containerd/containerd/pull/7473))
      * fix pusher concurrent close channel
    * Make tests on GitHub less noisy ([#7530](https://github.com/containerd/containerd/pull/7530))
      * Use logtest if possible to clean up logs
      * Separate containerd logs in GitHub Actions' console
      * Upgrade critools from 1.24.1 to 1.25.0
      * Upgrade actions/upload-artifact from v2 to v3
    * containerd should not print error log that failed to init a tracing processor while the tracing plugin is not loaded ([#7541](https://github.com/containerd/containerd/pull/7541))
      * not init a tracing processor when not loaded
    * Update required Go version in BUILDING.md ([#7544](https://github.com/containerd/containerd/pull/7544))
      * Update required Go version in BUILDING.md
    * go.mod: matttproud/golang_protobuf_extensions v1.0.2 (use tag) ([#7522](https://github.com/containerd/containerd/pull/7522))
      * go.mod: matttproud/golang_protobuf_extensions v1.0.2 (use tag)
    * Use `go env` to determine GOPATH in Makefile. ([#7542](https://github.com/containerd/containerd/pull/7542))
      * Use `go env` to determine GOPATH in Makefile.
    * clean-up "nolint" comments, remove unused ones, update golangci-lint ([#7349](https://github.com/containerd/containerd/pull/7349))
      * update golangci-lint to v1.49.0
      * remove unneeded nolint-comments (nolintlint), disable deprecated linters
      * clean-up "nolint" comments, remove unused ones
      * pkg/cri/(server|sbserver): criService.getTLSConfig() add TODO to verify nolint
      * golangci-lint: sort linters in config file
      * linting: address gosec G112/G114
    * Don't unmount on Darwin when deleting bundle ([#7534](https://github.com/containerd/containerd/pull/7534))
      * Don't unmount on Darwin when deleting bundle
    * Add timeouts to all CI jobs ([#7538](https://github.com/containerd/containerd/pull/7538))
      * Add timeouts to all CI jobs
    * Vagrantfile: explicitly specify rsync as the shared folder driver ([#7539](https://github.com/containerd/containerd/pull/7539))
      * Vagrantfile: explicitly specify rsync as the shared folder driver
    * sys: remove unused IsAbs() (windows) ([#7527](https://github.com/containerd/containerd/pull/7527))
      * sys: remove unused IsAbs() (windows)
    * cri: PodSandboxStatus should tolerate missing task ([#7535](https://github.com/containerd/containerd/pull/7535))
      * cri: PodSandboxStatus should tolerate missing task
    * CI: update GHA instances from Ubuntu 18.04 to 20.04 ([#7489](https://github.com/containerd/containerd/pull/7489))
      * CI: update GHA instances from Ubuntu 18.04 to 20.04
    * fix the --no-pivot flag being ignored by `ctr tasks start` ([#7519](https://github.com/containerd/containerd/pull/7519))
      * fix the --no-pivot flag being ignored by `ctr tasks start`
    * Update the default seccomp to block socket calls to AF_VSOCK ([#7510](https://github.com/containerd/containerd/pull/7510))
      * Update the default seccomp to block socket calls to AF_VSOCK
    * cmd/containerd: use golang.org/x/sys/windows.SetStdHandle() ([#7511](https://github.com/containerd/containerd/pull/7511))
      * cmd/containerd: use golang.org/x/sys/windows.SetStdHandle()
    * Stats() shouldn't assume s.container is non-nil ([#7517](https://github.com/containerd/containerd/pull/7517))
      * Stats() shouldn't assume s.container is non-nil
    * Move up actions versions to prep for NodeJS 12 deprecation ([#7516](https://github.com/containerd/containerd/pull/7516))
      * Move up actions versions to prep for deprecation
    * cmd/containerd: use golang.org/x/sys Service.SetRecoveryActions() ([#7512](https://github.com/containerd/containerd/pull/7512))
      * cmd/containerd: use golang.org/x/sys Service.SetRecoveryActions()
    * Updates oci image config to support upstream ArgsEscaped ([#7483](https://github.com/containerd/containerd/pull/7483))
      * Updates oci image config to support upstream ArgsEscaped
    * cmd/containerd: replace deprecated windows.IsAnInteractiveSession() ([#7497](https://github.com/containerd/containerd/pull/7497))
      * cmd/containerd: replace deprecated windows.IsAnInteractiveSession()
    * Update container with sandbox metadata after NetNS is created ([#7481](https://github.com/containerd/containerd/pull/7481))
      * Update container with sandbox metadata after NetNS is created
    * archive: add WithSourceDateEpoch() for whiteouts ([#7478](https://github.com/containerd/containerd/pull/7478))
      * archive: add WithSourceDateEpoch() for whiteouts
    * TestTaskResize must use a terminal ([#7492](https://github.com/containerd/containerd/pull/7492))
      * TestTaskResize must use a terminal
    * diff/apply.readCounter: check negative size ([#7494](https://github.com/containerd/containerd/pull/7494))
      * diff/apply.readCounter: check negative size
    * Add new ctr option for discarding unpacked layers ([#7425](https://github.com/containerd/containerd/pull/7425))
      * Modify WithDiscardUnpackedLayers
      * Add new ctr option for discarding unpacked layers
    * archive: windows: chtimes(): remove redundant conversion ([#7491](https://github.com/containerd/containerd/pull/7491))
      * archive: windows: chtimes(): remove redundant conversion
    * archive: validate digests before use ([#7488](https://github.com/containerd/containerd/pull/7488))
      * archive: validate digests before use
    * vendor: github.com/opencontainers/selinux v1.10.2 ([#7482](https://github.com/containerd/containerd/pull/7482))
      * vendor: github.com/opencontainers/selinux v1.10.2
    * fuzzing: create structured tar bytes in archive fuzzer ([#7477](https://github.com/containerd/containerd/pull/7477))
      * fuzzing: create structured tar bytes in archive fuzzer
    * Update to go 1.19.2 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 ([#7474](https://github.com/containerd/containerd/pull/7474))
      * Update to go 1.19.2 to address CVE-2022-2879, CVE-2022-2880, CVE-2022-41715
    * use raw link to containerd.service config ([#7463](https://github.com/containerd/containerd/pull/7463))
      * use raw link to containerd.servic config
    * cri doc: Update kata containers reference ([#7466](https://github.com/containerd/containerd/pull/7466))
      * cri doc: Update kata containers reference
    * Setup pod network after creating the sandbox container ([#5904](https://github.com/containerd/containerd/pull/5904))
      * Add integration tests with failpoint
      * Persist container and sandbox if resource cleanup fails, like teardownPodNetwork
      * cri-integration: pass ENABLE_CRI_SANDBOXES to test
    * Swap to net.ErrClosed checks for services ([#7446](https://github.com/containerd/containerd/pull/7446))
      * Swap to net.ErrClosed checks for services
    * go.mod: Bump go-winio to v0.6.0 ([#7443](https://github.com/containerd/containerd/pull/7443))
      * go.mod: Bump go-winio to v0.6.0
    * fix retry when writer is reset on push ([#6995](https://github.com/containerd/containerd/pull/6995))
      * retry request on writer reset
    * CI: Output a summary using GITHUB_SUMMARY ([#7192](https://github.com/containerd/containerd/pull/7192))
      * Use jq and only show failed tests on summary
      * CI: Output a summary using GITHUB_SUMMARY
    * Fix missing close ([#7430](https://github.com/containerd/containerd/pull/7430))
      * fix missing close
    * Add test flag for skipping shim cgroup test ([#7424](https://github.com/containerd/containerd/pull/7424))
      * Add test flag for skipping shim cgroup test
    * Refactor CRI fuzzers ([#7405](https://github.com/containerd/containerd/pull/7405))
      * Refactor CRI fuzzers
    * Fix LogURIGenerator on Windows ([#7351](https://github.com/containerd/containerd/pull/7351))
      * Fix LogURIGenerator on Windows
    * Set grpc code for unimplemented cri-api methods ([#7417](https://github.com/containerd/containerd/pull/7417))
      * Set grpc code for unimplemented cri-api methods
    * Add reader option to local content reader at ([#7414](https://github.com/containerd/containerd/pull/7414))
      * Add reader option to local content reader at
    * Sandbox API: implement Controller.Wait and Controller.Stop ([#7401](https://github.com/containerd/containerd/pull/7401))
      * CRI: implement Controller.Stop for SandboxAPI
      * CRI: implement Controller.Wait for SandboxAPI
    * remove stray .zuul.yaml ([#7416](https://github.com/containerd/containerd/pull/7416))
      * remove stray .zuul.yaml
    * reference CDI configuration details ([#7408](https://github.com/containerd/containerd/pull/7408))
      * reference CDI configuration details
    * cri-integration: propagate ENABLE_CRI_SANDBOXES ([#7413](https://github.com/containerd/containerd/pull/7413))
      * sbserver: return resources in ContainerStatus
      * cri-integration: propagate ENABLE_CRI_SANDBOXES
    * Enable OpenSSF Scorecard Github Action ([#7404](https://github.com/containerd/containerd/pull/7404))
      * chore: enable Scorecard Github Action
    * Add ext2 fs support to devmapper snapshotter ([#7402](https://github.com/containerd/containerd/pull/7402))
      * Add ext2 fs support to devmapper snapshotter
    * Fuzzing: Instrument with new sanitizers ([#7396](https://github.com/containerd/containerd/pull/7396))
      * Fuzzing: Instrument with new sanitizers
    * Upgrade fuzzing-related packages to reduce dependencies ([#7397](https://github.com/containerd/containerd/pull/7397))
      * Upgrade fuzzing-related packages to reduce dependencies
    * remotes/docker/config: Skipping TLS verification for localhost ([#7393](https://github.com/containerd/containerd/pull/7393))
      * remotes/docker/config: Skipping TLS verification for localhost
    * Replace github.com/emicklei/go-restful package, versions <2.16.0 ([#7395](https://github.com/containerd/containerd/pull/7395))
      * github.com/emicklei/go-restful CWE-285: Improper Authorization
    * Add NoSameOwner option when unpacking tars ([#7386](https://github.com/containerd/containerd/pull/7386))
      * Add NoSameOwner option when unpacking tars
    * ctr: add privileged-without-host-devices for run command ([#7328](https://github.com/containerd/containerd/pull/7328))
      * ctr: add privileged-without-host-devices for run command
    * chore: matching the casing of other flags for ctr's pull command ([#7341](https://github.com/containerd/containerd/pull/7341))
      * matching the casing of other flags for ctr's pull command.
    * windows: Add runhcs-wcow-hypervisor runtimeclass to the default config ([#6901](https://github.com/containerd/containerd/pull/6901))
      * windows: Add runhcs-wcow-hypervisor runtimeclass to the default config
    * Fix missing close ([#7370](https://github.com/containerd/containerd/pull/7370))
      * Fix missing close
    * CRI: update cdi version to v0.5.1 ([#7374](https://github.com/containerd/containerd/pull/7374))
      * update cdi version to v0.5.1
    * Update to go 1.19.1, 1.18.6 to address CVE-2022-27664, CVE-2022-32190 ([#7372](https://github.com/containerd/containerd/pull/7372))
      * Update to go 1.19.1, 1.18.6 to address CVE-2022-27664, CVE-2022-32190
    * vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c ([#7373](https://github.com/containerd/containerd/pull/7373))
      * vendor: golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
    * Remove unused variable from images action ([#7371](https://github.com/containerd/containerd/pull/7371))
      * Remove unused variable from images action
    * feature: use client default namespace ([#7291](https://github.com/containerd/containerd/pull/7291))
      * feature: use client default namespace
    * integration: TestUpdateContainerResources_MemoryLimit: remove TODO comment ([#7367](https://github.com/containerd/containerd/pull/7367))
      * integration: TestUpdateContainerResources_MemoryLimit: remove TODO comment
    * feature: upgrade registry.k8s.io/pause version ([#7359](https://github.com/containerd/containerd/pull/7359))
      * feat: upgrade registry.k8s.io/pause version
    * metrics/cgroups/v1: Remove unused event parameter ([#7361](https://github.com/containerd/containerd/pull/7361))
      * metrics/cgroups/v1: Remove unused event parameter
    * .zuul: remove the zuul because it is offline ([#7369](https://github.com/containerd/containerd/pull/7369))
      * .zuul: remove the zuul because it is offline
    * Update golangci-lint timeout to match config ([#7356](https://github.com/containerd/containerd/pull/7356))
      * Update golangci-lint timeout to match config
    * delete redundent import alias and and type conversion ([#7345](https://github.com/containerd/containerd/pull/7345))
      * delete redundent import alias and and type conversion
    * Make checkContainerTimestamps less strict on Windows ([#7350](https://github.com/containerd/containerd/pull/7350))
      * Make checkContainerTimestamps less strict on Windows
    * Make oss-fuzz mandatory ([#7346](https://github.com/containerd/containerd/pull/7346))
      * Pin github.com/AdamKorcz/go-118-fuzz-build
      * Make oss-fuzz mandatory
    * Add kubernetes v1.25 supported version as v1.24 ([#7326](https://github.com/containerd/containerd/pull/7326))
      * Add Kubernetes v1.25 supported version as v1.24
    * sys: move ForceRemoveAll to integration/client ([#7335](https://github.com/containerd/containerd/pull/7335))
      * sys: move ForceRemoveAll to integration/client
    * chore: remove duplicate word in comments ([#7338](https://github.com/containerd/containerd/pull/7338))
      * chore: remove duplicate word in comments
    * Use ioctl helpers from x/sys/unix ([#7342](https://github.com/containerd/containerd/pull/7342))
      * mount: use ioctl helpers from x/sys/unix
      * go.mod, vendor: bump golang.org/x/sys to latest version
    * archive: replace tarName() with filepath.ToSlash() ([#7344](https://github.com/containerd/containerd/pull/7344))
      * archive: replace tarName() with filepath.ToSlash()
    * mount: remove unused ErrNotImplementOnWindows ([#7339](https://github.com/containerd/containerd/pull/7339))
      * mount: remove unused ErrNotImplementOnWindows
    * replace sys Sequential funcs with moby/sys/sequential ([#7334](https://github.com/containerd/containerd/pull/7334))
      * replace sys Sequential funcs with moby/sys/sequential
    * Clarify containerd 1.5.0+ for k8s 1.20,1.21 ([#7324](https://github.com/containerd/containerd/pull/7324))
      * Clarify containerd 1.5.0+ for k8s 1.20,1.21
    * update runc binary to v1.1.4 ([#7315](https://github.com/containerd/containerd/pull/7315))
      * go.mod: github.com/opencontainers/runc v1.1.4
      * update runc binary to v1.1.4
    * Upgrade github.com/klauspost/compress from v1.11.13 to v1.15.9 ([#7325](https://github.com/containerd/containerd/pull/7325))
      * Upgrade github.com/klauspost/compress from v1.11.13 to v1.15.9
    * Update k8s.io/cri-api to v0.25.0 ([#7287](https://github.com/containerd/containerd/pull/7287))
      * update intergration
      * bump cri-api
    * script/setup: handle cnidir with SUDO ([#7322](https://github.com/containerd/containerd/pull/7322))
      * script/setup: handle cnidir with SUDO
    * ContainerStatus to return container resources ([#6517](https://github.com/containerd/containerd/pull/6517))
      * ContainerStatus to return container resources
      * Update CRI-API
    * migrate from k8s.gcr.io to registry.k8s.io ([#7038](https://github.com/containerd/containerd/pull/7038))
      * migrate from k8s.gcr.io to registry.k8s.io
    * Do not rename test files on-the-fly to share functions ([#7309](https://github.com/containerd/containerd/pull/7309))
      * Do not rename test files on-the-fly to share functions
    * ctr import: strictly match platform ([#6906](https://github.com/containerd/containerd/pull/6906))
      * ctr import: strictly match platform
    * Revert "Downgrade MinGW to version 10.2.0" ([#7308](https://github.com/containerd/containerd/pull/7308))
      * Revert "Downgrade MinGW to version 10.2.0"
    * Follow up #7254 (Switch to Go 1.19) ([#7286](https://github.com/containerd/containerd/pull/7286))
      * contrib/fuzz/daemon.go: reformat the fileheader
      * pkg/cri/streaming: increase ReadHeaderTimeout
    * Upgrade containerd/cgroups to remove github.com/cilium/ebpf's fuzzer ([#7304](https://github.com/containerd/containerd/pull/7304))
      * crypto/sha256 must be imported
      * Don't patch github.com/cilium/ebpf
      * Upgrade containerd/cgroups to remove github.com/cilium/ebpf's fuzzer
    * Adding support of CAP_BPF and CAP_PERFMON ([#7301](https://github.com/containerd/containerd/pull/7301))
      * adding support of CAP_BPF and CAP_PERFMON
    * go.mod: Bump hcsshim to v0.10.0-rc.1 ([#7284](https://github.com/containerd/containerd/pull/7284))
      * Remove Windows special case in TestContainerdRestart
      * go.mod: Bump hcsshim to v0.10.0-rc.1
    * Don't fail test when GOOGLE_APPLICATION_CREDENTIALS is unset ([#7306](https://github.com/containerd/containerd/pull/7306))
      * Don't fail test when GOOGLE_APPLICATION_CREDENTIALS is unset
    * ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887 ([#7293](https://github.com/containerd/containerd/pull/7293))
      * ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887
    * Runtime cleanup (Shim manager and task service) ([#7280](https://github.com/containerd/containerd/pull/7280))
      * Cleanup shim manager
      * Make TaskList generic
    * containerd-stress: add support for running through CRI ([#6931](https://github.com/containerd/containerd/pull/6931))
      * containerd-stress: add support for running through CRI
    * Switch to Go 1.19 ([#7254](https://github.com/containerd/containerd/pull/7254))
      * Fix contrib/ header
      * Rework permission handling in scripts
      * Update protobuf definitions
      * Run gofmt 1.19
      * Update golangci-lint to 1.48 with Go 1.19 support
      * Switch to Go 1.19
    * Vagrantfile: dump containerd log after critest ([#7265](https://github.com/containerd/containerd/pull/7265))
      * Vagrantfile: dump containerd log after critest
    * oci: skip checking group id for WithAppendAdditionalGroups ([#7257](https://github.com/containerd/containerd/pull/7257))
      * oci: skip checking gid for WithAppendAdditionalGroups
    * release workflow: increase timeout to 30 minutes & remove Go setup action ([#7259](https://github.com/containerd/containerd/pull/7259))
      * release workflow: remove Go setup action
      * release workflow: increase timeout to 30 minutes
    * release: rollback Ubuntu to 18.04 (except for riscv64) ([#7258](https://github.com/containerd/containerd/pull/7258))
      * release: rollback Ubuntu to 18.04 (except for riscv64)
    * Initial sandbox API CRI integration (implement Controller.Start) ([#7228](https://github.com/containerd/containerd/pull/7228))
      * Add TODOs for the remaining work
      * Update sandbox protobuf to match CRI
      * Update controller's start response to incldue pid and labels
      * Cleanup CRI files
      * Move sandbox start behind controller
      * Add sandbox to in memory services
      * Add sandbox store helpers
    * Use environment variable to specify Go version on CI ([#7251](https://github.com/containerd/containerd/pull/7251))
      * Use global env variable to specify Go version on CI
    * Update golang to 1.18.5, 1.17.13 ([#7243](https://github.com/containerd/containerd/pull/7243))
      * Update golang to 1.18.5, 1.17.13
    * Change os.Stderr reassign for Windows service ([#7023](https://github.com/containerd/containerd/pull/7023))
      * Change os.Stderr reassign for Windows service
    * script/setup: fix protobuf for aarch64 ([#7237](https://github.com/containerd/containerd/pull/7237))
      * fix protobuf aarch64
    * Fix cleanup in critest ([#7232](https://github.com/containerd/containerd/pull/7232))
      * Fix cleanup in critest
    * fix: support simultaneous create diff for same parent snapshot ([#7204](https://github.com/containerd/containerd/pull/7204))
      * fix: support simultaneous create diff for same parent snapshot
    * Windows HostProcess container CRI stats test ([#7223](https://github.com/containerd/containerd/pull/7223))
      * Windows HostProcess container CRI stats test
    * Regenerate protos with updated protoc-gen-go ([#7226](https://github.com/containerd/containerd/pull/7226))
      * Regenerate protos with updated protoc-gen-go
    * test: error strings should not be capitalized ([#7195](https://github.com/containerd/containerd/pull/7195))
      * test: error strings should not be capitalized
    * Add extra context to error when push unauthorized ([#7220](https://github.com/containerd/containerd/pull/7220))
      * Add extra context to error when push unauthorized
    * replace with selinux label ([#7207](https://github.com/containerd/containerd/pull/7207))
      * replace with selinux label
    * Use `httputil.DumpRequestOut` for dumping client req ([#7221](https://github.com/containerd/containerd/pull/7221))
      * Use httputil.DumpRequestOut for dumping client req
    * Fix CRI image pull timeout test for ppc64le ([#7215](https://github.com/containerd/containerd/pull/7215))
      * Fix CRI image pull timeout test for ppc64le
    * test: introduce failpoint control to runc-shimv2 and cni ([#7069](https://github.com/containerd/containerd/pull/7069))
      * integration: simplify CNI-fp and add README.md
      * pkg/failpoint: add FreeBSD link and update pkg doc
      * integration: Add injected failpoint testing for RunPodSandbox
      * integration: CNI bridge wrapper with failpoint
      * pkg/failpoint: add DelegatedEval API
      * runtime/v2/shim: return if error in load plugin
      * bin/ctr,integration: new runc-shim with failpoint
      * runtime/v2: manager supports server interceptor
      * pkg/failpoint: init failpoint package
    * chore: bump macos runner version ([#7206](https://github.com/containerd/containerd/pull/7206))
      * chore: bump macos runner version
    * Use image lists form integration/client tests ([#7210](https://github.com/containerd/containerd/pull/7210))
      * Fix command line parsing for image list
      * Update image references for Windows tests
      * Use image lists instead of hardcoded images
      * Use image lists in client tests
    * go.mod: Bump hcsshim to v0.9.4 ([#7212](https://github.com/containerd/containerd/pull/7212))
      * go.mod: Bump hcsshim to v0.9.4
      * go.mod: Bump hcsshim to 0.9.3
    * Drop deprecated `ioutil` ([#7203](https://github.com/containerd/containerd/pull/7203))
      * Drop deprecated `ioutil`
    * Make getServicesOpts a helper ([#7201](https://github.com/containerd/containerd/pull/7201))
      * Make getServicesOpts a helper
    * adds an env var commented out for sandboxed mode ([#7183](https://github.com/containerd/containerd/pull/7183))
      * adds an env var commented out for sandboxed mode
    * cri_stats: handle missing cpu stats ([#7198](https://github.com/containerd/containerd/pull/7198))
      * cri_stats: handle missing cpu stats
    * using ContextDialer instead ([#7189](https://github.com/containerd/containerd/pull/7189))
      * using ContextDialer instead
    * test: Add ability to switch between  cgroupv1 or cgroupv2 for node e2e ([#7173](https://github.com/containerd/containerd/pull/7173))
      * test: Add ability to switch between cgroupv1 or cgroupv2
    * code cleanup ([#7182](https://github.com/containerd/containerd/pull/7182))
      * code cleanup
    * Update k8s.io/cri-api to v0.25.0-alpha2 ([#7114](https://github.com/containerd/containerd/pull/7114))
      * Update k8s.io/cri-api to v0.25.0-alpha2
    * Refactor usageNanoCores be to used for all OSes ([#7186](https://github.com/containerd/containerd/pull/7186))
      * Refactor usageNanoCores be to used for all OSes
    * adds support for using env file for systemd boot ([#7191](https://github.com/containerd/containerd/pull/7191))
      * adds support for using env file for systemd boot
    * go.mod: github.com/stretchr/testify v1.8.0 ([#7185](https://github.com/containerd/containerd/pull/7185))
      * go.mod: github.com/stretchr/testify v1.8.0
    * ctr: support --user for run/create ([#7145](https://github.com/containerd/containerd/pull/7145))
      * ctr: support --user for run/create
    * docs: Fix sample config.toml syntax ([#7174](https://github.com/containerd/containerd/pull/7174))
      * docs: Fix sample config.toml syntax
    * seccomp: seccomp: add syscalls related to PKU in default policy ([#7163](https://github.com/containerd/containerd/pull/7163))
      * seccomp: seccomp: add syscalls related to PKU in default policy
    * Update and align golangci-lint version ([#7168](https://github.com/containerd/containerd/pull/7168))
      * Fix linter warnings
      * Update and align golangci-lint version
    * adds a comment explaining how to disable experimental sbserver ([#7169](https://github.com/containerd/containerd/pull/7169))
      * adds a comment explaining how to disable experimental sbserver
    * ci: workaround Cirrus CI's INVALID_ARGUMENT ([#7177](https://github.com/containerd/containerd/pull/7177))
      * ci: workaround Cirrus CI's INVALID_ARGUMENT
    * Update install-protobuf script  to install protobuf on Darwin ([#7153](https://github.com/containerd/containerd/pull/7153))
      * Fix protobuf script to install protobuf on darwin
    * Fork CRI server for Sandbox API integration work ([#7164](https://github.com/containerd/containerd/pull/7164))
      * Add log messages when choosing CRI server
      * Change metrics namespace for sandboxed CRI to prevent panic
      * Enable integration tests against sandboxed CRI
      * Fork CRI server package
    * seccomp: add get_mempolicy, mbind, set_mempolicy, with CAP_SYS_NICE ([#7167](https://github.com/containerd/containerd/pull/7167))
      * seccomp: add get_mempolicy, mbind, set_mempolicy, with CAP_SYS_NICE
    * cri doc: fix formatting for CDI options ([#7158](https://github.com/containerd/containerd/pull/7158))
      * cri doc: fix formatting for CDI options
    * update golang to 1.18.4, 1.17.12 ([#7159](https://github.com/containerd/containerd/pull/7159))
      * update golang to 1.18.4, 1.17.12
    * Fix out of date comments for CRI store packages ([#7152](https://github.com/containerd/containerd/pull/7152))
      * Fix out of date comments for CRI store packages
    * update some devmapper docs ([#7124](https://github.com/containerd/containerd/pull/7124))
      * update some devmapper docs
    * seccomp: allow clock_settime64 when CAP_SYS_TIME is added ([#7149](https://github.com/containerd/containerd/pull/7149))
      * seccomp: allow clock_settime64 when CAP_SYS_TIME is added
    * Copy fuzzers from github.com/cncf/cncf-fuzzing ([#7123](https://github.com/containerd/containerd/pull/7123))
      * Copy fuzzers from github.com/cncf/cncf-fuzzing
      * Upgrade github.com/AdaLogics/go-fuzz-headers
    * fix can't edit object by using ctr content edit command ([#6847](https://github.com/containerd/containerd/pull/6847))
      * fix can't edit object by using ctr content edit command
    * integration/client: fix typo in export_test.go ([#7130](https://github.com/containerd/containerd/pull/7130))
      * integration/client: fix typo in export_test.go
    * Fix WWW-Authenticate parsing ([#7126](https://github.com/containerd/containerd/pull/7126))
      * Fix WWW-Authenticate parsing
    * LCOW differ return ErrNotImplemented for wrong mount type ([#7112](https://github.com/containerd/containerd/pull/7112))
      * LCOW differ return ErrNotImplemented for wrong mount type
    * Update go-restful/v3 to latest release ([#7117](https://github.com/containerd/containerd/pull/7117))
      * Update go-restful/v3 to latest release
    * pkg/cri: use marshal wrapper for version convertor ([#7108](https://github.com/containerd/containerd/pull/7108))
      * pkg/cri: use marshal wrapper for version convertor
    * Remove hacks around contrib/fuzz ([#7087](https://github.com/containerd/containerd/pull/7087))
      * Do not hardcode fuzzers
      * Move container_fuzzer.go under integration/client/
      * Copy FuzzCRI from cncf/cncf-fuzzing
      * Remove mainfuzz package and StartDaemonForFuzzing
      * Move builtins_*.go to cmd/containerd/builtins to make the files reusable
    * Fix missing closed HTTP Body ([#7107](https://github.com/containerd/containerd/pull/7107))
      * Fix missing closed HTTP Body
    * Cleanup metadata tests ([#7105](https://github.com/containerd/containerd/pull/7105))
      * Cleanup metadata tests
    * Downgrade MinGW to version 10.2.0 ([#7106](https://github.com/containerd/containerd/pull/7106))
      * Downgrade MinGW to version 10.2.0
    * ctr: Fix `ctr c create` fails to parse arguments ([#7098](https://github.com/containerd/containerd/pull/7098))
      * ctr: Fix `ctr c create` fails to parse arguments
    * Fix Documentation Issue ([#7103](https://github.com/containerd/containerd/pull/7103))
      * Fix Doc:
    * refactor: reduce duplicate code ([#7100](https://github.com/containerd/containerd/pull/7100))
      * refactor: reduce duplicate code
    * make xattr EPERM non-fatal in createTarFile ([#7094](https://github.com/containerd/containerd/pull/7094))
      * make xattr EPERM non-fatal in createTarFile
    * Move metadata plugin registration to seperate package ([#7096](https://github.com/containerd/containerd/pull/7096))
      * Move metadata plugin registration to seperate package
    * fix: missing sudo for devmapper doc ([#7092](https://github.com/containerd/containerd/pull/7092))
      * fix: missing sudo for devmapper doc
    * Ensure Windows Periodic workflow errors out while still uploading results. ([#7085](https://github.com/containerd/containerd/pull/7085))
      * Ensure Windows Periodic workflow errors out while still uploading results.
      * Revert MinGW to oldest known working version in Windows setup script.
    * Add snapshotter key to snapshot events ([#7084](https://github.com/containerd/containerd/pull/7084))
      * Add snapshotter key to snapshot events
    * add WithAdditionalGIDs test ([#7072](https://github.com/containerd/containerd/pull/7072))
      * add WithAdditionalGIDs test
    * Forward ctr snapshotter flags on Windows ([#7086](https://github.com/containerd/containerd/pull/7086))
      * Forward ctr snapshotter flags on Windows
    * add WithAppendAdditionalGroups helper ([#7070](https://github.com/containerd/containerd/pull/7070))
      * add WithAppendAdditionalGroups helper
    * Make CI Fuzz less noisy ([#7065](https://github.com/containerd/containerd/pull/7065))
      * Move contrib/fuzz/docker_fuzzer.go to remotes/docker
      * Copy FuzzConvertManifest from cncf/cncf-fuzzing
      * Do not hardcode fuzzing targets
      * Don't log "ignored xattr ..." warnings
      * Make oss_fuzz_build.sh quiet
    * ctr: add --hostname flag to create, run ([#7082](https://github.com/containerd/containerd/pull/7082))
      * ctr: add --hostname flag to create, run
    * improve content-flow ([#7077](https://github.com/containerd/containerd/pull/7077))
      * improve content-flow
    * Make CI Fuzz optional ([#7067](https://github.com/containerd/containerd/pull/7067))
      * Make CI Fuzz optional
    * Use Go 1.18's testing.F on simple fuzzers ([#7056](https://github.com/containerd/containerd/pull/7056))
      * Run fuzzing tests with go test -fuzz
      * Use testing.F on FuzzPlatformsParse
      * Use testing.F on FuzzParseProcPIDStatus
    * Downgrade MinGW in Windows setup scripts. ([#7062](https://github.com/containerd/containerd/pull/7062))
      * Downgrade MinGW in Windows setup scripts.
    * Make test path a constant ([#7057](https://github.com/containerd/containerd/pull/7057))
      * Make test path a constant
    * Run fuzzers in CI ([#7052](https://github.com/containerd/containerd/pull/7052))
      * Run fuzzers in CI
    * CRI: Improve the /dev/shm mount options in Sandbox. ([#6913](https://github.com/containerd/containerd/pull/6913))
      * CRI: change the /dev/shm mount options in Sandbox.
      * CRI: remove default /dev/shm mount in Sandbox.
    * fix:userattr-unmount unexpected timeout ([#7008](https://github.com/containerd/containerd/pull/7008))
      * fix add ro mount for userattr-unmount unexpected timeout
    * Port (some) unit tests to FreeBSD ([#7042](https://github.com/containerd/containerd/pull/7042))
      * archive: Explicitly specify stdio for tar(1)
      * platforms: Run goimports for FreeBSD
      * cri/server: Disable tests on FreeBSD
      * oci: Remove empty mount option slice for FreeBSD
      * oci: FreeBSD devices may have major number 0
      * archive: use Linkat on FreeBSD for hardlinks
    * Bump Golang and MinGW versions in Windows setup script. ([#6888](https://github.com/containerd/containerd/pull/6888))
      * Bump Golang and MinGW versions in Windows setup script.
    * Windows snapshotter touch ups and new functionality ([#6918](https://github.com/containerd/containerd/pull/6918))
      * Windows snapshotter touch ups and new functionality
    * Improve naming consistencies in comments in snapshotter.go ([#7032](https://github.com/containerd/containerd/pull/7032))
      * Improve naming consistencies in comments in snapshotter.go
    * Make building static binaries simpler ([#7022](https://github.com/containerd/containerd/pull/7022))
      * Make building static binaries simpler
    * Allow CRI on Darwin ([#7033](https://github.com/containerd/containerd/pull/7033))
      * Allow CRI on Darwin
    * update runc binary to v1.1.3 ([#7034](https://github.com/containerd/containerd/pull/7034))
      * update runc binary to v1.1.3
    * Linux containers on FreeBSD ([#7000](https://github.com/containerd/containerd/pull/7000))
      * Linux containers on FreeBSD
    * go.mod: github.com/moby/sys/mountinfo v0.6.2 ([#7026](https://github.com/containerd/containerd/pull/7026))
      * go.mod: github.com/moby/sys/mountinfo v0.6.2
    * fix minor spelling mistake: lablel -> label ([#7031](https://github.com/containerd/containerd/pull/7031))
      * fix minor spelling mistake: lablel -> label
    * go.mod: github.com/containerd/cgroups v1.0.4 ([#7027](https://github.com/containerd/containerd/pull/7027))
      * go.mod: github.com/containerd/cgroups v1.0.4
    * go.mod: github.com/containerd/continuity v0.3.0 ([#7028](https://github.com/containerd/containerd/pull/7028))
      * go.mod: github.com/containerd/continuity v0.3.0
    * Correct spelling mistake ("sanbdox" to "sandbox") ([#7029](https://github.com/containerd/containerd/pull/7029))
      * Correct spelling mistake ("sanbdox" to "sandbox")
    * Github Security Advisory [GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf)
      * Implicitly discard the input to drain the reader
      * Limit the response size of ExecSync
    * Bump grpc to v1.47.0 ([#7018](https://github.com/containerd/containerd/pull/7018))
      * Bump grpc to v1.47.0
    * Bump k8s.io deps to v0.24.1 ([#7017](https://github.com/containerd/containerd/pull/7017))
      * Bump k8s.io deps to v0.24.1
    * Support runtime level snapshotter for issue 6657 ([#6899](https://github.com/containerd/containerd/pull/6899))
      * Added support for runtime level snapshotter, issue 6657
    * update golang to 1.18.3, 1.17.11 ([#7012](https://github.com/containerd/containerd/pull/7012))
      * update golang to 1.18.3, 1.17.11
    * Fix containerd-stress duration flag ([#7004](https://github.com/containerd/containerd/pull/7004))
      * Fix containerd-stress duration flag
    * update go-cni/for cni update fixing plugins that don't respond with version ([#7009](https://github.com/containerd/containerd/pull/7009))
      * update go-cni/for cni update fixing plugins that don't respond with version
    * Add validations for Windows HostProcess CRI configs ([#6996](https://github.com/containerd/containerd/pull/6996))
      * Add validations for Windows HostProcess CRI configs
    * Move docker reference logic to reference/docker package ([#7007](https://github.com/containerd/containerd/pull/7007))
      * Move docker reference logic to reference/docker package
    * promote pause image to 3.7 (sync with kube v1.24) ([#7003](https://github.com/containerd/containerd/pull/7003))
      * promote pause image to 3.7
    * Makefile: use urfave_cli_no_docs for binaries that don't need it ([#6998](https://github.com/containerd/containerd/pull/6998))
      * Makefile: use urfave_cli_no_docs for binaries that don't need it
    * CRI: cleanup cri/store package ([#6993](https://github.com/containerd/containerd/pull/6993))
      * CRI: Remove deprecated error types and update error msg
      * CRI: Move truncindex to pkg
      * CRI: Move reference sorting to reference package
      * CRI: Retrieve image spec on client
    * Use t.Run for /pkg/cri tests ([#7001](https://github.com/containerd/containerd/pull/7001))
      * Use t.Run for /pkg/cri tests
    * vendor: github.com/urfave/cli v1.22.9 and fix "verify-vendor" script ([#6997](https://github.com/containerd/containerd/pull/6997))
      * vendor: github.com/urfave/cli v1.22.9
      * fix verify-vendor if go.mod does not contain replace rules
    * sandbox: replace github.com/pkg/errors with native errors ([#6937](https://github.com/containerd/containerd/pull/6937))
      * sandbox: replace github.com/pkg/errors with native errors
    * build: Fix references to check-protos target in Makefile ([#6983](https://github.com/containerd/containerd/pull/6983))
      * build: Fix references to check-protos target in Makefile
    * ctr: fix label args used in NewContainer ([#6954](https://github.com/containerd/containerd/pull/6954))
      * ctr: fix label args used in NewContainer
    * ctr sandbox: handle sandbox config ([#6959](https://github.com/containerd/containerd/pull/6959))
      * ctr sandbox: handle sandbox config
    * Fix broken oss-fuzz build ([#6975](https://github.com/containerd/containerd/pull/6975))
      * Fix broken oss-fuzz build
    * archive: add human-readable hint to Lchown error ([#6982](https://github.com/containerd/containerd/pull/6982))
      * archive: add human-readable hint to Lchown error
    * Fix tx closed error when upperdirlabel specified ([#6978](https://github.com/containerd/containerd/pull/6978))
      * Fix tx closed error when upperdirlabel specified
    * config: improve config v1 deprecation message ([#6972](https://github.com/containerd/containerd/pull/6972))
      * config: improve config v1 deprecation message
    * Fix Windows install powershell script ([#6969](https://github.com/containerd/containerd/pull/6969))
      * Fix Windows install powershell script
    * fix comments on metadata schema and update namespace doc ([#6955](https://github.com/containerd/containerd/pull/6955))
      * add note that a namespace cannot be named "version"
      * fix comments on metadata schema
    * adjust format in comment ([#6956](https://github.com/containerd/containerd/pull/6956))
      * adjust format in comment
    * Restore decompression benchmarks ([#6957](https://github.com/containerd/containerd/pull/6957))
      * Restore decompression benchmarks
    * cmd/ctr/commands/content: fix typo in fetch command usage ([#6960](https://github.com/containerd/containerd/pull/6960))
      * adjust format
    * fix some confusing typos ([#6950](https://github.com/containerd/containerd/pull/6950))
      * fix some confusing typos
    * update doc url about k8s ([#6952](https://github.com/containerd/containerd/pull/6952))
      * update doc url
    * Separate windows-2019 and windows-2022 test results ([#6946](https://github.com/containerd/containerd/pull/6946))
      * Separate windows-2019 and windows-2022 test results
    * shim: fix debug flag not working ([#6910](https://github.com/containerd/containerd/pull/6910))
      * shim: fix debug flag not working
    * Reverts removal of parallel run from critest ([#6938](https://github.com/containerd/containerd/pull/6938))
      * reverts removal of parallel run from critest
    * Bump OpenTelemetry dependencies ([#6932](https://github.com/containerd/containerd/pull/6932))
      * Bump OpenTelemetry dependencies
    * update runc binary and vendor to v1.1.2 ([#6934](https://github.com/containerd/containerd/pull/6934))
      * vendor: github.com/opencontainers/runc v1.1.2
      * update runc binary to v1.1.2
    * oci: WithDefaultUnixDevices(): remove tun/tap from the default devices ([#6923](https://github.com/containerd/containerd/pull/6923))
      * oci: WithDefaultUnixDevices(): remove tun/tap from the default devices
    * update golang to 1.18.2, 1.17.10 ([#6926](https://github.com/containerd/containerd/pull/6926))
      * update golang to 1.18.2, 1.17.10
    * CI: update Fedora to 36 ([#6925](https://github.com/containerd/containerd/pull/6925))
      * CI: update Fedora to 36
    * Add `Wait` to `binaryProcessor` ([#6916](https://github.com/containerd/containerd/pull/6916))
      * Add `Wait` to `binaryProcessor`
    * go.mod: Bump k8s deps to v0.24.0 ([#6905](https://github.com/containerd/containerd/pull/6905))
      * go.mod: Bump k8s deps to v0.24.0
    * (Vagrant CI) Enable git commands due to git CVE fix ([#6915](https://github.com/containerd/containerd/pull/6915))
      * Enable git commands due to git CVE fix
    * Pass explicit JUnit outfile to critest.exe in Windows workflow. ([#6912](https://github.com/containerd/containerd/pull/6912))
      * Pass explicit JUnit outfile to critest.exe in Windows workflow.
    * Update critools to v1.24 ([#6894](https://github.com/containerd/containerd/pull/6894))
      * update critools to v1.24
    * devmapper docs: small fixes ([#6904](https://github.com/containerd/containerd/pull/6904))
      * devmapper docs: small fixes
    * move report dir option to end of line for vagrant cri tests ([#6900](https://github.com/containerd/containerd/pull/6900))
      * move report dir option to eol
    * Update Kubernetes version matrix in release docs ([#6892](https://github.com/containerd/containerd/pull/6892))
      * Update Kubernetes version matrix in release docs
    * Share container images between TestRestartMonitor and TestRestartMonitorWithOnFailurePolicy ([#6889](https://github.com/containerd/containerd/pull/6889))
      * Share images between TestRestartMonitor and TestRestartMonitorWithOnFailurePolicy
    * containerd 1.6.4 k8s 1.24 readme announce ([#6890](https://github.com/containerd/containerd/pull/6890))
      * containerd 1.6.4 k8s 1.24 readme announce
    * Cleanup leaked shim process ([#6866](https://github.com/containerd/containerd/pull/6866))
      * Cleanup leaked shim process
    * Add collectible resources to metadata gc ([#6804](https://github.com/containerd/containerd/pull/6804))
      * metadata: use resource max and end on registration
      * Add collectible resources to metadata gc
    * Update k8 docurl in file ([#6881](https://github.com/containerd/containerd/pull/6881))
      * Update k8 docurl in file
    * Support RISC-V 64 ([#6882](https://github.com/containerd/containerd/pull/6882))
      * CI: add riscv64 builds
      * release/Dockerfile: update Ubuntu to 22.04 for supporting riscv64
      * seccomp: support riscv64
    * docs: minor fixes in snapshots.Snapshotter comments ([#6885](https://github.com/containerd/containerd/pull/6885))
      * docs: minor fixes in snapshots.Snapshotter comments
    * Officially deprecate Schema 1 ([#6884](https://github.com/containerd/containerd/pull/6884))
      * Officially deprecate Schema 1
    * Make Cirrus CI tests more stable ([#6880](https://github.com/containerd/containerd/pull/6880))
      * Reduce the number of the concurrent HTTP requests in TestUserNamespaces
      * Skip TestImagePullWithConcurrencyLimit on Cirrus CI
    * docs: Adding windows installation steps to getting-started.md ([#6875](https://github.com/containerd/containerd/pull/6875))
      * docs: Adding windows installation steps to getting-started.md
    * Add ctr support for CPUMax and CPUShares ([#6809](https://github.com/containerd/containerd/pull/6809))
      * Add ctr support for CPUMax and CPUShares
    * Support for cgroups blockio ([#5490](https://github.com/containerd/containerd/pull/5490))
      * cri: support blockio class in pod and container annotations
    * Fix comment for metadata/db.go ([#6871](https://github.com/containerd/containerd/pull/6871))
      * Fix comment for metadata/db.go
    * Remove github.com/gogo/protobuf and github.com/golang/protobuf from containerd's direct dependencies ([#6867](https://github.com/containerd/containerd/pull/6867))
      * Upgrade protoc, protoc-gen-go and protoc-gen-go-grpc
      * go mod tidy & go mod vendor
      * make protos
      * Remove gogo from .proto files
    * Update go-cni to v1.1.5 ([#6868](https://github.com/containerd/containerd/pull/6868))
      * Update go-cni to v1.1.5
    * Bump opencontainers/selinux from 1.10.0 to 1.10.1 ([#6865](https://github.com/containerd/containerd/pull/6865))
      * Bump opencontainers/selinux from 1.10.0 to 1.10.1
    * Upgrade google.golang.org/grpc and google.golang.org/protobuf ([#6864](https://github.com/containerd/containerd/pull/6864))
      * Upgrade google.golang.org/grpc and google.golang.org/protobuf
      * Remove kzys/typeurl
    * Don't use "uname -a" as Cirrus CI's cache key ([#6863](https://github.com/containerd/containerd/pull/6863))
      * Don't use "uname -a" as Cirrus CI's cache key
    * remove duplicate ([#6856](https://github.com/containerd/containerd/pull/6856))
      * remove duplicate
    * Create ppc64le release ([#6858](https://github.com/containerd/containerd/pull/6858))
      * Create ppc64le release
    * Move Vagrant-based tests from GitHub Actions to Cirrus CI ([#6854](https://github.com/containerd/containerd/pull/6854))
      * Move Vagrant-based tests from GitHub Actions to Cirrus CI
    * feature: support image pull progress timeout ([#6150](https://github.com/containerd/containerd/pull/6150))
      * feature: support image pull progress timeout
    * Add unpack interface to be used by client ([#6749](https://github.com/containerd/containerd/pull/6749))
      * unpack: return error when no platforms defined
      * Add unpack interface to be used by client
    * Fix undefined error in use of errors package ([#6855](https://github.com/containerd/containerd/pull/6855))
      * Fix undefined error in use of errors package
    * Migrate off from github.com/gogo/protobuf ([#6841](https://github.com/containerd/containerd/pull/6841))
      * Fix tests
      * go mod tidy and go mod vendor
      * Upgrade containerd/typeurl
      * make protos
      * Rename Size_ to Size
      * Remove gogo/protobuf and adjust types
      * Use protoc-gen-go instead of protoc-gen-gogoctrd
      * Upgrade containerd/ttrpc
    * images/image.go: typo ([#6851](https://github.com/containerd/containerd/pull/6851))
      * images/image.go: typo
    * Add flag to allow oci.WithAllDevicesAllowed on PrivilegedWithoutHostDevices ([#5686](https://github.com/containerd/containerd/pull/5686))
      * add oci.WithAllDevicesAllowed flag for privileged_without_host_devices
    * integration: Adds Windows equivalent for TestSandboxRemoveWithoutIPLeakage ([#6180](https://github.com/containerd/containerd/pull/6180))
      * integration: Adds Windows equivalent for TestSandboxRemoveWithoutIPLeakage
    * fix incorrect syntax in comments ([#6845](https://github.com/containerd/containerd/pull/6845))
      * fix incorrect syntax in comments
    * cri: close fifos when container is deleted ([#6842](https://github.com/containerd/containerd/pull/6842))
      * cri: close fifos when container is deleted
    * diff: hide types.Any from clients ([#6832](https://github.com/containerd/containerd/pull/6832))
      * diff: hide types.Any from clients
    * Add Container-Optimized OS into Adopters ([#6838](https://github.com/containerd/containerd/pull/6838))
      * Add Container-Optimized OS into Adopters
    * Prepare for google.golang.org/protobuf ([#6835](https://github.com/containerd/containerd/pull/6835))
      * Add go_package on all proto files
      * Use proto.Marshal instead of calling Marshal() on objects
      * Embed "Unimplemented" structs as proto recommended
    * fix the restart desired to running when task not found ([#6833](https://github.com/containerd/containerd/pull/6833))
      * fix monitor restart
    * Remove all gogoproto extensions ([#6829](https://github.com/containerd/containerd/pull/6829))
      * Remove all gogoproto extensions
    * fix nil pointer panic for monitor ([#6830](https://github.com/containerd/containerd/pull/6830))
      * fix nil pointer panic for monitor
    * remotes/docker: log registry URLs as info instead of debug ([#5681](https://github.com/containerd/containerd/pull/5681))
      * remotes/docker: log registry URLs as info instead of debug
    * Rename runtime/v2/task to api/runtime ([#6827](https://github.com/containerd/containerd/pull/6827))
      * Keep shim API backward compatible
      * Move runtime v2 proto Move runtime v2 protos to api/runtime package.
    * Fix protoc-gen-go-fieldpath ([#6828](https://github.com/containerd/containerd/pull/6828))
      * Don't generate a Go file, if that would be empty
      * Fix protoc-gen-go-fieldpath
    * Consolidate gogo/protobuf dependencies under our own protobuf package ([#6826](https://github.com/containerd/containerd/pull/6826))
      * Consolidate gogo/protobuf dependencies under our own protobuf package
    * Add restart policy for enhanced restart manager ([#6744](https://github.com/containerd/containerd/pull/6744))
      * add restart policy for enhanced restart manager
    * Remove gogoproto.stdtime ([#6821](https://github.com/containerd/containerd/pull/6821))
      * Remove gogoproto.stdtime
    * Set timeout when collecting metrics from shim's Stat ([#6781](https://github.com/containerd/containerd/pull/6781))
      * Set timeout when collecting metrics from shim's Stat
    * Fuzz filter package with Go 1.18's fuzzer ([#6819](https://github.com/containerd/containerd/pull/6819))
      * Fuzz filter package with Go 1.18's fuzzer
    * allow ptrace(2) by default for kernel >= 4.8 ([#6810](https://github.com/containerd/containerd/pull/6810))
      * allow ptrace(2) by default for kernel >= 4.8
    * Build bin/gen-manpages instead of using "go run" ([#6820](https://github.com/containerd/containerd/pull/6820))
      * Build bin/gen-manpages instead of using "go run"
    * update golang to 1.18.1, 1.17.9 ([#6822](https://github.com/containerd/containerd/pull/6822))
      * update golang to 1.18.1, 1.17.9
    * Sandbox API ([#6703](https://github.com/containerd/containerd/pull/6703))
      * [Sandbox] Remove outdated documentation
      * [sandbox] Migrate from gogo to Any
      * [sandbox] Cleanup interfaces
      * [sandbox] Fix CI
      * [Sandbox] Add Wait and PID
      * Restore sandboxes on daemon restart
      * Fix protobuf after rebase
      * [sandbox] Add sandbox shim skeleton
      * [sandbox] Register shim plugin after #6301
      * [sandbox] Add ctr support
      * Launch sandboxed containers from task service
      * [sandbox] Address PR review comments
      * [sandbox] Implement sandbox controller
      * [sandbox] Add clients
      * [sandbox] Add controller service
      * [sandbox] Update vendor
      * [sandbox] Implement store service
      * [sandbox] Revendor API changes
      * [sandbox] Save sandbox ID to container's store
      * [sandbox] Implement metadata store
      * [sandbox] Add basic sandbox structures and interfaces
      * [sandbox] Add protobuf definitions
    * Move lease manager plugin to separate package ([#6811](https://github.com/containerd/containerd/pull/6811))
      * Move lease manager plugin to separate package
    * fix pool_device_test ([#6807](https://github.com/containerd/containerd/pull/6807))
      * fix pool_device_test.go
    * check for duplicate nspath possibilities ([#6806](https://github.com/containerd/containerd/pull/6806))
      * check for duplicate nspath possibilities
    * Do not append []string{""} to command to preserve Docker compatibility ([#6805](https://github.com/containerd/containerd/pull/6805))
      * Do not append []string{""} to command to preserve Docker compatibility
    * tracing: fix panic on startup when configured ([#6789](https://github.com/containerd/containerd/pull/6789))
      * tracing: fix panic on startup when configured
    * Optimize loading performance for cri recover ([#6680](https://github.com/containerd/containerd/pull/6680))
      * cri: load sandboxes/containers/images in parallel
    * Change architecture path in README.md ([#6798](https://github.com/containerd/containerd/pull/6798))
      * Change architecture path in README.md
    * make consistent for checkpoint path ([#6792](https://github.com/containerd/containerd/pull/6792))
      * make consistent for checkpoint path
    * metrics/cgroups: fix deadlock issue in Add during Collect ([#6788](https://github.com/containerd/containerd/pull/6788))
      * metrics/cgroups: fix deadlock issue in Add during Collect
    * ADOPTERS: Update AKS Info ([#6794](https://github.com/containerd/containerd/pull/6794))
      * ADOPTERS: Update AKS Info
    * Pin upload-cloud-storage action to 0.8.0 in Windows workflow. ([#6790](https://github.com/containerd/containerd/pull/6790))
      * Pin upload-cloud-storage action to 0.8.0 in Windows workflow.
    * docs: add Deckhouse to the list of adopters ([#6785](https://github.com/containerd/containerd/pull/6785))
      * docs: add Deckhouse to the list of adopters
    * Add `docs/snapshotters`; simplify `docs/cri` ([#6778](https://github.com/containerd/containerd/pull/6778))
      * docs/cri: simplify
      * Add docs/snapshots
    * Turn paths from cmdline into absolute paths ([#6672](https://github.com/containerd/containerd/pull/6672))
      * Turn paths from cmdline into absolute paths
    * CRI: add support for CDI device injection ([#6654](https://github.com/containerd/containerd/pull/6654))
      * CDI: update go.mod and vendor deps
      * move CDI calls to the linux-only code
      * add configuration for CDI
      * cri: implement CDI device injection
    * Disable writing freelist to make the file robust against data corruptions ([#6761](https://github.com/containerd/containerd/pull/6761))
      * Disable writing freelist to make the file robust against data corruptions
    * mv design docs/historical/design ([#6777](https://github.com/containerd/containerd/pull/6777))
      * mv design docs/historical/design
    * CRI: improve image pulling performance ([#6702](https://github.com/containerd/containerd/pull/6702))
      * CRI: improve image pulling performance
    * docs: remove runtime v1; migrate config v1 to v2 ([#6776](https://github.com/containerd/containerd/pull/6776))
      * docs: migrate config v1 to v2
      * docs: remove deprecated `io.containerd.runtime.v1.linux`
    * Skip flaky test on Windows ([#6779](https://github.com/containerd/containerd/pull/6779))
      * Skip flaky test on Windows
    * docs/getting-started.md: typo ([#6775](https://github.com/containerd/containerd/pull/6775))
      * docs/getting-started.md: typo
    * Add no_tracing tag ([#6750](https://github.com/containerd/containerd/pull/6750))
      * Add no_tracing tag
    * Move historical docs to `docs/historical` ([#6754](https://github.com/containerd/containerd/pull/6754))
      * Move historical docs to `docs/historical`
    * Run go mod tidy in integration tests ([#6768](https://github.com/containerd/containerd/pull/6768))
      * Run go mod tidy in integration tests
    * go.mod: move indirects, and update integration go.mod to 1.18 ([#6765](https://github.com/containerd/containerd/pull/6765))
      * go.mod: move indirects, and update integration go.mod to 1.18
    * Drop gotest.tools ([#6762](https://github.com/containerd/containerd/pull/6762))
      * Remove gotest.tools
      * Use testify
    * Use t.Setenv instead of os.Setenv ([#6760](https://github.com/containerd/containerd/pull/6760))
      * Update linters to use t.Setenv
      * Use t.Setenv instead of os.Setenv
    * Upgrade to Go 1.18 ([#6709](https://github.com/containerd/containerd/pull/6709))
      * Upgrade to Go 1.18
    * Adding multi-arch support for the configure.sh script ([#6751](https://github.com/containerd/containerd/pull/6751))
      * Adding multi-arch support for the configure.sh script
    * docs/getting-started.md: massive update ([#6758](https://github.com/containerd/containerd/pull/6758))
      * docs/getting-started.md: massive update
    * Remove unmaintained contrib/linuxkit ([#6755](https://github.com/containerd/containerd/pull/6755))
      * Remove unmaintained contrib/linuxkit
    * [Windows CI] Address some timeout issues ([#6757](https://github.com/containerd/containerd/pull/6757))
      * Address some timeout issues in the Windows CI
    * BUILDING.md: update supported Go versions ([#6756](https://github.com/containerd/containerd/pull/6756))
      * BUILDING.md: update supported Go versions
    * update runc to 1.1.1 ([#6753](https://github.com/containerd/containerd/pull/6753))
      * update runc binary to v1.1.1
      * go.mod: github.com/opencontainers/runc v1.1.1
    * CI: add Rocky Linux 8 ([#6747](https://github.com/containerd/containerd/pull/6747))
      * CI: add Rocky Linux 8
    * CI: bump up crun to 1.4.4 ([#6748](https://github.com/containerd/containerd/pull/6748))
      * CI: bump up crun to 1.4.4
    * added make help for cri integration ([#6743](https://github.com/containerd/containerd/pull/6743))
      * added make help for cri integration
    * Update README.md cncf landscape url ([#6740](https://github.com/containerd/containerd/pull/6740))
      * Update README.md
    * Fix error message in TestNewBinaryIO ([#6738](https://github.com/containerd/containerd/pull/6738))
      * Fix error message in TestNewBinaryIO
    * Use typeurl.Any instead of github.com/gogo/protobuf/types.Any ([#6706](https://github.com/containerd/containerd/pull/6706))
      * Use typeurl.Any instead of github.com/gogo/protobuf/types.Any
    * Use cgroups.AddProc() for cgroups v1 ([#5738](https://github.com/containerd/containerd/pull/5738))
      * Use cgroups.AddProc() for cgroups v1
    * fix: ctr images mount with snapshotter option can't get snapshotter ([#6713](https://github.com/containerd/containerd/pull/6713))
      * fix: ctr images mount with snapshotter option can't get snapshotter
    * cgroup2: monitor OOMKill instead of OOM to prevent missing container events ([#6323](https://github.com/containerd/containerd/pull/6323))
      * cgroup2: monitor OOMKill instead of OOM to prevent missing container OOM events
    * moving up to go-cni v1.1.4 ([#6721](https://github.com/containerd/containerd/pull/6721))
      * moving up to go-cni v1.1.4
    * native: fix deadlock from leaving transactions open ([#6722](https://github.com/containerd/containerd/pull/6722))
      * native: fix deadlock from leaving transactions open
    * go.mod: remove replace, and update github.com/gogo/googleapis v1.4.1 ([#5390](https://github.com/containerd/containerd/pull/5390))
      * go.mod: remove replace and update github.com/gogo/googleapis v1.4.1
    * Github Security Advisory [GHSA-c9cp-9c75-9v8c](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c)
      * Fix the Inheritable capability defaults.
    * runtime: deprecate runc --criu / -criu-path option ([#6496](https://github.com/containerd/containerd/pull/6496))
      * runtime: deprecate runc --criu / -criu-path option
    * Bug fix for mount path handling ([#6651](https://github.com/containerd/containerd/pull/6651))
      * Bug fix for mount path handling
    * Upgrade containerd/imgcrypt and opencontainers/image-spec ([#6711](https://github.com/containerd/containerd/pull/6711))
      * Upgrade containerd/imgcrypt and opencontainers/image-spec
    * Remove enumvalue_customname, goproto_enum_prefix and enum_customname ([#6708](https://github.com/containerd/containerd/pull/6708))
      * Remove enumvalue_customname, goproto_enum_prefix and enum_customname
    * Remove gogoproto.customtype ([#6699](https://github.com/containerd/containerd/pull/6699))
      * Remove gogoproto.customtype
    * Skip tty critest testcase on Windows Server 2022 ([#6698](https://github.com/containerd/containerd/pull/6698))
      * Skip tty critest testcase on Windows Server 2022
    * Build with Go 1.18 ([#6605](https://github.com/containerd/containerd/pull/6605))
      * Vendor dependencies with module graph pruning
      * Use Go 1.18 to build and test containerd
    * Update prometheus client vendor ([#6690](https://github.com/containerd/containerd/pull/6690))
      * Test turning off golang CI lint cache
      * Add nolint:staticcheck to platform-specific calls
      * Update prometheus client vendor
    * vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd ([#6687](https://github.com/containerd/containerd/pull/6687))
      * vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
    * Make the temp mount as ready only in container WithVolumes ([#6593](https://github.com/containerd/containerd/pull/6593))
      * Make the temp mount as ready only in container WithVolumes
    * fix: `ctr run --cni` get failed ([#6670](https://github.com/containerd/containerd/pull/6670))
      * fix: ctr run --cni get failed
    * test: use `T.TempDir` to create temporary test directory ([#6681](https://github.com/containerd/containerd/pull/6681))
      * test: remove redundant `mountPoint`
      * test: use `T.TempDir` to create temporary test directory
    * Make OpenLab's CI jobs blocking ([#6679](https://github.com/containerd/containerd/pull/6679))
      * Make OpenLab's CI jobs blocking
    * document log level and format ([#6683](https://github.com/containerd/containerd/pull/6683))
      * document log level and format
    * Add shared content label to namespaces ([#6660](https://github.com/containerd/containerd/pull/6660))
      * Add shared content label to namespaces
    * Add protoc-gen-go-fieldpath ([#6562](https://github.com/containerd/containerd/pull/6562))
      * Add protoc-gen-go-fieldpath
    * Enable gosec linter for golangci-lint ([#6669](https://github.com/containerd/containerd/pull/6669))
      * Enable gosec linter for golangci-lint
    * Make mkfs.xfs available on OpenLab's CI environment ([#6668](https://github.com/containerd/containerd/pull/6668))
      * Make mkfs.xfs available on OpenLab's CI environment
    * ctr: improve error relative shim path error msg ([#6519](https://github.com/containerd/containerd/pull/6519))
      * ctr: improve error relative shim path error msg
    * typo fixes under cmd. ([#6674](https://github.com/containerd/containerd/pull/6674))
      * typo fixes under cmd.
    * Handle CRI Device.HostPath on Windows ([#6618](https://github.com/containerd/containerd/pull/6618))
      * Implement `--device idType://id` for `ctr run` on Windows
      * Plumb CRI Devices through to OCI WindowsDevices
      * CRI integration test for Windows Device mounts
    * Upgrade golangci-lint and its GitHub Action ([#6666](https://github.com/containerd/containerd/pull/6666))
      * Upgrade golangci-lint and its GitHub Action
    * Don't build a second copy of containerd-shim-runhcs-v1.exe ([#6661](https://github.com/containerd/containerd/pull/6661))
      * Don't build a second copy of containerd-shim-runhcs-v1.exe
    * Update TestNormalize to only test Windows platform ([#6569](https://github.com/containerd/containerd/pull/6569))
      * Update TestNormalize to only test Windows
    * Fix link in getting-started.md ([#6663](https://github.com/containerd/containerd/pull/6663))
      * Fix link in getting-started.md
    * Fuzzing: refactor metadata fuzzers ([#6423](https://github.com/containerd/containerd/pull/6423))
      * Fuzzing: refactor metadata fuzzers
    * Two xfs file systems with same UUID can not be mounted on the same sy… ([#6650](https://github.com/containerd/containerd/pull/6650))
      * Mount devmapper xfs file system with "nouuid" option.
    * [Windows] Fix deadline exceeded in daemon restart ([#6635](https://github.com/containerd/containerd/pull/6635))
      * Increase wait timeout for TestDaemonRestart
    * Use temp file for export/import test ([#6658](https://github.com/containerd/containerd/pull/6658))
      * Use temp file for export/import test
    * strip path-info from `-v` (version) output, and implement -v flag for containerd-shim  ([#6495](https://github.com/containerd/containerd/pull/6495))
      * cmd/containerd-shim: add -v (version) flag
      * integration/images/volume-ownership: strip path information from usage output
      * runtime/v2/shim: strip path information from version output
    * Improve unexpected response error handling in resolver ([#6617](https://github.com/containerd/containerd/pull/6617))
      * Improve ErrUnexpectedStatus default string
      * Add ErrUnexpectedStatus to resolver
    * Use the latest tag for azure images ([#6601](https://github.com/containerd/containerd/pull/6601))
      * Use the latest image for Windows test workers
    * Run CRI integration tests in GitHub Actions (Windows) ([#6626](https://github.com/containerd/containerd/pull/6626))
      * Skip most of script/setup/prepare_env_windows.ps1
      * Enable cri-tools critest on Windows
      * Enable CRI Integration tests on Windows
      * Remove hardcoded /tmp in tempfile paths
    * cri: fix integration test on cgroupsv2 system ([#6595](https://github.com/containerd/containerd/pull/6595))
      * cri: fix integration test on cgroupsv2 system
    * Use version 2 configuration format in docs/PLUGINS.md ([#6613](https://github.com/containerd/containerd/pull/6613))
      * Use version 2 config and mention containerd config command
    * update to go 1.16.15, 1.17.8 to address CVE-2022-24921 ([#6619](https://github.com/containerd/containerd/pull/6619))
      * update to go 1.16.15, 1.17.8 to address CVE-2022-24921
    * Update status of 1.4 release ([#6614](https://github.com/containerd/containerd/pull/6614))
      * Update status of 1.4 release
    * Update TestContainerSymlinkVolumes to use windows path ([#6568](https://github.com/containerd/containerd/pull/6568))
      * Update TestContainerSymlinkVolumes to use windows path
    * Add --user support for ctr run Windows ([#6603](https://github.com/containerd/containerd/pull/6603))
      * Add --user support for ctr run Windows
    * Update releases ([#6608](https://github.com/containerd/containerd/pull/6608))
      * Update latest release versions
      * Update release process to include Kubernetes test infrastructure
    * Github Security Advisory [GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
      * Use fs.RootPath when mounting volumes
    * Adds support for Windows ArgsEscaped images ([#6479](https://github.com/containerd/containerd/pull/6479))
      * Adds support for Windows ArgsEscaped images
    * Do not use weak import ([#6558](https://github.com/containerd/containerd/pull/6558))
      * Do not use weak import
    * cri: relax test for system without hugetlb ([#6596](https://github.com/containerd/containerd/pull/6596))
      * cri: relax test for system without hugetlb
    * Use containerd/protobuild instead of stevvooe/protobuild ([#6578](https://github.com/containerd/containerd/pull/6578))
      * Use containerd/protobuild instead of stevvooe/protobuild
    * integration: remove duplicated util pkg ([#6597](https://github.com/containerd/containerd/pull/6597))
      * integration: remove duplicated util pkg
    * go.mod: update to github.com/tchap/go-patricia/v2 v2.3.1 ([#6591](https://github.com/containerd/containerd/pull/6591))
      * go.mod: update to github.com/tchap/go-patricia/v2 v2.3.1
    * Update Go version recommendation in getting started ([#6585](https://github.com/containerd/containerd/pull/6585))
      * Update Go version recommendation in getting started
    * go.mod: update to github.com/emicklei/go-restful/v3 v3.7.3 ([#6337](https://github.com/containerd/containerd/pull/6337))
      * go.mod: update to github.com/emicklei/go-restful/v3 v3.7.3
    * fix Implicit memory aliasing in for loop ([#6331](https://github.com/containerd/containerd/pull/6331))
      * fix Implicit memory aliasing in for loop
    * Fix build with gccgo ([#6579](https://github.com/containerd/containerd/pull/6579))
      * Fix build with gccgo
    * Replace golang.org/x/net/context with std library ([#6580](https://github.com/containerd/containerd/pull/6580))
      * Replace golang.org/x/net/context with std library
    * containerd-shim-runc-v1: return init pid when clean dead shim ([#6571](https://github.com/containerd/containerd/pull/6571))
      * containerd-shim-runc-v1: return init pid when clean dead shim
    * Use Windows matcher when on Windows platform in all code paths ([#6491](https://github.com/containerd/containerd/pull/6491))
      * Initialize platform matchers for current platform
    * containerd-shim-runc-v2: return init pid when clean dead shim ([#6452](https://github.com/containerd/containerd/pull/6452))
      * containerd-shim-runc-v2: return init pid when clean dead shim
    * [Windows][Integration] Enable TestRestartMonitor ([#6515](https://github.com/containerd/containerd/pull/6515))
      * [Windows][Integration] Enable TestRestartMonitor
    * go.mod: fsnotify v1.5.1, moby/sys/mountinfo v0.6.0, moby/sys/signal v0.7.0 ([#6554](https://github.com/containerd/containerd/pull/6554))
      * go.mod: github.com/moby/sys/signal v0.7.0
      * go.mod: github.com/moby/sys/mountinfo v0.6.0
      * go.mod: github.com/fsnotify/fsnotify v1.5.1
    </p>
    </details>
    
    ### Changes from containerd/cgroups
    <details><summary>32 commits</summary>
    <p>
    
    * Upgrade github.com/cilium/ebpf from v0.4.0 to v0.9.1 ([#241](https://github.com/containerd/cgroups/pull/241))
      * Upgrade github.com/cilium/ebpf from v0.4.0 to v0.9.1
    * go.mod: github.com/stretchr/testify v1.8.0 ([#240](https://github.com/containerd/cgroups/pull/240))
      * go.mod: github.com/stretchr/testify v1.8.0
    * .github: use ubuntu-22.04 to test cgroupv2 ([#237](https://github.com/containerd/cgroups/pull/237))
      * .github: use ubuntu-22.04 to test cgroupv2
    * feat(v2): Support cgroup.MoveTo in cgroupv2 manager ([#235](https://github.com/containerd/cgroups/pull/235))
      * Cgroup v2: Add unit test TestMoveTo
      * Cgroup v2: Support cgroup.MoveTo in cgroupv2 manager
    * Update README to include usage examples of v2 client ([#233](https://github.com/containerd/cgroups/pull/233))
      * Update README to include usage examples of v2 client
    * ParseCgroupFile: fix wrong comment about unified hierarchy ; add ParseCgroupFileUnified to get the unified path ([#232](https://github.com/containerd/cgroups/pull/232))
      * add ParseCgroupFileUnified to get the unified path
      * ParseCgroupFile: fix wrong comment about unified hierarchy
    * Bump go version to 1.17 in go.mod ([#230](https://github.com/containerd/cgroups/pull/230))
      * Bump go version to 1.17 in go.mod
    * make cmd/ a separate module (as it's only for testing) ([#226](https://github.com/containerd/cgroups/pull/226))
      * make cmd/ a separate module (as it's only for testing)
    * feat(v2): add Update method for v2.Manager ([#225](https://github.com/containerd/cgroups/pull/225))
      * feat(v2): add Update method for v2.Manager
    * feat: add memory.min param ([#211](https://github.com/containerd/cgroups/pull/211))
      * feat: add memory.min param
    * modified the dereference null pointer value. ([#218](https://github.com/containerd/cgroups/pull/218))
      * modified the dereference null pointer value.
    * update readme for cpu cgroup demo ([#217](https://github.com/containerd/cgroups/pull/217))
      * update readme for cpu cgroup demo
    * Fix systemd full path ([#221](https://github.com/containerd/cgroups/pull/221))
      * Fix systemd full path
    * Update Go version and fedora base ([#223](https://github.com/containerd/cgroups/pull/223))
      * Update Go version and fedora base
    * Fix panic in NewSystemd on nil values ([#219](https://github.com/containerd/cgroups/pull/219))
      * Fix panic in NewSystemd on nil values
    </p>
    </details>
    
    ### Changes from containerd/continuity
    <details><summary>28 commits</summary>
    <p>
    
    * go.mod: update dependencies (take 2) ([#204](https://github.com/containerd/continuity/pull/204))
      * go.mod: update dependencies (take 2)
    * Revert "go.mod: update dependencies" ([#205](https://github.com/containerd/continuity/pull/205))
      * Revert "go.mod: update dependencies"
      * go.mod: update dependencies
      * cmd/continuity: remove FUSE for macOS
    * Various small fix-ups ([#202](https://github.com/containerd/continuity/pull/202))
      * README: update badges and links
      * golangci-lint: replace "golint" with "revive"
      * sysx: remove unused sysx/generate.sh script
      * fs: fix minor linting and gofmt issue
    * update authors and mailmap ([#201](https://github.com/containerd/continuity/pull/201))
      * update authors and mailmap
    * move cmd/continuity to its own go module ([#200](https://github.com/containerd/continuity/pull/200))
      * move cmd/continuity to its own go module
      * remove version package
      * move continuityfs -> cmd/continuity/continuityfs
      * move commands -> cmd/continuity/commands
      * go.mod: update logrus to v1.8.1
    * CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir)  ([#198](https://github.com/containerd/continuity/pull/198))
      * CI: resolve Go path before sudoing
      * CI: modernize Go setup
      * Remove deprecated io/ioutil (except ioutil.ReadDir)
    * fs.CopyDir: support sockets and pipes ([#197](https://github.com/containerd/continuity/pull/197))
      * fs.CopyDir: support sockets and pipes
    * Fix wrapping errors ([#196](https://github.com/containerd/continuity/pull/196))
      * fs: fix wrapping nil err
      * fmt.Errorf: use %w, not %v to wrap errors
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>22 commits</summary>
    <p>
    
    * go.mod: update libcni to v1.1.1 ([#101](https://github.com/containerd/go-cni/pull/101))
      * go.mod: update libcni to v1.1.1
    * add in some serial setup tests; a little make cleanup ([#100](https://github.com/containerd/go-cni/pull/100))
      * add in some serial setup tests; a little make cleanup
    * Re-introduce serial network setup ([#99](https://github.com/containerd/go-cni/pull/99))
      * Re-introduce serial network setup
    * bump github.com/containernetworking/cni v1.1.0 ([#98](https://github.com/containerd/go-cni/pull/98))
      * bump github.com/containernetworking/cni v1.1.0
    * Revert "Update loopback version to support check" ([#96](https://github.com/containerd/go-cni/pull/96))
      * Revert "Update loopback version to support check"
    * Use revive instead of golint ([#92](https://github.com/containerd/go-cni/pull/92))
      * Use revive instead of golint
    * Bump go verion to 1.17 ([#91](https://github.com/containerd/go-cni/pull/91))
      * Bump go verion to 1.17
    * moving up to latest CNI plugin release ([#90](https://github.com/containerd/go-cni/pull/90))
      * moving up to latest CNI plugin release
    * Fix Loopback Version ([#88](https://github.com/containerd/go-cni/pull/88))
      * Update loopback version to support check
    * Update comment for capabilities ([#89](https://github.com/containerd/go-cni/pull/89))
      * update comment for capabilities
    * Add integration test for linux and update go version from 1.16 to 1.17 ([#84](https://github.com/containerd/go-cni/pull/84))
      * Add integration test and update go version
    </p>
    </details>
    
    ### Changes from containerd/imgcrypt
    <details><summary>18 commits</summary>
    <p>
    
    * Use reflect to support diff.ApplyConfig with/without gogo's types.Any ([#75](https://github.com/containerd/imgcrypt/pull/75))
      * Use reflect to support diff.ApplyConfig with/without gogo's types.Any
    * Upgrade golangci-lint-action and golangci-lint ([#76](https://github.com/containerd/imgcrypt/pull/76))
      * Add build tags to make gofmt happy
      * Upgrade golangci-lint-action and golangci-lint
    * CHANGES: Updated CHANGES document for 1.1.4 release ([#74](https://github.com/containerd/imgcrypt/pull/74))
      * CHANGES: Updated CHANGES document for 1.1.4 release
    * Bump github.com/containerd/containerd from 1.5.10 to 1.6.1 ([#73](https://github.com/containerd/imgcrypt/pull/73))
      * Bump github.com/containerd/containerd from 1.5.10 to 1.6.1
    * images: prepare for typeurl.Any ([#72](https://github.com/containerd/imgcrypt/pull/72))
      * images: prepare for typeurl.Any
      * images: Add list of Platforms to CheckAuthorization()
      * test: Test running of encrypted image only pulled for local platform
    * Bump ocicrypt to 1.1.3 ([#71](https://github.com/containerd/imgcrypt/pull/71))
      * Bump ocicrypt to 1.1.3
      * Bump github.com/containerd/containerd from 1.5.9 to 1.5.10
    * Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 ([#67](https://github.com/containerd/imgcrypt/pull/67))
      * Bump github.com/containerd/containerd from 1.5.8 to 1.5.9
    </p>
    </details>
    
    ### Changes from containerd/ttrpc
    <details><summary>37 commits</summary>
    <p>
    
    * Only generate a Go file if the file has some services ([#112](https://github.com/containerd/ttrpc/pull/112))
      * Only generate a Go file if the file has some services
    * *.go: organize errors to one spot ([#113](https://github.com/containerd/ttrpc/pull/113))
      * *.go: organize errors to one spot
    * PROTOCOL: slight markdown touchup ([#111](https://github.com/containerd/ttrpc/pull/111))
      * PROTOCOL: slight markdown touchup
    * Introduce streaming ([#107](https://github.com/containerd/ttrpc/pull/107))
      * Remove unnecessary ttrpc plugin configuration in Protobuild.toml
      * Unwrap syscall error and check
      * Update protocol for closed data messages
      * Add integration test to github actions
      * Add integration test package
      * Add streaming support to go-ttrpc generator
      * Add stream tests
      * Introduce streaming to client and server
    * Update checkout and lint actions ([#109](https://github.com/containerd/ttrpc/pull/109))
      * Update checkout and lint actions
    * Add Makefile and update protobuf ([#106](https://github.com/containerd/ttrpc/pull/106))
      * Server test show sys error
      * Update github actions ci to use Makefile
      * Add makefile and update protoc version
    * Add ttrpc protocol definition ([#102](https://github.com/containerd/ttrpc/pull/102))
      * Add ttrpc protocol definition
    * Enable Codecov again ([#105](https://github.com/containerd/ttrpc/pull/105))
      * Enable Codecov again
    * Use CR+LF instead of LF regardless of OS ([#103](https://github.com/containerd/ttrpc/pull/103))
      * Use CR+LF instead of LF regardless of OS
    * Log the error's underyling errno if there is ([#104](https://github.com/containerd/ttrpc/pull/104))
      * Log the error's underyling errno if there is
    * Use google.golang.org/protobuf instead of github.com/gogo/protobuf ([#99](https://github.com/containerd/ttrpc/pull/99))
      * Use google.golang.org/protobuf instead of github.com/gogo/protobuf
    * Wrap correct error on unix.GetsockoptUcred failure ([#100](https://github.com/containerd/ttrpc/pull/100))
      * Wrap correct error on unix.GetsockoptUcred failure
    * Update CI project checks to use containerd project action ([#101](https://github.com/containerd/ttrpc/pull/101))
      * Update to latest os for build and test
      * Fix lint issues
      * Update CI project checks to use containerd project action
    </p>
    </details>
    
    ### Changes from containerd/typeurl
    <details><summary>14 commits</summary>
    <p>
    
    * Fallback to google.golang.org/protobuf ([#35](https://github.com/containerd/typeurl/pull/35))
      * Fallback to google.golang.org/protobuf
    * Build with Go 1.17 and Go 1.18 ([#34](https://github.com/containerd/typeurl/pull/34))
      * Build with Go 1.17.x and Go 1.18.x
    * Make nil handling easier ([#33](https://github.com/containerd/typeurl/pull/33))
      * Make nil handling easier
    * Make Any type an interface ([#32](https://github.com/containerd/typeurl/pull/32))
      * Make Any type an interface
    * Add Any type and remove gogo protobuf from interfaces ([#31](https://github.com/containerd/typeurl/pull/31))
      * Add Any type and remove gogo protobuf from interfaces
    * replace pkg/errors ([#29](https://github.com/containerd/typeurl/pull/29))
      * replace pkg/errors
    * Update branch name in GH Actions ([#28](https://github.com/containerd/typeurl/pull/28))
      * Update branch name in GH Actions
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/AdaLogics/go-fuzz-headers**                                         6c3934b029d8 -> 37f5449ff7df
    * **github.com/AdamKorcz/go-118-fuzz-build**                                       e1f97a00006b **_new_**
    * **github.com/Microsoft/go-winio**                                                v0.5.1 -> v0.6.0
    * **github.com/Microsoft/hcsshim**                                                 v0.9.2 -> v0.10.0-rc.1
    * **github.com/blang/semver/v4**                                                   v4.0.0 **_new_**
    * **github.com/cenkalti/backoff/v4**                                               v4.1.2 -> v4.1.3
    * **github.com/cilium/ebpf**                                                       v0.7.0 -> v0.9.1
    * **github.com/container-orchestrated-devices/container-device-interface**         v0.5.1 **_new_**
    * **github.com/containerd/cgroups**                                                v1.0.3 -> 7083cd60b721
    * **github.com/containerd/continuity**                                             v0.2.2 -> v0.3.0
    * **github.com/containerd/go-cni**                                                 v1.1.3 -> v1.1.6
    * **github.com/containerd/imgcrypt**                                               v1.1.3 -> 8ba028dca028
    * **github.com/containerd/ttrpc**                                                  v1.1.0 -> 944ef4a40df3
    * **github.com/containerd/typeurl**                                                v1.0.2 -> 7f6e6d160d67
    * **github.com/containernetworking/cni**                                           v1.0.1 -> v1.1.1
    * **github.com/containernetworking/plugins**                                       v1.0.1 -> v1.1.1
    * **github.com/containers/ocicrypt**                                               v1.1.2 -> v1.1.3
    * **github.com/cpuguy83/go-md2man/v2**                                             v2.0.0 -> v2.0.1
    * **github.com/cyphar/filepath-securejoin**                                        v0.2.3 **_new_**
    * **github.com/emicklei/go-restful**                                               v2.9.5 -> v2.16.0
    * **github.com/emicklei/go-restful/v3**                                            v3.8.0 **_new_**
    * **github.com/fsnotify/fsnotify**                                                 v1.4.9 -> v1.5.1
    * **github.com/go-logr/logr**                                                      v1.2.2 -> v1.2.3
    * **github.com/google/go-cmp**                                                     v0.5.6 -> v0.5.8
    * **github.com/google/uuid**                                                       v1.2.0 -> v1.3.0
    * **github.com/grpc-ecosystem/grpc-gateway/v2**                                    v2.7.0 **_new_**
    * **github.com/klauspost/compress**                                                v1.11.13 -> v1.15.9
    * **github.com/miekg/pkcs11**                                                      v1.0.3 -> v1.1.1
    * **github.com/moby/sys/mountinfo**                                                v0.5.0 -> v0.6.2
    * **github.com/moby/sys/sequential**                                               b22ba8a69b30 **_new_**
    * **github.com/moby/sys/signal**                                                   v0.6.0 -> v0.7.0
    * **github.com/opencontainers/image-spec**                                         693428a734f5 -> 3a7f492d3f1b
    * **github.com/opencontainers/runc**                                               v1.1.0 -> v1.1.4
    * **github.com/opencontainers/runtime-tools**                                      cd1349b7c47e **_new_**
    * **github.com/opencontainers/selinux**                                            v1.10.0 -> v1.10.2
    * **github.com/prometheus/client_golang**                                          v1.11.0 -> v1.12.1
    * **github.com/prometheus/common**                                                 v0.30.0 -> v0.32.1
    * **github.com/russross/blackfriday/v2**                                           v2.0.1 -> v2.1.0
    * **github.com/stretchr/testify**                                                  v1.7.0 -> v1.8.0
    * **github.com/syndtr/gocapability**                                               42c35b437635 **_new_**
    * **github.com/tchap/go-patricia/v2**                                              v2.3.1 **_new_**
    * **github.com/urfave/cli**                                                        v1.22.1 -> v1.22.9
    * **github.com/xeipuuv/gojsonpointer**                                             4e3ac2762d5f **_new_**
    * **github.com/xeipuuv/gojsonreference**                                           bd5ef7bd5415 **_new_**
    * **github.com/xeipuuv/gojsonschema**                                              v1.2.0 **_new_**
    * **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.28.0 -> v0.32.0
    * **go.opentelemetry.io/otel**                                                     v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/otel/exporters/otlp/internal/retry**                       v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/otel/sdk**                                                 v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/otel/trace**                                               v1.3.0 -> v1.7.0
    * **go.opentelemetry.io/proto/otlp**                                               v0.11.0 -> v0.16.0
    * **golang.org/x/crypto**                                                          32db794688a5 -> 3147a52a75dd
    * **golang.org/x/mod**                                                             86c51ed26bb4 **_new_**
    * **golang.org/x/net**                                                             fe4d6282115f -> f3363e06e74c
    * **golang.org/x/oauth2**                                                          2bc19b11175f -> d3ed0bb246c8
    * **golang.org/x/sync**                                                            036812b2e83c -> 886fb9371eb4
    * **golang.org/x/sys**                                                             1d35b9e2eb4e -> 7b5979e65e41
    * **golang.org/x/term**                                                            6886f2dfbf5b -> 03fcf44c2211
    * **golang.org/x/time**                                                            1f47c861a9ac -> 90d013bbcef8
    * **golang.org/x/tools**                                                           v0.1.12 **_new_**
    * **google.golang.org/genproto**                                                   e50cd9704f63 -> c8bf987b8c21
    * **google.golang.org/grpc**                                                       v1.43.0 -> v1.47.0
    * **google.golang.org/protobuf**                                                   v1.27.1 -> v1.28.0
    * **gopkg.in/yaml.v3**                                                             496545a6307b -> v3.0.1
    * **k8s.io/api**                                                                   v0.22.5 -> v0.24.1
    * **k8s.io/apimachinery**                                                          v0.22.5 -> v0.24.1
    * **k8s.io/apiserver**                                                             v0.22.5 -> v0.24.1
    * **k8s.io/client-go**                                                             v0.22.5 -> v0.24.1
    * **k8s.io/component-base**                                                        v0.22.5 -> v0.24.1
    * **k8s.io/cri-api**                                                               v0.23.1 -> v0.25.0
    * **k8s.io/klog/v2**                                                               v2.30.0 -> v2.60.1
    * **k8s.io/utils**                                                                 cb0fa318a74b -> 3a6ce19ff2f9
    * **sigs.k8s.io/json**                                                             9f7c6b3444d2 **_new_**
    * **sigs.k8s.io/structured-merge-diff/v4**                                         v4.1.2 -> v4.2.1
    * **sigs.k8s.io/yaml**                                                             v1.2.0 -> v1.3.0
    
    Previous release can be found at [v1.6.0](https://github.com/containerd/containerd/releases/tag/v1.6.0)
    
    
  • v1.6.9
    containerd 1.6.9
    
    Welcome to the v1.6.9 release of containerd!
    
    The ninth patch release for containerd 1.6 contains various fixes, reorders the pod setup workflow in the CRI plugin to
    prevent CNI resource leaks, and includes a new version of runc.
    
    ### Notable Updates
    
    * **Update oci.WithDefaultUnixDevices(): remove tun/tap from the default devices** ([#7268](https://github.com/containerd/containerd/pull/7268))
    * **Fix CRI: Do not append []string{""} to command to preserve Docker compatibility** ([#7298](https://github.com/containerd/containerd/pull/7298))
    * **Enhance CRI: ContainerStatus to return container resources** ([#7410](https://github.com/containerd/containerd/pull/7410))
    * **Fix OCI resolver to skip TLS verification for localhost** ([#7438](https://github.com/containerd/containerd/pull/7438)
    * **Fix createTarFile: make xattr EPERM non-fatal** ([#7447](https://github.com/containerd/containerd/pull/7447))
    * **Fix CRI plugin to setup pod network after creating the sandbox container** ([#7456](https://github.com/containerd/containerd/pull/7456))
    * **Fix OCI pusher to retry request on writer reset** ([#7461](https://github.com/containerd/containerd/pull/7461))
    * **Fix archive to validate digests before use** ([#7490](https://github.com/containerd/containerd/pull/7490))
    * **Migrate from k8s.gcr.io to registry.k8s.io** ([#7549](https://github.com/containerd/containerd/pull/7549))
    * **Fix CRI: PodSandboxStatus should tolerate missing task** ([#7551](https://github.com/containerd/containerd/pull/7551))
    * **Fix io.containerd.runc.v1: Stats() shouldn't assume s.container is non-nil** ([#7557](https://github.com/containerd/containerd/pull/7557))
    * **Enhance CRI plugin to add logging volume metrics** ([#7571](https://github.com/containerd/containerd/pull/7571))
    * **Add support for CAP_BPF and CAP_PERFMON** ([#7574](https://github.com/containerd/containerd/pull/7574))
    
    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
    
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Wei Fu
    * Samuel Karp
    * Kazuyoshi Kato
    * Maksym Pavlenko
    * Derek McGowan
    * Phil Estes
    * Qiutong Song
    * ruiwen-zhao
    * zounengren
    * Akhil Mohan
    * Andrey Klimentyev
    * Benjamin Elder
    * Henry Wang
    * Iceber Gu
    * Paco Xu
    * Sophie Liu
    * Ye Sijun
    * rongfu.leng
    
    ### Changes
    <details><summary>68 commits</summary>
    <p>
    
    * [release/1.6] Prepare release notes for v1.6.9 ([#7573](https://github.com/containerd/containerd/pull/7573))
      * [`f1493f665`](https://github.com/containerd/containerd/commit/f1493f6651bd1955217c6ae444761c73e49726f2) Prepare release notes for v1.6.9
      * [`99578d1fc`](https://github.com/containerd/containerd/commit/99578d1fc794fb36f58f0cbaf54aea56a95c3c60) Update mailmap
    * [release/1.6] adding support of CAP_BPF and CAP_PERFMON ([#7574](https://github.com/containerd/containerd/pull/7574))
      * [`346412f5a`](https://github.com/containerd/containerd/commit/346412f5aefdcec30908562716de70ffe4824b67) adding support of CAP_BPF and CAP_PERFMON
    * [release/1.6] Add logging volume metrics to Containerd CRI plugin ([#7571](https://github.com/containerd/containerd/pull/7571))
      * [`a956d8415`](https://github.com/containerd/containerd/commit/a956d84158580c91253b4c54b879b1f2b3e98e0f) Add logging volume metrics to Containerd CRI plugin
    * [release/1.6] fix pusher concurrent close channel ([#7562](https://github.com/containerd/containerd/pull/7562))
      * [`29e2dea50`](https://github.com/containerd/containerd/commit/29e2dea5083e9b257471db5380a1b8ff32ae9219) fix pusher concurrent close channel
    * [release/1.6] Stats() shouldn't assume s.container is non-nil ([#7557](https://github.com/containerd/containerd/pull/7557))
      * [`8a9d69385`](https://github.com/containerd/containerd/commit/8a9d69385024854321ba806ea09cc0bbe1af87c3) [release/1.6] Stats() shouldn't assume s.container is non-nil
    * [release/1.6] cri: PodSandboxStatus should tolerate missing task ([#7551](https://github.com/containerd/containerd/pull/7551))
      * [`a9adc7938`](https://github.com/containerd/containerd/commit/a9adc7938d98d292d7c2b598b1458551e275a507) cri: PodSandboxStatus should tolerate missing task
    * [release/1.6] migrate from k8s.gcr.io to registry.k8s.io ([#7549](https://github.com/containerd/containerd/pull/7549))
      * [`b66eb726a`](https://github.com/containerd/containerd/commit/b66eb726a5bf968ac64f24de98f4065f19ede7f0) migrate from k8s.gcr.io to registry.k8s.io
    * [release/1.6] upgrade containerd/continuity from v0.2.2 to v0.3.0 ([#7518](https://github.com/containerd/containerd/pull/7518))
      * [`5b40993a5`](https://github.com/containerd/containerd/commit/5b40993a5e525012b1e97121cdacccce6ced4d06) [release/1.6] upgrade containerd/continuity from v0.2.2 to v0.3.0
    * [release/1.6] Update container with sandbox metadata after NetNS is created ([#7505](https://github.com/containerd/containerd/pull/7505))
      * [`f2376e659`](https://github.com/containerd/containerd/commit/f2376e659ffa55e4ff2578baf4e4c7aab54042e4) Update container with sandbox metadata after NetNS is created
    * [release/1.6] archive: validate digests before use ([#7490](https://github.com/containerd/containerd/pull/7490))
      * [`06f82efef`](https://github.com/containerd/containerd/commit/06f82efef4be5975e7e9a8c8f8d13480065aab9f) archive: validate digests before use
    * [release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 ([#7475](https://github.com/containerd/containerd/pull/7475))
      * [`28324c529`](https://github.com/containerd/containerd/commit/28324c529fad2285d44ae5348377496cdf9c4926) [release/1.6] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715
      * [`0aeeb62cb`](https://github.com/containerd/containerd/commit/0aeeb62cba15e383b9387424be5ae4758650afae) [release/1.6] update golangci-lint to v1.19.0
      * [`7db9d1f76`](https://github.com/containerd/containerd/commit/7db9d1f76ffc16f970b6179a493caa008aeefef2) Fix linter warnings
      * [`4dc932e62`](https://github.com/containerd/containerd/commit/4dc932e620bd2931c57715dce8cc4ac9f9e1c2d0) [release/1.6] gofmt with go1.19
      * [`7b8d679ad`](https://github.com/containerd/containerd/commit/7b8d679ad169fa1a0d1127bc49dff231087ac544) [release/1.6] integration: remove use of deprecated io/ioutil
    * [release/1.6] retry request on writer reset ([#7461](https://github.com/containerd/containerd/pull/7461))
      * [`926b9c72f`](https://github.com/containerd/containerd/commit/926b9c72f61b5be6bf8d952512f1d0932fbaf898) retry request on writer reset
    * [release/1.6] Setup pod network after creating the sandbox container ([#7456](https://github.com/containerd/containerd/pull/7456))
      * [`b9a35c6af`](https://github.com/containerd/containerd/commit/b9a35c6af9519630179b745e48bd29fd4d067c83) Add integration tests with failpoint
      * [`1f29fac48`](https://github.com/containerd/containerd/commit/1f29fac48ee356918663a4aa1f9880de3e2d6f1a) Persist container and sandbox if resource cleanup fails, like teardownPodNetwork
    * [release/1.6] test: introduce failpoint control to runc-shimv2 and cni ([#7455](https://github.com/containerd/containerd/pull/7455))
      * [`a85709c6c`](https://github.com/containerd/containerd/commit/a85709c6c446b7a6fc49545b01d063473cf09432) integration: simplify CNI-fp and add README.md
      * [`d89a8d223`](https://github.com/containerd/containerd/commit/d89a8d22379f41adae7fd5e1d524c806a011deff) pkg/failpoint: add FreeBSD link and update pkg doc
      * [`b0ce2965a`](https://github.com/containerd/containerd/commit/b0ce2965aea5785f8f2930e358be84b86969a5e7) integration: Add injected failpoint testing for RunPodSandbox
      * [`a7f956d86`](https://github.com/containerd/containerd/commit/a7f956d86498c6066c1934215e64877602ac69f4) integration: CNI bridge wrapper with failpoint
      * [`07c479471`](https://github.com/containerd/containerd/commit/07c4794714db6af21f0bc5fdcd6fad89bd1f967c) pkg/failpoint: add DelegatedEval API
      * [`4a5bc05aa`](https://github.com/containerd/containerd/commit/4a5bc05aa00acd1c197f7547aec8f90f20c9a98f) runtime/v2/shim: return if error in load plugin
      * [`71ee7de24`](https://github.com/containerd/containerd/commit/71ee7de24818907dab4cdac39ba760008331f4a8) bin/ctr,integration: new runc-shim with failpoint
      * [`3e2e77849`](https://github.com/containerd/containerd/commit/3e2e7784907a9dba4af9de5fd81e2674b0a8cfee) runtime/v2: manager supports server interceptor
      * [`cb935bf49`](https://github.com/containerd/containerd/commit/cb935bf49a413c6624638ccc640146527bb05edb) pkg/failpoint: init failpoint package
    * [release/1.6] cherry-pick: make xattr EPERM non-fatal in createTarFile ([#7447](https://github.com/containerd/containerd/pull/7447))
      * [`2fdfd564c`](https://github.com/containerd/containerd/commit/2fdfd564c180e01abe40463b6b6107f9ee2e1cf9) make xattr EPERM non-fatal in createTarFile
    * [release/1.6] remotes/docker/config: Skipping TLS verification for localhost ([#7438](https://github.com/containerd/containerd/pull/7438))
      * [`89e49609d`](https://github.com/containerd/containerd/commit/89e49609d361f618aa1308e75e2fec57485697cc) remotes/docker/config: Skipping TLS verification for localhost
    * [release/1.6] .zuul: remove the zull because it is offline ([#7427](https://github.com/containerd/containerd/pull/7427))
      * [`b720be2ce`](https://github.com/containerd/containerd/commit/b720be2ce3fa088b744dbfd185e615799b8e7bee) remove stray .zuul.yaml
      * [`6b30bc4b4`](https://github.com/containerd/containerd/commit/6b30bc4b4a8d0857e61e8324305c2ba97eba0716) .zuul: remove the zuul because it is offline
    * [release/1.6] cherry-pick: Set grpc code for unimplemented cri-api methods ([#7421](https://github.com/containerd/containerd/pull/7421))
      * [`0f7e258ee`](https://github.com/containerd/containerd/commit/0f7e258eebbf1ebbc3b7fa87618547d1547df3cf) Set grpc code for unimplemented cri-api methods
    * [release/1.6] cherry-pick: ContainerStatus to return container resources ([#7410](https://github.com/containerd/containerd/pull/7410))
      * [`fb753e5cd`](https://github.com/containerd/containerd/commit/fb753e5cd5a907710de673adf3dd5e5721a11fa9) update intergration
      * [`6ee5bb7ea`](https://github.com/containerd/containerd/commit/6ee5bb7eaad1420d6e57438b7a15853a7167e5b5) bump cri-api
      * [`ae8598615`](https://github.com/containerd/containerd/commit/ae85986151295afd08aeb7dcd1a30ca329682b11) ContainerStatus to return container resources
      * [`d3c7e31c8`](https://github.com/containerd/containerd/commit/d3c7e31c8a8f7dc3f0ef0d189fda5a7caca42ce2) Update CRI-API
    * [release/1.6] backport: vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd ([#7340](https://github.com/containerd/containerd/pull/7340))
      * [`5b44c5271`](https://github.com/containerd/containerd/commit/5b44c5271136c5f1c4b6df4275c6ff3b124d731d) vendor: golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
    * [release/1.6 backport] update runc binary to v1.1.4 ([#7333](https://github.com/containerd/containerd/pull/7333))
      * [`3507d600b`](https://github.com/containerd/containerd/commit/3507d600b6f5db11f865b96d1ff319708656002d) update runc binary to v1.1.4
    * [release/1.6] ci: remove GOPROXY environment variable due to https://github.com/go-… ([#7299](https://github.com/containerd/containerd/pull/7299))
      * [`1efd8b947`](https://github.com/containerd/containerd/commit/1efd8b947393ce6911c13898ace01dd673e26633) ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887
    * [release/1.6] Do not append []string{""} to command to preserve Docker compatibility ([#7298](https://github.com/containerd/containerd/pull/7298))
      * [`0448673af`](https://github.com/containerd/containerd/commit/0448673af283588654f0197fefc33025cf371b6e) Do not append []string{""} to command to preserve Docker compatibility
    * [release 1.6 backport] Fix cleanup in critest ([#7274](https://github.com/containerd/containerd/pull/7274))
      * [`5c230ece0`](https://github.com/containerd/containerd/commit/5c230ece0fa985fbc973d1e6dea743439ca2c527) Fix cleanup in critest
    * [release/1.6 backport] oci: WithDefaultUnixDevices(): remove tun/tap from the default devices ([#7268](https://github.com/containerd/containerd/pull/7268))
      * [`ed9d3dc37`](https://github.com/containerd/containerd/commit/ed9d3dc37c7d1f3f4975faa6918d0d3d3056e753) oci: WithDefaultUnixDevices(): remove tun/tap from the default devices
    </p>
    </details>
    
    ### Changes from containerd/continuity
    <details><summary>28 commits</summary>
    <p>
    
    * go.mod: update dependencies (take 2) ([#204](https://github.com/containerd/continuity/pull/204))
      * [`74a0169`](https://github.com/containerd/continuity/commit/74a016961cad4d635aeb6d4efb1bcc2268700d7a) go.mod: update dependencies (take 2)
    * Revert "go.mod: update dependencies" ([#205](https://github.com/containerd/continuity/pull/205))
      * [`4ef02a2`](https://github.com/containerd/continuity/commit/4ef02a2f72d4ed5539010211e85cbe303eb192bd) Revert "go.mod: update dependencies"
      * [`e364868`](https://github.com/containerd/continuity/commit/e3648687add4203d03811191b4e5692f516d355b) go.mod: update dependencies
      * [`5df4731`](https://github.com/containerd/continuity/commit/5df4731d45253217b8fe4ebf823fffda8da5a7ae) cmd/continuity: remove FUSE for macOS
    * Various small fix-ups ([#202](https://github.com/containerd/continuity/pull/202))
      * [`7fa1569`](https://github.com/containerd/continuity/commit/7fa1569efc4aa48f382a1c9ea565bcb62817f1b2) README: update badges and links
      * [`7917549`](https://github.com/containerd/continuity/commit/791754940833264651ac315318beb6998722731d) golangci-lint: replace "golint" with "revive"
      * [`de7fd6b`](https://github.com/containerd/continuity/commit/de7fd6b43f553b9b106ee818597404c2f408efc7) sysx: remove unused sysx/generate.sh script
      * [`e9ca807`](https://github.com/containerd/continuity/commit/e9ca807ed63bd76c91f56007883b62eea7d13dd0) fs: fix minor linting and gofmt issue
    * update authors and mailmap ([#201](https://github.com/containerd/continuity/pull/201))
      * [`3df990d`](https://github.com/containerd/continuity/commit/3df990de70e9fdc47d0f27c38414bf0ee63ce9fa) update authors and mailmap
    * move cmd/continuity to its own go module ([#200](https://github.com/containerd/continuity/pull/200))
      * [`9d49199`](https://github.com/containerd/continuity/commit/9d49199bde798d374a44dc1e522443c7ec7eb56e) move cmd/continuity to its own go module
      * [`5b38337`](https://github.com/containerd/continuity/commit/5b383371446465527de52c6880d4f5432327dcfb) remove version package
      * [`480f3bb`](https://github.com/containerd/continuity/commit/480f3bb0db8f1414e5190df5c30fcb94273e5dc7) move continuityfs -> cmd/continuity/continuityfs
      * [`071eff3`](https://github.com/containerd/continuity/commit/071eff3ae0a91e87e3985a862aa2f3445dd47314) move commands -> cmd/continuity/commands
      * [`840357f`](https://github.com/containerd/continuity/commit/840357fbaab4d0c486ce9656606d165d4d1c8839) go.mod: update logrus to v1.8.1
    * CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir)  ([#198](https://github.com/containerd/continuity/pull/198))
      * [`9b78cc9`](https://github.com/containerd/continuity/commit/9b78cc9d2f5c55558269dfd6595a68c5ed383043) CI: resolve Go path before sudoing
      * [`d67721d`](https://github.com/containerd/continuity/commit/d67721dd765a1d31239c4a6459d3dfbeed088e5f) CI: modernize Go setup
      * [`5bf078f`](https://github.com/containerd/continuity/commit/5bf078f2f986072b65b2b1641f5abff8968c516f) Remove deprecated io/ioutil (except ioutil.ReadDir)
    * fs.CopyDir: support sockets and pipes ([#197](https://github.com/containerd/continuity/pull/197))
      * [`ca52b93`](https://github.com/containerd/continuity/commit/ca52b934dd01ca5e16244bbe3643a5019360d11c) fs.CopyDir: support sockets and pipes
    * Fix wrapping errors ([#196](https://github.com/containerd/continuity/pull/196))
      * [`def6729`](https://github.com/containerd/continuity/commit/def67296172f65f5827e5355efac79e0c1331a48) fs: fix wrapping nil err
      * [`b17bab4`](https://github.com/containerd/continuity/commit/b17bab433315a4936debf5c0c150d9f4e36d7088) fmt.Errorf: use %w, not %v to wrap errors
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/go-winio**     v0.5.1 -> v0.5.2
    * **github.com/containerd/continuity**  v0.2.2 -> v0.3.0
    * **golang.org/x/crypto**               32db794688a5 -> 3147a52a75dd
    * **golang.org/x/net**                  fe4d6282115f -> a158d28d115b
    * **golang.org/x/sys**                  33da011f77ad -> 8c9f86f7a55f
    * **golang.org/x/term**                 6886f2dfbf5b -> 03fcf44c2211
    * **google.golang.org/grpc**            v1.43.0 -> v1.47.0
    * **google.golang.org/protobuf**        v1.27.1 -> v1.28.0
    * **gopkg.in/yaml.v3**                  496545a6307b -> v3.0.1
    * **k8s.io/cri-api**                    v0.23.1 -> v0.25.0
    
    Previous release can be found at [v1.6.8](https://github.com/containerd/containerd/releases/tag/v1.6.8)
    
    
  • v1.5.14
    containerd 1.5.14
    
    Welcome to the v1.5.14 release of containerd!
    
    The fourteenth patch release for containerd 1.5 includes various fixes and updates
    along with an updated version of runc.
    
    ### Notable Updates
    
    * **Fix WWW-Authenticate parsing to allow empty quoted string** ([#7132](https://github.com/containerd/containerd/pull/7132))
    * **Update oci.WithDefaultUnixDevices(): remove tun/tap from the default devices** ([#7267](https://github.com/containerd/containerd/pull/7267))
    * **Fix createTarFile: make xattr EPERM non-fatal** ([#7449](https://github.com/containerd/containerd/pull/7449))
    * **Fix dockerPusher to handle abort correctly** ([#7467](https://github.com/containerd/containerd/pull/7467))
    * **Migrate from k8s.gcr.io to registry.k8s.io** ([#7550](https://github.com/containerd/containerd/pull/7550))
    * **Fix CRI: PodSandboxStatus should tolerate missing task** ([#7552](https://github.com/containerd/containerd/pull/7552))
    * **Fix io.containerd.runc.v1: Stats() shouldn't assume s.container is non-nil** ([#7556](https://github.com/containerd/containerd/pull/7556))
    
    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
    
    * Kazuyoshi Kato
    * Sebastiaan van Stijn
    * Samuel Karp
    * Phil Estes
    * Maksym Pavlenko
    * Akihiro Suda
    * Derek McGowan
    * Wei Fu
    * Baoshuo
    * Benjamin Elder
    * Brian Goff
    * Daniel Canter
    * Gabriel Adrian Samfira
    * Iceber Gu
    * Kohei Tokunaga
    * Mike Brown
    * Paco Xu
    * Ye Sijun
    * rongfu.leng
    
    ### Changes
    <details><summary>56 commits</summary>
    <p>
    
    * [release/1.5] Prepare release notes for 1.5.14 ([#7572](https://github.com/containerd/containerd/pull/7572))
      * [`ed672fe1c`](https://github.com/containerd/containerd/commit/ed672fe1c1579b7a7ed0b762262c88c8ed10541a) Prepare release notes for 1.5.14
      * [`5150b97dd`](https://github.com/containerd/containerd/commit/5150b97dd61da8da4a8e0aec9e94dc3a0f6e095f) Update mailmap
    * [release/1.5] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715 ([#7476](https://github.com/containerd/containerd/pull/7476))
      * [`f109930d5`](https://github.com/containerd/containerd/commit/f109930d54c7abc76907497661d9e285fb3ea694) fix install cni script
      * [`1fea434b7`](https://github.com/containerd/containerd/commit/1fea434b700fb74bd55c02ecbba1c91477a6e4d5) [release/1.5] sync gha with release/1.6 branch
      * [`a6672294a`](https://github.com/containerd/containerd/commit/a6672294a5fb12bbab45beaab6d5f963c88cf5ed) [release/1.5] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715
      * [`1c1045d79`](https://github.com/containerd/containerd/commit/1c1045d799b8254319ef59b0ad6f7fce49ea161b) [release/1.5] update golangci-lint to v1.49.0
      * [`03d7e8e49`](https://github.com/containerd/containerd/commit/03d7e8e49b9d935f7999ac0a1cb7eb1b6afc217b) Fix linter warnings
      * [`e6de4d6ef`](https://github.com/containerd/containerd/commit/e6de4d6efeac456b5a7e1947650362662508bf82) [release/1.5] gofmt with go1.19
      * [`699a1f90e`](https://github.com/containerd/containerd/commit/699a1f90e25aa6ccde8ba2fefd23633043507576) Do not use `go get` to install executables
      * [`c24d508c9`](https://github.com/containerd/containerd/commit/c24d508c93710261add241810e2d10a421a2f526) update gotestsum to v1.7.0
      * [`79f119b43`](https://github.com/containerd/containerd/commit/79f119b4391892ec34cf14dc7ac4eaedee70b456) update gotestsum to current master
      * [`4806c2400`](https://github.com/containerd/containerd/commit/4806c2400eca618ec89228746b7395d4789b5c38) Update gotestsum to add timestamps to junit output
    * [release/1.5] cri: PodSandboxStatus should tolerate missing task ([#7552](https://github.com/containerd/containerd/pull/7552))
      * [`60dec1391`](https://github.com/containerd/containerd/commit/60dec13912618d9159befd4a368b541fafcd02d4) cri: PodSandboxStatus should tolerate missing task
    * [release/1.5] Stats() shouldn't assume s.container is non-nil ([#7556](https://github.com/containerd/containerd/pull/7556))
      * [`208615ca7`](https://github.com/containerd/containerd/commit/208615ca79125f56dd6e2c1e88030780e7795eb7) [release/1.5] Stats() shouldn't assume s.container is non-nil
    * [release/1.5] migrate from k8s.gcr.io to registry.k8s.io ([#7550](https://github.com/containerd/containerd/pull/7550))
      * [`a34a30b52`](https://github.com/containerd/containerd/commit/a34a30b5251ceb89ee37ec1b80a305b670e26f82) migrate from k8s.gcr.io to registry.k8s.io
    * [release/1.5] vendor: golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f ([#7515](https://github.com/containerd/containerd/pull/7515))
      * [`ac382a74d`](https://github.com/containerd/containerd/commit/ac382a74d25d3d2cb972db507e76ac0cf1226681) [release/1.5] vendor: golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
    * [release/1.5] cherry-pick: remotes: fix dockerPusher to handle abort correctly ([#7467](https://github.com/containerd/containerd/pull/7467))
      * [`2fe813d36`](https://github.com/containerd/containerd/commit/2fe813d368ffc5e1224e0748b30d6d240b858250) remotes: fix dockerPusher to handle abort correctly
    * [release/1.5] cherry-pick: make xattr EPERM non-fatal in createTarFile ([#7449](https://github.com/containerd/containerd/pull/7449))
      * [`f94332ee5`](https://github.com/containerd/containerd/commit/f94332ee54296dbfaf236743fd5cfb9cb05662ac) make xattr EPERM non-fatal in createTarFile
    * [release/1.5] .zuul: remove the zuul because it is offline ([#7428](https://github.com/containerd/containerd/pull/7428))
      * [`0e11ab933`](https://github.com/containerd/containerd/commit/0e11ab9339622680f1d69efb8d4803f18e53e0ff) remove stray .zuul.yaml
      * [`83ea10446`](https://github.com/containerd/containerd/commit/83ea10446abfa139fd40d31239726275d40fcd3d) .zuul: remove the zuul because it is offline
    * [release/1.5 backport] update runc binary to v1.1.4 ([#7332](https://github.com/containerd/containerd/pull/7332))
      * [`4593d187a`](https://github.com/containerd/containerd/commit/4593d187a718dc0228222195e94312043346831b) update runc binary to v1.1.4
    * [release/1.5] ci: remove GOPROXY environment variable due to https://github.com/go-… ([#7300](https://github.com/containerd/containerd/pull/7300))
      * [`d3d97cce3`](https://github.com/containerd/containerd/commit/d3d97cce31f42da18c381c2c6c7a5ccbc70fa5f8) ci: remove GOPROXY environment variable due to https://github.com/go-yaml/yaml/issues/887
    * [release 1.5 backport] Fix cleanup in critest ([#7275](https://github.com/containerd/containerd/pull/7275))
      * [`c2ace6ebc`](https://github.com/containerd/containerd/commit/c2ace6ebc8bf3cda5faee1c4861670257f238bed) Fix cleanup in critest
    * [release/1.5 backport] oci: WithDefaultUnixDevices(): remove tun/tap from the default devices ([#7267](https://github.com/containerd/containerd/pull/7267))
      * [`9bdd52b3a`](https://github.com/containerd/containerd/commit/9bdd52b3a43acebc52ee257546c312adc2c81390) oci: WithDefaultUnixDevices(): remove tun/tap from the default devices
    * [release/1.5] release workflow: increase timeout to 30 minutes ([#7262](https://github.com/containerd/containerd/pull/7262))
      * [`401af14ea`](https://github.com/containerd/containerd/commit/401af14eaf187a90b6ea028b26f5acd637701268) release workflow: increase timeout to 30 minutes
    * [release/1.5] backport: update GitHub Actions runners to macos-12 ([#7248](https://github.com/containerd/containerd/pull/7248))
      * [`792ead0cf`](https://github.com/containerd/containerd/commit/792ead0cf7c524f860b1df7ff4e3a37261aaeb48) Update Vagrant CI to macos-12
      * [`07e037f09`](https://github.com/containerd/containerd/commit/07e037f09a0fb5acb3aa91fb332a5184357fb726) chore: bump macos runner version
    * [release/1.5] gha: make release workflow work in forks  ([#7239](https://github.com/containerd/containerd/pull/7239))
      * [`7e7eb6793`](https://github.com/containerd/containerd/commit/7e7eb6793385a4febfe00bf88abfc8cfcd55a403) gha: make release workflow work in forks
    * [release/1.5] Update golang to 1.17.13 ([#7245](https://github.com/containerd/containerd/pull/7245))
      * [`9a116ee4f`](https://github.com/containerd/containerd/commit/9a116ee4f74349909c53c8b05722365db66b508d) Update golang to 1.17.13
    * [release/1.5] update golang to 1.17.12 ([#7161](https://github.com/containerd/containerd/pull/7161))
      * [`e91e39347`](https://github.com/containerd/containerd/commit/e91e39347a8f15e1061df79b2c063817711bff0e) [release/1.5] update golang to 1.17.12
    * [release/1.5] Downgrade MinGW to version 10.2.0 ([#7134](https://github.com/containerd/containerd/pull/7134))
      * [`46933650b`](https://github.com/containerd/containerd/commit/46933650b5afbbfdbdae687619175656c730d2d9) [release/1.5] Downgrade MinGW to version 10.2.0
    * [release/1.5] Fix WWW-Authenticate parsing ([#7132](https://github.com/containerd/containerd/pull/7132))
      * [`8ae864ae9`](https://github.com/containerd/containerd/commit/8ae864ae9871d8f7d16c5f21cd9d54e5fcaabd97) [release/1.5] Fix WWW-Authenticate parsing
    * [release/1.5] ctr: fix label args used in NewContainer ([#7071](https://github.com/containerd/containerd/pull/7071))
      * [`febb0e82d`](https://github.com/containerd/containerd/commit/febb0e82d6c6a8974fc2b3bdfa80a92895106fa6) ctr: fix label args used in NewContainer
    * [release/1.5] update runc binary to v1.1.3 ([#7035](https://github.com/containerd/containerd/pull/7035))
      * [`e549139d3`](https://github.com/containerd/containerd/commit/e549139d3c1f3a8b95272d7498928dd4941ab4cd) update runc binary to v1.1.3
    </p>
    </details>
    
    ### Dependency Changes
    
    * **golang.org/x/sys**  33da011f77ad -> 8c9f86f7a55f
    
    Previous release can be found at [v1.5.13](https://github.com/containerd/containerd/releases/tag/v1.5.13)
    
    
  • v1.6.8
    containerd 1.6.8
    
    Welcome to the v1.6.8 release of containerd!
    
    The eighth patch release for containerd 1.6 fixes a regression in the release
    build binaries which limited the environments they could be run in.
    
    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
    
    * Akihiro Suda
    * Derek McGowan
    * Samuel Karp
    * Phil Estes
    
    ### Changes
    <details><summary>7 commits</summary>
    <p>
    
    * [release/1.6] Prepare release notes for v1.6.8 ([#7263](https://github.com/containerd/containerd/pull/7263))
      * [`3364f411e`](https://github.com/containerd/containerd/commit/3364f411eb1503bac9d1ea09eab45660298845fc) Prepare release notes for v1.6.8
    * [release/1.6] release workflow: increase timeout to 30 minutes & remove Go setup action ([#7261](https://github.com/containerd/containerd/pull/7261))
      * [`390920429`](https://github.com/containerd/containerd/commit/390920429580f4d36361ea7f395d062c31e3b49a) release workflow: remove Go setup action
      * [`cf48ba6e8`](https://github.com/containerd/containerd/commit/cf48ba6e8b4be7036bde1e1963594436e8d1cc0c) release workflow: increase timeout to 30 minutes
    * [release/1.6] release: rollback Ubuntu to 18.04 (except for riscv64) ([#7260](https://github.com/containerd/containerd/pull/7260))
      * [`57873e652`](https://github.com/containerd/containerd/commit/57873e652f495d1644a7cc99498cb9d60fce2a9e) release: rollback Ubuntu to 18.04 (except for riscv64)
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.7](https://github.com/containerd/containerd/releases/tag/v1.6.7)
    
  • v1.6.7
    containerd 1.6.7
    
    Welcome to the v1.6.7 release of containerd!
    
    The seventh patch release for containerd 1.6 contains various fixes,
    includes a new version of runc and adds support for ppc64le and riscv64
    (requires unreleased runc 1.2) builds.
    
    ### Notable Updates
    
    * **Update runc to v1.1.3** ([#7036](https://github.com/containerd/containerd/pull/7036))
    * **Seccomp: Allow clock_settime64 with CAP_SYS_TIME** ([#7172](https://github.com/containerd/containerd/pull/7172))
    * **Fix WWW-Authenticate parsing** ([#7131](https://github.com/containerd/containerd/pull/7131))
    * **Support RISC-V 64 and ppc64le builds** ([#7170](https://github.com/containerd/containerd/pull/7170))
    * **Windows: Update hcsshim to v0.9.4 to fix regression with HostProcess stats** ([#7200](https://github.com/containerd/containerd/pull/7200))
    * **Windows: Fix shim logs going to panic.log file** ([#7242](https://github.com/containerd/containerd/pull/7242))
    * **Allow ptrace(2) by default for kernels >= 4.8** ([#7171](https://github.com/containerd/containerd/pull/7171))
    
    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
    
    * Phil Estes
    * Daniel Canter
    * Derek McGowan
    * Akihiro Suda
    * Kazuyoshi Kato
    * Mike Brown
    * Sebastiaan van Stijn
    * Wei Fu
    * Baoshuo
    * Gabriel Adrian Samfira
    * Henry Wang
    * Iceber Gu
    * Marvin Giessing
    
    ### Changes
    <details><summary>40 commits</summary>
    <p>
    
    * [release/1.6] Update release build timeout ([#7250](https://github.com/containerd/containerd/pull/7250))
      * [`eccb82f6d`](https://github.com/containerd/containerd/commit/eccb82f6d6211ac7958abb10b2105e8d7d3fb80f) Update release build timeout to 20 minutes
    * Prepare releases notes for 1.6.7 ([#7225](https://github.com/containerd/containerd/pull/7225))
      * [`6a854d4b5`](https://github.com/containerd/containerd/commit/6a854d4b59761698134a89080fe005243af4c0ec) Update mailmap
      * [`61612e1a2`](https://github.com/containerd/containerd/commit/61612e1a2cd63feea45b533ca29524018edbc320) Prepare release notes for 1.6.7
    * [release/1.6] Update golang to 1.17.13 ([#7244](https://github.com/containerd/containerd/pull/7244))
      * [`d199ee462`](https://github.com/containerd/containerd/commit/d199ee462b8a592277ed910d655b5c9b16295f66) Update golang to 1.17.13
    * [release/1.6] Backport: Change os.Stderr reassign for Windows service ([#7242](https://github.com/containerd/containerd/pull/7242))
      * [`0578d20c5`](https://github.com/containerd/containerd/commit/0578d20c5db1fd84db42ed35e6e4ee637976b895) Change os.Stderr reassign for Windows service
    * [release/1.6] Backport: bump macos runner version ([#7230](https://github.com/containerd/containerd/pull/7230))
      * [`12cae4961`](https://github.com/containerd/containerd/commit/12cae49615eedcc678d80e1f90e31d1a1315fdcc) Update Vagrant CI to macos-12
      * [`bc4091aae`](https://github.com/containerd/containerd/commit/bc4091aaebb1e7419f8ff82135fbc1efc0d7ecd6) chore: bump macos runner version
    * [release/1.6] Backport Windows HostProcess test improvements ([#7227](https://github.com/containerd/containerd/pull/7227))
      * [`cb73bd050`](https://github.com/containerd/containerd/commit/cb73bd0501dd7bdeb7fac66776df49e41eeaba6e) Windows HostProcess container CRI stats test
      * [`ac388525a`](https://github.com/containerd/containerd/commit/ac388525aeb2826607d80dff2280cc6ce7faac5a) Add validations for Windows HostProcess CRI configs
    * [release/1.6] go.mod: Bump hcsshim to v0.9.4 ([#7200](https://github.com/containerd/containerd/pull/7200))
      * [`0007f40fe`](https://github.com/containerd/containerd/commit/0007f40fe21a89527961e743af259df312a14823) [release/1.6] go.mod: Bump hcsshim to v0.9.4
    * [release/1.6] Update Fedora version to 36 ([#7217](https://github.com/containerd/containerd/pull/7217))
      * [`c9607e78c`](https://github.com/containerd/containerd/commit/c9607e78c98315b2dab55b8d4c73b7b84e146f52) Update Fedora version to 36
    * [release/1.6] Support RISC-V 64 ([#7170](https://github.com/containerd/containerd/pull/7170))
      * [`2952b66c0`](https://github.com/containerd/containerd/commit/2952b66c0110e634c10925cce4093c5417d09ad6) CI: add riscv64 builds
      * [`6b2dc9a37`](https://github.com/containerd/containerd/commit/6b2dc9a37ae27e4e4785dc07ae464cbc921d00ad) release/Dockerfile: update Ubuntu to 22.04 for supporting riscv64
      * [`745dc07c4`](https://github.com/containerd/containerd/commit/745dc07c45487217c1cf7bf62987a7bfe0e1f6f9) seccomp: support riscv64
      * [`c2f841f21`](https://github.com/containerd/containerd/commit/c2f841f218a823ad24127f74e25ae6e90ceea887) Create ppc64le release
    * [release/1.6] allow ptrace(2) by default for kernel >= 4.8 ([#7171](https://github.com/containerd/containerd/pull/7171))
      * [`f3da3e51f`](https://github.com/containerd/containerd/commit/f3da3e51f5f1b3b6b50586c9962b112b26aba672) allow ptrace(2) by default for kernel >= 4.8
    * [release/1.6] seccomp: allow clock_settime64 when CAP_SYS_TIME is added ([#7172](https://github.com/containerd/containerd/pull/7172))
      * [`86b55bd8d`](https://github.com/containerd/containerd/commit/86b55bd8dbb90b84d2b46d8726e3a993f2a75ed4) seccomp: allow clock_settime64 when CAP_SYS_TIME is added
    * [release/1.6] update golang to 1.17.12 ([#7160](https://github.com/containerd/containerd/pull/7160))
      * [`aa1101068`](https://github.com/containerd/containerd/commit/aa110106835c55217c5f10ff23e927bf8b50f307) [release/1.6] update golang to 1.17.12
    * [release/1.6] Fix WWW-Authenticate parsing ([#7131](https://github.com/containerd/containerd/pull/7131))
      * [`37dfc5c9d`](https://github.com/containerd/containerd/commit/37dfc5c9db66afcfa47b6f40b7797763ac3fde76) [release/1.6] Fix WWW-Authenticate parsing
    * [release/1.6] Downgrade MinGW to version 10.2.0 ([#7133](https://github.com/containerd/containerd/pull/7133))
      * [`fa2016d58`](https://github.com/containerd/containerd/commit/fa2016d58ada2438d0af51a522b528dc228cb4ba) [release/1.6] Downgrade MinGW to version 10.2.0
    * [release/1.6] ctr: fix label args used in NewContainer ([#7051](https://github.com/containerd/containerd/pull/7051))
      * [`99c56d217`](https://github.com/containerd/containerd/commit/99c56d2175bc02f0fc4db58014b9b483021051a0) ctr: fix label args used in NewContainer
    * [release/1.6] Make building static binaries simpler ([#7045](https://github.com/containerd/containerd/pull/7045))
      * [`51de785f8`](https://github.com/containerd/containerd/commit/51de785f85cb23bc31ea9f85938cc043ded7fdf1) [release/1.6] Make building static binaries simpler
    * [release/1.6] update runc binary to v1.1.3 ([#7036](https://github.com/containerd/containerd/pull/7036))
      * [`2ea4e6348`](https://github.com/containerd/containerd/commit/2ea4e63483e7799f2fd971cf06d7d0472e9e47d0) update runc binary to v1.1.3
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**  v0.9.3 -> v0.9.4
    
    Previous release can be found at [v1.6.6](https://github.com/containerd/containerd/releases/tag/v1.6.6)
    
  • v1.6.6
    containerd 1.6.6
    
    Welcome to the v1.6.6 release of containerd!
    
    The sixth patch release for containerd 1.6 includes a fix for
    [GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf).
    
    ### Notable Updates
    
    * **Fix ExecSync handler to cap console output size** ([GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf))
    
    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
    
    * Derek McGowan
    * Kazuyoshi Kato
    
    ### Changes
    <details><summary>4 commits</summary>
    <p>
    
    * Github Security Advisory [GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf)
      * [`61213742a`](https://github.com/containerd/containerd/commit/61213742a8e57458cd6432c46eee9dd35e0584c7) Prepare release notes for v1.6.6
      * [`f92068350`](https://github.com/containerd/containerd/commit/f92068350f189040a3bc41f9aa65994c8aba796a) Implicitly discard the input to drain the reader
      * [`2eb67213b`](https://github.com/containerd/containerd/commit/2eb67213b8ec38f5d7233cf0098763d9364e2a17) [release/1.6] Limit the response size of ExecSync
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.5](https://github.com/containerd/containerd/releases/tag/v1.6.5)
    
  • v1.5.13
    containerd 1.5.13
    
    Welcome to the v1.5.13 release of containerd!
    
    The thirteenth patch release for containerd 1.5 includes a fix for
    [GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf).
    
    ### Notable Updates
    
    * **Fix ExecSync handler to cap console output size** ([GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf))
    
    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
    
    * Derek McGowan
    * Kazuyoshi Kato
    
    ### Changes
    <details><summary>4 commits</summary>
    <p>
    
    * Github Security Advisory [GHSA-5ffw-gxpp-mxpf](https://github.com/containerd/containerd/security/advisories/GHSA-5ffw-gxpp-mxpf)
      * [`1ab043141`](https://github.com/containerd/containerd/commit/1ab043141f77a733cbb2437b857d6385feda368c) Prepare release notes for v1.5.13
      * [`b40a356cf`](https://github.com/containerd/containerd/commit/b40a356cfd9f0e5202da130f448f6c35b886ad04) Implicitly discard the input to drain the reader
      * [`943588b54`](https://github.com/containerd/containerd/commit/943588b54807f48ca545f7560a3def20501993de) [release/1.5] Limit the response size of ExecSync
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.5.12](https://github.com/containerd/containerd/releases/tag/v1.5.12)
    
  • v1.6.5
    containerd 1.6.5
    
    Welcome to the v1.6.5 release of containerd!
    
    The fifth patch release for containerd 1.6 includes a few fixes and updated
    version of runc.
    
    ### Notable Updates
    
    * **Fix for older CNI plugins not reporting version** ([#7011](https://github.com/containerd/containerd/pull/7011))
    * **Fix mount path handling for CRI plugin on Windows** ([#6929](https://github.com/containerd/containerd/pull/6929))
    
    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
    
    * Mike Brown
    * Sebastiaan van Stijn
    * Kazuyoshi Kato
    * Phil Estes
    * Wei Fu
    * Akihiro Suda
    * Derek McGowan
    * Paul S. Schweigert
    * Amit Barve
    * Daniel Canter
    * Kevin Parsons
    * Marc Schwind
    
    ### Changes
    <details><summary>26 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.5 ([#7021](https://github.com/containerd/containerd/pull/7021))
      * [`185e87275`](https://github.com/containerd/containerd/commit/185e87275cce838776f91abaf34c4ad4af3bfa69) Prepare release notes for v1.6.5
    * [release/1.6] update golang to 1.17.11 ([#7013](https://github.com/containerd/containerd/pull/7013))
      * [`5c9c83d3e`](https://github.com/containerd/containerd/commit/5c9c83d3e0f03d86644c448d23dc67c7433a2410) [release/1.6] update golang to 1.17.11
    * [release/1.6] update go-cni/for cni update fixing plugins that don't respond with version ([#7011](https://github.com/containerd/containerd/pull/7011))
      * [`fdcdc27bc`](https://github.com/containerd/containerd/commit/fdcdc27bce9b6105b4afa70759498fed6efed97a) update go-cni/for cni update fixing plugins that don't respond with version
    * [release/1.6] archive: add human-readable hint to Lchown error ([#6985](https://github.com/containerd/containerd/pull/6985))
      * [`e33b9e709`](https://github.com/containerd/containerd/commit/e33b9e7091792c8f4db042f4d196b130ac412ec1) archive: add human-readable hint to Lchown error
    * [release/1.6] go.mod: Bump hcsshim to 0.9.3 ([#6968](https://github.com/containerd/containerd/pull/6968))
      * [`6eff5b6c0`](https://github.com/containerd/containerd/commit/6eff5b6c0e03bf792b232e3bf2603a2445e57bcf) [release/1.6] go.mod: Bump hcsshim to 0.9.3
    * [release/1.6] config: improve config v1 deprecation message ([#6980](https://github.com/containerd/containerd/pull/6980))
      * [`3bb5a9d19`](https://github.com/containerd/containerd/commit/3bb5a9d19f42b58bde83585a1cc7faa3e1d2e9b9) config: improve config v1 deprecation message
    * [release/1.6] update golang to 1.17.10, golang.org/x/sys v0.0.0-20220412211240-33da011f77ad ([#6927](https://github.com/containerd/containerd/pull/6927))
      * [`f1d2d9260`](https://github.com/containerd/containerd/commit/f1d2d9260a5d5e8ac46b803757007cb138383206) [release/1.6] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
      * [`9f99be51b`](https://github.com/containerd/containerd/commit/9f99be51ba3282f4ac90c574c926e81494973225) [release/1.6] update golang to 1.17.10
    * [release/1.6] Bug fix for mount path handling ([#6929](https://github.com/containerd/containerd/pull/6929))
      * [`70839a344`](https://github.com/containerd/containerd/commit/70839a344033dbb86ae152b30a747f9258527c9e) Bug fix for mount path handling
    * [release/1.6] Reverts removal of parallel run from critest ([#6942](https://github.com/containerd/containerd/pull/6942))
      * [`82a77be2d`](https://github.com/containerd/containerd/commit/82a77be2dd20790a14a1c96f21be41b8d597cc2e) reverts removal of parallel run from critest
    * [release/1.6 backport] update runc binary and vendor to v1.1.2 ([#6936](https://github.com/containerd/containerd/pull/6936))
      * [`246a1b42e`](https://github.com/containerd/containerd/commit/246a1b42e64337656992335bf9e81738cbec89cb) vendor: github.com/opencontainers/runc v1.1.2
      * [`43717e03a`](https://github.com/containerd/containerd/commit/43717e03aa5266702871b2ac3584bf949642443c) update runc binary to v1.1.2
    * [release/1.6] Allow git commands in Vagrantfile ([#6941](https://github.com/containerd/containerd/pull/6941))
      * [`06bdfeb67`](https://github.com/containerd/containerd/commit/06bdfeb675297ebd7406b7de94107b2dc74017ad) Allow git commands in Vagrantfile
    * [release/1.6] Update critools to v1.24 ([#6895](https://github.com/containerd/containerd/pull/6895))
      * [`1520bae0f`](https://github.com/containerd/containerd/commit/1520bae0f44e1a47f68807bd61065135f1560256) update critools to v1.24
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>6 commits</summary>
    <p>
    
    * go.mod: update libcni to v1.1.1 ([#101](https://github.com/containerd/go-cni/pull/101))
      * [`cb645ef`](https://github.com/containerd/go-cni/commit/cb645efd5a911122fa150704930c1205b31c2308) go.mod: update libcni to v1.1.1
    * add in some serial setup tests; a little make cleanup ([#100](https://github.com/containerd/go-cni/pull/100))
      * [`42cfe0f`](https://github.com/containerd/go-cni/commit/42cfe0f8dcae8919832c955502b1e9de32282f94) add in some serial setup tests; a little make cleanup
    * Re-introduce serial network setup ([#99](https://github.com/containerd/go-cni/pull/99))
      * [`ee1a707`](https://github.com/containerd/go-cni/commit/ee1a707cb4d9c2a1a11e901fddd954ac7bc23494) Re-introduce serial network setup
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**        v0.9.2 -> v0.9.3
    * **github.com/containerd/go-cni**        v1.1.5 -> v1.1.6
    * **github.com/containernetworking/cni**  v1.1.0 -> v1.1.1
    * **github.com/opencontainers/runc**      v1.1.1 -> v1.1.2
    * **golang.org/x/sys**                    1d35b9e2eb4e -> 33da011f77ad
    
    Previous release can be found at [v1.6.4](https://github.com/containerd/containerd/releases/tag/v1.6.4)
    
  • v1.5.12
    containerd 1.5.12
    
    Welcome to the v1.5.12 release of containerd!
    
    The twelfth patch release for containerd 1.5 includes various fixes and updates
    along with an updated version of runc.
    
    ### Notable Updates
    
    * **Fix inotify fd leak when cgroup is deleted** ([#6961](https://github.com/containerd/containerd/pull/6961))
    * **Close fifos when container is deleted in CRI plugin** ([#6857](https://github.com/containerd/containerd/pull/6857))
    * **Update unpack to to respect MaxConcurrentDownloads** ([#6774](https://github.com/containerd/containerd/pull/6774))
    * **Monitor OOMKill instead of OOM in cgroupv2** ([#6735](https://github.com/containerd/containerd/pull/6735))
    * **Make the temp mount as ready only in container WithVolumes** ([#6729](https://github.com/containerd/containerd/pull/6729))
    * **Fix deadlock from abandoned transactions in native snapshotter** ([#6726](https://github.com/containerd/containerd/pull/6726))
    
    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
    
    * Sebastiaan van Stijn
    * Phil Estes
    * Akihiro Suda
    * Derek McGowan
    * Wei Fu
    * Jeremi Piotrowski
    * Kazuyoshi Kato
    * Maksym Pavlenko
    * Miao Wang
    * Mike Brown
    * Alexey Ivanov
    * Brian Goff
    * Henry Wang
    * Michael Crosby
    * Qiutong Song
    * Samuel Ortiz
    * Tõnis Tiigi
    * chenxiaoyu
    * linrunlong
    * ningmingxiao
    * zounengren
    
    ### Changes
    <details><summary>34 commits</summary>
    <p>
    
    * Prepare release notes for v1.5.12 ([#7019](https://github.com/containerd/containerd/pull/7019))
      * [`5a55f1efc`](https://github.com/containerd/containerd/commit/5a55f1efcfb3f8775399f960e7b6bb5921b5699a) Prepare release notes for v1.5.12
    * [release/1.5] update golang to 1.17.11 ([#7014](https://github.com/containerd/containerd/pull/7014))
      * [`3f61d5ed4`](https://github.com/containerd/containerd/commit/3f61d5ed4fe148e506db79aabad08106cf12290d) [release/1.5] update golang to 1.17.11
    * [release/1.5] archive: add human-readable hint to Lchown error ([#6986](https://github.com/containerd/containerd/pull/6986))
      * [`f67de000d`](https://github.com/containerd/containerd/commit/f67de000dc26f34ae088d8db7c5d936375c6ba61) archive: add human-readable hint to Lchown error
    * [release/1.5] config: improve config v1 deprecation message ([#6981](https://github.com/containerd/containerd/pull/6981))
      * [`4c98768bd`](https://github.com/containerd/containerd/commit/4c98768bd4c6299c111eac04adf32597824a05f4) config: improve config v1 deprecation message
    * [release/1.5] upgrade containerd/cgroups to v1.0.3 ([#6961](https://github.com/containerd/containerd/pull/6961))
      * [`f890c79fd`](https://github.com/containerd/containerd/commit/f890c79fd4b0826fec2ff92c40d6107ddc2311ff) [release/1.5] upgrade containerd/cgroups to v1.0.3
    * [release/1.5] update golang to 1.17.10, golang.org/x/sys v0.0.0-20220412211240-33da011f77ad ([#6928](https://github.com/containerd/containerd/pull/6928))
      * [`9f6e1864c`](https://github.com/containerd/containerd/commit/9f6e1864cd367b6ea50280943637da665772603f) [release/1.5] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
      * [`c00476595`](https://github.com/containerd/containerd/commit/c00476595fb5f5ec65f4c6e2e943aea9ea15fd74) [release/1.5] update golang to 1.17.10
    * [release/1.5 backport] update runc binary to v1.1.2 ([#6935](https://github.com/containerd/containerd/pull/6935))
      * [`c2f793349`](https://github.com/containerd/containerd/commit/c2f7933497a06ddc407b1cd189cfeac49388f332) update runc binary to v1.1.2
    * [release/1.5] cherry-pick: Allow git commands in Vagrantfile ([#6943](https://github.com/containerd/containerd/pull/6943))
      * [`1f9900830`](https://github.com/containerd/containerd/commit/1f9900830a7f886c73cb50db6a8bb941b1b0b949) Allow git commands in Vagrantfile
    * [release/1.5] cri: close fifos when container is deleted ([#6857](https://github.com/containerd/containerd/pull/6857))
      * [`689b342c1`](https://github.com/containerd/containerd/commit/689b342c1d6a5388f149721a5afb55d03837b41d) cri: close fifos when container is deleted
    * [release/1.5] update golang to 1.17.9 ([#6824](https://github.com/containerd/containerd/pull/6824))
      * [`65aad9d93`](https://github.com/containerd/containerd/commit/65aad9d9326882909bb7fe4a19f6ec9bc1e0a079) [release/1.5] update golang to 1.17.9
    * [release/1.5] check for duplicate nspath possibilities ([#6814](https://github.com/containerd/containerd/pull/6814))
      * [`283058cd6`](https://github.com/containerd/containerd/commit/283058cd6973a51e0acb48557e03312887d9ba72) check for duplicate nspath possibilities
    * [release/1.5] fix #6054  MaxConcurrentDownloads is not effect when Unpack is true ([#6774](https://github.com/containerd/containerd/pull/6774))
      * [`4dbd0c851`](https://github.com/containerd/containerd/commit/4dbd0c851b9b0cb0d8b02c44d72c311a25a2512a) fix #6054 MaxConcurrentDownloads is not effect when Unpack is true
    * [release/1.5 backport] update runc binary to v1.1.1 ([#6770](https://github.com/containerd/containerd/pull/6770))
      * [`ef56dcafc`](https://github.com/containerd/containerd/commit/ef56dcafc32d67e750b89fdb5ee24d0c7ffa9608) update runc binary to v1.1.1
      * [`b8ab8dd3f`](https://github.com/containerd/containerd/commit/b8ab8dd3fbd5b7020fe29d6d26d8d6a987215f5a) update runc binary to v1.1.0
    * [release/1.5 backport] Make the temp mount as ready only in container WithVolumes ([#6729](https://github.com/containerd/containerd/pull/6729))
      * [`05b04a1a3`](https://github.com/containerd/containerd/commit/05b04a1a36da8c94bb6a7af639a3059d01bea5e4) Make the temp mount as ready only in container WithVolumes
    * [release/1.5 backport] native: fix deadlock from leaving transactions open ([#6726](https://github.com/containerd/containerd/pull/6726))
      * [`603ef55e0`](https://github.com/containerd/containerd/commit/603ef55e0e696b382ad08d83168d608f54f1b6e2) native: fix deadlock from leaving transactions open
    * [release/1.5 backport] cgroup2: monitor OOMKill instead of OOM to prevent missing container events ([#6735](https://github.com/containerd/containerd/pull/6735))
      * [`1c68f5037`](https://github.com/containerd/containerd/commit/1c68f50378b3562e7497d42973ba610945c4bc66) cgroup2: monitor OOMKill instead of OOM to prevent missing container OOM events
    </p>
    </details>
    
    ### Changes from containerd/cgroups
    <details><summary>33 commits</summary>
    <p>
    
    * v2: Fix inotify fd leak when cgroup is deleted ([#212](https://github.com/containerd/cgroups/pull/212))
      * [`a7d6888`](https://github.com/containerd/cgroups/commit/a7d6888aa30218c8aff15d979eb3f6aec0b7979c) v2: add test case for Manager.EventChan() behavior
      * [`cf1f978`](https://github.com/containerd/cgroups/commit/cf1f978b93bf784118d3ab7dec6a47b8204918c2) v2: flip error handling for readKVStat("memory.events") to reduce indentation
      * [`6a46df2`](https://github.com/containerd/cgroups/commit/6a46df25065d551a8d998495c34263354c84f2c1) v2: manager: factor out memory.events parsing
      * [`35b5b55`](https://github.com/containerd/cgroups/commit/35b5b55c686080de64facf127d6d6a5ca9a0fe6b) v2: Fix inotify leak when cgroup is deleted
    * fix Implicit memory aliasing in for loop ([#214](https://github.com/containerd/cgroups/pull/214))
      * [`182c3af`](https://github.com/containerd/cgroups/commit/182c3afa53b8cccce0611cca9dee46410c4f82f7) fix Implicit memory aliasing in for loop
    * Fix potential dirfd leak. ([#210](https://github.com/containerd/cgroups/pull/210))
      * [`17fece8`](https://github.com/containerd/cgroups/commit/17fece81870ef8aa1a31f05210b8f425e37038a0) Fix potential dirfd leak.
    * cgroup: Optionally add process and task to a subsystems subset ([#203](https://github.com/containerd/cgroups/pull/203))
      * [`80a7821`](https://github.com/containerd/cgroups/commit/80a7821536fc82757f390f8d65693074bd3ef8e4) cgroup: Optionally add process and task to a subsystems subset
    * replace pkg/errors from vendor ([#208](https://github.com/containerd/cgroups/pull/208))
      * [`0072297`](https://github.com/containerd/cgroups/commit/0072297e4547d623094fc68b0df41eef364d1747) replace pkg/errors from vendor
    * cgroup.go: avoid panic on nil interface ([#207](https://github.com/containerd/cgroups/pull/207))
      * [`d55de5d`](https://github.com/containerd/cgroups/commit/d55de5d2af9a3616eb758e393a2170a1421155c1) cgroup.go: avoid panic on nil interface
    * Improvements on cgroup v2 support ([#204](https://github.com/containerd/cgroups/pull/204))
      * [`73a8516`](https://github.com/containerd/cgroups/commit/73a8516e7f0f45fe9931d02cc57ff6059202f553) cgroupv2: reset lastErr to nil when subtree control is successfully written
      * [`2ca92c5`](https://github.com/containerd/cgroups/commit/2ca92c515038c7a30c1998dbe29a87873b98a3b3) cgroupv2: enable controllers before setting resources in NewChild()
    * v2: remove unimplemented errors and ErrorHandler, IgnoreNotExist ([#201](https://github.com/containerd/cgroups/pull/201))
      * [`db173a8`](https://github.com/containerd/cgroups/commit/db173a86bea843700360e7061c6f8d3869d13363) v2: remove ErrorHandler and IgnoreNotExist as they are not implemented
      * [`b19a60d`](https://github.com/containerd/cgroups/commit/b19a60d64d89b858b3c2bee4a04fb7f70642ffce) v2: remove errors that are never returned
    * v1: reduce duplicated code ([#202](https://github.com/containerd/cgroups/pull/202))
      * [`4fe70f3`](https://github.com/containerd/cgroups/commit/4fe70f3edc256fc2345d5f8f8a54e2f4e96f271e) v1: reduce duplicated code
    * cgroup v1: implement AddProc() ([#200](https://github.com/containerd/cgroups/pull/200))
      * [`6659093`](https://github.com/containerd/cgroups/commit/66590933215fb7b0c9f9ffd39e9946ab510d7679) cgroup v1: implement AddProc()
    * Rename branch from master to main ([#199](https://github.com/containerd/cgroups/pull/199))
      * [`7254c12`](https://github.com/containerd/cgroups/commit/7254c1242cee46d1c37bf3da2151eed571879b5c) Rename branch from master to main
    * utils: export ParseCgroupFile() ([#197](https://github.com/containerd/cgroups/pull/197))
      * [`23b5120`](https://github.com/containerd/cgroups/commit/23b51209bf7bd11941d5613119309b11029e8373) utils: export ParseCgroupFile()
    * go.mod: coreos/go-systemd/v22 v22.3.2 to prepare for deprecations ([#194](https://github.com/containerd/cgroups/pull/194))
      * [`f8918cf`](https://github.com/containerd/cgroups/commit/f8918cf2d923b7003970ce99bb29545f2f34b531) go.mod: coreos/go-systemd/v22 v22.3.2 to prepare for deprecations
    * Use /proc/partitions to get device names ([#195](https://github.com/containerd/cgroups/pull/195))
      * [`1a4509d`](https://github.com/containerd/cgroups/commit/1a4509dd06454dc765aed7f62cb26531416ffce3) Use /proc/partitions to get device names
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/cgroups**  v1.0.1 -> v1.0.3
    * **github.com/stretchr/testify**    v1.6.1 -> v1.7.0
    * **golang.org/x/net**               e18ecbb05110 -> a5a99cb37ef4
    * **golang.org/x/sync**              09787c993a3a -> 036812b2e83c
    * **golang.org/x/sys**               d19ff857e887 -> 33da011f77ad
    
    Previous release can be found at [v1.5.11](https://github.com/containerd/containerd/releases/tag/v1.5.11)
    
    
  • v1.6.4
    containerd 1.6.4
    
    Welcome to the v1.6.4 release of containerd!
    
    The fourth patch release for containerd 1.6 includes two fixes for CNI and SELinux.
    
    ### Notable Updates
    
    * **Update go-cni to fix teardown regression** ([#6877](https://github.com/containerd/containerd/pull/6877))
    * **Fix broken SELinux relabeling for Kubernetes volume mounts** ([#6878](https://github.com/containerd/containerd/pull/6878))
    
    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
    
    * Mike Brown
    * Kazuyoshi Kato
    * Michael Zappa
    * Wang Bing
    * Wei Fu
    * Antonio Ojea
    * Derek McGowan
    * Henry Wang
    * Nabeel Rana
    * Phil Estes
    
    ### Changes
    <details><summary>8 commits</summary>
    <p>
    
    * Prepare release notes for 1.6.4 ([#6887](https://github.com/containerd/containerd/pull/6887))
      * [`0d1d2953b`](https://github.com/containerd/containerd/commit/0d1d2953bfec64910f7e11b5cc0049e4fdafbb0c) Prepare release notes for 1.6.4
    * [release/1.6 backport] Bump opencontainers/selinux from 1.10.0 to 1.10.1 ([#6878](https://github.com/containerd/containerd/pull/6878))
      * [`42d691fe6`](https://github.com/containerd/containerd/commit/42d691fe6bb18f523b643e8e960f9fa3abb13bc6) Bump opencontainers/selinux from 1.10.0 to 1.10.1
    * [release/1.6] Update go-cni to v1.1.5 backported due to conflict in go.mod ([#6877](https://github.com/containerd/containerd/pull/6877))
      * [`e9f22e008`](https://github.com/containerd/containerd/commit/e9f22e008b18a383cb440d86c8fd3a93e364f3f4) Update go-cni to v1.1.5
    * [release/1.6] cri: close fifos when container is deleted ([#6859](https://github.com/containerd/containerd/pull/6859))
      * [`be4909e95`](https://github.com/containerd/containerd/commit/be4909e950da484ceb7bf11ebd858a8757677d8f) cri: close fifos when container is deleted
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>8 commits</summary>
    <p>
    
    * bump github.com/containernetworking/cni v1.1.0 ([#98](https://github.com/containerd/go-cni/pull/98))
      * [`e24193e`](https://github.com/containerd/go-cni/commit/e24193e4e5ade8070f9c0a73918f7e3fd782b0cc) bump github.com/containernetworking/cni v1.1.0
    * Revert "Update loopback version to support check" ([#96](https://github.com/containerd/go-cni/pull/96))
      * [`186662c`](https://github.com/containerd/go-cni/commit/186662cf27eee1f357c5f71b3a373d78c1e69988) Revert "Update loopback version to support check"
    * Use revive instead of golint ([#92](https://github.com/containerd/go-cni/pull/92))
      * [`322e8bf`](https://github.com/containerd/go-cni/commit/322e8bfbe6917a4343bc355f5a7f0525e0007099) Use revive instead of golint
    * Bump go verion to 1.17 ([#91](https://github.com/containerd/go-cni/pull/91))
      * [`9b78de4`](https://github.com/containerd/go-cni/commit/9b78de41083664e4ea005986ed39fa81cbb77cf5) Bump go verion to 1.17
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/go-cni**        v1.1.4 -> v1.1.5
    * **github.com/containernetworking/cni**  v1.0.1 -> v1.1.0
    * **github.com/opencontainers/selinux**   v1.10.0 -> v1.10.1
    
    Previous release can be found at [v1.6.3](https://github.com/containerd/containerd/releases/tag/v1.6.3)
    
  • v1.6.3
    containerd 1.6.3
    
    Welcome to the v1.6.3 release of containerd!
    
    The third patch release for containerd 1.6 includes various fixes and updates.
    
    ### Notable Updates
    
    * **Fix panic when configuring tracing plugin** ([#6853](https://github.com/containerd/containerd/pull/6853))
    * **Improve image pull performance in CRI plugin** ([#6816](https://github.com/containerd/containerd/pull/6816))
    * **Check for duplicate nspath** ([#6813](https://github.com/containerd/containerd/pull/6813))
    * **Fix deadlock in cgroup metrics collector** ([#6801](https://github.com/containerd/containerd/pull/6801))
    * **Mount devmapper xfs file system with "nouuid" option** ([#6731](https://github.com/containerd/containerd/pull/6731))
    * **Make the temp mount as ready only in container WithVolumes** ([#6730](https://github.com/containerd/containerd/pull/6730))
    * **Fix deadlock from leaving transaction open in native snapshotter** ([#6727](https://github.com/containerd/containerd/pull/6727))
    * **Monitor OOMKill events to prevent missing container events** ([#6734](https://github.com/containerd/containerd/pull/6734))
    
    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
    
    * Stefan Berger
    * Wei Fu
    * Akihiro Suda
    * Derek McGowan
    * Phil Estes
    * Kazuyoshi Kato
    * Mike Brown
    * Sebastiaan van Stijn
    * Maksym Pavlenko
    * dependabot[bot]
    * Cory Snider
    * Henry Wang
    * Jeremi Piotrowski
    * Michael Zappa
    * Qiutong Song
    * Tõnis Tiigi
    * Ye Sijun
    
    ### Changes
    <details><summary>35 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.3 ([#6844](https://github.com/containerd/containerd/pull/6844))
      * [`baa386dc0`](https://github.com/containerd/containerd/commit/baa386dc04afe1c8475be8c7c22a0d632482ff41) Prepare release notes for v1.6.3
    * [release/1.6] tracing: fix panic on startup when configured ([#6853](https://github.com/containerd/containerd/pull/6853))
      * [`e8da82adc`](https://github.com/containerd/containerd/commit/e8da82adcdc667d8247bd27a8b2c835d0872066b) tracing: fix panic on startup when configured
    * [release/1.6] CRI: improve image pulling performance ([#6816](https://github.com/containerd/containerd/pull/6816))
      * [`1764ea9a2`](https://github.com/containerd/containerd/commit/1764ea9a2815ddbd0cde777b557f97171b84cd02) CRI: improve image pulling performance
    * [release/1.6] update golang to 1.17.9 ([#6823](https://github.com/containerd/containerd/pull/6823))
      * [`9cd76d465`](https://github.com/containerd/containerd/commit/9cd76d465576ec766fc6385f14e27ca3cf536bc5) [release/1.6] update golang to 1.17.9
    * [release/1.6] check for duplicate nspath possibilities ([#6813](https://github.com/containerd/containerd/pull/6813))
      * [`c09cc1242`](https://github.com/containerd/containerd/commit/c09cc12421b3317ac83aa4412e7a174c8174e916) check for duplicate nspath possibilities
    * [release/1.6] metrics/cgroups: fix deadlock issue in Add during Collect ([#6801](https://github.com/containerd/containerd/pull/6801))
      * [`fe6ba62ce`](https://github.com/containerd/containerd/commit/fe6ba62ceae6c4b692d4a8feb5655f59351abd05) metrics/cgroups: fix deadlock issue in Add during Collect
    * [release/1.6] go.mod: update image-spec to merge-commit of v1 into main ([#6766](https://github.com/containerd/containerd/pull/6766))
      * [`8b81a7843`](https://github.com/containerd/containerd/commit/8b81a78434e9431771fd2bc0e2b226facc3f32f9) [release/1.6] go.mod: update image-spec to merge-commit of v1 into main
    * [release/1.6 backport] update runc to 1.1.1 ([#6759](https://github.com/containerd/containerd/pull/6759))
      * [`f2ba2041b`](https://github.com/containerd/containerd/commit/f2ba2041be70b2c61dfd3151e2d91c74a917c4bf) update runc binary to v1.1.1
      * [`b736b4dab`](https://github.com/containerd/containerd/commit/b736b4dab097bb79d11cc72c2ab3a19615613060) go.mod: github.com/opencontainers/runc v1.1.1
    * [release/1.6] CI: add Rocky Linux 8 ([#6752](https://github.com/containerd/containerd/pull/6752))
      * [`72f1e58c7`](https://github.com/containerd/containerd/commit/72f1e58c703db70b10486635c56c31b6758de29e) CI: add Rocky Linux 8
    * [release/1.6] vendor: github.com/containerd/imgcrypt v1.1.4 ([#6739](https://github.com/containerd/containerd/pull/6739))
      * [`7ede40c5c`](https://github.com/containerd/containerd/commit/7ede40c5ca3c8d0565798fa653402357b8c088a0) [release/1.6] vendor: github.com/containerd/imgcrypt v1.1.4
    * [release/1.6 backport] moving up to go-cni v1.1.4 ([#6728](https://github.com/containerd/containerd/pull/6728))
      * [`82a12edf2`](https://github.com/containerd/containerd/commit/82a12edf250b8df03c1dcfc6f18928fba6610250) moving up to go-cni v1.1.4
    * [release/1.6 backport] Update prometheus client vendor ([#6732](https://github.com/containerd/containerd/pull/6732))
      * [`da35c19da`](https://github.com/containerd/containerd/commit/da35c19dad1a39ad49341635e098a258af0d9566) Test turning off golang CI lint cache
      * [`a0213573b`](https://github.com/containerd/containerd/commit/a0213573b2179224fa9c0c876bf14e26416de2da) Add nolint:staticcheck to platform-specific calls
      * [`ad0036ed6`](https://github.com/containerd/containerd/commit/ad0036ed62be304b72bddcf01f1cfa5acf5c0a17) Update prometheus client vendor
    * [release/1.6 backport] Mount devmapper xfs file system with "nouuid" option. ([#6731](https://github.com/containerd/containerd/pull/6731))
      * [`c7bbf316f`](https://github.com/containerd/containerd/commit/c7bbf316f4f0f86355a87a82294d60119d7fe5e8) Mount devmapper xfs file system with "nouuid" option.
    * [release/1.6 backport] Make the temp mount as ready only in container WithVolumes ([#6730](https://github.com/containerd/containerd/pull/6730))
      * [`a1de89c3e`](https://github.com/containerd/containerd/commit/a1de89c3e8ed4e6918875bda626f6b2932b4e95c) Make the temp mount as ready only in container WithVolumes
    * [release/1.6 backport] native: fix deadlock from leaving transactions open ([#6727](https://github.com/containerd/containerd/pull/6727))
      * [`28b44826b`](https://github.com/containerd/containerd/commit/28b44826b004cb04a3d53820c1ba4f845d351963) native: fix deadlock from leaving transactions open
    * [release/1.6 backport] cgroup2: monitor OOMKill instead of OOM to prevent missing container events ([#6734](https://github.com/containerd/containerd/pull/6734))
      * [`5538be6cf`](https://github.com/containerd/containerd/commit/5538be6cf2f52ee09a1e9c217dcc031669ecc7c4) cgroup2: monitor OOMKill instead of OOM to prevent missing container OOM events
    </p>
    </details>
    
    ### Changes from containerd/go-cni
    <details><summary>8 commits</summary>
    <p>
    
    * moving up to latest CNI plugin release ([#90](https://github.com/containerd/go-cni/pull/90))
      * [`689fcd9`](https://github.com/containerd/go-cni/commit/689fcd968353e729ac9b5454087accf118472f57) moving up to latest CNI plugin release
    * Fix Loopback Version ([#88](https://github.com/containerd/go-cni/pull/88))
      * [`9ebcec1`](https://github.com/containerd/go-cni/commit/9ebcec1f5aae75ddd28394898d310212bc87c478) Update loopback version to support check
    * Update comment for capabilities ([#89](https://github.com/containerd/go-cni/pull/89))
      * [`a4d8d38`](https://github.com/containerd/go-cni/commit/a4d8d386ca3b4fd71850ab58769e5b5d4cc5ecdc) update comment for capabilities
    * Add integration test for linux and update go version from 1.16 to 1.17 ([#84](https://github.com/containerd/go-cni/pull/84))
      * [`49aa5ab`](https://github.com/containerd/go-cni/commit/49aa5ab910ad9812d2688764ff67dfdd42f77351) Add integration test and update go version
    </p>
    </details>
    
    ### Changes from containerd/imgcrypt
    <details><summary>13 commits</summary>
    <p>
    
    * CHANGES: Updated CHANGES document for 1.1.4 release ([#74](https://github.com/containerd/imgcrypt/pull/74))
      * [`f576654`](https://github.com/containerd/imgcrypt/commit/f5766549f0d7ff396aeef807f93701d5c5bd1954) CHANGES: Updated CHANGES document for 1.1.4 release
    * Bump github.com/containerd/containerd from 1.5.10 to 1.6.1 ([#73](https://github.com/containerd/imgcrypt/pull/73))
      * [`2efa871`](https://github.com/containerd/imgcrypt/commit/2efa871163e1bae96d137356abf6cb4cb70b8a21) Bump github.com/containerd/containerd from 1.5.10 to 1.6.1
    * images: prepare for typeurl.Any ([#72](https://github.com/containerd/imgcrypt/pull/72))
      * [`f842da4`](https://github.com/containerd/imgcrypt/commit/f842da460337d2d54f7f48af3b7234bbc3cfaa4e) images: prepare for typeurl.Any
      * [`6fdd981`](https://github.com/containerd/imgcrypt/commit/6fdd9818a4d8142107b7ecd767d839c9707700d9) images: Add list of Platforms to CheckAuthorization()
      * [`f440058`](https://github.com/containerd/imgcrypt/commit/f4400580b658c1fcb3cacc52dfb6104ea3c3aa82) test: Test running of encrypted image only pulled for local platform
    * Bump ocicrypt to 1.1.3 ([#71](https://github.com/containerd/imgcrypt/pull/71))
      * [`d4d4684`](https://github.com/containerd/imgcrypt/commit/d4d468487cecbd1ccf2f2eb1c05c8d3439471922) Bump ocicrypt to 1.1.3
      * [`727850f`](https://github.com/containerd/imgcrypt/commit/727850ffb1438cf9dd6a46c7ad4ec162984f7bb2) Bump github.com/containerd/containerd from 1.5.9 to 1.5.10
    * Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 ([#67](https://github.com/containerd/imgcrypt/pull/67))
      * [`3c7db10`](https://github.com/containerd/imgcrypt/commit/3c7db10f6482b7771f14b7503ae69164f3fe793d) Bump github.com/containerd/containerd from 1.5.8 to 1.5.9
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/go-cni**            v1.1.3 -> v1.1.4
    * **github.com/containerd/imgcrypt**          v1.1.3 -> v1.1.4
    * **github.com/containernetworking/plugins**  v1.0.1 -> v1.1.1
    * **github.com/containers/ocicrypt**          v1.1.2 -> v1.1.3
    * **github.com/miekg/pkcs11**                 v1.0.3 -> v1.1.1
    * **github.com/opencontainers/image-spec**    693428a734f5 -> c5a74bcca799
    * **github.com/opencontainers/runc**          v1.1.0 -> v1.1.1
    * **github.com/prometheus/client_golang**     v1.11.0 -> v1.11.1
    
    Previous release can be found at [v1.6.2](https://github.com/containerd/containerd/releases/tag/v1.6.2)
    
    
  • v1.6.2
    containerd 1.6.2
    
    Welcome to the v1.6.2 release of containerd!
    
    The second patch release for containerd 1.6 includes a fix for
    [CVE-2022-24769](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c).
    
    ### Notable Updates
    
    * **Fix the inheritable capability defaults** ([GHSA-c9cp-9c75-9v8c](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c))
    
    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
    
    * Derek McGowan
    * Kazuyoshi Kato
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Andrew G. Morgan
    * Phil Estes
    * Shengjing Zhu
    * Wei Fu
    
    ### Changes
    <details><summary>17 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.2 ([#6725](https://github.com/containerd/containerd/pull/6725))
      * Prepare release notes for v1.6.2
      * Add static checks to shim for Windows
    * [release/1.6] update go.mod go version ([#6724](https://github.com/containerd/containerd/pull/6724))
      * Update go.mod go version
    * [release/1.6] remove empty go mod to allow building for go 1.18 ([#6717](https://github.com/containerd/containerd/pull/6717))
      * [release/1.6] remove empty go mod to allow building for go 1.18
    * Github Security Advisory [GHSA-c9cp-9c75-9v8c](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c)
      * Fix the Inheritable capability defaults.
    * [release/1.6] cherry-pick: Update TestNormalize to only test Windows ([#6673](https://github.com/containerd/containerd/pull/6673))
      * Update TestNormalize to only test Windows
    * [release/1.6] cherry-pick: Upgrade golangci-lint and its GitHub Action ([#6675](https://github.com/containerd/containerd/pull/6675))
      * Upgrade golangci-lint and its GitHub Action
    * [release/1.6] cri: relax test for system without hugetlb ([#6623](https://github.com/containerd/containerd/pull/6623))
      * cri: relax test for system without hugetlb
    * [release/1.6] update to go 1.16.15, 1.17.8 to address CVE-2022-24921 ([#6620](https://github.com/containerd/containerd/pull/6620))
      * update to go 1.16.15, 1.17.8 to address CVE-2022-24921
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.1](https://github.com/containerd/containerd/releases/tag/v1.6.1)
    
  • v1.5.11
    containerd 1.5.11
    
    Welcome to the v1.5.11 release of containerd!
    
    The eleventh patch release for containerd 1.5 includes a fix for
    [CVE-2022-24769](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c).
    
    ### Notable Updates
    
    * **Fix the inheritable capability defaults** ([GHSA-c9cp-9c75-9v8c](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c))
    
    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
    
    * Derek McGowan
    * Sebastiaan van Stijn
    * Akihiro Suda
    * Andrew G. Morgan
    * Daniel Canter
    * Kazuyoshi Kato
    * Phil Estes
    
    ### Changes
    <details><summary>18 commits</summary>
    <p>
    
    * Prepare release notes for v1.5.11 ([#6723](https://github.com/containerd/containerd/pull/6723))
      * Prepare release notes for v1.5.11
    * [release/1.5] Upgrade Go to 1.17 and golangci-lint ([#6719](https://github.com/containerd/containerd/pull/6719))
      * Update go version to 1.17
      * Update linter errors
      * Run gofmt
      * Upgrade golangci-lint and its GitHub Action
    * [release/1.5] fix critools installation ([#6718](https://github.com/containerd/containerd/pull/6718))
      * Update get to install for cri tools
    * [release/1.5] remove empty go mod to allow building for go 1.18 ([#6716](https://github.com/containerd/containerd/pull/6716))
      * install-dev-tools: use go install, and pin by version
      * [release/1.5] remove empty go mod to allow building for go 1.18
    * Github Security Advisory [GHSA-c9cp-9c75-9v8c](https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c)
      * Fix the Inheritable capability defaults.
    * [release/1.5] update to go 1.16.15 to address CVE-2022-24921 ([#6621](https://github.com/containerd/containerd/pull/6621))
      * [release/1.5] update to go 1.16.15 to address CVE-2022-24921
    * [release/1.5] go.mod: Bump hcsshim to v0.8.24 ([#6588](https://github.com/containerd/containerd/pull/6588))
      * go.mod: Bump hcsshim to v0.8.24
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**  v0.8.23 -> v0.8.24
    
    Previous release can be found at [v1.5.10](https://github.com/containerd/containerd/releases/tag/v1.5.10)
    
  • v1.6.1
    containerd 1.6.1
    
    Welcome to the v1.6.1 release of containerd!
    
    The first patch release for containerd 1.6 includes a fix for
    [CVE-2022-23648](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
    and other issues.
    
    ### Notable Updates
    
    * **Use fs.RootPath when mounting volumes** ([GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7))
    * **Return init pid when clean dead shim in runc.v1/v2 shims** ([#6572](https://github.com/containerd/containerd/pull/6572))
    
    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
    
    * Derek McGowan
    * Jeff Zvier
    * Maksym Pavlenko
    * Wei Fu
    * ruiwen-zhao
    
    ### Changes
    <details><summary>7 commits</summary>
    <p>
    
    * [release/1.6] Prepare release notes for v1.6.1 ([#6607](https://github.com/containerd/containerd/pull/6607))
      * Prepare release notes for v1.6.1
    * Github Security Advisory [GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
      * Use fs.RootPath when mounting volumes
    * [release/1.6] runc.v1/v2: return init pid when clean dead shim ([#6572](https://github.com/containerd/containerd/pull/6572))
      * containerd-shim-runc-v1: return init pid when clean dead shim
      * containerd-shim-runc-v2: return init pid when clean dead shim
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.0](https://github.com/containerd/containerd/releases/tag/v1.6.0)
    
  • v1.5.10
    containerd 1.5.10
    
    Welcome to the v1.5.10 release of containerd!
    
    The tenth patch release for containerd 1.5 includes a fix for
    [CVE-2022-23648](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
    and other issues.
    
    ### Notable Updates
    
    * **Use fs.RootPath when mounting volumes** ([GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7))
    * **Return init pid when clean dead shim in runc.v1/v2 shims** ([#6570](https://github.com/containerd/containerd/pull/6570))
    * **Handle sigint/sigterm in shimv2** ([#6509](https://github.com/containerd/containerd/pull/6509))
    * **Use readonly mount to read user/group info** ([#6503](https://github.com/containerd/containerd/pull/6503))
    
    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
    
    * Derek McGowan
    * Wei Fu
    * Sebastiaan van Stijn
    * Phil Estes
    * Alexander Minbaev
    * Brian Goff
    * Daniel Canter
    * David Porter
    * Kazuyoshi Kato
    * Maksym Pavlenko
    * ruiwen-zhao
    
    ### Changes
    <details><summary>22 commits</summary>
    <p>
    
    * [release/1.5] Prepare release notes for v1.5.10 ([#6606](https://github.com/containerd/containerd/pull/6606))
      * Prepare release notes for v1.5.10
    * Github Security Advisory [GHSA-crp2-qrr5-8pq7](https://github.com/containerd/containerd/security/advisories/GHSA-crp2-qrr5-8pq7)
      * Use fs.RootPath when mounting volumes
    * [release/1.5] runc.v1/v2: return init pid when clean dead shim ([#6570](https://github.com/containerd/containerd/pull/6570))
      * runc.v1/v2: return init pid when clean dead shim
    * [release/1.5] Update Go to 1.16.14 ([#6556](https://github.com/containerd/containerd/pull/6556))
      * [release/1.5] Update Go to 1.16.14
    * Wait for containerd installation in GCE scripts [1.5 backport] ([#6552](https://github.com/containerd/containerd/pull/6552))
      * Wait for containerd installation in GCE scripts
    * [release/1.5] shimv2: handle sigint/sigterm ([#6509](https://github.com/containerd/containerd/pull/6509))
      * shimv2: handle sigint/sigterm
    * [release/1.5] Update Go to 1.16.13 ([#6526](https://github.com/containerd/containerd/pull/6526))
      * [release/1.5] Update Go to 1.16.13
    * [release/1.5 backport] GHA fixes, update GolangCI-Lint v1.42.0, and go-mdman v2.0.1  ([#6511](https://github.com/containerd/containerd/pull/6511))
      * script: update golangci-lint from v1.38.0 and v1.36.0 to v1.42.0
      * Fix Linux CI Linter using go 1.15.14
      * Update cpuguy83/go-md2man binary to v2.0.1
    * [release/1.5] oci: use readonly mount to read user/group info ([#6503](https://github.com/containerd/containerd/pull/6503))
      * oci: use readonly mount to read user/group info
    * [release/1.5] add-list-stat: return container list if filter is nil ([#6466](https://github.com/containerd/containerd/pull/6466))
      * add-list-stat: return container list if filter is nil
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.5.9](https://github.com/containerd/containerd/releases/tag/v1.5.9)