Skip to content

Tags: openshift/containerd

Tags

v1.7.10

Toggle v1.7.10's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.7.10

Welcome to the v1.7.10 release of containerd!

The tenth patch release for containerd 1.7 contains various fixes and updates.
### Notable Updates
* **Enhance container image unpack client logs** ([containerd#9379](containerd#9379))
* **cri: fix using the pinned label to pin image** ([containerd#9381](containerd#9381))
* **fix: ImagePull should close http connection if there is no available data to read.** ([containerd#9409](containerd#9409))

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

* Wei Fu
* Iceber Gu
* Austin Vazquez
* Derek McGowan
* Phil Estes
* Samuel Karp
* ruiwen-zhao

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

* Add release notes for v1.7.10 ([containerd#9426](containerd#9426))
  * [`a995fe3a8`](containerd@a995fe3) Add release notes for v1.7.10
* [release/1.7] fix: ImagePull should close http connection if there is no available data to read. ([containerd#9409](containerd#9409))
  * [`206806128`](containerd@2068061) remotes/docker: close connection if no more data
  * [`328493962`](containerd@3284939) integration: reproduce containerd#9347
  * [`d1aab27cb`](containerd@d1aab27) fix: deflake TestCRIImagePullTimeout/HoldingContentOpenWriter
* [release/1.7] cri: fix using the pinned label to pin image ([containerd#9381](containerd#9381))
  * [`a2b16d7f9`](containerd@a2b16d7) cri: fix update of pinned label for images
  * [`8dc861844`](containerd@8dc8618) cri: fix using the pinned label to pin image
* [release/1.7] Enhance container image unpack client logs ([containerd#9379](containerd#9379))
  * [`5930a3750`](containerd@5930a37) Enhance container image unpack client logs
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

v1.6.24

Toggle v1.6.24's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.6.24

Welcome to the v1.6.24 release of containerd!

The twenty-fourth patch release for containerd 1.6 contains various fixes and updates.

### Notable Updates

* **CRI: fix leaked shim caused by high IO pressure** ([containerd#9004](containerd#9004))
* **Update to go1.20.8** ([containerd#9073](containerd#9073))
* **Update runc to v1.1.9** ([containerd#8966](containerd#8966))
* **Backport: add configurable mount options to overlay snapshotter** ([containerd#8961](containerd#8961))
* **log: cleanups and improvements to decouple more from logrus** ([containerd#9002](containerd#9002))

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
* Derek McGowan
* Akhil Mohan
* Cardy.Tang
* Danny Canter
* Kazuyoshi Kato
* Mike Brown
* Phil Estes
* Samuel Karp

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

* [release/1.6] Prepare release notes for v1.6.24 ([containerd#9087](containerd#9087))
  * [`cdd59290d`](containerd@cdd5929) Prepare release notes for v1.6.24
* [release/1.6 backport] log: cleanups and improvements to decouple more from logrus ([containerd#9002](containerd#9002))
  * [`33c2d88e7`](containerd@33c2d88) Revert "log: define G() as a function instead of a variable"
  * [`0a7f2975e`](containerd@0a7f297) log: swap logrus functions with their equivalent on default logger
  * [`9d175a19b`](containerd@9d175a1) log: add package documentation and summary of package's purpose
  * [`96fb65529`](containerd@96fb655) log: make Fields type a generic map[string]any
  * [`bace17e2e`](containerd@bace17e) log: add log.Entry type
  * [`dd127885f`](containerd@dd12788) log: define OutputFormat type
  * [`5b4cf2329`](containerd@5b4cf23) log: define G() as a function instead of a variable
  * [`ee1b4a1e2`](containerd@ee1b4a1) log: add all log-levels that are accepted
  * [`d563a411f`](containerd@d563a41) log: group "enum" consts and touch-up docs
  * [`6e8f4555b`](containerd@6e8f455) log: WithLogger: remove redundant intermediate var
  * [`c19325559`](containerd@c193255) log: SetFormat: include returns in switch
  * [`c3c22f8cb`](containerd@c3c22f8) log: remove gotest.tools dependency
* [release/1.6] update to go1.20.8 ([containerd#9073](containerd#9073))
  * [`a2c294800`](containerd@a2c2948) [release/1.6] update to go1.20.8
* [release/1.6 backport] make repositories of install dependencies configurable ([containerd#9024](containerd#9024))
  * [`0da8dcaa7`](containerd@0da8dca) make repositories of install dependencies configurable
* [release/1.6 backport] update Golang to go1.20.7, minimum version go1.19 ([containerd#9020](containerd#9020))
  * [`8e6a9de5b`](containerd@8e6a9de) update to go1.20.7, go1.19.12
  * [`8b2eb371f`](containerd@8b2eb37) Update Go to 1.20.6,1.19.11
  * [`cff669c7a`](containerd@cff669c) update go to go1.20.5, go1.19.10
  * [`f34a22de9`](containerd@f34a22d) update go to go1.20.4, go1.19.9
  * [`e8e73065e`](containerd@e8e7306) update go to go1.20.3, go1.19.8
  * [`9b3f950d6`](containerd@9b3f950) Go 1.20.2
  * [`17d03ac68`](containerd@17d03ac) Go 1.20.1
  * [`861f65447`](containerd@861f654) go.mod: go 1.19
  * [`81fa93784`](containerd@81fa937) Stop using math/rand.Read and rand.Seed (deprecated in Go 1.20)
  * [`70dc11a6c`](containerd@70dc11a) lint: remove `//nolint:dupword` that are no longer needed
  * [`fec784a06`](containerd@fec784a) lint: silence "SA1019: tar.TypeRegA has been deprecated... (staticheck)"
  * [`6648df1ad`](containerd@6648df1) lint: silence "type `HostFileConfig` is unused (unused)"
  * [`e6b268bc7`](containerd@e6b268b) golangci-lint v1.51.1
  * [`c552ccf67`](containerd@c552ccf) go.mod: golang.org/x/sync v0.1.0
* [releases/1.6] *: fix leaked shim caused by high IO pressure ([containerd#9004](containerd#9004))
  * [`d00af5c3e`](containerd@d00af5c) integration: issue7496 case should work for runc.v2 only
  * [`583696e4e`](containerd@583696e) Vagrantfile: add strace tool
  * [`ab21d60d2`](containerd@ab21d60) pkg/cri/server: add criService as argument when handle exit event
  * [`a229883cb`](containerd@a229883) pkg/cri/server: fix leaked shim issue
  * [`d8f824200`](containerd@d8f8242) integration: add case to reproduce containerd#7496
* [release/1.6] Cherry-pick: [overlay] add configurable mount options to overlay snapshotter ([containerd#8961](containerd#8961))
  * [`8cd40e1d0`](containerd@8cd40e1) Add configurable mount options to overlay
  * [`453fa397a`](containerd@453fa39) feat: make overlay sync removal configurable
* [release/1.6 backport] update runc binary to v1.1.9 ([containerd#8966](containerd#8966))
  * [`4cb7764df`](containerd@4cb7764) update runc binary to v1.1.9
</p>
</details>

### Dependency Changes

* **golang.org/x/sync**  036812b2e83c -> v0.1.0

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

v1.7.6

Toggle v1.7.6's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.7.6

Welcome to the v1.7.6 release of containerd!

The sixth patch release for containerd 1.7 contains various fixes and updates.

### Notable Updates

* **Fix log package for clients overwriting the global logger** ([containerd#9032](containerd#9032))
* **Fix blockfile snapshotter copy on Darwin** ([containerd#9047](containerd#9047))
* **Add support for Linux usernames on non-Linux platforms** ([containerd#9015](containerd#9015))
* **Update Windows platform matcher to invoke stable ABI compability function** ([containerd#9069](containerd#9069))
* **Update Golang to 1.20.8** ([containerd#9074](containerd#9074))
* **Update push to inherit distribution sources from parent** ([containerd#9084](containerd#9084))

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
* Kirtana Ashok
* Phil Estes
* Akihiro Suda
* Danny Canter
* Sebastiaan van Stijn
* Akhil Mohan
* Maksym Pavlenko
* Samuel Karp
* Wei Fu

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

* [release/1.7] Prepare release notes for 1.7.6 ([containerd#9085](containerd#9085))
  * [`3e09c65b2`](containerd@3e09c65) Prepare release notes for v1.7.6
* [release/1.7] Invoke Stable ABI compatibility function in windows platform matcher ([containerd#9069](containerd#9069))
  * [`c7a35ccdc`](containerd@c7a35cc) Fix transfer service dependencies:
  * [`38d4e506d`](containerd@38d4e50) Invoke Stable ABI compatibility function in windows platform matcher
* [release/1.7] push: inherit distribution sources from parent ([containerd#9084](containerd#9084))
  * [`5ebf05d97`](containerd@5ebf05d) push: inherit distribution sources from parent
  * [`d206896dd`](containerd@d206896) content: add InfoProvider interface
* [release/1.7] update to go1.20.8 ([containerd#9074](containerd#9074))
  * [`423693d7b`](containerd@423693d) [release/1.7] update to go1.20.8
* [release/1.7] Update hcsshim tag to v0.11.0 ([containerd#9063](containerd#9063))
  * [`ddffc7c9a`](containerd@ddffc7c) Update hcsshim tag to v0.11.0
* [release/1.7] CRI: Support Linux usernames for !linux platforms ([containerd#9015](containerd#9015))
  * [`b449440a4`](containerd@b449440) CRI: Support Linux usernames for !linux platforms
* [release/1.7] Blockfile: Enlighten blockfile copy on Darwin ([containerd#9047](containerd#9047))
  * [`ed4bac11e`](containerd@ed4bac1) Blockfile: Enlighten blockfile copy on Darwin
* [release/1.7 backport] Revert "log: define G() as a function instead of a variable" ([containerd#9032](containerd#9032))
  * [`4d1cfbbdd`](containerd@4d1cfbb) Revert "log: define G() as a function instead of a variable"
* [release/1.7 backport] make repositories of install dependencies configurable ([containerd#9025](containerd#9025))
  * [`a34e93241`](containerd@a34e932) make repositories of install dependencies configurable
</p>
</details>

### Dependency Changes

* **github.com/Microsoft/hcsshim**  v0.10.0-rc.8 -> v0.11.0

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

v1.7.5

Toggle v1.7.5's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.7.5

Welcome to the v1.7.5 release of containerd!

The fifth patch release for containerd 1.7 fixes a versioning issue from
the previous release and includes some internal logging API changes.

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
* Derek McGowan
* Akihiro Suda
* Antonio Huete Jimenez
* Phil Estes
* Samuel Karp

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

* [release/1.7] Prepare release notes for 1.7.5 ([containerd#9010](containerd#9010))
  * [`93b23eb10`](containerd@93b23eb) Prepare release notes for v1.7.5
  * [`fb1292c8d`](containerd@fb1292c) Bump version to v1.7.4
* [release/1.7 backport] go.mod: github.com/containerd/continuity v0.4.2 ([containerd#9012](containerd#9012))
  * [`503ab21bf`](containerd@503ab21) go.mod: github.com/containerd/continuity v0.4.2
* [release/1.7 backport] log: cleanups and improvements to decouple more from logrus ([containerd#9001](containerd#9001))
  * [`2a9ae3c51`](containerd@2a9ae3c) log: swap logrus functions with their equivalent on default logger
  * [`01445bb73`](containerd@01445bb) log: add package documentation and summary of package's purpose
  * [`932795f45`](containerd@932795f) log: make Fields type a generic map[string]any
  * [`707ca94d8`](containerd@707ca94) log: add log.Entry type
  * [`0a79e67e4`](containerd@0a79e67) log: define OutputFormat type
  * [`dbbe28b7d`](containerd@dbbe28b) log: define G() as a function instead of a variable
  * [`93b6cb784`](containerd@93b6cb7) log: add all log-levels that are accepted
  * [`e8e086e02`](containerd@e8e086e) log: group "enum" consts and touch-up docs
  * [`7aa4f8fdc`](containerd@7aa4f8f) log: WithLogger: remove redundant intermediate var
  * [`bfdce4ce4`](containerd@bfdce4c) log: SetFormat: include returns in switch
  * [`6621e0888`](containerd@6621e08) log: remove testify dependency
  * [`df76aaede`](containerd@df76aae) removes/docker: remove unnecessary conversion (unconvert)
</p>
</details>

### Changes from containerd/continuity
<details><summary>2 commits</summary>
<p>

* Add initial DragonFly BSD support ([containerd#230](containerd/continuity#230))
  * [`bcc6e25`](containerd/continuity@bcc6e25) dragonfly: Initial porting work
</p>
</details>

### Dependency Changes

* **github.com/containerd/continuity**  1e0d26eb2381 -> v0.4.2

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

v1.6.23

Toggle v1.6.23's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.6.23

Welcome to the v1.6.23 release of containerd!

The twenty-third patch release for containerd 1.6 contains various fixes and updates.

### Notable Updates

* **Add stable ABI support in windows platform matcher + update hcsshim tag ([containerd#8854](containerd#8854))
* **cri: Don't use rel path for image volumes ([containerd#8927](containerd#8927))
* **Upgrade GitHub actions packages in release workflow ([containerd#8908](containerd#8908))
* **update to go1.19.12 ([containerd#8905](containerd#8905))
* **backport: ro option for userxattr mount check + cherry-pick: Fix ro mount option being passed ([containerd#8888](containerd#8888))

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

* Kirtana Ashok
* Maksym Pavlenko
* Austin Vazquez
* Ben Foster
* Derek McGowan
* Mike Brown
* Phil Estes
* Rodrigo Campos
* Sebastiaan van Stijn
* Wei Fu

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

* [release/1.6] Add release notes for v1.6.23 ([containerd#8939](containerd#8939))
  * [`e297a668f`](containerd@e297a66) Add release notes for v1.6.23
* [release/1.6] Add stable ABI support in windows platform matcher + update hcsshim tag ([containerd#8854](containerd#8854))
  * [`f51bf1960`](containerd@f51bf19) Add support for stable ABI windows versions
  * [`43a02c0b2`](containerd@43a02c0) Update hcsshim tag to v0.9.10
*  [release/1.6] cri: Don't use rel path for image volumes ([containerd#8927](containerd#8927))
  * [`cc5b0a21b`](containerd@cc5b0a2) cri: Don't use rel path for image volumes
* [release/1.6 backport] Upgrade GitHub actions packages in release workflow ([containerd#8908](containerd#8908))
  * [`4238cff1c`](containerd@4238cff) Upgrade GitHub actions packages in release workflow
* [release/1.6] update to go1.19.12 ([containerd#8905](containerd#8905))
  * [`00d1092b7`](containerd@00d1092) update to go1.19.12
* [release/1.6] backport: ro option for userxattr mount check + cherry-pick: Fix ro mount option being passed ([containerd#8888](containerd#8888))
  * [`47d73b2de`](containerd@47d73b2) Fix ro mount option being passed
</p>
</details>

### Dependency Changes

* **github.com/Microsoft/hcsshim**  v0.9.8 -> v0.9.10

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

v1.7.3

Toggle v1.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.7.3

Welcome to the v1.7.3 release of containerd!

The third patch release for containerd 1.7 contains various fixes and updates.

### Notable Updates

* **RunC: Update runc binary to v1.1.8** ([containerd#8843](containerd#8843))
* **CRI: Fix additionalGids: it should fallback to imageConfig.User when securityContext.RunAsUser,RunAsUsername are empty** ([containerd#8824](containerd#8824))
* **CRI: write generated CNI config atomically** ([containerd#8825](containerd#8825))
* **Port-Forward: Correctly handle known errors** ([containerd#8806](containerd#8806))
* **Resolve docker.NewResolver race condition** ([containerd#8799](containerd#8799))
* **Fix net.ipv4.ping_group_range with userns** ([containerd#8786](containerd#8786))
* **Runtime/V2/RunC: handle early exits w/o big locks** ([containerd#8712](containerd#8712))
* **SecComp: always allow name_to_handle_at** ([containerd#8753](containerd#8753))
* **CRI: Windows Pod Stats: Add a check to skip stats for containers that are not running** ([containerd#8654](containerd#8654))
* **Task: don't `close()` io before `cancel()`** ([containerd#8658](containerd#8658))
* **Remove CNI conf_template deprecation** ([containerd#8638](containerd#8638))
* **Fix issue for HPC pod metrics** ([containerd#8634](containerd#8634))

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
* Phil Estes
* Sebastiaan van Stijn
* Wei Fu
* Derek McGowan
* Kazuyoshi Kato
* Austin Vazquez
* Samuel Karp
* Shingo Omura
* Jin Dong
* Maksym Pavlenko
* Aditi Sharma
* Danny Canter
* James Sturtevant
* Laura Brehm
* Rodrigo Campos
* Akhil Mohan
* Andrey Epifanov
* Bjorn Neergaard
* Cory Snider
* Madhav Jivrajani
* Mahamed Ali
* Priyanka Saggu
* Qasim Sarfraz
* wangxiang
* zounengren

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

* [release/1.7] Prepare release notes for v1.7.3 ([containerd#8871](containerd#8871))
  * [`4cb2f1515`](containerd@4cb2f15) [release/1.7] Add release notes for v1.7.3
* [release/1.7] cri: memory.memsw.limit_in_bytes: no such file or directory ([containerd#8869](containerd#8869))
  * [`b461ecacf`](containerd@b461eca) cri: memory.memsw.limit_in_bytes: no such file or directory
* [release/1.7] migrate to community owned bucket for node e2e tests ([containerd#8875](containerd#8875))
  * [`14328ae03`](containerd@14328ae) migrate to community owned bucket
* [release/1.7 backport] update runc binary to v1.1.8 ([containerd#8843](containerd#8843))
  * [`b985f7ef1`](containerd@b985f7e) update runc binary to v1.1.8
* [release/1.7 backport] [CRI] fix additionalGids: it should fallback to imageConfig.User when securityContext.RunAsUser,RunAsUsername are empty ([containerd#8824](containerd#8824))
  * [`083f57160`](containerd@083f571) capture desc variable in range variable just in case that it run in parallel mode
  * [`a9440ce6b`](containerd@a9440ce) Use t.TempDir instead of os.MkdirTemp
  * [`eea3440d8`](containerd@eea3440) use strings.Cut instead of strings.Split for parsing imageConfig.User
  * [`eace67180`](containerd@eace671) fix userstr for dditionalGids on Linux
* [release/1.7 backport] cri: write generated CNI config atomically ([containerd#8825](containerd#8825))
  * [`7353c0286`](containerd@7353c02) ctr: update WritePidFile to use atomicfile
  * [`ae7021300`](containerd@ae70213) shim: WritePidFile & WriteAddress use atomicfile
  * [`186eb64b7`](containerd@186eb64) cri: write generated CNI config atomically on Unix
  * [`64c3dcd8e`](containerd@64c3dcd) atomicfile: new package for atomic file writes
* [release/1.7 backport] Move logrus setup code to log package ([containerd#8831](containerd#8831))
  * [`f7a20e17c`](containerd@f7a20e1) Move logrus setup code to log package
* [release/1.7 backport] Cirrus CI: configure apt-get to wait for locks ([containerd#8814](containerd#8814))
  * [`60a6db9c2`](containerd@60a6db9) Cirrus CI: configure apt-get to wait for locks
* [release/1.7 backport] Update Go to 1.20.6,1.19.11 ([containerd#8815](containerd#8815))
  * [`973778193`](containerd@9737781) Update Go to 1.20.6,1.19.11
* [release/1.7 backport] update go to go1.20.5, go1.19.10 ([containerd#8716](containerd#8716))
  * [`403033e52`](containerd@403033e) update go to go1.20.5, go1.19.10
* [release/1.7 backport] bugfix(port-forward): Correctly handle known errors ([containerd#8806](containerd#8806))
  * [`6b6b0c828`](containerd@6b6b0c8) bugfix(port-forward): Correctly handle known errors
* [release/1.7] Resolve docker.NewResolver race condition ([containerd#8799](containerd#8799))
  * [`898eca21e`](containerd@898eca2) Change http.Header copy to builtin Clone
  * [`fa2efc406`](containerd@fa2efc4) Resolve docker.NewResolver race condition
* [release/1.7] Fix net.ipv4.ping_group_range with userns ([containerd#8786](containerd#8786))
  * [`241514815`](containerd@2415148) pkg/cri/server: Test net.ipv4.ping_group_range works with userns
  * [`801e8c806`](containerd@801e8c8) pkg/cri/server: Fix net.ipv4.ping_group_range with userns
* [release/1.7 backport] vendor: github.com/containerd/zfs v1.1.0 ([containerd#8782](containerd#8782))
  * [`d5639a5a8`](containerd@d5639a5) vendor: github.com/containerd/zfs v1.1.0
* [release/1.7 backport] ci: remove libseccomp-dev installation for nightly ([containerd#8772](containerd#8772))
  * [`15d65709e`](containerd@15d6570) ci: remove libseccomp-dev installation for nightly
* [release/1.7] go.mod: Update cgroups to 3.0.2 ([containerd#8769](containerd#8769))
  * [`a08ae718c`](containerd@a08ae71) [release/1.7] go.mod: Update cgroups to 3.0.2
* [release/1.7 backport] runtime/v2/runc: handle early exits w/o big locks ([containerd#8712](containerd#8712))
  * [`18c6503d9`](containerd@18c6503) runtime/v2/runc: handle early exits w/o big locks
* [release/1.7 backport] integration/client: add timeout to `TestShimOOMScore` ([containerd#8750](containerd#8750))
  * [`3bf3996d9`](containerd@3bf3996) integration/client: add timeout to `TestShimOOMScore`
* [release/1.7 backport] Update ginkgo to match cri-tools' version ([containerd#8760](containerd#8760))
  * [`c2c54af9d`](containerd@c2c54af) Update ginkgo to match cri-tools' version
* [release/1.7 backport] seccomp: always allow name_to_handle_at ([containerd#8753](containerd#8753))
  * [`6281d46df`](containerd@6281d46) seccomp: always allow name_to_handle_at
* [release/1.7] Pinned image support ([containerd#8718](containerd#8718))
  * [`699d6701a`](containerd@699d670) Pinned image support
* [release/1.7] cherry-pick: No more nondistributable layers in MS registry ([containerd#8690](containerd#8690))
  * [`dafbeb5b1`](containerd@dafbeb5) No more nondistributable layers in MS registry
* [release/1.7] [cri] Windows Pod Stats: Add a check to skip stats for containers that are not running ([containerd#8654](containerd#8654))
  * [`58b6b99cd`](containerd@58b6b99) Add a check to skip stats for containers that are not running
* [release/1.7 backport] task: don't `close()` io before `cancel()` ([containerd#8658](containerd#8658))
  * [`e5b2a0131`](containerd@e5b2a01) task: don't `close()` io before `cancel()`
* [release/1.7 backport] move to CRI-TOOLS v1.27.0 ([containerd#8656](containerd#8656))
  * [`a6a15afe3`](containerd@a6a15af) move to CRI-TOOLS v1.27.0
* [release/1.7] Remove cni conf_template deprecation ([containerd#8638](containerd#8638))
  * [`0b2b96479`](containerd@0b2b964) RELEASES.md: de-deprecation of CNI conf_template will be v1.7.3
  * [`a24267b28`](containerd@a24267b) Remove cni conf_template deprecation
* [release/1.7] Fix issue for HPC pod metrics ([containerd#8634](containerd#8634))
  * [`89415fe36`](containerd@89415fe) Fix issue for HPC pod metrics
</p>
</details>

### Changes from containerd/zfs
<details><summary>49 commits</summary>
<p>

* gofumpt and update status badges ([containerd#75](containerd/zfs#75))
  * [`5e3457b`](containerd/zfs@5e3457b) TestZFSUsage: use t.TempDir()
  * [`6e9c675`](containerd/zfs@6e9c675) README: update badges
  * [`ff17a79`](containerd/zfs@ff17a79) gofmt code
* go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1 ([containerd#73](containerd/zfs#73))
  * [`d3485b9`](containerd/zfs@d3485b9) go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1
* gha: fix golangci-lint, and upgrade to v1.52.2 ([containerd#74](containerd/zfs#74))
  * [`23c831a`](containerd/zfs@23c831a) remove pre-go1.17 build-tags, and fix missing build-tags in plugin
  * [`e5acd95`](containerd/zfs@e5acd95) gha: fix golangci-lint, upgrade to v1.52.2
* Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 ([containerd#72](containerd/zfs#72))
  * [`00b96c2`](containerd/zfs@00b96c2) Bump github.com/containerd/containerd from 1.6.12 to 1.6.18
* Bump github.com/containerd/containerd from 1.6.9 to 1.6.12 ([containerd#69](containerd/zfs#69))
  * [`a099def`](containerd/zfs@a099def) Bump github.com/containerd/containerd from 1.6.9 to 1.6.12
* Add CodeQL analysis workflow ([containerd#67](containerd/zfs#67))
  * [`fee1db7`](containerd/zfs@fee1db7) Add CodeQL analysis workflow
* Update GitHub actions CI workflow ([containerd#66](containerd/zfs#66))
  * [`b8b7ab2`](containerd/zfs@b8b7ab2) Update GitHub actions CI workflow
* Upgrade compiler to Go 1.19 and update dependencies ([containerd#68](containerd/zfs#68))
  * [`3e729b3`](containerd/zfs@3e729b3) Update dependencies
  * [`3c003f8`](containerd/zfs@3c003f8) Upgrade compiler to Go 1.19
* Remove references to io/ioutil package ([containerd#65](containerd/zfs#65))
  * [`d700762`](containerd/zfs@d700762) Remove references to io/ioutil package
* Update go.mod and move to supported Go version ([containerd#62](containerd/zfs#62))
  * [`f52906e`](containerd/zfs@f52906e) Update Go version to supported version
  * [`79ca2cb`](containerd/zfs@79ca2cb) Update containerd depedency to latest
* go.mod: github.com/mistifyio/go-zfs v3.0.0 ([containerd#59](containerd/zfs#59))
  * [`2e3db29`](containerd/zfs@2e3db29) go.mod: github.com/mistifyio/go-zfs v3.0.0
* go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309 ([containerd#58](containerd/zfs#58))
  * [`d904e63`](containerd/zfs@d904e63) go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309
* Update vendoring to containerd 1.6.x ([containerd#57](containerd/zfs#57))
  * [`e021180`](containerd/zfs@e021180) Update vendoring to containerd 1.6.x
* Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 ([containerd#55](containerd/zfs#55))
  * [`fc0c9a9`](containerd/zfs@fc0c9a9) Bump github.com/containerd/containerd from 1.5.8 to 1.5.9
* Bump github.com/containerd/containerd from 1.5.5 to 1.5.8 ([containerd#54](containerd/zfs#54))
  * [`5d2f28c`](containerd/zfs@5d2f28c) Bump github.com/containerd/containerd from 1.5.5 to 1.5.8
* follow-up-containerd#52: fix the order of cause in fmt.Errorf ([containerd#53](containerd/zfs#53))
  * [`b3f193d`](containerd/zfs@b3f193d) follow-up-containerd#52: fix the order of cause in fmt.Errorf
* replace pkg/errors ([containerd#52](containerd/zfs#52))
  * [`d5b0a2f`](containerd/zfs@d5b0a2f) replace pkg/errors
* Bump github.com/containerd/containerd from 1.5.2 to 1.5.4 ([containerd#51](containerd/zfs#51))
  * [`fd6afa5`](containerd/zfs@fd6afa5) Bump github.com/containerd/containerd from 1.5.2 to 1.5.4
* Bump containerd to 1.5.2 ([containerd#50](containerd/zfs#50))
  * [`aef875e`](containerd/zfs@aef875e) bump containerd to 1.5.2
* Rename branches from master to main ([containerd#49](containerd/zfs#49))
  * [`35c6af7`](containerd/zfs@35c6af7) Rename branches from master to main
* sync up with containerd 1.5 GA  ([containerd#47](containerd/zfs#47))
  * [`3d5efef`](containerd/zfs@3d5efef) vendor sync up with containerd 1.5 ga
* README.md: fix CI badge ([containerd#46](containerd/zfs#46))
  * [`0977d81`](containerd/zfs@0977d81) README.md: fix CI badge
</p>
</details>

### Dependency Changes

* **github.com/containerd/cgroups/v3**  v3.0.1 -> v3.0.2
* **github.com/containerd/zfs**         v1.0.0 -> v1.1.0
* **github.com/mistifyio/go-zfs/v3**    v3.0.1 **_new_**

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

v1.6.22

Toggle v1.6.22's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.6.22

Welcome to the v1.6.22 release of containerd!

The twenty-second patch release for containerd 1.6 contains various fixes and updates.

### Notable Updates

* **RunC: Update runc binary to v1.1.8** ([containerd#8842](containerd#8842))
* **CRI: Fix additionalGids: it should fallback to imageConfig.User when securityContext.RunAsUser,RunAsUsername are empty** ([containerd#8823](containerd#8823))
* **CRI: Write generated CNI config atomically** ([containerd#8826](containerd#8826))
* **Fix concurrent writes for `UpdateContainerStats`** ([containerd#8819](containerd#8819))
* **Make checkContainerTimestamps less strict on Windows** ([containerd#8827](containerd#8827))
* **Port-Forward: Correctly handle known errors** ([containerd#8805](containerd#8805))
* **Resolve docker.NewResolver race condition** ([containerd#8800](containerd#8800))
* **SecComp: Always allow `name_to_handle_at`** ([containerd#8754](containerd#8754))
* **Adding support to run hcsshim from local clone** ([containerd#8713](containerd#8713))
* **Pinned image support** ([containerd#8720](containerd#8720))
* **Runtime/V2/RunC: Handle early exits w/o big locks** ([containerd#8695](containerd#8695))
* **CRITool: Move up to CRI-TOOLS v1.27.0** ([containerd#7997](containerd#7997))
* **Fix cpu architecture detection issue on emulated ARM platform** ([containerd#8533](containerd#8533))
* **Task: Don't `close()` io before `cancel()`** ([containerd#8659](containerd#8659))
* **Fix panic when remote differ returns empty result** ([containerd#8640](containerd#8640))
* **Plugins: Notify readiness when registered plugins are ready** ([containerd#8583](containerd#8583))
* **Unwrap io errors in server connection receive error handling** ([ttrpc#143](containerd/ttrpc#143))

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
* Phil Estes
* Sebastiaan van Stijn
* Derek McGowan
* Wei Fu
* Kazuyoshi Kato
* Austin Vazquez
* Samuel Karp
* dependabot[bot]
* Jin Dong
* Maksym Pavlenko
* Mike Brown
* Shingo Omura
* Akhil Mohan
* Bjorn Neergaard
* Laura Brehm
* Tony Fang
* Aditi Sharma
* Andrey Epifanov
* Benjamin Wang
* Brian Goff
* Cory Snider
* Daniel Canter
* Daniel Lenar
* Henry Wang
* Luca Comellini
* Madhav Jivrajani
* Mahamed Ali
* Mohit Sharma
* Oliver Radwell
* Priyanka Saggu
* Qasim Sarfraz
* Takumasa Sakao
* wangxiang
* zounengren

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

* [release/1.6] Prepare release notes for v1.6.22 ([containerd#8863](containerd#8863))
  * [`0770a4601`](containerd@0770a46) [release/1.6] Add release notes for v1.6.22
* [release/1.6] migrate to community owned bucket for node e2e tests ([containerd#8876](containerd#8876))
  * [`512a672af`](containerd@512a672) migrate to community owned bucket
* [release/1.6] cri: memory.memsw.limit_in_bytes: no such file or directory ([containerd#8870](containerd#8870))
  * [`b585ff155`](containerd@b585ff1) cri: memory.memsw.limit_in_bytes: no such file or directory
* [release/1.6] Update go-restful to v3.10.1  ([containerd#8412](containerd#8412))
  * [`a322077bf`](containerd@a322077) go.mod: github.com/emicklei/go-restful/v3 v3.10.1
* [release/1.6 backport] update runc binary to v1.1.8 ([containerd#8842](containerd#8842))
  * [`b3ac068eb`](containerd@b3ac068) update runc binary to v1.1.8
* [release/1.6 backport] ci: remove libseccomp-dev installation for nightly ([containerd#8773](containerd#8773))
  * [`6e2bcb6dd`](containerd@6e2bcb6) ci: remove libseccomp-dev installation for nightly
* [release/1.6 backport] [CRI] fix additionalGids: it should fallback to imageConfig.User when securityContext.RunAsUser,RunAsUsername are empty ([containerd#8823](containerd#8823))
  * [`cd06f23af`](containerd@cd06f23) capture desc variable in range variable just in case that it run in parallel mode
  * [`30f5c6a1f`](containerd@30f5c6a) Use t.TempDir instead of os.MkdirTemp
  * [`59d8363ef`](containerd@59d8363) fix userstr for dditionalGids on Linux
* [release/1.6 backport] cri: write generated CNI config atomically ([containerd#8826](containerd#8826))
  * [`d75bf78c2`](containerd@d75bf78) ctr: update WritePidFile to use atomicfile
  * [`5f70b23c1`](containerd@5f70b23) shim: WritePidFile & WriteAddress use atomicfile
  * [`505d444b0`](containerd@505d444) cri: write generated CNI config atomically on Unix
  * [`b2d2d3829`](containerd@b2d2d38) atomicfile: new package for atomic file writes
* [release/1.6 backport] Fix concurrent writes for UpdateContainerStats ([containerd#8819](containerd#8819))
  * [`9f650143f`](containerd@9f65014) Fix concurrent writes for UpdateContainerStats
* [release/1.6 backport] Make checkContainerTimestamps less strict on Windows ([containerd#8827](containerd#8827))
  * [`568ce91ca`](containerd@568ce91) Make checkContainerTimestamps less strict on Windows
* [release/1.6 backport] dependency: bump go.etcd.io/bbolt to v1.3.7 ([containerd#8817](containerd#8817))
  * [`d2f47192a`](containerd@d2f4719) dependency: bump go.etcd.io/bbolt to v1.3.7
  * [`fb56dc245`](containerd@fb56dc2) [release/1.6] vendor: github.com/stretchr/testify v1.8.1
* [release/1.6 backport] Move logrus setup code to log package ([containerd#8832](containerd#8832))
  * [`7fbd5dc89`](containerd@7fbd5dc) Move logrus setup code to log package
* [release/1.6 backport] release: Add "cri-containerd.DEPRECATED.txt" in the deprecated cri-containerd-* bundles ([containerd#8820](containerd#8820))
  * [`59a143670`](containerd@59a1436) release: Add "cri-containerd.DEPRECATED.txt" in the deprecated cri-containerd-* bundles
* [release/1.6 backport] Use version 2 configuration format in docs ([containerd#8821](containerd#8821))
  * [`5b51b79e2`](containerd@5b51b79) [release/1.6] fix remaining "v1 config" plugin IDs
  * [`b7cf26d8d`](containerd@b7cf26d) docs: Fix sample config.toml syntax
  * [`fcdaf0966`](containerd@fcdaf09) docs: migrate config v1 to v2
  * [`728d5c5f0`](containerd@728d5c5) Use version 2 config and mention containerd config command
* [release/1.6] update go to go1.19.11 ([containerd#8816](containerd#8816))
  * [`81aa14718`](containerd@81aa147) [release/1.6] update go to go1.19.11
* [release/1.6] update go to go1.19.10 ([containerd#8715](containerd#8715))
  * [`17cd86629`](containerd@17cd866) [release/1.6] update go to go1.19.10
* [release/1.6 backport] bugfix(port-forward): Correctly handle known errors ([containerd#8805](containerd#8805))
  * [`fdb65f214`](containerd@fdb65f2) bugfix(port-forward): Correctly handle known errors
* [release/1.6] Resolve docker.NewResolver race condition ([containerd#8800](containerd#8800))
  * [`b5784af66`](containerd@b5784af) Change http.Header copy to builtin Clone
  * [`31c466f82`](containerd@31c466f) Resolve docker.NewResolver race condition
* [release/1.6 backport] vendor: github.com/containerd/zfs v1.1.0 ([containerd#8781](containerd#8781))
  * [`be6406ca6`](containerd@be6406c) vendor: github.com/containerd/zfs v1.1.0
  * [`9f1260074`](containerd@9f12600) [release/1.6] vendor gotest.tools/v3 v3.5.0
  * [`526e9e0ce`](containerd@526e9e0) Bump grpc to v1.50.1
  * [`0e7d2d121`](containerd@0e7d2d1) go.mod: github.com/sirupsen/logrus v1.9.0
  * [`5b153c621`](containerd@5b153c6) go.mod: github.com/moby/sys/mountinfo v0.6.2
  * [`9dee60960`](containerd@9dee609) go.mod: github.com/moby/sys/mountinfo v0.6.0
* [release/1.6 backport] seccomp: always allow name_to_handle_at ([containerd#8754](containerd#8754))
  * [`07ea7b9e7`](containerd@07ea7b9) seccomp: always allow name_to_handle_at
* [release/1.6 backport] Update ginkgo to match cri-tools' version ([containerd#8759](containerd#8759))
  * [`1dae51fed`](containerd@1dae51f) Update ginkgo to match cri-tools' version
* [release/1.6 backport] integration/client: add timeout to `TestShimOOMScore` ([containerd#8749](containerd#8749))
  * [`bd76ab978`](containerd@bd76ab9) integration/client: add timeout to `TestShimOOMScore`
* [release/1.6 backport] Adding support to run hcsshim from local clone ([containerd#8713](containerd#8713))
  * [`8e14eccb2`](containerd@8e14ecc) Adding support to run hcsshim from local clone
* [1.6] Add Fields type alias to log package ([containerd#8739](containerd#8739))
  * [`9f2cdd589`](containerd@9f2cdd5) Add Fields type alias to log package
* [release/1.6] Pinned image support ([containerd#8720](containerd#8720))
  * [`f4713aad0`](containerd@f4713aa) Pinned image support
* [release/1.6 backport] runtime/v2/runc: handle early exits w/o big locks ([containerd#8695](containerd#8695))
  * [`dbeec47b4`](containerd@dbeec47) runtime/v2/runc: handle early exits w/o big locks
* [release/1.6 backport] move up to CRI-TOOLS v1.27.0 ([containerd#7997](containerd#7997))
  * [`a8e01e40a`](containerd@a8e01e4) move to CRI-TOOLS v1.27.0
  * [`755f80698`](containerd@755f806) move up to CRI-TOOLS v1.26.0
  * [`b29cc035f`](containerd@b29cc03) bump critools into ca1571e6edd116b2c95f52e3dfa0b4779b74223a
  * [`9138999f5`](containerd@9138999) Upgrade critools from 1.24.1 to 1.25.0
* [release/1.6] cherry-pick: No more nondistributable layers in MS registry ([containerd#8691](containerd#8691))
  * [`712ff8eb3`](containerd@712ff8e) No more nondistributable layers in MS registry
* [release/1.6] Fix cpu architecture detection issue on emulated ARM platform ([containerd#8533](containerd#8533))
  * [`2b16e4bfa`](containerd@2b16e4b) Add unit test to function GetCPUVariantFromArch
  * [`106e36ec3`](containerd@106e36e) Use uname machine field to get CPU variant if fails at /proc/cpuinfo
* [release/1.6] Update lint timeout ([containerd#8679](containerd#8679))
  * [`287fdfea6`](containerd@287fdfe) Update linter timeout to match main branch
* [release/1.6 backport] task: don't `close()` io before `cancel()` ([containerd#8659](containerd#8659))
  * [`b27f7daa5`](containerd@b27f7da) task: don't `close()` io before `cancel()`
* [release/1.6] update test box to fedora 37 ([containerd#8660](containerd#8660))
  * [`8b4c69248`](containerd@8b4c692) update test box to fedora 37
* [release/1.6] Revert "Downgrade MinGW to version 10.2.0" ([containerd#8668](containerd#8668))
  * [`81d6085af`](containerd@81d6085) Revert "Downgrade MinGW to version 10.2.0"
* [release/1.6 backport] Fix panic when remote differ returns empty result ([containerd#8640](containerd#8640))
  * [`f98122378`](containerd@f981223) Fix panic when remote differ returns empty result
* [1.6] Bump x/net to 0.8 ([containerd#8642](containerd#8642))
  * [`aa53f272d`](containerd@aa53f27) Bump x/net to 0.8
* [release/1.6 backport] remotes/docker: ResolverOptions: fix deprecation comments ([containerd#8620](containerd#8620))
  * [`56ff20839`](containerd@56ff208) remotes/docker: ResolverOptions: fix deprecation comments
* [release/1.6] notify readiness when registered plugins are ready ([containerd#8583](containerd#8583))
  * [`bccaf68b7`](containerd@bccaf68) notify readiness when registered plugins are ready
* [release/1.6] Update ttrpc to 1.1.2 ([containerd#8528](containerd#8528))
  * [`1cdbbe76b`](containerd@1cdbbe7) Update ttrpc to 1.1.2
</p>
</details>

### Changes from containerd/ttrpc
<details><summary>2 commits</summary>
<p>

* [release/1.1] Unwrap io errors in server connection receive error handling ([containerd#143](containerd/ttrpc#143))
  * [`d5f7eed`](containerd/ttrpc@d5f7eed) Unwrap io errors in server connection receive error handling
</p>
</details>

### Changes from containerd/zfs
<details><summary>49 commits</summary>
<p>

* gofumpt and update status badges ([containerd#75](containerd/zfs#75))
  * [`5e3457b`](containerd/zfs@5e3457b) TestZFSUsage: use t.TempDir()
  * [`6e9c675`](containerd/zfs@6e9c675) README: update badges
  * [`ff17a79`](containerd/zfs@ff17a79) gofmt code
* go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1 ([containerd#73](containerd/zfs#73))
  * [`d3485b9`](containerd/zfs@d3485b9) go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1
* gha: fix golangci-lint, and upgrade to v1.52.2 ([containerd#74](containerd/zfs#74))
  * [`23c831a`](containerd/zfs@23c831a) remove pre-go1.17 build-tags, and fix missing build-tags in plugin
  * [`e5acd95`](containerd/zfs@e5acd95) gha: fix golangci-lint, upgrade to v1.52.2
* Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 ([containerd#72](containerd/zfs#72))
  * [`00b96c2`](containerd/zfs@00b96c2) Bump github.com/containerd/containerd from 1.6.12 to 1.6.18
* Bump github.com/containerd/containerd from 1.6.9 to 1.6.12 ([containerd#69](containerd/zfs#69))
  * [`a099def`](containerd/zfs@a099def) Bump github.com/containerd/containerd from 1.6.9 to 1.6.12
* Add CodeQL analysis workflow ([containerd#67](containerd/zfs#67))
  * [`fee1db7`](containerd/zfs@fee1db7) Add CodeQL analysis workflow
* Update GitHub actions CI workflow ([containerd#66](containerd/zfs#66))
  * [`b8b7ab2`](containerd/zfs@b8b7ab2) Update GitHub actions CI workflow
* Upgrade compiler to Go 1.19 and update dependencies ([containerd#68](containerd/zfs#68))
  * [`3e729b3`](containerd/zfs@3e729b3) Update dependencies
  * [`3c003f8`](containerd/zfs@3c003f8) Upgrade compiler to Go 1.19
* Remove references to io/ioutil package ([containerd#65](containerd/zfs#65))
  * [`d700762`](containerd/zfs@d700762) Remove references to io/ioutil package
* Update go.mod and move to supported Go version ([containerd#62](containerd/zfs#62))
  * [`f52906e`](containerd/zfs@f52906e) Update Go version to supported version
  * [`79ca2cb`](containerd/zfs@79ca2cb) Update containerd depedency to latest
* go.mod: github.com/mistifyio/go-zfs v3.0.0 ([containerd#59](containerd/zfs#59))
  * [`2e3db29`](containerd/zfs@2e3db29) go.mod: github.com/mistifyio/go-zfs v3.0.0
* go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309 ([containerd#58](containerd/zfs#58))
  * [`d904e63`](containerd/zfs@d904e63) go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309
* Update vendoring to containerd 1.6.x ([containerd#57](containerd/zfs#57))
  * [`e021180`](containerd/zfs@e021180) Update vendoring to containerd 1.6.x
* Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 ([containerd#55](containerd/zfs#55))
  * [`fc0c9a9`](containerd/zfs@fc0c9a9) Bump github.com/containerd/containerd from 1.5.8 to 1.5.9
* Bump github.com/containerd/containerd from 1.5.5 to 1.5.8 ([containerd#54](containerd/zfs#54))
  * [`5d2f28c`](containerd/zfs@5d2f28c) Bump github.com/containerd/containerd from 1.5.5 to 1.5.8
* follow-up-containerd#52: fix the order of cause in fmt.Errorf ([containerd#53](containerd/zfs#53))
  * [`b3f193d`](containerd/zfs@b3f193d) follow-up-containerd#52: fix the order of cause in fmt.Errorf
* replace pkg/errors ([containerd#52](containerd/zfs#52))
  * [`d5b0a2f`](containerd/zfs@d5b0a2f) replace pkg/errors
* Bump github.com/containerd/containerd from 1.5.2 to 1.5.4 ([containerd#51](containerd/zfs#51))
  * [`fd6afa5`](containerd/zfs@fd6afa5) Bump github.com/containerd/containerd from 1.5.2 to 1.5.4
* Bump containerd to 1.5.2 ([containerd#50](containerd/zfs#50))
  * [`aef875e`](containerd/zfs@aef875e) bump containerd to 1.5.2
* Rename branches from master to main ([containerd#49](containerd/zfs#49))
  * [`35c6af7`](containerd/zfs@35c6af7) Rename branches from master to main
* sync up with containerd 1.5 GA  ([containerd#47](containerd/zfs#47))
  * [`3d5efef`](containerd/zfs@3d5efef) vendor sync up with containerd 1.5 ga
* README.md: fix CI badge ([containerd#46](containerd/zfs#46))
  * [`0977d81`](containerd/zfs@0977d81) README.md: fix CI badge
</p>
</details>

### Dependency Changes

* **github.com/containerd/ttrpc**        v1.1.1 -> v1.1.2
* **github.com/containerd/zfs**          v1.0.0 -> v1.1.0
* **github.com/emicklei/go-restful/v3**  v3.7.3 -> v3.10.1
* **github.com/google/go-cmp**           v0.5.6 -> v0.5.9
* **github.com/google/uuid**             v1.2.0 -> v1.3.0
* **github.com/mistifyio/go-zfs/v3**     v3.0.1 **_new_**
* **github.com/moby/sys/mountinfo**      v0.5.0 -> v0.6.2
* **github.com/sirupsen/logrus**         v1.8.1 -> v1.9.0
* **github.com/stretchr/testify**        v1.7.0 -> v1.8.1
* **go.etcd.io/bbolt**                   v1.3.6 -> v1.3.7
* **golang.org/x/net**                   a158d28d115b -> v0.8.0
* **golang.org/x/sys**                   8c9f86f7a55f -> v0.6.0
* **golang.org/x/term**                  03fcf44c2211 -> v0.6.0
* **golang.org/x/text**                  v0.3.7 -> v0.8.0
* **google.golang.org/grpc**             v1.47.0 -> v1.50.1
* **google.golang.org/protobuf**         v1.28.0 -> v1.28.1
* **gotest.tools/v3**                    v3.0.3 -> v3.5.0

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

v1.7.2

Toggle v1.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.7.2

Welcome to the v1.7.2 release of containerd!

The second patch release for containerd 1.7 includes enhancements to CRI sandbox mode,
Windows snapshot mounting support, and CRI and container IO bug fixes.

### CRI/Sandbox Updates
* **Publish sandbox events** ([containerd#8613](containerd#8613))
* **Make stats respect sandbox's platform** ([containerd#8604](containerd#8604))

### Other Notable Updates
* **Mount snapshots on Windows** ([containerd#8616](containerd#8616))
* **Notify readiness when registered plugins are ready** ([containerd#8584](containerd#8584))
* **Fix cio.Cancel() should close pipes** ([containerd#8624](containerd#8624))
* **CDI: Use CRI Config.CDIDevices field for CDI injection** ([containerd#8519](containerd#8519))

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

* Gabriel Adrian Samfira
* Derek McGowan
* Paul "TBBle" Hampson
* Maksym Pavlenko
* Phil Estes
* Austin Vazquez
* Akihiro Suda
* Kazuyoshi Kato
* Danny Canter
* Samuel Karp
* Sebastiaan van Stijn
* Ed Bartosh
* Henry Wang
* Hsing-Yu (David) Chen
* Jan Dubois
* Mike Brown
* Wei Fu
* helen

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

* [release/1.7] Prepare release notes for v1.7.2 ([containerd#8629](containerd#8629))
  * [`0e41daaea`](containerd@0e41daa) [release/1.7] Prepare release notes for v1.7.2
* [1.7 backport] Fix panic when remote differ returns empty result ([containerd#8631](containerd#8631))
  * [`e134b6393`](containerd@e134b63) Fix panic when remote differ returns empty result
* [release/1.7 backport] Mount snapshots on Windows ([containerd#8616](containerd#8616))
  * [`313c226b8`](containerd@313c226) Update continuity to a tagged version
  * [`8dd16285a`](containerd@8dd1628) UnmountAll is a no-op for missing mount points
  * [`acff3eefa`](containerd@acff3ee) Improve error messages and remove check
  * [`b4dd3bf4e`](containerd@b4dd3bf) Make ReadOnly() available on all platforms
  * [`08d8baf3f`](containerd@08d8baf) Increase integration test tmieout to 20m
  * [`1f0dbd011`](containerd@1f0dbd0) Remove bind code path in mount()
  * [`8f37b1c63`](containerd@8f37b1c) Remove "bind" code path from diff
  * [`9139208b3`](containerd@9139208) Properly mount base layers
  * [`e61e7b312`](containerd@e61e7b3) Skip parent layer options on bind mounts
  * [`e4307926f`](containerd@e430792) Add ReadOnly() function
  * [`0277b9b01`](containerd@0277b9b) Remove escalated privileges
  * [`d5c18dfb7`](containerd@d5c18df) Use DefaultSnapshotter
  * [`853179366`](containerd@8531793) use t.Fatal if we cannot enable process privileges
  * [`5b3ee413f`](containerd@5b3ee41) Update continuity
  * [`375172604`](containerd@3751726) Fix go.mod, simplify boolean logic, add logging
  * [`600abd137`](containerd@600abd1) Ignore ERROR_NOT_FOUND error when removing mount
  * [`df7295dcd`](containerd@df7295d) Update continuity, go-winio and hcsshim
  * [`0db78c482`](containerd@0db78c4) Remove unused function
  * [`219058766`](containerd@2190587) Grant needed privileges for snapshotter tests
  * [`96fbe5bc8`](containerd@96fbe5b) Fix layer comparison and enable read-only checks
  * [`279e0d3c9`](containerd@279e0d3) Use bind filer for mounts
  * [`93e94da40`](containerd@93e94da) Enable TestSnapshotterClient on Windows
  * [`3a3da693a`](containerd@3a3da69) Run Windows snapshotter through the test suite
  * [`e7b62322f`](containerd@e7b6232) Fix misspelling of 'Native' as 'Naive'
  * [`e1f999a18`](containerd@e1f999a) Add paired 'mount' log for 'unmount'
  * [`5788d6e52`](containerd@5788d6e) Don't use all-upper-case filenames in snapshot tests
  * [`3cdcb2f10`](containerd@3cdcb2f) Skip tests that do not apply to WCOW on Windows
  * [`b0968b8bb`](containerd@b0968b8) Ensure mounts are unmounted before leaving the test
  * [`b57424851`](containerd@b574248) Unify testutil.Unmount on Windows and Unix
  * [`b9a8aad45`](containerd@b9a8aad) Implement Windows mounting for bind and windows-layer mounts
  * [`1a64ee183`](containerd@1a64ee1) Implement WCOW parentless active snapshots and view snapshots
* [release/1.7] fix: cio.Cancel() should close the pipes ([containerd#8624](containerd#8624))
  * [`99582fb1a`](containerd@99582fb) fix: cio.Cancel() should close the pipes
* [release/1.7 backport] remotes/docker: ResolverOptions: fix deprecation comments ([containerd#8621](containerd#8621))
  * [`eeda70fb0`](containerd@eeda70f) remotes/docker: ResolverOptions: fix deprecation comments
* [release/1.7] Publish sandbox events ([containerd#8613](containerd#8613))
  * [`e21c8beee`](containerd@e21c8be) Post cherry-pick fixes
  * [`246240f71`](containerd@246240f) Move PLEG event back to CRI
  * [`16f3726dd`](containerd@16f3726) Generate sandbox exit events from CRI
  * [`0c8cfb1a7`](containerd@0c8cfb1) Move pod sandbox recovery to podsandbox/ package
  * [`91d9f5c64`](containerd@91d9f5c) Publish sandbox events
  * [`4b77683b4`](containerd@4b77683) Add sandbox events protos
* [release/1.7] notify readiness when registered plugins are ready ([containerd#8584](containerd#8584))
  * [`2c38cad77`](containerd@2c38cad) notify readiness when registered plugins are ready
* [release/1.7] Backport CRI sandbox server stats changes ([containerd#8604](containerd#8604))
  * [`7851b0a9f`](containerd@7851b0a) CRI: Make stats respect sandbox's platform
  * [`8d7c340ca`](containerd@8d7c340) [sbserver] handle missing cpu stats
  * [`d08b2a088`](containerd@d08b2a0) [sbserver] Refactor usageNanoCores be to used for all OSes
* [release/1.7] Cherry-pick: Update volume-ownership image with latest hashes ([containerd#8574](containerd#8574))
  * [`08de6e7b8`](containerd@08de6e7) Update volume-ownership image with latest hashes
* [release/1.7] CDI: Use CRI Config.CDIDevices field for CDI injection ([containerd#8519](containerd#8519))
  * [`6a5e54c15`](containerd@6a5e54c) Get CDI devices from CRI Config.CDIDevices field
* [release/1.7 backport] snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility ([containerd#8510](containerd#8510))
  * [`9e60300ea`](containerd@9e60300) snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility
</p>
</details>

### Changes from containerd/continuity
<details><summary>31 commits</summary>
<p>

* Fall back to Copyfile when Clonefile detects a cross-device request ([containerd#225](containerd/continuity#225))
  * [`7df79f5`](containerd/continuity@7df79f5) Fall back to Copyfile when Clonefile detects a cross-device request
* Support darwin clonefile ([containerd#223](containerd/continuity#223))
  * [`30cf84d`](containerd/continuity@30cf84d) Add support for Darwin clonefile
  * [`ebdd069`](containerd/continuity@ebdd069) Add copy benchmark
* Update golang.org/x/sys to v0.1.0 ([containerd#222](containerd/continuity#222))
  * [`2db84b9`](containerd/continuity@2db84b9) Update golang.org/x/sys to v0.1.0
* Enable tests for all platforms ([containerd#220](containerd/continuity#220))
  * [`b449cd0`](containerd/continuity@b449cd0) Fix tests on Windows
  * [`eb05879`](containerd/continuity@eb05879) Fix Darwin tests
  * [`9cd17be`](containerd/continuity@9cd17be) Enable tests for all platforms
* Add more Windows metadata files ([containerd#219](containerd/continuity#219))
  * [`cdfbe61`](containerd/continuity@cdfbe61) Add more Windows metadata files
* atomicWriteFile: file defer close ([containerd#213](containerd/continuity#213))
  * [`9eb2a49`](containerd/continuity@9eb2a49) atomicWriteFile: file defer close
* Update GitHub Actions runner images ([containerd#216](containerd/continuity#216))
  * [`ad9c903`](containerd/continuity@ad9c903) Update GitHub Actions runner images
* Add CodeQL security scan workflow ([containerd#215](containerd/continuity#215))
  * [`c8de034`](containerd/continuity@c8de034) Add CodeQL security scan workflow
* Add Go 1.20 support to CI ([containerd#214](containerd/continuity#214))
  * [`be62cc1`](containerd/continuity@be62cc1) Add Go 1.20 support to CI
* Add paths to windows metadataFiles ([containerd#212](containerd/continuity#212))
  * [`68f7b34`](containerd/continuity@68f7b34) Add paths to windows metadataFiles
* Remove references to io/ioutil package ([containerd#211](containerd/continuity#211))
  * [`e22f001`](containerd/continuity@e22f001) Remove references to io/ioutil package
* Update GitHub actions CI workflow ([containerd#210](containerd/continuity#210))
  * [`1c3fa33`](containerd/continuity@1c3fa33) Update GitHub actions CI workflow
* format code with gofumpt ([containerd#209](containerd/continuity#209))
  * [`f5d245e`](containerd/continuity@f5d245e) format code with gofumpt
* Correctly ignore error wrapping `ErrNotSupported` ([containerd#207](containerd/continuity#207))
  * [`1ee38b5`](containerd/continuity@1ee38b5) Correctly ignore error wrapping ErrNotSupported
</p>
</details>

### Dependency Changes

* **github.com/containerd/continuity**  v0.3.0 -> v0.4.1

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

v1.7.1

Toggle v1.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.7.1

Welcome to the v1.7.1 release of containerd!

The first patch release for containerd 1.7 includes many fixes to CRI
sandbox mode, various other fixes, runc update, and important fixes in
core dependencies such as ttrpc and typeurl.

### CRI/Sandbox Updates
* **Throw not supported error when UID or GID mappings provided** ([containerd#8211](containerd#8211))
* **Cleanup shim on start failure** ([containerd#8282](containerd#8282))
* **Fix premature close of CRI service when there are no CNI configuration monitors** ([containerd#8282](containerd#8282))
* **Avoid UID lookup from mount on Darwin** ([containerd#8314](containerd#8314))
* **Keep Linux mounts for Linux sandboxes on non-Linux hosts** ([containerd#8331](containerd#8331))
* **Add `noexec`,`nodev`,`nosuid` to `/etc/resolv.conf` bind mount** ([containerd#8336](containerd#8336))
* **Remove entry for container from container store on error** ([containerd#8457](containerd#8457))
* **Fix unmarshal in container metrics** ([containerd#8472](containerd#8472))

### Other Notable Updates
* **Use readonly for temporary mounts** ([containerd#8300](containerd#8300) [containerd#8358](containerd#8358))
* **Fix skip docker manifest option on image exporter** ([containerd#8344](containerd#8344))
* **Update runc binary to v1.1.7** ([containerd#8451](containerd#8451))
* **Fix runtime path task option** ([containerd#8453](containerd#8453))
* **Fix panic from nil checkpoint options** ([containerd#8475](containerd#8475))
* **Fix transfer service configuration options** ([containerd#8491](containerd#8491))
* **Fix server-side goroutine leak on receive message error** ([ttrpc#141](containerd/ttrpc#141))
* **Fix panic caused by race to close send channel** ([ttrpc#140](containerd/ttrpc#140))
* **Fix unmarshal to return non-nil object when nil value** ([ttrpc#140](containerd/typeurl#41))

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
* Iceber Gu
* Phil Estes
* Maksym Pavlenko
* Wei Fu
* Danny Canter
* Kirtana Ashok
* Rodrigo Campos
* Samuel Karp
* Vinayak Goyal
* Austin Vazquez
* Justin Chadwell
* Kazuyoshi Kato
* Brad Davidson
* Djordje Lukic
* Ethan Lowman
* Laura Brehm
* Michael Crosby

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

* [release/1.7] Prepare release notes for v1.7.1 ([containerd#8501](containerd#8501))
  * [`27a0d957b`](containerd@27a0d95) Prepare release notes for v1.7.1
* [release/1.7] Update ttrpc v1.2.2 ([containerd#8499](containerd#8499))
  * [`7b288e2d7`](containerd@7b288e2) Update ttrpc to v1.2.2
* [release/1.7] runtime/shim: fix the nil checkpoint options ([containerd#8475](containerd#8475))
  * [`3ef5b689a`](containerd@3ef5b68) runtime/shim: fix the nil checkpoint options
* [release/1.7] bump typeurl to v2.1.1 ([containerd#8495](containerd#8495))
  * [`0e0532eb2`](containerd@0e0532e) bump typeurl to v2.1.1
* [release/1.7] Transfer service backports ([containerd#8491](containerd#8491))
  * [`35e86f96c`](containerd@35e86f9) [transfer] avoid setting limiters when max is 0
  * [`f7233811f`](containerd@f723381) Update transfer configuration
  * [`4510eac00`](containerd@4510eac) Fix image pulling with Transfer service
* [release/1.7]Update hcsshim tag to v0.10.0-rc.8 ([containerd#8480](containerd#8480))
  * [`aaa65e8c1`](containerd@aaa65e8) Update hcsshim tag to v0.10.0-rc.8
* [release/1.7] cri: Fix umarshal metrics ([containerd#8472](containerd#8472))
  * [`95ef67e19`](containerd@95ef67e) Fix umarshal metrics for CRI server
* [release/1.7 backport] update go to go1.20.4, go1.19.9 ([containerd#8471](containerd#8471))
  * [`021bba28b`](containerd@021bba2) update go to go1.20.4, go1.19.9
* [release/1.7] fix the task setting the runtime path ([containerd#8453](containerd#8453))
  * [`c0e128624`](containerd@c0e1286) skip TestContainerStartWithAbsRuntimePath if the runtime is v1
  * [`aa3c63c15`](containerd@aa3c63c) integration: add container start test using abs runtime path
  * [`d2d9eedb1`](containerd@d2d9eed) WithRuntimePath uses the TaskInfo.RuntimePath field
* [release/1.7] Remove entry for container from container store on error  ([containerd#8457](containerd#8457))
  * [`6b3ae0129`](containerd@6b3ae01) Remove entry for container from container store on error
* [release/1.7 backport] update runc binary to v1.1.7 ([containerd#8451](containerd#8451))
  * [`fae4b6223`](containerd@fae4b62) update runc binary to v1.1.7
* [release/1.7] cri: Vendor v0.27.1 ([containerd#8444](containerd#8444))
  * [`571715a9d`](containerd@571715a) cri: Vendor v0.27.1
* [release/1.7 backport] oci: partially restore comment on read-only mounts for uid/gid uses ([containerd#8404](containerd#8404))
  * [`1bbf98e53`](containerd@1bbf98e) oci: partially restore comment on read-only mounts for uid/gid uses
* [release/1.7] Fix argsEscaped tests ([containerd#8405](containerd#8405))
  * [`a6d336c1f`](containerd@a6d336c) Fix argsEscaped tests
* [release/1.7] Throw an error if the kubelet requests mounts with uid/gid mappings ([containerd#8211](containerd#8211))
  * [`7de8629be`](containerd@7de8629) cri: Throw an error if idmap mounts is requested
  * [`75ac7e0d8`](containerd@75ac7e0) cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings
* [release/1.7] go.mod: remove redundant replace, and some cleaning-up ([containerd#8396](containerd#8396))
  * [`8f6e86fec`](containerd@8f6e86f) go.mod: add comment explaining go-fuzz-headers replace rule
  * [`1ece0cb50`](containerd@1ece0cb) go.mod: remove replace for github.com/opencontainers/runtime-tools
  * [`e9f962187`](containerd@e9f9621) go.mod: integration: use non-pre-release of containerd
  * [`84393b005`](containerd@84393b0) go.mod: integration: move indirect dependencies to the right group
* [release/1.7 backport] update runc binary to v1.1.6 ([containerd#8386](containerd#8386))
  * [`dec2595af`](containerd@dec2595) update runc binary to v1.1.6
* [release/1.7 backport] oci: Use WithReadonlyTempMount when adding users/groups ([containerd#8358](containerd#8358))
  * [`54d12b872`](containerd@54d12b8) oci: Use WithReadonlyTempMount when adding users/groups
* [release/1.7 backport] update go to go1.20.3, go1.19.8 ([containerd#8354](containerd#8354))
  * [`624327651`](containerd@6243276) update go to go1.20.3, go1.19.8
* [release/1.7] archive: consistently respect value of WithSkipDockerManifest ([containerd#8344](containerd#8344))
  * [`1d6641b7c`](containerd@1d6641b) export: add test for WithSkipDockerManifest
  * [`0e0d84f6b`](containerd@0e0d84f) archive: consistently respect value of WithSkipDockerManifest
* [release/1.7] Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind. ([containerd#8336](containerd#8336))
  * [`9b4935d86`](containerd@9b4935d) Update sbserver to add noexec nodev and nosuid to /etc/resolv.conf mount bind.
  * [`5e953cfa6`](containerd@5e953cf) Test to ensure nosuid,nodev,noexec are set on /etc/reolv.conf mount.
  * [`0aad93f08`](containerd@0aad93f) Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind.
* [release/1.7] ctr/tasks: fix unmarshal the task metrics for cgroups v1 ([containerd#8335](containerd#8335))
  * [`1a64f1b43`](containerd@1a64f1b) ctr/tasks: fix unmarshal the task metrics for cgroups v1
* [release/1.7] Keep linux mounts for linux sandboxes on Windows/Darwin ([containerd#8331](containerd#8331))
  * [`17c52a26d`](containerd@17c52a2) Keep linux mounts for linux sandboxes on Windows/Darwin
* [release/1.7] update runc binary to v1.1.5 ([containerd#8325](containerd#8325))
  * [`d81fc15af`](containerd@d81fc15) update runc binary to v1.1.5
  * [`755efbe64`](containerd@755efbe) go.mod: github.com/opencontainers/runc v1.1.5
* [backport 1.7] Defer uid lookups on Darwin ([containerd#8314](containerd#8314))
  * [`90591db47`](containerd@90591db) Defer uid lookups on Darwin
* [release/1.7 backport] Add `WithReadonlyTempMount` to create readonly temporary mounts ([containerd#8300](containerd#8300))
  * [`b7d87b190`](containerd@b7d87b1) Add `WithReadonlyTempMount` to create readonly temporary mounts
* [release/1.7] Backport Sandbox/CRI fixes ([containerd#8282](containerd#8282))
  * [`1c1b6bcb2`](containerd@1c1b6bc) CRI: Don't always close netConfMonitor channel
  * [`cf2e454bf`](containerd@cf2e454) Sandbox: Correct/add some fields to Status()
  * [`ce68e8e0d`](containerd@ce68e8e) Sandbox: Cleanup shim on Start failure
</p>
</details>

### Changes from containerd/ttrpc
<details><summary>8 commits</summary>
<p>

* First process the pending messages in recv channel ([containerd#144](containerd/ttrpc#144))
  * [`c51165f`](containerd/ttrpc@c51165f) First process the pending messages in recv channel
* Add recvClose channel to stream ([containerd#140](containerd/ttrpc#140))
  * [`471297e`](containerd/ttrpc@471297e) Add recvClose channel to stream
* Unwrap IO errors in server connection error handling ([containerd#141](containerd/ttrpc#141))
  * [`9599fad`](containerd/ttrpc@9599fad) Unwrap io errors in server connection receive error handling
* Update GitHub actions CI workflow ([containerd#124](containerd/ttrpc#124))
  * [`c7b5a32`](containerd/ttrpc@c7b5a32) Update GitHub actions CI workflow
</p>
</details>

### Dependency Changes

* **github.com/Microsoft/go-winio**            v0.6.0 -> v0.6.1
* **github.com/Microsoft/hcsshim**             v0.10.0-rc.7 -> v0.10.0-rc.8
* **github.com/containerd/ttrpc**              v1.2.1 -> v1.2.2
* **github.com/containerd/typeurl/v2**         v2.1.0 -> v2.1.1
* **github.com/golang/protobuf**               v1.5.2 -> v1.5.3
* **github.com/opencontainers/runc**           v1.1.4 -> v1.1.5
* **github.com/opencontainers/runtime-tools**  946c877fa809 -> 2e043c6bd626
* **golang.org/x/mod**                         v0.7.0 -> v0.9.0
* **golang.org/x/net**                         v0.7.0 -> v0.8.0
* **golang.org/x/sys**                         v0.6.0 -> v0.7.0
* **golang.org/x/term**                        v0.5.0 -> v0.6.0
* **golang.org/x/text**                        v0.7.0 -> v0.8.0
* **golang.org/x/tools**                       v0.5.0 -> v0.7.0
* **google.golang.org/protobuf**               v1.28.1 -> v1.29.1
* **k8s.io/cri-api**                           v0.26.2 -> v0.27.1

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

v1.6.21

Toggle v1.6.21's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 1.6.21

Welcome to the v1.6.21 release of containerd!

The twenty-first patch release for containerd 1.6 contains various fixes and updates.

### Notable Updates

* **update runc binary to v1.1.7 ([containerd#8450](containerd#8450))
* **Remove entry for container from container store on error ([containerd#8456](containerd#8456))
* **oci: partially restore comment on read-only mounts for uid/gid uses ([containerd#8403](containerd#8403))
* **windows: Add ArgsEscaped support for CRI ([containerd#8247](containerd#8247))
* **oci: Use WithReadonlyTempMount when adding users/groups ([containerd#8357](containerd#8357))
* **archive: consistently respect value of WithSkipDockerManifest ([containerd#8345](containerd#8345))

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
* Iceber Gu
* Kirtana Ashok
* Justin Chadwell
* Phil Estes
* Akihiro Suda
* Djordje Lukic
* Kazuyoshi Kato
* Mike Brown
* Wei Fu
* kiashok

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

* [release/1.6] Prepare release notes for v1.6.21  ([containerd#8463](containerd#8463))
  * [`9226c362a`](containerd@9226c36) Add release notes for v1.6.21
* [release/1.6] update go to go1.19.9 ([containerd#8469](containerd#8469))
  * [`39566aade`](containerd@39566aa) [release/1.6] update go to go1.19.9
* [release/1.6] fix the task setting the runtime path ([containerd#8454](containerd#8454))
  * [`e8840f688`](containerd@e8840f6) skip TestContainerStartWithAbsRuntimePath if the runtime is v1
  * [`75ab094de`](containerd@75ab094) integration: add container start test using abs runtime path
  * [`f49254f0b`](containerd@f49254f) WithRuntimePath uses the TaskInfo.RuntimePath field
* [release/1.6 backport] update runc binary to v1.1.7 ([containerd#8450](containerd#8450))
  * [`ccb51ff26`](containerd@ccb51ff) update runc binary to v1.1.7
* [release/1.6] Remove entry for container from container store on error ([containerd#8456](containerd#8456))
  * [`95d31551d`](containerd@95d3155) Remove entry for container from container store on error
* [release/1.6 backport] oci: partially restore comment on read-only mounts for uid/gid uses ([containerd#8403](containerd#8403))
  * [`c33eb574d`](containerd@c33eb57) oci: partially restore comment on read-only mounts for uid/gid uses
* [release/1.6 ] Add ArgsEscaped support for CRI ([containerd#8247](containerd#8247))
  * [`bc2e01303`](containerd@bc2e013) Fix argsEscaped tests
  * [`8b81d5acc`](containerd@8b81d5a) Add ArgsEscaped support for CRI
* [release/1.6 backport] update runc binary to v1.1.6 ([containerd#8385](containerd#8385))
  * [`57d953482`](containerd@57d9534) update runc binary to v1.1.6
* [release/1.6 backport] oci: Use WithReadonlyTempMount when adding users/groups ([containerd#8357](containerd#8357))
  * [`fb5e663d0`](containerd@fb5e663) oci: Use WithReadonlyTempMount when adding users/groups
* [release/1.6] update go to go1.19.8 ([containerd#8353](containerd#8353))
  * [`26efb8fd5`](containerd@26efb8f) [release/1.6] update go to go1.19.8
* [release/1.6] archive: consistently respect value of WithSkipDockerManifest ([containerd#8345](containerd#8345))
  * [`ec13b497e`](containerd@ec13b49) export: add test for WithSkipDockerManifest
  * [`d1f3771c4`](containerd@d1f3771) archive: consistently respect value of WithSkipDockerManifest
</p>
</details>

### Dependency Changes

This release has no dependency changes

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