Skip to content

Tags: FreeBSDCloudTech/containerd

Tags

v1.7.15

Toggle v1.7.15's commit message

Verified

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

Welcome to the v1.7.15 release of containerd!

The fifteenth patch release for containerd 1.7 contains various fixes; one for a
regression introduced in v1.7.14 in the way process exits were handled.

### Highlights

* Adds mediatype to OCI index record on export ([containerd#9990](containerd#9990))

#### Runtime

* Fix runc shim to only defer init process exits ([containerd#10037](containerd#10037))

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

### Contributors

* Derek McGowan
* Phil Estes
* Austin Vazquez
* Laura Brehm
* Sebastiaan van Stijn
* Talon

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

* Prepare for v1.7.15 release ([containerd#10039](containerd#10039))
  * [`4d4759b54`](containerd@4d4759b) Prep v1.7.15 release
* Fix runc shim to only defer init process exits ([containerd#10037](containerd#10037))
  * [`21df46766`](containerd@21df467) runc-shim: only defer init process exits
* Fix compile from version control system (source) use case ([containerd#10012](containerd#10012))
  * [`2a054213e`](containerd@2a05421) Fix compile from version control system (source) use case
* Adds mediatype to OCI index record on export ([containerd#9990](containerd#9990))
  * [`6605c47a4`](containerd@6605c47) adds mediatype to oci index record
* vendor: google.golang.org/protobuf 1.33.0, github.com/golang/protobuf v1.5.4 ([containerd#9975](containerd#9975))
  * [`e6d91d843`](containerd@e6d91d8) vendor: github.com/golang/protobuf v1.5.4
  * [`2d136c5f5`](containerd@2d136c5) build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  * [`a1a7af7a3`](containerd@a1a7af7) build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0
</p>
</details>

### Dependency Changes

* **github.com/golang/protobuf**  v1.5.3 -> v1.5.4
* **google.golang.org/protobuf**  v1.31.0 -> v1.33.0

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

v1.6.31

Toggle v1.6.31's commit message

Verified

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

Welcome to the v1.6.31 release of containerd!

The thirty-first patch release for containerd 1.6 contains a few fixes, one for
a regression that was introduced in v1.6.30 in the way process exits were handled.

### Highlights

* Adds mediatype to OCI index record on export ([containerd#9991](containerd#9991))

#### Runtime

* Fix runc shim to only defer init process exits ([containerd#10038](containerd#10038))

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

### Contributors

* Derek McGowan
* Phil Estes
* Akihiro Suda
* Austin Vazquez
* Laura Brehm
* Maksym Pavlenko
* Sebastiaan van Stijn
* Talon

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

* Prepare for v1.6.31 release ([containerd#10040](containerd#10040))
  * [`7f7012bad`](containerd@7f7012b) Prepare for v1.6.31 release
* Fix runc shim to only defer init process exits ([containerd#10038](containerd#10038))
  * [`5e53da4a1`](containerd@5e53da4) runc-shim: only defer init process exits
* Fix compile from version control system (source) use case ([containerd#10011](containerd#10011))
  * [`7592f87f0`](containerd@7592f87) Fix compile from version control system (source) use case
* Adds mediatype to OCI index record on export ([containerd#9991](containerd#9991))
  * [`8d415fd0e`](containerd@8d415fd) adds mediatype to oci index record
* vendor: google.golang.org/protobuf 1.33.0, github.com/golang/protobuf v1.5.4 ([containerd#9974](containerd#9974))
  * [`2dbb59b5a`](containerd@2dbb59b) vendor: github.com/golang/protobuf v1.5.4
  * [`069bb78c9`](containerd@069bb78) build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  * [`68d395cad`](containerd@68d395c) build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0
* Backport test release on PR ([containerd#9955](containerd#9955))
  * [`b3713136d`](containerd@b371313) CI: test release.yml on every PR
</p>
</details>

### Dependency Changes

* **github.com/golang/protobuf**  v1.5.3 -> v1.5.4
* **google.golang.org/protobuf**  v1.31.0 -> v1.33.0

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

v2.0.0-rc.0

Toggle v2.0.0-rc.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 2.0.0-rc.0

Welcome to the v2.0.0-rc.0 release of containerd!
*This is a pre-release of containerd*

The first major release of containerd 2.x focuses on the continued stability of
containerd's core feature set with an easy upgrade from containerd 1.x. This
release includes the stabilization of new features added in the last 1.x release
as well as the removal of features which were deprecated in 1.x. The goal is to
support the vast community of containerd users well into the future along with
their ever increasing deployment footprints and variety of use cases.

### Highlights

* Configure otel from env instead of config.toml ([containerd#8970](containerd#8970))
* Disable the support for Schema 1 images ([containerd#9765](containerd#9765))
* Fix config import relative path glob ([containerd#9746](containerd#9746))
* Enable NRI by default ([containerd#9744](containerd#9744))
* Add PluginInfo to introspection API ([containerd#9442](containerd#9442))
* Remove overlayfs volatile option on temp mounts ([containerd#9555](containerd#9555))
* Move packages based on contributing guide ([containerd#9365](containerd#9365))
* Update import and export to allow references to missing content  ([containerd#9554](containerd#9554))
* Add option to perform syncfs after pull ([containerd#9401](containerd#9401))
* Expose usage of deprecated features ([containerd#9258](containerd#9258))
* Use Intel ISA-L's igzip if available ([containerd#9200](containerd#9200))
* Generalize plugin library ([containerd#9214](containerd#9214))
* Introduce top level config migration ([containerd#9223](containerd#9223))
* Add image delete target ([containerd#8989](containerd#8989))
* Remove `LimitNOFILE` from `containerd.service` ([containerd#8924](containerd#8924))
* Use github.com/containerd/log ([containerd#9086](containerd#9086))
* Add image verifier transfer service plugin system based on a binary directory ([containerd#8493](containerd#8493))
* Add support for image expiration during garbage collection ([containerd#9022](containerd#9022))
* Reduce the contention between ref lock and boltdb lock in content store ([containerd#8792](containerd#8792))
* Remove "containerd.io/restart.logpath" label ([containerd#8264](containerd#8264))
* Remove `aufs` snapshotter ([containerd#8263](containerd#8263))

#### Container Runtime Interface (CRI)

* Add support for multiple subscribers to CRI container events ([containerd#9661](containerd#9661))
* Enable CDI by default ([containerd#9621](containerd#9621))
* Remove non-sandboxed CRI implementation ([containerd#9228](containerd#9228))
* Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([containerd#8287](containerd#8287))
* Use sandboxed CRI by default ([containerd#8994](containerd#8994))
* Implement RuntimeConfig CRI call ([containerd#8722](containerd#8722))
* Add support for user namespaces (KEP-127) ([containerd#8803](containerd#8803))
* Remove CRI v1alpha2 ([containerd#8276](containerd#8276))

#### Runtime

* Support vsock connection to task api ([containerd#9738](containerd#9738))
* Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([containerd#9320](containerd#9320))
* Switch runc shim to task service v3 and fix restore ([containerd#9233](containerd#9233))
* Add sandboxer configuration and move sandbox controllers to plugins ([containerd#8268](containerd#8268))
* Remove the CriuPath field from runc's options ([containerd#8279](containerd#8279))
* Remove support for config.toml `version = 1` ([containerd#8275](containerd#8275))
* Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([containerd#8262](containerd#8262))

#### Security Advisories

* [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](GHSA-7ww5-4wqc-m92c)

#### Breaking

* Disable the support for Schema 1 images ([containerd#9765](containerd#9765))
* Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([containerd#9320](containerd#9320))
* Move client to subpackage ([containerd#9316](containerd#9316))
* Remove `LimitNOFILE` from `containerd.service` ([containerd#8924](containerd#8924))
* Remove CRI v1alpha2 ([containerd#8276](containerd#8276))
* Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([containerd#8262](containerd#8262))
* Remove "containerd.io/restart.logpath" label ([containerd#8264](containerd#8264))
* Remove `aufs` snapshotter ([containerd#8263](containerd#8263))

#### Deprecations

* Deprecate go-plugin configuration option ([containerd#9238](containerd#9238))
* CNI conf_template in CRI is no longer deprecated ([containerd#8637](containerd#8637))

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

### Contributors

* Derek McGowan
* Akihiro Suda
* Wei Fu
* Phil Estes
* Maksym Pavlenko
* Sebastiaan van Stijn
* Samuel Karp
* Kazuyoshi Kato
* Rodrigo Campos
* Danny Canter
* Gabriel Adrian Samfira
* Iceber Gu
* Abel Feng
* Kirtana Ashok
* Austin Vazquez
* Krisztian Litkey
* Akhil Mohan
* Jin Dong
* Mike Brown
* Bjorn Neergaard
* Kohei Tokunaga
* rongfu.leng
* Justin Chadwell
* James Sturtevant
* Paul "TBBle" Hampson
* Davanum Srinivas
* Enrico Weigelt
* Paweł Gronowski
* Brian Goff
* Hsing-Yu (David) Chen
* Ilya Hanov
* Marat Radchenko
* Cardy.Tang
* Henry Wang
* Laura Brehm
* Aditi Sharma
* Bryant Biggs
* Jordan Liggitt
* Kay Yan
* Markus Lehtonen
* Nashwan Azhari
* Shingo Omura
* Vinayak Goyal
* helen
* Alexandru Matei
* Amit Barve
* Charity Kathure
* Ed Bartosh
* Etienne Champetier
* Evan Lezar
* James Jenkins
* Milas Bowman
* yanggang
* Aditya Ramani
* Amir M. Ghazanfari
* Anthony Nandaa
* Artem Khramov
* Brad Davidson
* Chen Yiyang
* Christian Muehlhaeuser
* Cory Snider
* Djordje Lukic
* Ethan Lowman
* Jiang Liu
* June Rhodes
* Mahamed Ali
* Michael Crosby
* Peteris Rudzusiks
* Sam Edwards
* Samruddhi Khandale
* Shuaiyi Zhang
* Steve Griffith
* Tony Fang
* VERNOU Cédric
* hang.jiang
* jerryzhuang
* lengrongfu
* roman-kiselenko
* Aaron Lehmann
* Adrian Reber
* Alex Couture-Beil
* Alex Ellis
* Alex Rodriguez
* Angelos Kolaitis
* Antonio Huete Jimenez
* Avi Deitcher
* Ben Foster
* Bin Xin
* BinBin He
* Brennan Kinney
* Christian Stewart
* Craig Ingram
* Daisy Rong
* Derek Nola
* Edgar Lee
* Eng Zer Jun
* Fahed Dorgaa
* Gary McDonald
* Iain Macdonald
* James Lakin
* Jan Dubois
* Jaroslav Jindrak
* Jiongchi Yu
* Julien Balestra
* Kern Walster
* Kevin Parsons
* Kirill A. Korinsky
* Konstantin Khlebnikov
* Maksim An
* Pan Yibo
* Qasim Sarfraz
* Qiutong Song
* Robbie Buxton
* Robert-André Mauchin
* Shukui Yang
* Talon
* Tianon Gravi
* Tim Hockin
* Tõnis Tiigi
* Wang Xinwen
* William Chen
* Yibo Zhuang
* Yury Gargay
* Zechun Chen
* Zhang Tianyang
* Zoe
* charles-chenzz
* chschumacher1994
* guangli.bao
* krglosse
* ningmingxiao
* pigletfly
* rokkiter
* wangxiang
* zhangpeng
* zhanluxianshen
* zhaojizhuang
* zounengren
* 吴小白
* 张钰
* 沈陵
* 谭九鼎

### Dependency Changes

* **dario.cat/mergo**                                                              v1.0.0 **_new_**
* **github.com/AdaLogics/go-fuzz-headers**                                         1f10f66a31bf -> ced1acdcaa24
* **github.com/AdamKorcz/go-118-fuzz-build**                                       5330a85ea652 -> 8075edf89bb0
* **github.com/Microsoft/go-winio**                                                v0.6.0 -> v0.6.1
* **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.0
* **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.2.1
* **github.com/checkpoint-restore/checkpointctl**                                  v1.1.0 **_new_**
* **github.com/checkpoint-restore/go-criu/v7**                                     v7.0.0 **_new_**
* **github.com/cilium/ebpf**                                                       v0.9.1 -> v0.11.0
* **github.com/containerd/cgroups/v3**                                             v3.0.1 -> v3.0.3
* **github.com/containerd/console**                                                v1.0.3 -> v1.0.4
* **github.com/containerd/continuity**                                             v0.3.0 -> v0.4.3
* **github.com/containerd/errdefs**                                                v0.1.0 **_new_**
* **github.com/containerd/go-runc**                                                v1.0.0 -> v1.1.0
* **github.com/containerd/log**                                                    v0.1.0 **_new_**
* **github.com/containerd/nri**                                                    v0.3.0 -> v0.6.0
* **github.com/containerd/platforms**                                              v0.1.1 **_new_**
* **github.com/containerd/plugin**                                                 v0.1.0 **_new_**
* **github.com/containerd/ttrpc**                                                  v1.2.1 -> v1.2.3
* **github.com/containerd/typeurl/v2**                                             v2.1.0 -> v2.1.1
* **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.4.0
* **github.com/distribution/reference**                                            v0.5.0 **_new_**
* **github.com/emicklei/go-restful/v3**                                            v3.10.1 -> v3.11.0
* **github.com/felixge/httpsnoop**                                                 v1.0.4 **_new_**
* **github.com/fsnotify/fsnotify**                                                 v1.6.0 -> v1.7.0
* **github.com/go-logr/logr**                                                      v1.2.3 -> v1.4.1
* **github.com/golang/protobuf**                                                   v1.5.2 -> v1.5.4
* **github.com/google/go-cmp**                                                     v0.5.9 -> v0.6.0
* **github.com/google/uuid**                                                       v1.3.0 -> v1.6.0
* **github.com/gorilla/websocket**                                                 v1.5.0 **_new_**
* **github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus**            v1.0.0 **_new_**
* **github.com/grpc-ecosystem/go-grpc-middleware/v2**                              v2.0.0-rc.3 **_new_**
* **github.com/grpc-ecosystem/grpc-gateway/v2**                                    v2.7.0 -> v2.19.0
* **github.com/intel/goresctrl**                                                   v0.3.0 -> v0.6.0
* **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.7
* **github.com/klauspost/cpuid/v2**                                                v2.0.4 -> v2.2.5
* **github.com/mdlayher/socket**                                                   v0.4.1 **_new_**
* **github.com/mdlayher/vsock**                                                    v1.2.1 **_new_**
* **github.com/minio/sha256-simd**                                                 v1.0.0 -> v1.0.1
* **github.com/moby/sys/mountinfo**                                                v0.6.2 -> v0.7.1
* **github.com/moby/sys/user**                                                     v0.1.0 **_new_**
* **github.com/mxk/go-flowrate**                                                   cca7078d478f **_new_**
* **github.com/opencontainers/image-spec**                                         3a7f492d3f1b -> v1.1.0
* **github.com/opencontainers/runtime-spec**                                       v1.1.0-rc.1 -> v1.2.0
* **github.com/opencontainers/runtime-tools**                                      946c877fa809 -> 2e043c6bd626
* **github.com/pelletier/go-toml/v2**                                              v2.1.1 **_new_**
* **github.com/prometheus/client_golang**                                          v1.14.0 -> v1.19.0
* **github.com/prometheus/client_model**                                           v0.3.0 -> v0.5.0
* **github.com/prometheus/common**                                                 v0.37.0 -> v0.48.0
* **github.com/prometheus/procfs**                                                 v0.8.0 -> v0.12.0
* **github.com/sirupsen/logrus**                                                   v1.9.0 -> v1.9.3
* **github.com/stretchr/testify**                                                  v1.8.2 -> v1.9.0
* **github.com/urfave/cli/v2**                                                     v2.27.1 **_new_**
* **github.com/vishvananda/netns**                                                 2eb08e3e575f -> v0.0.4
* **github.com/xrash/smetrics**                                                    039620a65673 **_new_**
* **go.etcd.io/bbolt**                                                             v1.3.7 -> v1.3.9
* **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.40.0 -> v0.49.0
* **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.49.0 **_new_**
* **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.24.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.24.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.24.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.24.0
* **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.24.0
* **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.24.0
* **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.24.0
* **go.opentelemetry.io/proto/otlp**                                               v0.19.0 -> v1.1.0
* **golang.org/x/exp**                                                             aacd6d4b4611 **_new_**
* **golang.org/x/mod**                                                             v0.7.0 -> v0.16.0
* **golang.org/x/net**                                                             v0.7.0 -> v0.21.0
* **golang.org/x/oauth2**                                                          v0.4.0 -> v0.16.0
* **golang.org/x/sync**                                                            v0.1.0 -> v0.6.0
* **golang.org/x/sys**                                                             v0.6.0 -> v0.18.0
* **golang.org/x/term**                                                            v0.5.0 -> v0.17.0
* **golang.org/x/text**                                                            v0.7.0 -> v0.14.0
* **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
* **golang.org/x/tools**                                                           v0.5.0 -> v0.16.1
* **google.golang.org/appengine**                                                  v1.6.7 -> v1.6.8
* **google.golang.org/genproto/googleapis/api**                                    ef4313101c80 **_new_**
* **google.golang.org/genproto/googleapis/rpc**                                    ef4313101c80 **_new_**
* **google.golang.org/grpc**                                                       v1.53.0 -> v1.62.1
* **google.golang.org/protobuf**                                                   v1.28.1 -> v1.33.0
* **k8s.io/api**                                                                   v0.26.2 -> v0.29.2
* **k8s.io/apimachinery**                                                          v0.26.2 -> v0.29.2
* **k8s.io/apiserver**                                                             v0.26.2 -> v0.29.2
* **k8s.io/client-go**                                                             v0.26.2 -> v0.29.2
* **k8s.io/component-base**                                                        v0.26.2 -> v0.29.2
* **k8s.io/cri-api**                                                               v0.26.2 -> v0.30.0-alpha.3
* **k8s.io/klog/v2**                                                               v2.90.1 -> v2.120.1
* **k8s.io/kubelet**                                                               v0.29.2 **_new_**
* **k8s.io/utils**                                                                 a5ecb0141aa5 -> 3b25d923346b
* **sigs.k8s.io/json**                                                             f223a00ba0e2 -> bc3834ca7abd
* **sigs.k8s.io/structured-merge-diff/v4**                                         v4.2.3 -> v4.4.1
* **tags.cncf.io/container-device-interface**                                      v0.6.2 **_new_**
* **tags.cncf.io/container-device-interface/specs-go**                             v0.6.0 **_new_**

Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0)
### Which file should I download?
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`:         ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`:  Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.

In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.

See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.

v1.7.14

Toggle v1.7.14's commit message

Verified

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

Welcome to the v1.7.14 release of containerd!

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

### Highlights

* Update builds to use go 1.21.8 ([containerd#9933](containerd#9933))
* Fix various timing issues with docker pusher ([containerd#9921](containerd#9921))
* Register imagePullThroughput and count with MiB ([containerd#9855](containerd#9855))
* Move high volume event logs to Trace level ([containerd#9823](containerd#9823))

#### Container Runtime Interface (CRI)

* Handle pod transition states gracefully while listing pod stats ([containerd#9905](containerd#9905))

#### Runtime

* Update runc-shim to process exec exits before init ([containerd#9928](containerd#9928))

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

### Contributors

* Wei Fu
* Derek McGowan
* Maksym Pavlenko
* Krisztian Litkey
* Akihiro Suda
* Justin Chadwell
* Sebastiaan van Stijn
* Phil Estes
* Kirtana Ashok
* Akhil Mohan
* Austin Vazquez
* Etienne Champetier
* Jordan Liggitt
* Kohei Tokunaga
* Mike Brown
* Samuel Karp
* Davanum Srinivas
* Edgar Lee
* Henry Wang
* James Sturtevant
* Laura Brehm
* Nashwan Azhari
* Robbie Buxton
* Robert-André Mauchin
* Shukui Yang

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

* Prepare release notes for v1.7.14 ([containerd#9953](containerd#9953))
  * [`1babe6b58`](containerd@1babe6b) Prepare release notes for v1.7.14
* Backport use Go toolchain in CI matrix to build binaries ([containerd#9951](containerd#9951))
  * [`a9bbbefcf`](containerd@a9bbbef) Use the Go toolchain in CI matrix to build binaries
* Update builds to use go 1.21.8 ([containerd#9933](containerd#9933))
  * [`1ca9a643a`](containerd@1ca9a64) update to go 1.21.8, 1.22.1
* Move inline PS scripts into files ([containerd#9938](containerd#9938))
  * [`39caf532e`](containerd@39caf53) Move inline PS scripts into files
* Disable OOM set score unpriv test temporarily ([containerd#9944](containerd#9944))
  * [`630226bb4`](containerd@630226b) Disable OOM set score unpriv test temporarily
* Update runc-shim to process exec exits before init ([containerd#9928](containerd#9928))
  * [`de7b6bae9`](containerd@de7b6ba) runc-shim: process exec exits before init
* update to go 1.21.6, test 1.22.0 ([containerd#9860](containerd#9860))
  * [`3b3e537ea`](containerd@3b3e537) Uninstall mingw before attempting upgrade
  * [`9e24388b2`](containerd@9e24388) CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
  * [`5b23a4127`](containerd@5b23a41) seccomp, apparmor: add go:noinline
  * [`753422ac1`](containerd@753422a) Drop go 1.20 and build against 1.22
  * [`a2d64218c`](containerd@a2d6421) Fix windows integration tests
  * [`6379dd6f4`](containerd@6379dd6) Update workflow files to install Go via composite action
  * [`a5c0d061c`](containerd@a5c0d06) Extract a composite action to install Go
* Fix various timing issues with docker pusher ([containerd#9921](containerd#9921))
  * [`52a1402df`](containerd@52a1402) copy: prevent potential deadlock if close before fully written
  * [`872746386`](containerd@8727463) copy: setError should imply Close
  * [`a8004007a`](containerd@a800400) copy: remove max number of ErrResets
  * [`0465472ed`](containerd@0465472) pushWriter: refactor reset pipe logic into separate function
  * [`2577207cc`](containerd@2577207) copy: improve error detection from closed pipes
  * [`d081da86b`](containerd@d081da8) copy: check if writer was closed before setting a pipe
  * [`2a25c085b`](containerd@2a25c08) copy: remove wrapping io.NopCloser from push writer pipe
* Register imagePullThroughput and count with MiB ([containerd#9855](containerd#9855))
  * [`711cebd48`](containerd@711cebd) Register imagePullThroughput and count with MiB
* Update golangci-lint to v1.56.1 ([containerd#9900](containerd#9900))
  * [`926ceb036`](containerd@926ceb0) fix golangci-lint errors
  * [`4030ae235`](containerd@4030ae2) Update golangci-lint to v1.56.1
  * [`6620d6bfd`](containerd@6620d6b) ci: bump up golangci-lint to v1.55.2
  * [`b16ca72b2`](containerd@b16ca72) Bump up golangci-lint to v1.54.2
* Handle pod transition states gracefully while listing pod stats ([containerd#9905](containerd#9905))
  * [`39db3f18b`](containerd@39db3f1) adjust test cases to run for windows
  * [`579d8b463`](containerd@579d8b4) [cri] Handle Windows pod transitions gracefully
* Backport GitHub actions package updates ([containerd#9876](containerd#9876))
  * [`8d6f0f2ae`](containerd@8d6f0f2) build(deps): bump golangci/golangci-lint-action from 3 to 4
  * [`7929592b9`](containerd@7929592) build(deps): bump actions/upload-artifact from 3 to 4
  * [`e11de777d`](containerd@e11de77) build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
  * [`2b40a4074`](containerd@2b40a40) build(deps): bump actions/checkout from 3 to 4
  * [`22feefa57`](containerd@22feefa) build(deps): bump actions/setup-go from 3 to 5
  * [`b96aa4012`](containerd@b96aa40) build(deps): bump actions/upload-artifact from 1 to 3
  * [`97763f91d`](containerd@97763f9) build(deps): bump docker/setup-buildx-action from 2 to 3
  * [`6875bb14f`](containerd@6875bb1) build(deps): bump github/codeql-action from 2 to 3
  * [`87f9adb6b`](containerd@87f9adb) build(deps): bump actions/download-artifact from 3 to 4
* .github: windows should use fix critool version ([containerd#9874](containerd#9874))
  * [`d9c099a9a`](containerd@d9c099a) .github: windows should use fix critool version
* ci: update crun version to 1.14.3 ([containerd#9850](containerd#9850))
  * [`dc594b01d`](containerd@dc594b0) ci: update crun version to 1.14.3
* Add WithMetaStore to overlay snapshotter and missing unpacker.Wait for image import ([containerd#9837](containerd#9837))
  * [`8fe0b26f1`](containerd@8fe0b26) Add missing unpacker.Wait for image import
  * [`31ea2d7d9`](containerd@31ea2d7) Add WithMetaStore to overlay snapshotter to allow bringing your own
* Move high volume event logs to Trace level ([containerd#9823](containerd#9823))
  * [`982e0cffb`](containerd@982e0cf) Move high volume event logs to Trace level
* cri: propagate deprecation list to runtime status ([containerd#9818](containerd#9818))
  * [`c79ffa277`](containerd@c79ffa2) cri: propagate deprecation list to runtime status
* ctr: print deprecation warnings on every invocation ([containerd#9820](containerd#9820))
  * [`eaebe23de`](containerd@eaebe23) ctr: print deprecation warnings on every invocation
* bug fix: make sure cri image is pinned when it is pulled outside cri ([containerd#9784](containerd#9784))
  * [`26c057423`](containerd@26c0574) bug fix: make sure cri image is pinned when it is pulled outside cri
* go.{mod,sum}: update NRI dependency, fixing a potential fd double close error. ([containerd#9783](containerd#9783))
  * [`d3e997556`](containerd@d3e9975) go.{mod,sum}: update NRI dependency, re-vendor.
* Add option to perform syncfs after pull ([containerd#9769](containerd#9769))
  * [`ea0a92ec3`](containerd@ea0a92e) *: introduce image_pull_with_sync_fs in CRI
  * [`4caf44032`](containerd@4caf440) api: introduce sync_fs to diff.ApplyRequest
* Move certain debug logs to trace logs ([containerd#9761](containerd#9761))
  * [`3f75af7bf`](containerd@3f75af7) Move certain debug logs to trace logs
</p>
</details>

### Changes from containerd/nri
<details><summary>23 commits</summary>
<p>

* socketpair_windows: remove implementation for now ([containerd/nri#69](containerd/nri#69))
  * [`e47f09b`](containerd/nri@e47f09b) socketpair_windows: remove implementation for now
* adaptation, stub: allow extra ttrpc client and server options. ([containerd/nri#67](containerd/nri#67))
  * [`45b9e3f`](containerd/nri@45b9e3f) plugins: update dependencies.
  * [`f600cf6`](containerd/nri@f600cf6) go.{mod,sum}: update dependencies.
  * [`13ee978`](containerd/nri@13ee978) pkg/stub: add support for extra ttrpc options.
  * [`c4e2f81`](containerd/nri@c4e2f81) pkg/adaptation: add support for extra ttrpc options.
* socketpair_unix: avoid double close(), set FD_CLOEXEC ([containerd/nri#66](containerd/nri#66))
  * [`5d0b52b`](containerd/nri@5d0b52b) sockerpair_unix: avoid double close(), set FD_CLOEXEC
* Task: fix typo in godoc ([containerd/nri#61](containerd/nri#61))
  * [`ae7840b`](containerd/nri@ae7840b) Task: fix typo in godoc
* Take pkg/hooks from github.com/containers/common (carry 46) ([containerd/nri#55](containerd/nri#55))
  * [`b4ac58c`](containerd/nri@b4ac58c) Take pkg/hooks from github.com/containers/common
* gha: remove GOPATH and workingdir, update actions/setup-go@v4, actions/checkout@v4 ([containerd/nri#53](containerd/nri#53))
  * [`ee96969`](containerd/nri@ee96969) gha: update actions/checkout@v4
  * [`7b33fbf`](containerd/nri@7b33fbf) gha: update actions/setup-go@v4
  * [`e33ac3e`](containerd/nri@e33ac3e) gha: remove working-dir and GOPATH
* remove containerd as dependency ([containerd/nri#51](containerd/nri#51))
  * [`da8a7e5`](containerd/nri@da8a7e5) remove containerd as dependency
* make plugins/ulimit-adjuster a separate module ([containerd/nri#54](containerd/nri#54))
  * [`934815e`](containerd/nri@934815e) make plugins/ulimit-adjuster a separate module
* scripts: fix protobuf URL on arm64 ([containerd/nri#52](containerd/nri#52))
  * [`9b43daa`](containerd/nri@9b43daa) scripts: fix protobuf URL on arm64
</p>
</details>

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

* Fix streaming with empty payloads ([containerd/ttrpc#157](containerd/ttrpc#157))
  * [`44ca009`](containerd/ttrpc@44ca009) Add comment
  * [`6615f15`](containerd/ttrpc@6615f15) Fix linter
  * [`dea99e9`](containerd/ttrpc@dea99e9) Fix handling of empty payloads
  * [`336fc1b`](containerd/ttrpc@336fc1b) Add integration test to reproduce issue with empty payloads
* Bump google.golang.org/grpc from 1.57.0 to 1.57.1 ([containerd/ttrpc#156](containerd/ttrpc#156))
  * [`1e51c46`](containerd/ttrpc@1e51c46) Bump google.golang.org/grpc from 1.57.0 to 1.57.1
* Bump golang.org/x/net from 0.10.0 to 0.17.0 ([containerd/ttrpc#155](containerd/ttrpc#155))
  * [`bea960d`](containerd/ttrpc@bea960d) Bump golang.org/x/net from 0.10.0 to 0.17.0
* Implement support for unary interceptor chaining. ([containerd/ttrpc#152](containerd/ttrpc#152))
  * [`40f227d`](containerd/ttrpc@40f227d) server: implement UnaryServerInterceptor chaining.
  * [`f984c9b`](containerd/ttrpc@f984c9b) client: implement UnaryClientInterceptor chaining.
* Fix grammar in comment for UserOnCloseWait. ([containerd/ttrpc#153](containerd/ttrpc#153))
  * [`8ca4110`](containerd/ttrpc@8ca4110) Fix comment for UserOnCloseWait.
* Bump genproto dependency ([containerd/ttrpc#154](containerd/ttrpc#154))
  * [`a2fbc14`](containerd/ttrpc@a2fbc14) go.mod: google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d
  * [`cf2b85d`](containerd/ttrpc@cf2b85d) go.mod: bump to supported go version
* server_test: wait for OnClose in TestClientEOF. ([containerd/ttrpc#150](containerd/ttrpc#150))
  * [`e0cd801`](containerd/ttrpc@e0cd801) server_test: wait for OnClose in TestClientEOF.
* .github: give more slack for build+tests. ([containerd/ttrpc#151](containerd/ttrpc#151))
  * [`8d47846`](containerd/ttrpc@8d47846) .github: give more slack for build+tests.
</p>
</details>

### Dependency Changes

* **github.com/containerd/nri**                  v0.4.0 -> v0.6.0
* **github.com/containerd/ttrpc**                v1.2.2 -> v1.2.3
* **google.golang.org/genproto/googleapis/rpc**  782d3b101e98 -> cbb8c96f2d6d

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

v1.6.30

Toggle v1.6.30's commit message

Verified

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

Welcome to the v1.6.30 release of containerd!

The thirtieth patch release for containerd 1.6 contains various fixes and updates
as well as a build fix which prevented the v1.6.29 tag from being released.

### Highlights

* Update builds to go 1.21.8 ([containerd#9945](containerd#9945))
* Fix config import relative path glob ([containerd#9835](containerd#9835))
* Move high volume event logs to Trace level ([containerd#9824](containerd#9824))
* Move certain debug logs to trace logs ([containerd#9762](containerd#9762))

#### Container Runtime Interface (CRI)

* Add timeout to drain exec io ([containerd#9768](containerd#9768))
* Propagate deprecation list to runtime status ([containerd#9819](containerd#9819))
* Fix image pinning when image is not pulled through cri ([containerd#9785](containerd#9785))

#### Runtime

* Update runc-shim to process exec exits before init ([containerd#9927](containerd#9927))

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

### Contributors

* Akihiro Suda
* Derek McGowan
* Wei Fu
* Maksym Pavlenko
* Phil Estes
* Kirtana Ashok
* Mike Brown
* Akhil Mohan
* Angelos Kolaitis
* Austin Vazquez
* Henry Wang
* Laura Brehm
* Nashwan Azhari
* Sebastiaan van Stijn
* Tony Fang

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

* Prepare v1.6.30 ([containerd#9952](containerd#9952))
  * [`8268fc6e9`](containerd@8268fc6) Prepare release notes for v1.6.30
  * [`614ca2e12`](containerd@614ca2e) Revert go version environment removal
* Prepare release notes for v1.6.29 ([containerd#9950](containerd#9950))
  * [`9ef6d9d03`](containerd@9ef6d9d) Add release notes for v1.6.29.toml
* use a composite action to install Go ([containerd#9949](containerd#9949))
  * [`cfbbb510c`](containerd@cfbbb51) Use the Go toolchain in CI matrix to build binaries
  * [`f015dbc5a`](containerd@f015dbc) use composite action in ci workflow
* Update builds to go 1.21.8 ([containerd#9945](containerd#9945))
  * [`ccf3eb6a2`](containerd@ccf3eb6) update to go 1.21.8, 1.22.1
* Backport easy go install and update go ([containerd#9890](containerd#9890))
  * [`f6475ea59`](containerd@f6475ea) Drop go 1.20 and build against 1.22
  * [`7c45ad092`](containerd@7c45ad0) Extract a composite action to install Go
  * [`4f7305414`](containerd@4f73054) update to go1.21.6, go1.20.13
  * [`da5a36c37`](containerd@da5a36c) Use testify
  * [`afe6efee3`](containerd@afe6efe) Revert container_stats_test.go change which caused Windows CRI integration test failure
  * [`370ef115f`](containerd@370ef11) container_stats_test.go: avoid checking snapshot size
  * [`935720b8c`](containerd@935720b) Move inline PS scripts into files
  * [`74bae5af8`](containerd@74bae5a) Uninstall mingw before attempting upgrade
  * [`9b9500bb0`](containerd@9b9500b) CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
  * [`4814f9e48`](containerd@4814f9e) seccomp, apparmor: add go:noinline
* Disable OOM set score unpriv test temporarily ([containerd#9943](containerd#9943))
  * [`c7c8ce6bc`](containerd@c7c8ce6) Disable OOM set score unpriv test temporarily
* Update runc-shim to process exec exits before init ([containerd#9927](containerd#9927))
  * [`65915f0a2`](containerd@65915f0) runc-shim: process exec exits before init
* Backport GitHub actions package updates ([containerd#9877](containerd#9877))
  * [`e552c8898`](containerd@e552c88) build(deps): bump golangci/golangci-lint-action from 3 to 4
  * [`888ae152c`](containerd@888ae15) build(deps): bump actions/cache from 3 to 4
  * [`dd913a0de`](containerd@dd913a0) build(deps): bump actions/upload-artifact from 3 to 4
  * [`a250c101a`](containerd@a250c10) build(deps): bump actions/download-artifact from 3 to 4
  * [`7c8fd2255`](containerd@7c8fd22) build(deps): bump github/codeql-action from 2 to 3
  * [`f325e559e`](containerd@f325e55) build(deps): bump docker/setup-buildx-action from 2 to 3
  * [`1bae160de`](containerd@1bae160) build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
  * [`3c81dc13b`](containerd@3c81dc1) build(deps): bump actions/upload-artifact from 1 to 3
  * [`9b3b80eea`](containerd@9b3b80e) build(deps): bump actions/setup-go from 3 to 5
  * [`6b74818d8`](containerd@6b74818) build(deps): bump actions/checkout from 3 to 4
* Fix config import relative path glob ([containerd#9835](containerd#9835))
  * [`0f2068a70`](containerd@0f2068a) Fix config import relative path glob
* ci: update crun version to 1.14.3 ([containerd#9851](containerd#9851))
  * [`89d00db95`](containerd@89d00db) ci: update crun version to 1.14.3
* Add timeout to drain exec io ([containerd#9768](containerd#9768))
  * [`aac488730`](containerd@aac4887) *: fix code style issue
  * [`2a38c7e2e`](containerd@2a38c7e) cri: add config ut for invalid drain io timeout value
  * [`ce213431f`](containerd@ce21343) integration: add testcase to drain exec IO in time
  * [`b5d52efca`](containerd@b5d52ef) cri: disable drain-exec-IO if it is empty timeout
  * [`85bed5863`](containerd@85bed58) *: update drainExecSyncIO docs and validate the timeout
  * [`0438e477c`](containerd@0438e47) *: add DrainExecSyncIOTimeout config and disable as by default
  * [`fb262317c`](containerd@fb26231) *: fix typo and skip exec-io-drain-testcase in win
  * [`f50c9922b`](containerd@f50c992) pkg/cri/server: add timeout to drain exec io
* Move high volume event logs to Trace level ([containerd#9824](containerd#9824))
  * [`99fa35e70`](containerd@99fa35e) Move high volume event logs to Trace level
* Propagate deprecation list to runtime status ([containerd#9819](containerd#9819))
  * [`3785deac4`](containerd@3785dea) cri: propagate deprecation list to runtime status
* ctr: print deprecation warnings on every invocation ([containerd#9821](containerd#9821))
  * [`b7a0b1b8e`](containerd@b7a0b1b) ctr: print deprecation warnings on every invocation
* Fix image pinning when image is not pulled through cri ([containerd#9785](containerd#9785))
  * [`2d43994fb`](containerd@2d43994) bug fix: make sure cri image is pinned when it is pulled outside cri
* Move certain debug logs to trace logs ([containerd#9762](containerd#9762))
  * [`195ef7691`](containerd@195ef76) Move certain debug logs to trace logs
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

v1.6.29

Toggle v1.6.29's commit message

Verified

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

Welcome to the v1.6.29 release of containerd!

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

### Highlights

* Update builds to go 1.21.8 ([containerd#9945](containerd#9945))
* Fix config import relative path glob ([containerd#9835](containerd#9835))
* Move high volume event logs to Trace level ([containerd#9824](containerd#9824))
* Move certain debug logs to trace logs ([containerd#9762](containerd#9762))

#### Container Runtime Interface (CRI)

* Add timeout to drain exec io ([containerd#9768](containerd#9768))
* Propagate deprecation list to runtime status ([containerd#9819](containerd#9819))
* Fix image pinning when image is not pulled through cri ([containerd#9785](containerd#9785))

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

### Contributors

* Akihiro Suda
* Wei Fu
* Maksym Pavlenko
* Derek McGowan
* Phil Estes
* Kirtana Ashok
* Mike Brown
* Akhil Mohan
* Angelos Kolaitis
* Austin Vazquez
* Henry Wang
* Laura Brehm
* Nashwan Azhari
* Sebastiaan van Stijn
* Tony Fang

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

* Prepare release notes for v1.6.29 ([containerd#9950](containerd#9950))
  * [`9ef6d9d03`](containerd@9ef6d9d) Add release notes for v1.6.29.toml
* use a composite action to install Go ([containerd#9949](containerd#9949))
  * [`cfbbb510c`](containerd@cfbbb51) Use the Go toolchain in CI matrix to build binaries
  * [`f015dbc5a`](containerd@f015dbc) use composite action in ci workflow
* Update builds to go 1.21.8 ([containerd#9945](containerd#9945))
  * [`ccf3eb6a2`](containerd@ccf3eb6) update to go 1.21.8, 1.22.1
* Backport easy go install and update go ([containerd#9890](containerd#9890))
  * [`f6475ea59`](containerd@f6475ea) Drop go 1.20 and build against 1.22
  * [`7c45ad092`](containerd@7c45ad0) Extract a composite action to install Go
  * [`4f7305414`](containerd@4f73054) update to go1.21.6, go1.20.13
  * [`da5a36c37`](containerd@da5a36c) Use testify
  * [`afe6efee3`](containerd@afe6efe) Revert container_stats_test.go change which caused Windows CRI integration test failure
  * [`370ef115f`](containerd@370ef11) container_stats_test.go: avoid checking snapshot size
  * [`935720b8c`](containerd@935720b) Move inline PS scripts into files
  * [`74bae5af8`](containerd@74bae5a) Uninstall mingw before attempting upgrade
  * [`9b9500bb0`](containerd@9b9500b) CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
  * [`4814f9e48`](containerd@4814f9e) seccomp, apparmor: add go:noinline
* Disable OOM set score unpriv test temporarily ([containerd#9943](containerd#9943))
  * [`c7c8ce6bc`](containerd@c7c8ce6) Disable OOM set score unpriv test temporarily
* runc-shim: process exec exits before init ([containerd#9927](containerd#9927))
  * [`65915f0a2`](containerd@65915f0) runc-shim: process exec exits before init
* Backport GitHub actions package updates ([containerd#9877](containerd#9877))
  * [`e552c8898`](containerd@e552c88) build(deps): bump golangci/golangci-lint-action from 3 to 4
  * [`888ae152c`](containerd@888ae15) build(deps): bump actions/cache from 3 to 4
  * [`dd913a0de`](containerd@dd913a0) build(deps): bump actions/upload-artifact from 3 to 4
  * [`a250c101a`](containerd@a250c10) build(deps): bump actions/download-artifact from 3 to 4
  * [`7c8fd2255`](containerd@7c8fd22) build(deps): bump github/codeql-action from 2 to 3
  * [`f325e559e`](containerd@f325e55) build(deps): bump docker/setup-buildx-action from 2 to 3
  * [`1bae160de`](containerd@1bae160) build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
  * [`3c81dc13b`](containerd@3c81dc1) build(deps): bump actions/upload-artifact from 1 to 3
  * [`9b3b80eea`](containerd@9b3b80e) build(deps): bump actions/setup-go from 3 to 5
  * [`6b74818d8`](containerd@6b74818) build(deps): bump actions/checkout from 3 to 4
* Fix config import relative path glob ([containerd#9835](containerd#9835))
  * [`0f2068a70`](containerd@0f2068a) Fix config import relative path glob
* ci: update crun version to 1.14.3 ([containerd#9851](containerd#9851))
  * [`89d00db95`](containerd@89d00db) ci: update crun version to 1.14.3
* Add timeout to drain exec io ([containerd#9768](containerd#9768))
  * [`aac488730`](containerd@aac4887) *: fix code style issue
  * [`2a38c7e2e`](containerd@2a38c7e) cri: add config ut for invalid drain io timeout value
  * [`ce213431f`](containerd@ce21343) integration: add testcase to drain exec IO in time
  * [`b5d52efca`](containerd@b5d52ef) cri: disable drain-exec-IO if it is empty timeout
  * [`85bed5863`](containerd@85bed58) *: update drainExecSyncIO docs and validate the timeout
  * [`0438e477c`](containerd@0438e47) *: add DrainExecSyncIOTimeout config and disable as by default
  * [`fb262317c`](containerd@fb26231) *: fix typo and skip exec-io-drain-testcase in win
  * [`f50c9922b`](containerd@f50c992) pkg/cri/server: add timeout to drain exec io
* Move high volume event logs to Trace level ([containerd#9824](containerd#9824))
  * [`99fa35e70`](containerd@99fa35e) Move high volume event logs to Trace level
* Propagate deprecation list to runtime status ([containerd#9819](containerd#9819))
  * [`3785deac4`](containerd@3785dea) cri: propagate deprecation list to runtime status
* ctr: print deprecation warnings on every invocation ([containerd#9821](containerd#9821))
  * [`b7a0b1b8e`](containerd@b7a0b1b) ctr: print deprecation warnings on every invocation
* Fix image pinning when image is not pulled through cri ([containerd#9785](containerd#9785))
  * [`2d43994fb`](containerd@2d43994) bug fix: make sure cri image is pinned when it is pulled outside cri
* Move certain debug logs to trace logs ([containerd#9762](containerd#9762))
  * [`195ef7691`](containerd@195ef76) Move certain debug logs to trace logs
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

v1.7.13

Toggle v1.7.13's commit message

Verified

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

Welcome to the v1.7.13 release of containerd!

The thirteenth patch release for containerd 1.7 updates the runc binary
in the release builds to address CVE-2024-21626

### Notable Updates

* **Update runc binary to v1.1.12** ([GHSA-xr7r-f8xq-vfvv](GHSA-xr7r-f8xq-vfvv))
* **Update seccomp profile for new syscalls added since Linux 5.16** ([containerd#9693](containerd#9693))

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
* Akihiro Suda
* Evan Lezar
* Paweł Gronowski
* Phil Estes
* Wei Fu

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

* Prepare v1.7.13 and update runc to v1.1.12 ([containerd#9724](containerd#9724))
  * [`b97e611b9`](containerd@b97e611) Prepare release notes for v1.7.13
  * [`2e7fa14db`](containerd@2e7fa14) Update runc binary to v1.1.12
* [release/1.7] seccomp: kernel 6.7 ([containerd#9693](containerd#9693))
  * [`1bed37871`](containerd@1bed378) seccomp: kernel 6.7
* [release/1.7] Update container-device-interface to v0.6.2 ([containerd#9685](containerd#9685))
  * [`14628d4aa`](containerd@14628d4) Update container-device-interface to v0.6.2
* [release/1.7] content: Add InfoReaderProvider ([containerd#9658](containerd#9658))
  * [`836477930`](containerd@8364779) content: Add InfoReaderProvider
</p>
</details>

### Dependency Changes

* **tags.cncf.io/container-device-interface**           v0.6.2 **_new_**
* **tags.cncf.io/container-device-interface/specs-go**  v0.6.0 **_new_**

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

v1.6.28

Toggle v1.6.28's commit message

Verified

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

Welcome to the v1.6.28 release of containerd!

The twenty-eighth patch release for containerd 1.6 updates the runc binary
in the release builds to address CVE-2024-21626

### Notable Updates

* **Update runc binary to v1.1.12** ([GHSA-xr7r-f8xq-vfvv](GHSA-xr7r-f8xq-vfvv))
* **Update seccomp profile for new syscalls added since Linux 5.16** ([containerd#9694](containerd#9694))

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

* Andrey Epifanov
* Derek McGowan
* Akihiro Suda
* Maksym Pavlenko
* Phil Estes
* Shengjing Zhu
* Wei Fu

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

*  Prepare v1.6.28 and update runc to v1.1.12 ([containerd#9723](containerd#9723))
  * [`570c7c637`](containerd@570c7c6) Prepare release notes for v1.6.28
  * [`b20b9f86b`](containerd@b20b9f8) Update runc binary to v1.1.12
* [release/1.6] upgrade OpenTelemetry to v1.21.0 / v0.46.0 (CVE-2023-47108) etc. ([containerd#9707](containerd#9707))
  * [`19500722a`](containerd@1950072) [release/1.6] vendor: golang.org/x/crypto v0.18.0
  * [`919928f6b`](containerd@919928f) [release/1.6] vendor: golang.org/x/term v0.16.0
  * [`7d6a4d23b`](containerd@7d6a4d2) [release/1.6] vendor: golang.org/x/sys v0.16.0
  * [`16ac018ae`](containerd@16ac018) [release/1.6] vendor: upgrade OpenTelemetry to v1.21.0 / v0.46.0
* [release/1.6] seccomp: kernel 6.7 ([containerd#9694](containerd#9694))
  * [`f44628305`](containerd@f446283) seccomp: kernel 6.7
* [release/1.6] carry containerd#9557 - enable ARM CI ([containerd#9636](containerd#9636))
  * [`65e1656f2`](containerd@65e1656) cri: fix integration test on cgroupsv2 system
  * [`9cf1e1a39`](containerd@9cf1e1a) *: enable ARM64 runner
</p>
</details>

### Dependency Changes

* **github.com/go-logr/logr**                                                      v1.2.2 -> v1.3.0
* **github.com/google/go-cmp**                                                     v0.5.9 -> v0.6.0
* **github.com/google/uuid**                                                       v1.3.0 -> v1.3.1
* **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.28.0 -> v0.46.0
* **go.opentelemetry.io/otel**                                                     v1.3.0 -> v1.21.0
* **go.opentelemetry.io/otel/metric**                                              v1.21.0 **_new_**
* **go.opentelemetry.io/otel/sdk**                                                 v1.3.0 -> v1.21.0
* **go.opentelemetry.io/otel/trace**                                               v1.3.0 -> v1.21.0
* **golang.org/x/crypto**                                                          v0.14.0 -> v0.18.0
* **golang.org/x/net**                                                             v0.17.0 -> v0.18.0
* **golang.org/x/oauth2**                                                          v0.10.0 -> v0.11.0
* **golang.org/x/sys**                                                             v0.13.0 -> v0.16.0
* **golang.org/x/term**                                                            v0.13.0 -> v0.16.0
* **golang.org/x/text**                                                            v0.13.0 -> v0.14.0
* **google.golang.org/grpc**                                                       v1.58.3 -> v1.59.0

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

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 2.0.0-beta.2

Welcome to the v2.0.0-beta.2 release of containerd!
*This is a pre-release of containerd*

The first major release of containerd 2.x focuses on the continued stability of
containerd's core feature set with an easy upgrade from containerd 1.x. This
release includes the stabilization of new features added in the last 1.x release
as well as the removal of features which were deprecated in 1.x. The goal is to
support the vast community of containerd users well into the future along with
their ever increasing deployment footprints and variety of use cases.

### Highlights

* Add PluginInfo to introspection API ([containerd#9442](containerd#9442))
* Remove overlayfs volatile option on temp mounts ([containerd#9555](containerd#9555))
* Move packages based on contributing guide ([containerd#9365](containerd#9365))
* Update import and export to allow references to missing content  ([containerd#9554](containerd#9554))
* Add option to perform syncfs after pull ([containerd#9401](containerd#9401))
* Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([containerd#9320](containerd#9320))
* Expose usage of deprecated features ([containerd#9258](containerd#9258))
* Switch runc shim to task service v3 and fix restore ([containerd#9233](containerd#9233))
* Use Intel ISA-L's igzip if available ([containerd#9200](containerd#9200))
* Generalize plugin library ([containerd#9214](containerd#9214))
* Introduce top level config migration ([containerd#9223](containerd#9223))
* Add image delete target ([containerd#8989](containerd#8989))
* Remove `LimitNOFILE` from `containerd.service` ([containerd#8924](containerd#8924))
* Use github.com/containerd/log ([containerd#9086](containerd#9086))
* Add support for image expiration during garbage collection ([containerd#9022](containerd#9022))
* Reduce the contention between ref lock and boltdb lock in content store ([containerd#8792](containerd#8792))
* Remove the CriuPath field from runc's options ([containerd#8279](containerd#8279))
* Remove support for config.toml `version = 1` ([containerd#8275](containerd#8275))
* Remove "containerd.io/restart.logpath" label ([containerd#8264](containerd#8264))
* Remove `aufs` snapshotter ([containerd#8263](containerd#8263))

#### Container Runtime Interface (CRI)

* Enable CDI by default ([containerd#9621](containerd#9621))
* Remove non-sandboxed CRI implementation ([containerd#9228](containerd#9228))
* Add image verifier transfer service plugin system based on a binary directory ([containerd#8493](containerd#8493))
* Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([containerd#8287](containerd#8287))
* Use sandboxed CRI by default ([containerd#8994](containerd#8994))
* Implement RuntimeConfig CRI call ([containerd#8722](containerd#8722))
* Add support for user namespaces (KEP-127) ([containerd#8803](containerd#8803))
* Remove CRI v1alpha2 ([containerd#8276](containerd#8276))

#### Runtime

* Add sandboxer configuration and move sandbox controllers to plugins ([containerd#8268](containerd#8268))
* Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([containerd#8262](containerd#8262))

#### Security Advisories

* [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](GHSA-7ww5-4wqc-m92c)

#### Breaking

* Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([containerd#9320](containerd#9320))
* Move client to subpackage ([containerd#9316](containerd#9316))
* Remove `LimitNOFILE` from `containerd.service` ([containerd#8924](containerd#8924))
* Remove CRI v1alpha2 ([containerd#8276](containerd#8276))
* Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([containerd#8262](containerd#8262))
* Remove "containerd.io/restart.logpath" label ([containerd#8264](containerd#8264))
* Remove `aufs` snapshotter ([containerd#8263](containerd#8263))

#### Deprecations

* Deprecate go-plugin configuration option ([containerd#9238](containerd#9238))
* CNI conf_template in CRI is no longer deprecated ([containerd#8637](containerd#8637))

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

### Contributors

* Derek McGowan
* Akihiro Suda
* Wei Fu
* Phil Estes
* Sebastiaan van Stijn
* Samuel Karp
* Maksym Pavlenko
* Kazuyoshi Kato
* Rodrigo Campos
* Danny Canter
* Gabriel Adrian Samfira
* Iceber Gu
* Abel Feng
* Akhil Mohan
* Jin Dong
* Bjorn Neergaard
* Kirtana Ashok
* Kohei Tokunaga
* Austin Vazquez
* rongfu.leng
* Mike Brown
* Paul "TBBle" Hampson
* Krisztian Litkey
* James Sturtevant
* Enrico Weigelt
* Paweł Gronowski
* Ilya Hanov
* Marat Radchenko
* Cardy.Tang
* Hsing-Yu (David) Chen
* Justin Chadwell
* Brian Goff
* Bryant Biggs
* Davanum Srinivas
* Henry Wang
* Kay Yan
* Laura Brehm
* Markus Lehtonen
* Nashwan Azhari
* Shingo Omura
* Vinayak Goyal
* helen
* Aditi Sharma
* Charity Kathure
* Ed Bartosh
* Evan Lezar
* James Jenkins
* Milas Bowman
* yanggang
* Aditya Ramani
* Amit Barve
* Artem Khramov
* Brad Davidson
* Chen Yiyang
* Cory Snider
* Djordje Lukic
* Ethan Lowman
* Jiang Liu
* Jordan Liggitt
* June Rhodes
* Mahamed Ali
* Michael Crosby
* Peteris Rudzusiks
* Sam Edwards
* Samruddhi Khandale
* Shuaiyi Zhang
* Steve Griffith
* VERNOU Cédric
* hang.jiang
* jerryzhuang
* lengrongfu
* Aaron Lehmann
* Alex Couture-Beil
* Alex Ellis
* Alex Rodriguez
* Alexandru Matei
* Amir M. Ghazanfari
* Anthony Nandaa
* Antonio Huete Jimenez
* Avi Deitcher
* Ben Foster
* Bin Xin
* BinBin He
* Brennan Kinney
* Craig Ingram
* Daisy Rong
* Edgar Lee
* Eng Zer Jun
* Etienne Champetier
* Fahed Dorgaa
* Gary McDonald
* Iain Macdonald
* James Lakin
* Jan Dubois
* Jaroslav Jindrak
* Jiongchi Yu
* Kern Walster
* Kevin Parsons
* Konstantin Khlebnikov
* Maksim An
* Pan Yibo
* Qasim Sarfraz
* Qiutong Song
* Robbie Buxton
* Robert-André Mauchin
* Shukui Yang
* Tianon Gravi
* Tony Fang
* Tõnis Tiigi
* Wang Xinwen
* William Chen
* Yibo Zhuang
* Yury Gargay
* charles-chenzz
* chschumacher1994
* guangli.bao
* krglosse
* ningmingxiao
* pigletfly
* rokkiter
* roman-kiselenko
* roman-kiselenko
* wangxiang
* zhangpeng
* zhaojizhuang
* zounengren
* 吴小白
* 张钰
* 沈陵

### Dependency Changes

* **cloud.google.com/go/compute/metadata**                                         v0.2.3 **_new_**
* **dario.cat/mergo**                                                              v1.0.0 **_new_**
* **github.com/AdaLogics/go-fuzz-headers**                                         1f10f66a31bf -> ced1acdcaa24
* **github.com/AdamKorcz/go-118-fuzz-build**                                       5330a85ea652 -> 8075edf89bb0
* **github.com/Microsoft/go-winio**                                                v0.6.0 -> v0.6.1
* **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.0-rc.2
* **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.2.1
* **github.com/cilium/ebpf**                                                       v0.9.1 -> v0.11.0
* **github.com/containerd/cgroups/v3**                                             v3.0.1 -> v3.0.3
* **github.com/containerd/continuity**                                             v0.3.0 -> v0.4.3
* **github.com/containerd/errdefs**                                                v0.1.0 **_new_**
* **github.com/containerd/go-runc**                                                v1.0.0 -> v1.1.0
* **github.com/containerd/log**                                                    v0.1.0 **_new_**
* **github.com/containerd/nri**                                                    v0.3.0 -> v0.5.0
* **github.com/containerd/platforms**                                              v0.1.1 **_new_**
* **github.com/containerd/plugin**                                                 7ec69893e1e7 **_new_**
* **github.com/containerd/ttrpc**                                                  v1.2.1 -> v1.2.2
* **github.com/containerd/typeurl/v2**                                             v2.1.0 -> v2.1.1
* **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.4.0
* **github.com/distribution/reference**                                            v0.5.0 **_new_**
* **github.com/emicklei/go-restful/v3**                                            v3.10.1 -> v3.10.2
* **github.com/felixge/httpsnoop**                                                 v1.0.3 **_new_**
* **github.com/fsnotify/fsnotify**                                                 v1.6.0 -> v1.7.0
* **github.com/go-logr/logr**                                                      v1.2.3 -> v1.4.1
* **github.com/golang/protobuf**                                                   v1.5.2 -> v1.5.3
* **github.com/google/go-cmp**                                                     v0.5.9 -> v0.6.0
* **github.com/google/uuid**                                                       v1.3.0 -> v1.5.0
* **github.com/grpc-ecosystem/go-grpc-middleware**                                 v1.3.0 -> v1.4.0
* **github.com/grpc-ecosystem/grpc-gateway/v2**                                    v2.7.0 -> v2.16.2
* **github.com/intel/goresctrl**                                                   v0.3.0 -> v0.6.0
* **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.4
* **github.com/klauspost/cpuid/v2**                                                v2.0.4 -> v2.2.5
* **github.com/minio/sha256-simd**                                                 v1.0.0 -> v1.0.1
* **github.com/moby/sys/mountinfo**                                                v0.6.2 -> v0.7.1
* **github.com/moby/sys/user**                                                     v0.1.0 **_new_**
* **github.com/opencontainers/image-spec**                                         3a7f492d3f1b -> v1.1.0-rc5
* **github.com/opencontainers/runtime-spec**                                       v1.1.0-rc.1 -> 4fec88fd00a4
* **github.com/opencontainers/runtime-tools**                                      946c877fa809 -> 2e043c6bd626
* **github.com/pelletier/go-toml/v2**                                              v2.1.1 **_new_**
* **github.com/prometheus/client_golang**                                          v1.14.0 -> v1.17.0
* **github.com/prometheus/client_model**                                           v0.3.0 -> 9a2bf3000d16
* **github.com/prometheus/common**                                                 v0.37.0 -> v0.44.0
* **github.com/prometheus/procfs**                                                 v0.8.0 -> v0.11.1
* **github.com/sirupsen/logrus**                                                   v1.9.0 -> v1.9.3
* **github.com/stretchr/testify**                                                  v1.8.2 -> v1.8.4
* **github.com/urfave/cli**                                                        v1.22.12 -> v1.22.14
* **github.com/vishvananda/netns**                                                 2eb08e3e575f -> v0.0.4
* **go.etcd.io/bbolt**                                                             v1.3.7 -> v1.3.8
* **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.40.0 -> v0.46.1
* **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.45.0 **_new_**
* **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.21.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.19.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.19.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.19.0
* **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.21.0
* **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.21.0
* **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.21.0
* **go.opentelemetry.io/proto/otlp**                                               v0.19.0 -> v1.0.0
* **golang.org/x/exp**                                                             aacd6d4b4611 **_new_**
* **golang.org/x/mod**                                                             v0.7.0 -> v0.14.0
* **golang.org/x/net**                                                             v0.7.0 -> v0.19.0
* **golang.org/x/oauth2**                                                          v0.4.0 -> v0.13.0
* **golang.org/x/sync**                                                            v0.1.0 -> v0.6.0
* **golang.org/x/sys**                                                             v0.6.0 -> v0.16.0
* **golang.org/x/term**                                                            v0.5.0 -> v0.15.0
* **golang.org/x/text**                                                            v0.7.0 -> v0.14.0
* **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
* **golang.org/x/tools**                                                           v0.5.0 -> v0.16.0
* **google.golang.org/appengine**                                                  v1.6.7 -> v1.6.8
* **google.golang.org/genproto/googleapis/api**                                    d307bd883b97 **_new_**
* **google.golang.org/genproto/googleapis/rpc**                                    995d672761c0 **_new_**
* **google.golang.org/grpc**                                                       v1.53.0 -> v1.60.1
* **google.golang.org/protobuf**                                                   v1.28.1 -> v1.32.0
* **k8s.io/api**                                                                   v0.26.2 -> v0.28.4
* **k8s.io/apimachinery**                                                          v0.26.2 -> v0.28.4
* **k8s.io/apiserver**                                                             v0.26.2 -> v0.28.2
* **k8s.io/client-go**                                                             v0.26.2 -> v0.28.4
* **k8s.io/component-base**                                                        v0.26.2 -> v0.28.4
* **k8s.io/cri-api**                                                               v0.26.2 -> v0.28.2
* **k8s.io/klog/v2**                                                               v2.90.1 -> v2.100.1
* **k8s.io/kubelet**                                                               v0.28.2 **_new_**
* **k8s.io/utils**                                                                 a5ecb0141aa5 -> d93618cff8a2
* **sigs.k8s.io/json**                                                             f223a00ba0e2 -> bc3834ca7abd
* **tags.cncf.io/container-device-interface**                                      v0.6.2 **_new_**
* **tags.cncf.io/container-device-interface/specs-go**                             v0.6.0 **_new_**

Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0)
### Which file should I download?
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`:         ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`:  Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.

In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.

See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dmcgowan Derek McGowan
containerd 2.0.0-beta.1

Welcome to the v2.0.0-beta.1 release of containerd!
*This is a pre-release of containerd*

The first major release of containerd 2.x focuses on the continued stability of
containerd's core feature set with an easy upgrade from containerd 1.x. This
release includes the stabilization of new features added in the last 1.x release
as well as the removal of features which were deprecated in 1.x. The goal is to
support the vast community of containerd users well into the future along with
their ever increasing deployment footprints and variety of use cases.

### Highlights

* Move packages based on contributing guide ([containerd#9365](containerd#9365))
* Update import and export to allow references to missing content  ([containerd#9554](containerd#9554))
* *: enable ARM64 runner ([containerd#9456](containerd#9456))
* Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([containerd#9320](containerd#9320))
* Expose usage of deprecated features ([containerd#9258](containerd#9258))
* Switch runc shim to task service v3 and fix restore ([containerd#9233](containerd#9233))
* Use Intel ISA-L's igzip if available ([containerd#9200](containerd#9200))
* Generalize plugin library ([containerd#9214](containerd#9214))
* Introduce top level config migration ([containerd#9223](containerd#9223))
* Add image delete target ([containerd#8989](containerd#8989))
* Use github.com/containerd/log ([containerd#9086](containerd#9086))
* Add support for image expiration during garbage collection ([containerd#9022](containerd#9022))
* Reduce the contention between ref lock and boltdb lock in content store ([containerd#8792](containerd#8792))
* Remove the CriuPath field from runc's options ([containerd#8279](containerd#8279))
* Remove support for config.toml `version = 1` ([containerd#8275](containerd#8275))
* Remove "containerd.io/restart.logpath" label ([containerd#8264](containerd#8264))
* Remove `aufs` snapshotter ([containerd#8263](containerd#8263))

#### Container Runtime Interface (CRI)

* Enable CDI by default ([containerd#9621](containerd#9621))
* Remove non-sandboxed CRI implementation ([containerd#9228](containerd#9228))
* Add image verifier transfer service plugin system based on a binary directory ([containerd#8493](containerd#8493))
* Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([containerd#8287](containerd#8287))
* Use sandboxed CRI by default ([containerd#8994](containerd#8994))
* Implement RuntimeConfig CRI call ([containerd#8722](containerd#8722))
* Add support for user namespaces (KEP-127) ([containerd#8803](containerd#8803))
* Remove CRI v1alpha2 ([containerd#8276](containerd#8276))

#### Runtime

* Add sandboxer configuration and move sandbox controllers to plugins ([containerd#8268](containerd#8268))
* Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([containerd#8262](containerd#8262))

#### Security Advisories

* [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](GHSA-7ww5-4wqc-m92c)

#### Breaking

* Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([containerd#9320](containerd#9320))
* Move client to subpackage ([containerd#9316](containerd#9316))
* Remove CRI v1alpha2 ([containerd#8276](containerd#8276))
* Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([containerd#8262](containerd#8262))
* Remove "containerd.io/restart.logpath" label ([containerd#8264](containerd#8264))
* Remove `aufs` snapshotter ([containerd#8263](containerd#8263))

#### Deprecations

* Deprecate go-plugin configuration option ([containerd#9238](containerd#9238))
* CNI conf_template in CRI is no longer deprecated ([containerd#8637](containerd#8637))

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

### Contributors

* Derek McGowan
* Akihiro Suda
* Wei Fu
* Phil Estes
* Sebastiaan van Stijn
* Samuel Karp
* Maksym Pavlenko
* Kazuyoshi Kato
* Rodrigo Campos
* dependabot[bot]
* Danny Canter
* Gabriel Adrian Samfira
* Iceber Gu
* Abel Feng
* Jin Dong
* Bjorn Neergaard
* Kirtana Ashok
* Kohei Tokunaga
* Austin Vazquez
* rongfu.leng
* Akhil Mohan
* Mike Brown
* Paul "TBBle" Hampson
* Krisztian Litkey
* Enrico Weigelt
* James Sturtevant
* Paweł Gronowski
* Ilya Hanov
* Marat Radchenko
* Cardy.Tang
* Hsing-Yu (David) Chen
* Justin Chadwell
* Brian Goff
* Bryant Biggs
* Davanum Srinivas
* Henry Wang
* Kay Yan
* Laura Brehm
* Markus Lehtonen
* Nashwan Azhari
* Shingo Omura
* Vinayak Goyal
* helen
* Aditi Sharma
* Charity Kathure
* Ed Bartosh
* James Jenkins
* Milas Bowman
* Aditya Ramani
* Amit Barve
* Artem Khramov
* Brad Davidson
* Chen Yiyang
* Cory Snider
* Djordje Lukic
* Ethan Lowman
* Jiang Liu
* Jordan Liggitt
* June Rhodes
* Mahamed Ali
* Michael Crosby
* Peteris Rudzusiks
* Sam Edwards
* Samruddhi Khandale
* Shuaiyi Zhang
* Steve Griffith
* VERNOU Cédric
* hang.jiang
* jerryzhuang
* lengrongfu
* Aaron Lehmann
* Alex Couture-Beil
* Alex Ellis
* Alex Rodriguez
* Alexandru Matei
* Amir M. Ghazanfari
* Anthony Nandaa
* Antonio Huete Jimenez
* Avi Deitcher
* Ben Foster
* Bin Xin
* BinBin He
* Brennan Kinney
* Craig Ingram
* Daisy Rong
* Edgar Lee
* Eng Zer Jun
* Etienne Champetier
* Evan Lezar
* Fahed Dorgaa
* Gary McDonald
* Iceber Gu
* James Lakin
* Jan Dubois
* Jaroslav Jindrak
* Jiongchi Yu
* Kern Walster
* Kevin Parsons
* Konstantin Khlebnikov
* Maksim An
* Pan Yibo
* Qasim Sarfraz
* Qiutong Song
* Robbie Buxton
* Robert-André Mauchin
* Shukui Yang
* Tianon Gravi
* Tony Fang
* Tõnis Tiigi
* Wang Xinwen
* William Chen
* Yibo Zhuang
* charles-chenzz
* chschumacher1994
* guangli.bao
* ningmingxiao
* pigletfly
* rokkiter
* roman-kiselenko
* wangxiang
* zhangpeng
* zhaojizhuang
* zounengren
* 吴小白
* 沈陵

### Dependency Changes

* **cloud.google.com/go/compute/metadata**                                         v0.2.3 **_new_**
* **dario.cat/mergo**                                                              v1.0.0 **_new_**
* **github.com/AdaLogics/go-fuzz-headers**                                         1f10f66a31bf -> ced1acdcaa24
* **github.com/AdamKorcz/go-118-fuzz-build**                                       5330a85ea652 -> 8075edf89bb0
* **github.com/Microsoft/go-winio**                                                v0.6.0 -> v0.6.1
* **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.0-rc.2
* **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.2.1
* **github.com/cilium/ebpf**                                                       v0.9.1 -> v0.11.0
* **github.com/container-orchestrated-devices/container-device-interface**         v0.5.4 -> v0.6.1
* **github.com/containerd/cgroups/v3**                                             v3.0.1 -> v3.0.3
* **github.com/containerd/continuity**                                             v0.3.0 -> v0.4.3
* **github.com/containerd/go-runc**                                                v1.0.0 -> v1.1.0
* **github.com/containerd/log**                                                    v0.1.0 **_new_**
* **github.com/containerd/nri**                                                    v0.3.0 -> v0.5.0
* **github.com/containerd/plugin**                                                 7ec69893e1e7 **_new_**
* **github.com/containerd/ttrpc**                                                  v1.2.1 -> v1.2.2
* **github.com/containerd/typeurl/v2**                                             v2.1.0 -> v2.1.1
* **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.4.0
* **github.com/distribution/reference**                                            v0.5.0 **_new_**
* **github.com/emicklei/go-restful/v3**                                            v3.10.1 -> v3.10.2
* **github.com/felixge/httpsnoop**                                                 v1.0.3 **_new_**
* **github.com/fsnotify/fsnotify**                                                 v1.6.0 -> v1.7.0
* **github.com/go-logr/logr**                                                      v1.2.3 -> v1.4.1
* **github.com/golang/protobuf**                                                   v1.5.2 -> v1.5.3
* **github.com/google/go-cmp**                                                     v0.5.9 -> v0.6.0
* **github.com/google/uuid**                                                       v1.3.0 -> v1.5.0
* **github.com/grpc-ecosystem/go-grpc-middleware**                                 v1.3.0 -> v1.4.0
* **github.com/grpc-ecosystem/grpc-gateway/v2**                                    v2.7.0 -> v2.16.2
* **github.com/intel/goresctrl**                                                   v0.3.0 -> v0.6.0
* **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.4
* **github.com/klauspost/cpuid/v2**                                                v2.0.4 -> v2.2.5
* **github.com/minio/sha256-simd**                                                 v1.0.0 -> v1.0.1
* **github.com/moby/sys/mountinfo**                                                v0.6.2 -> v0.7.1
* **github.com/moby/sys/user**                                                     v0.1.0 **_new_**
* **github.com/opencontainers/image-spec**                                         3a7f492d3f1b -> v1.1.0-rc5
* **github.com/opencontainers/runtime-spec**                                       v1.1.0-rc.1 -> 4fec88fd00a4
* **github.com/opencontainers/runtime-tools**                                      946c877fa809 -> 2e043c6bd626
* **github.com/pelletier/go-toml/v2**                                              v2.1.1 **_new_**
* **github.com/prometheus/client_golang**                                          v1.14.0 -> v1.17.0
* **github.com/prometheus/client_model**                                           v0.3.0 -> 9a2bf3000d16
* **github.com/prometheus/common**                                                 v0.37.0 -> v0.44.0
* **github.com/prometheus/procfs**                                                 v0.8.0 -> v0.11.1
* **github.com/sirupsen/logrus**                                                   v1.9.0 -> v1.9.3
* **github.com/stretchr/testify**                                                  v1.8.2 -> v1.8.4
* **github.com/urfave/cli**                                                        v1.22.12 -> v1.22.14
* **github.com/vishvananda/netns**                                                 2eb08e3e575f -> v0.0.4
* **go.etcd.io/bbolt**                                                             v1.3.7 -> v1.3.8
* **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.40.0 -> v0.46.1
* **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.45.0 **_new_**
* **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.21.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.19.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.19.0
* **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.19.0
* **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.21.0
* **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.21.0
* **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.21.0
* **go.opentelemetry.io/proto/otlp**                                               v0.19.0 -> v1.0.0
* **golang.org/x/exp**                                                             aacd6d4b4611 **_new_**
* **golang.org/x/mod**                                                             v0.7.0 -> v0.14.0
* **golang.org/x/net**                                                             v0.7.0 -> v0.19.0
* **golang.org/x/oauth2**                                                          v0.4.0 -> v0.13.0
* **golang.org/x/sync**                                                            v0.1.0 -> v0.6.0
* **golang.org/x/sys**                                                             v0.6.0 -> v0.16.0
* **golang.org/x/term**                                                            v0.5.0 -> v0.15.0
* **golang.org/x/text**                                                            v0.7.0 -> v0.14.0
* **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
* **golang.org/x/tools**                                                           v0.5.0 -> v0.16.0
* **google.golang.org/appengine**                                                  v1.6.7 -> v1.6.8
* **google.golang.org/genproto/googleapis/api**                                    d307bd883b97 **_new_**
* **google.golang.org/genproto/googleapis/rpc**                                    995d672761c0 **_new_**
* **google.golang.org/grpc**                                                       v1.53.0 -> v1.60.1
* **google.golang.org/protobuf**                                                   v1.28.1 -> v1.32.0
* **k8s.io/api**                                                                   v0.26.2 -> v0.28.4
* **k8s.io/apimachinery**                                                          v0.26.2 -> v0.28.4
* **k8s.io/apiserver**                                                             v0.26.2 -> v0.28.2
* **k8s.io/client-go**                                                             v0.26.2 -> v0.28.4
* **k8s.io/component-base**                                                        v0.26.2 -> v0.28.4
* **k8s.io/cri-api**                                                               v0.26.2 -> v0.28.2
* **k8s.io/klog/v2**                                                               v2.90.1 -> v2.100.1
* **k8s.io/kubelet**                                                               v0.28.2 **_new_**
* **k8s.io/utils**                                                                 a5ecb0141aa5 -> d93618cff8a2
* **sigs.k8s.io/json**                                                             f223a00ba0e2 -> bc3834ca7abd

Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0)
### Which file should I download?
* `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`:         ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).
* `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`:  Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.

In addition to containerd, typically you will have to install [runc](https://github.com/opencontainers/runc/releases)
and [CNI plugins](https://github.com/containernetworking/plugins/releases) from their official sites too.

See also the [Getting Started](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation.