Skip to content
Tags give the ability to mark specific points in history as being important
This project is mirrored from https://github.com/containerd/containerd.git. Pull mirroring updated .
  • v2.0.0-rc.3
    containerd 2.0.0-rc.3
    
    Welcome to the v2.0.0-rc.3 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
    
    * Preserve Unprivileged locked flags during remount of bind mounts ([#10200](https://github.com/containerd/containerd/pull/10200))
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
    * Configure otel from env instead of config.toml ([#8970](https://github.com/containerd/containerd/pull/8970))
    * Fix config import relative path glob ([#9746](https://github.com/containerd/containerd/pull/9746))
    * Enable NRI by default ([#9744](https://github.com/containerd/containerd/pull/9744))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Remove overlayfs volatile option on temp mounts ([#9555](https://github.com/containerd/containerd/pull/9555))
    * Move packages based on contributing guide ([#9365](https://github.com/containerd/containerd/pull/9365))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Use Intel ISA-L's igzip if available ([#9200](https://github.com/containerd/containerd/pull/9200))
    * Generalize plugin library ([#9214](https://github.com/containerd/containerd/pull/9214))
    * Introduce top level config migration ([#9223](https://github.com/containerd/containerd/pull/9223))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Use github.com/containerd/log ([#9086](https://github.com/containerd/containerd/pull/9086))
    * Add support for image expiration during garbage collection ([#9022](https://github.com/containerd/containerd/pull/9022))
    * Reduce the contention between ref lock and boltdb lock in content store ([#8792](https://github.com/containerd/containerd/pull/8792))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    * Fix deadlock during NRI plugin registration ([containerd/nri#79](https://github.com/containerd/nri/pull/79))
    * Fix deadlock when writing to pipe blocks ([containerd/ttrpc#168](https://github.com/containerd/ttrpc/pull/168))
    
    #### Container Runtime Interface (CRI)
    
    * Add support to set loopback to up ([#10238](https://github.com/containerd/containerd/pull/10238))
    * Add support for multiple subscribers to CRI container events ([#9661](https://github.com/containerd/containerd/pull/9661))
    * Enable CDI by default ([#9621](https://github.com/containerd/containerd/pull/9621))
    * Remove non-sandboxed CRI implementation ([#9228](https://github.com/containerd/containerd/pull/9228))
    * Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([#8287](https://github.com/containerd/containerd/pull/8287))
    * Use sandboxed CRI by default ([#8994](https://github.com/containerd/containerd/pull/8994))
    * Implement RuntimeConfig CRI call ([#8722](https://github.com/containerd/containerd/pull/8722))
    * Add support for user namespaces (KEP-127) ([#8803](https://github.com/containerd/containerd/pull/8803))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    
    #### Image Distribution
    
    * Skip "unknown" in image platform listing ([#10257](https://github.com/containerd/containerd/pull/10257))
    * Update unpacker to fetch all provided content ([#10202](https://github.com/containerd/containerd/pull/10202))
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
    * Update import and export to allow references to missing content  ([#9554](https://github.com/containerd/containerd/pull/9554))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    * Add image verifier transfer service plugin system based on a binary directory ([#8493](https://github.com/containerd/containerd/pull/8493))
    
    #### Runtime
    
    * Provide runtime options in plugin info ([#10251](https://github.com/containerd/containerd/pull/10251))
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
    * Update apparmor to allow confined runc to kill containers ([#10123](https://github.com/containerd/containerd/pull/10123))
    * Support vsock connection to task api ([#9738](https://github.com/containerd/containerd/pull/9738))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Switch runc shim to task service v3 and fix restore ([#9233](https://github.com/containerd/containerd/pull/9233))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
    * Remove the CriuPath field from runc's options ([#8279](https://github.com/containerd/containerd/pull/8279))
    * Remove support for config.toml `version = 1` ([#8275](https://github.com/containerd/containerd/pull/8275))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    
    #### Security Advisories
    
    * [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c)
    
    #### Breaking
    
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Move client to subpackage ([#9316](https://github.com/containerd/containerd/pull/9316))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Deprecations
    
    * Add type alias for event Envelope ([#10279](https://github.com/containerd/containerd/pull/10279))
    * Postpone removal of deprecated CRI config properties ([#9966](https://github.com/containerd/containerd/pull/9966))
    * Deprecate go-plugin configuration option ([#9238](https://github.com/containerd/containerd/pull/9238))
    * CNI conf_template in CRI is no longer deprecated ([#8637](https://github.com/containerd/containerd/pull/8637))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Akihiro Suda
    * Maksym Pavlenko
    * Wei Fu
    * Phil Estes
    * Sebastiaan van Stijn
    * Samuel Karp
    * Stefan Berger
    * Kazuyoshi Kato
    * Rodrigo Campos
    * Danny Canter
    * Abel Feng
    * Gabriel Adrian Samfira
    * Kirtana Ashok
    * Austin Vazquez
    * Iceber Gu
    * Kohei Tokunaga
    * Mike Brown
    * Krisztian Litkey
    * Akhil Mohan
    * Jin Dong
    * Bjorn Neergaard
    * rongfu.leng
    * Justin Chadwell
    * James Sturtevant
    * Paul "TBBle" Hampson
    * Davanum Srinivas
    * Enrico Weigelt
    * Brian Goff
    * Henry Wang
    * Paweł Gronowski
    * Hsing-Yu (David) Chen
    * Ilya Hanov
    * Laura Brehm
    * Marat Radchenko
    * Cardy.Tang
    * Shingo Omura
    * Aditi Sharma
    * Bryant Biggs
    * Evan Lezar
    * Jordan Liggitt
    * Kay Yan
    * Markus Lehtonen
    * Nashwan Azhari
    * Shuaiyi Zhang
    * Vinayak Goyal
    * helen
    * Alexandru Matei
    * Amit Barve
    * Anthony Nandaa
    * Charity Kathure
    * Ed Bartosh
    * Etienne Champetier
    * James Jenkins
    * Kevin Parsons
    * Milas Bowman
    * Swagat Bora
    * yanggang
    * Aditya Ramani
    * Adrian Reber
    * Amir M. Ghazanfari
    * Artem Khramov
    * Avi Deitcher
    * Brad Davidson
    * Chen Yiyang
    * Christian Muehlhaeuser
    * Cory Snider
    * Djordje Lukic
    * Edgar Lee
    * Ethan Lowman
    * Jiang Liu
    * June Rhodes
    * Lucas Rattz
    * Mahamed Ali
    * Maksim An
    * Michael Crosby
    * Peteris Rudzusiks
    * Sam Edwards
    * Samruddhi Khandale
    * Steve Griffith
    * Tony Fang
    * VERNOU Cédric
    * hang.jiang
    * jerryzhuang
    * lengrongfu
    * ningmingxiao
    * roman-kiselenko
    * zhanluxianshen
    * zounengren
    * Aaron Lehmann
    * Adrien Delorme
    * Alex Couture-Beil
    * Alex Ellis
    * Alex Rodriguez
    * Angelos Kolaitis
    * Antonio Huete Jimenez
    * Arash Haghighat
    * Ben Foster
    * Bin Tang
    * Bin Xin
    * BinBin He
    * Brennan Kinney
    * Changqing Li
    * ChengenH
    * ChengyuZhu6
    * Christian Stewart
    * Craig Ingram
    * Daisy Rong
    * David Porter
    * Derek Nola
    * Eng Zer Jun
    * Fabiano Fidêncio
    * Fahed Dorgaa
    * Gary McDonald
    * Iain Macdonald
    * James Lakin
    * Jan Dubois
    * Jaroslav Jindrak
    * Jiongchi Yu
    * Julien Balestra
    * Kern Walster
    * Kirill A. Korinsky
    * Konstantin Khlebnikov
    * Michael Zappa
    * Pan Yibo
    * Qasim Sarfraz
    * Qiutong Song
    * Reinhard Tartler
    * Robbie Buxton
    * Robert-André Mauchin
    * Ruihua Wen
    * Shukui Yang
    * Talon
    * Tianon Gravi
    * Tim Hockin
    * Tobias Klauser
    * Tomáš Virtus
    * Tõnis Tiigi
    * Wang Xinwen
    * William Chen
    * Xinyang Ge
    * Yibo Zhuang
    * Yury Gargay
    * Zechun Chen
    * Zhang Tianyang
    * Zoe
    * baijia
    * bzsuni
    * charles-chenzz
    * chschumacher1994
    * guangli.bao
    * guangwu
    * krglosse
    * pigletfly
    * rokkiter
    * wangxiang
    * zhangpeng
    * zhaojizhuang
    * 吴小白
    * 张钰
    * 沈陵
    * 谭九鼎
    
    ### 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/Masterminds/semver/v3**                                             v3.2.1 **_new_**
    * **github.com/Microsoft/go-winio**                                                v0.6.0 -> v0.6.2
    * **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.4
    * **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.3.0
    * **github.com/checkpoint-restore/checkpointctl**                                  v1.2.0 **_new_**
    * **github.com/checkpoint-restore/go-criu/v7**                                     v7.1.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/containerd/api**                                         v1.8.0-rc.2 **_new_**
    * **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/imgcrypt**                                               v1.1.7 -> 3ca09a2db5cd
    * **github.com/containerd/log**                                                    v0.1.0 **_new_**
    * **github.com/containerd/nri**                                                    v0.3.0 -> v0.6.1
    * **github.com/containerd/platforms**                                              v0.2.1 **_new_**
    * **github.com/containerd/plugin**                                                 v0.1.0 **_new_**
    * **github.com/containerd/ttrpc**                                                  v1.2.1 -> v1.2.4
    * **github.com/containerd/typeurl/v2**                                             v2.1.0 -> v2.1.1
    * **github.com/containernetworking/cni**                                           v1.1.2 -> v1.2.0
    * **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.4.1
    * **github.com/containers/ocicrypt**                                               v1.1.6 -> v1.1.10
    * **github.com/cpuguy83/go-md2man/v2**                                             v2.0.2 -> v2.0.4
    * **github.com/davecgh/go-spew**                                                   v1.1.1 -> d8f796af33cc
    * **github.com/distribution/reference**                                            v0.6.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-jose/go-jose/v3**                                                v3.0.3 **_new_**
    * **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.1 **_new_**
    * **github.com/grpc-ecosystem/go-grpc-middleware/v2**                              v2.1.0 **_new_**
    * **github.com/grpc-ecosystem/grpc-gateway/v2**                                    v2.7.0 -> v2.19.1
    * **github.com/intel/goresctrl**                                                   v0.3.0 -> v0.7.0
    * **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.8
    * **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.2.2 **_new_**
    * **github.com/pmezard/go-difflib**                                                v1.0.0 -> 5d4384ee4fb2
    * **github.com/prometheus/client_golang**                                          v1.14.0 -> v1.19.1
    * **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.2 **_new_**
    * **github.com/vishvananda/netns**                                                 2eb08e3e575f -> v0.0.4
    * **github.com/xrash/smetrics**                                                    5f08fbb34913 **_new_**
    * **go.etcd.io/bbolt**                                                             v1.3.7 -> v1.3.10
    * **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.40.0 -> v0.51.0
    * **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.51.0 **_new_**
    * **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.26.0
    * **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/proto/otlp**                                               v0.19.0 -> v1.2.0
    * **golang.org/x/crypto**                                                          v0.1.0 -> v0.23.0
    * **golang.org/x/exp**                                                             aacd6d4b4611 **_new_**
    * **golang.org/x/mod**                                                             v0.7.0 -> v0.18.0
    * **golang.org/x/net**                                                             v0.7.0 -> v0.25.0
    * **golang.org/x/oauth2**                                                          v0.4.0 -> v0.17.0
    * **golang.org/x/sync**                                                            v0.1.0 -> v0.7.0
    * **golang.org/x/sys**                                                             v0.6.0 -> v0.21.0
    * **golang.org/x/term**                                                            v0.5.0 -> v0.20.0
    * **golang.org/x/text**                                                            v0.7.0 -> v0.15.0
    * **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
    * **google.golang.org/appengine**                                                  v1.6.7 -> v1.6.8
    * **google.golang.org/genproto/googleapis/api**                                    6ceb2ff114de **_new_**
    * **google.golang.org/genproto/googleapis/rpc**                                    8c6c420018be **_new_**
    * **google.golang.org/grpc**                                                       v1.53.0 -> v1.63.2
    * **google.golang.org/protobuf**                                                   v1.28.1 -> v1.34.1
    * **k8s.io/api**                                                                   v0.26.2 -> v0.30.0
    * **k8s.io/apimachinery**                                                          v0.26.2 -> v0.30.0
    * **k8s.io/apiserver**                                                             v0.26.2 -> v0.30.0
    * **k8s.io/client-go**                                                             v0.26.2 -> v0.30.0
    * **k8s.io/component-base**                                                        v0.26.2 -> v0.30.0
    * **k8s.io/cri-api**                                                               v0.26.2 -> 3a66d9d86654
    * **k8s.io/klog/v2**                                                               v2.90.1 -> v2.120.1
    * **k8s.io/kubelet**                                                               v0.30.0 **_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.7.2 **_new_**
    * **tags.cncf.io/container-device-interface/specs-go**                             v0.7.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.18
    containerd 1.7.18
    
    Welcome to the v1.7.18 release of containerd!
    
    The eighteenth patch release for containerd 1.7 contains various updates along
    with an updated version of Go. Go 1.22.4 and 1.21.11 include a fix for a symlink
    time of check to time of use race condition during directory removal.
    
    ### Highlights
    
    * Update Go version to 1.21.11 ([#10298](https://github.com/containerd/containerd/pull/10298))
    * Remove uses of `platforms.Platform` alias ([#10277](https://github.com/containerd/containerd/pull/10277))
    * Migrate log imports to `github.com/containerd/log` ([#10269](https://github.com/containerd/containerd/pull/10269))
    * Migrate errdefs package to `github.com/containerd/errdefs` ([#10266](https://github.com/containerd/containerd/pull/10266))
    * Fix usage of "unknown" platform ([#10261](https://github.com/containerd/containerd/pull/10261))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Sebastiaan van Stijn
    * Akhil Mohan
    * Austin Vazquez
    * Phil Estes
    
    ### Changes
    <details><summary>16 commits</summary>
    <p>
    
    * Prepare release notes for v1.7.18 ([#10301](https://github.com/containerd/containerd/pull/10301))
      * [`9426aab62`](https://github.com/containerd/containerd/commit/9426aab62b6496ad93edb7e08b8655bb92d3a84b) Prepare release notes for v1.7.18
    * Update Go version to 1.21.11 ([#10298](https://github.com/containerd/containerd/pull/10298))
      * [`cdd3ea913`](https://github.com/containerd/containerd/commit/cdd3ea913586c6e3d1098416a5cded136d761456) Update Go version to 1.21.11
    * Remove uses of `platforms.Platform` alias ([#10277](https://github.com/containerd/containerd/pull/10277))
      * [`1e3c662d6`](https://github.com/containerd/containerd/commit/1e3c662d6c2bd0eafdcd402a32324e84d5f0498b) [release/1.7] remove uses of platforms.Platform alias
    * Migrate log imports to `github.com/containerd/log` ([#10269](https://github.com/containerd/containerd/pull/10269))
      * [`0af6825b1`](https://github.com/containerd/containerd/commit/0af6825b1e64d56ffd72f801c4fb1224f888c367) migrate logs imports to github.com/containerd/log module
    * Migrate errdefs package to `github.com/containerd/errdefs` ([#10266](https://github.com/containerd/containerd/pull/10266))
      * [`308341a44`](https://github.com/containerd/containerd/commit/308341a4464bd723630d3df19a5df20aa252af9f) replace uses of github.com/containerd/containerd/errdefs
      * [`47ff8cfce`](https://github.com/containerd/containerd/commit/47ff8cfce0768d4f4c98ad05bd72e8f9ad8dfb5c) migrate errdefs package to github.com/containerd/errdefs module
    * Fix usage of "unknown" platform ([#10261](https://github.com/containerd/containerd/pull/10261))
      * [`f4d11912a`](https://github.com/containerd/containerd/commit/f4d11912a77c1e15db200aed7481d45bd12b5eb1) core/image: fix usage of "unknown" platform
    * Explicitly set release latest to true ([#10265](https://github.com/containerd/containerd/pull/10265))
      * [`5b0480009`](https://github.com/containerd/containerd/commit/5b0480009c5f4ee1f8a80cbe7aae22642867ee25) Explicitly set release latest to true
      * [`d669b100d`](https://github.com/containerd/containerd/commit/d669b100d5337150d7f9a170de55ac7d2d7ec24c) build(deps): bump softprops/action-gh-release from 1 to 2
    </p>
    </details>
    
    ### Changes from containerd/errdefs
    <details><summary>6 commits</summary>
    <p>
    
    * Add common files ([containerd/errdefs#1](https://github.com/containerd/errdefs/pull/1))
      * [`78f3494`](https://github.com/containerd/errdefs/commit/78f3494a77384f066cd3457e1dfa1bda180f180d) Add Github actions configuration
      * [`46f1770`](https://github.com/containerd/errdefs/commit/46f1770bd5e80699a13fa107e0d5b195d1db9db4) Add go.mod configuration
      * [`959121a`](https://github.com/containerd/errdefs/commit/959121a299905905fed65b533f72a7ee36786301) Add README.md
    * Add LICENSE ([containerd/errdefs#2](https://github.com/containerd/errdefs/pull/2))
      * [`33a2275`](https://github.com/containerd/errdefs/commit/33a2275efb9a92237b9a8e7f41c31672f3293ccb) Add LICENSE
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/errdefs**              v0.1.0 **_new_**
    * **google.golang.org/genproto**                 b8732ec3820d -> e6e6cdab5c13
    * **google.golang.org/genproto/googleapis/api**  b8732ec3820d -> 007df8e322eb
    * **google.golang.org/genproto/googleapis/rpc**  b8732ec3820d -> d307bd883b97
    
    Previous release can be found at [v1.7.17](https://github.com/containerd/containerd/releases/tag/v1.7.17)
    
  • v1.6.33
    containerd 1.6.33
    
    Welcome to the v1.6.33 release of containerd!
    
    The thirty-third patch release for containerd 1.6 contains various updates along
    with an updated version of Go. Go 1.22.4 and 1.21.11 include a fix for a symlink
    time of check to time of use race condition during directory removal.
    
    ### Highlights
    
    * Update Go version to 1.21.11 ([#10299](https://github.com/containerd/containerd/pull/10299))
    * Migrate log imports to `github.com/containerd/log` ([#10271](https://github.com/containerd/containerd/pull/10271))
    * Migrate `errdefs` package to `github.com/containerd/errdefs` ([#10267](https://github.com/containerd/containerd/pull/10267))
    * Fix usage of "unknown" platform ([#10268](https://github.com/containerd/containerd/pull/10268))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Phil Estes
    * Sebastiaan van Stijn
    * Akhil Mohan
    * Austin Vazquez
    * Samuel Karp
    
    ### Changes
    <details><summary>14 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.33 ([#10300](https://github.com/containerd/containerd/pull/10300))
      * [`97e059626`](https://github.com/containerd/containerd/commit/97e0596267dd50cce08d9d4238557b345794197b) Prepare release notes for v1.6.33
    * Update Go version to 1.21.11 ([#10299](https://github.com/containerd/containerd/pull/10299))
      * [`da9a04e54`](https://github.com/containerd/containerd/commit/da9a04e54cac42438c459fda6ec8f2c772c50441) Includes fix for a symlink race on remove
    * Migrate log imports to `github.com/containerd/log` ([#10271](https://github.com/containerd/containerd/pull/10271))
      * [`a389bb305`](https://github.com/containerd/containerd/commit/a389bb3051aa217bf72905ca4544d6661840fc03) migrate logs imports to github.com/containerd/log module
    * Migrate `errdefs` package to `github.com/containerd/errdefs` ([#10267](https://github.com/containerd/containerd/pull/10267))
      * [`615fb03e4`](https://github.com/containerd/containerd/commit/615fb03e4721cae0ca7630f66c21e3d148e0fb57) replace uses of github.com/containerd/containerd/errdefs
      * [`c83be1b9e`](https://github.com/containerd/containerd/commit/c83be1b9ecc5df733c038a596af42bdff445ad7f) migrate errdefs package to github.com/containerd/errdefs module
    * Fix usage of "unknown" platform ([#10268](https://github.com/containerd/containerd/pull/10268))
      * [`d4d489496`](https://github.com/containerd/containerd/commit/d4d489496305e9ebab9deb78f718658d1c17579f) core/image: fix usage of "unknown" platform
    * Explicitly set release latest to false ([#10263](https://github.com/containerd/containerd/pull/10263))
      * [`5eaf5f881`](https://github.com/containerd/containerd/commit/5eaf5f88144bf71725b161a47c7e6af2d2b16331) Explicitly set release latest to false
      * [`b51f7445d`](https://github.com/containerd/containerd/commit/b51f7445d353c9ce18b8614a26756f145f5e19b0) build(deps): bump softprops/action-gh-release from 1 to 2
    </p>
    </details>
    
    ### Changes from containerd/errdefs
    <details><summary>6 commits</summary>
    <p>
    
    * Add common files ([containerd/errdefs#1](https://github.com/containerd/errdefs/pull/1))
      * [`78f3494`](https://github.com/containerd/errdefs/commit/78f3494a77384f066cd3457e1dfa1bda180f180d) Add Github actions configuration
      * [`46f1770`](https://github.com/containerd/errdefs/commit/46f1770bd5e80699a13fa107e0d5b195d1db9db4) Add go.mod configuration
      * [`959121a`](https://github.com/containerd/errdefs/commit/959121a299905905fed65b533f72a7ee36786301) Add README.md
    * Add LICENSE ([containerd/errdefs#2](https://github.com/containerd/errdefs/pull/2))
      * [`33a2275`](https://github.com/containerd/errdefs/commit/33a2275efb9a92237b9a8e7f41c31672f3293ccb) Add LICENSE
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/errdefs**  v0.1.0 **_new_**
    
    Previous release can be found at [v1.6.32](https://github.com/containerd/containerd/releases/tag/v1.6.32)
    
  • api/v1.8.0-rc.2
    containerd api/v1.8.0-rc.2
    
    Welcome to the api/v1.8.0-rc.2 release of containerd!
    *This is a pre-release of containerd*
    
    The first dedicated release for the containerd API. This release continues the 1.x
    line of API compatibility with the 9th minor release of the 1.x API.
    
    ### Highlights
    
    * Add type alias for event Envelope ([#10279](https://github.com/containerd/containerd/pull/10279))
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    
    #### Image Distribution
    
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    
    #### Runtime
    
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Maksym Pavlenko
    * Akihiro Suda
    * Wei Fu
    * Abel Feng
    * Danny Canter
    * Phil Estes
    * Samuel Karp
    * Kohei Tokunaga
    * Akhil Mohan
    * Bryant Biggs
    * Davanum Srinivas
    * Iceber Gu
    * Kirtana Ashok
    * Sebastiaan van Stijn
    
    ### Changes
    <details><summary>57 commits</summary>
    <p>
    
    * Add type alias for event Envelope ([#10279](https://github.com/containerd/containerd/pull/10279))
      * [`3e71ccafc`](https://github.com/containerd/containerd/commit/3e71ccafc48bc87a054f4ce3a67ecf2df91932c5) Add type alias for event Envelope
    * Update api minimum Go version to 1.21 ([#10276](https://github.com/containerd/containerd/pull/10276))
      * [`359d84351`](https://github.com/containerd/containerd/commit/359d84351d53d335688ab96c1a3e1ae0151b3a2d) Update api minimum go version to 1.21
    * Prepare release notes for api/v1.8.0-rc.0 ([#10167](https://github.com/containerd/containerd/pull/10167))
      * [`55fcebffc`](https://github.com/containerd/containerd/commit/55fcebffc76e642e9155eda5e097043f95109e4d) Prepare release notes for api/v1.8.0
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
      * [`2ac2b9c90`](https://github.com/containerd/containerd/commit/2ac2b9c909fb64f4d06958a0ca2f556bec348d05) Make api a Go sub-module
      * [`3e9cace72`](https://github.com/containerd/containerd/commit/3e9cace720cee5eb631c8291d8fb51928dc3fb3b) Move runtimeoptions to api directory
      * [`4a4550777`](https://github.com/containerd/containerd/commit/4a455077722796fd6a63253bc30d2b4c0c379d1d) Move runc options to api directory
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
      * [`de38490ed`](https://github.com/containerd/containerd/commit/de38490ed6b8d9cb9cb6ea7cfcd0071e8f27d304) sandbox: merge address and protocol to one url
      * [`f6e0cf189`](https://github.com/containerd/containerd/commit/f6e0cf1894b9211f07d801e1af3166f290969cd7) sandbox: add address info in Start and Status response
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
      * [`433279438`](https://github.com/containerd/containerd/commit/4332794384253ad85a05a17fe42aa929f62fc72a) Transfer: Registry: Enable plain HTTP
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
      * [`7a3b7fba5`](https://github.com/containerd/containerd/commit/7a3b7fba59a9ff9e8756976cf6f55117b1814a63) Transfer: Registry: Enable to use registry configuration diretory
    * Generate proto services with go-ttrpc ([#7609](https://github.com/containerd/containerd/pull/7609))
      * [`f0e874941`](https://github.com/containerd/containerd/commit/f0e8749411301e99958e0caf545d85bf0112dda4) Add ttrpc generated services
      * [`65031eade`](https://github.com/containerd/containerd/commit/65031eadec262d783db25456a8bbca1eed1956b7) Update protobuild to build ttrpc services
    * Add OSVersion to platform protobuf ([#9733](https://github.com/containerd/containerd/pull/9733))
      * [`5aa05481d`](https://github.com/containerd/containerd/commit/5aa05481ddd40138eef79ec4bce2b0232adef354) Add OSVersion to platform protobuf
    * Move Message proto to types ([#9742](https://github.com/containerd/containerd/pull/9742))
      * [`0facc8592`](https://github.com/containerd/containerd/commit/0facc85925a114edac4b3b05a871f4ad205f45f1) Fix proto formatting
      * [`7f2d2c4f4`](https://github.com/containerd/containerd/commit/7f2d2c4f44afe090872301cc8614e8fc0d432e9e) Move Message proto to types
    * refactor: move plugin/fieldpath to api/types/ ([#9687](https://github.com/containerd/containerd/pull/9687))
      * [`b16e3572a`](https://github.com/containerd/containerd/commit/b16e3572a308be0c58b3c810b1922ec8d444d1f7) refactor: move plugin/fieldpath to api/types/
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
      * [`22d586e51`](https://github.com/containerd/containerd/commit/22d586e515654d3a901c40443fb2b4adcad65827) api/services/instrospection: add PluginInfo
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
      * [`a2472c0b5`](https://github.com/containerd/containerd/commit/a2472c0b5ab17e46ab3f3b000a6fa512a45d7f05) transfer: add OCI descriptors to Progress structure
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
      * [`bd5c602c4`](https://github.com/containerd/containerd/commit/bd5c602c4dc91d19976f2dc222a337ab76716750) api: introduce sync_fs to diff.ApplyRequest
    * Containerd v2 module ([#9306](https://github.com/containerd/containerd/pull/9306))
      * [`5fdf55e49`](https://github.com/containerd/containerd/commit/5fdf55e493d68079d22a08de1a7afe522e5838e5) Update go module to github.com/containerd/containerd/v2
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
      * [`57c897f10`](https://github.com/containerd/containerd/commit/57c897f10df48556af799f71c85a91b889df2d70) api/introspection: deprecation warnings in server
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
      * [`d2d434b7d`](https://github.com/containerd/containerd/commit/d2d434b7d6546842b1f791ef17392da99320265d) sandbox: add all sandbox information to Create method
      * [`f372b3501`](https://github.com/containerd/containerd/commit/f372b3501b6096c8228203f9d5d5aae8ff998d61) sandbox: add sandboxer field of sandbox requests
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
      * [`f8fb2dad3`](https://github.com/containerd/containerd/commit/f8fb2dad39a4b45ce1de59f236e72ee72ad53cf7) api: update image service to support target in delete request
    * fix: Add `containerd` to the message type reference ([#9126](https://github.com/containerd/containerd/pull/9126))
      * [`42eee8bf0`](https://github.com/containerd/containerd/commit/42eee8bf05c89524a29f064cb4ce0a460a8c0081) fix: Add `containerd` to the message type reference
    * platforms: isolate from errdefs and api dependencies ([#9095](https://github.com/containerd/containerd/pull/9095))
      * [`e916d77c8`](https://github.com/containerd/containerd/commit/e916d77c81b8a61d7a37276e310b4a150b04f4ab) platforms: move ToProto, FromProto to api/types
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
      * [`939ccbed4`](https://github.com/containerd/containerd/commit/939ccbed427e81eaecd37777ddcb2eac792114e6) Sandbox: Add annotations to CreateSandbox surface
    * archive: use 1970-01-01 as the whiteout timestamp ([#8764](https://github.com/containerd/containerd/pull/8764))
      * [`5dedb6d0d`](https://github.com/containerd/containerd/commit/5dedb6d0d2565507f0636254a18fdb7462a9eac3) archive: use 1970-01-01 as the whiteout timestamp
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
      * [`d278d37ca`](https://github.com/containerd/containerd/commit/d278d37caae501ef18fd919e611610c639ad471b) Sandbox: Add Metrics rpc for controller
      * [`d56722ef2`](https://github.com/containerd/containerd/commit/d56722ef2a42953841728f5ed5666da776ce0d8f) Sandbox: Add SandboxMetrics rpc
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
      * [`65906335b`](https://github.com/containerd/containerd/commit/65906335bf086dfe4ed73fbddb90429047e8aa96) Add sandbox events protos
    * Cleanup protobuild config ([#8278](https://github.com/containerd/containerd/pull/8278))
      * [`0bbca7f1b`](https://github.com/containerd/containerd/commit/0bbca7f1bcc29933dfd3cb3c463cc4fb8fbbe036) Cleanup protobuild config
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/ttrpc**                v1.2.1 -> v1.2.3
    * **github.com/containerd/typeurl/v2**           v2.1.0 -> v2.1.1
    * **github.com/golang/protobuf**                 v1.5.2 -> v1.5.3
    * **github.com/opencontainers/image-spec**       3a7f492d3f1b -> v1.1.0
    * **github.com/sirupsen/logrus**                 v1.9.0 -> v1.8.1
    * **golang.org/x/net**                           v0.7.0 -> v0.21.0
    * **golang.org/x/sys**                           v0.6.0 -> v0.17.0
    * **golang.org/x/text**                          v0.7.0 -> v0.14.0
    * **google.golang.org/genproto/googleapis/rpc**  c3f982113cda **_new_**
    * **google.golang.org/grpc**                     v1.53.0 -> v1.59.0
    * **google.golang.org/protobuf**                 v1.28.1 -> v1.33.0
    
    Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0)
    
    
  • api/v1.8.0-rc.1
    containerd api/v1.8.0-rc.1
    
    Welcome to the api/v1.8.0-rc.1 release of containerd!
    *This is a pre-release of containerd*
    
    The first dedicated release for the containerd API. This release continues the 1.x
    line of API compatibility with the 9th minor release of the 1.x API.
    
    ### Highlights
    
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    
    #### Image Distribution
    
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    
    #### Runtime
    
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Maksym Pavlenko
    * Akihiro Suda
    * Wei Fu
    * Abel Feng
    * Danny Canter
    * Phil Estes
    * Samuel Karp
    * Kohei Tokunaga
    * Akhil Mohan
    * Bryant Biggs
    * Davanum Srinivas
    * Iceber Gu
    * Kirtana Ashok
    * Sebastiaan van Stijn
    
    ### Changes
    <details><summary>55 commits</summary>
    <p>
    
    * Update api minimum Go version to 1.21 ([#10276](https://github.com/containerd/containerd/pull/10276))
      * [`359d84351`](https://github.com/containerd/containerd/commit/359d84351d53d335688ab96c1a3e1ae0151b3a2d) Update api minimum go version to 1.21
    * Prepare release notes for api/v1.8.0-rc.0 ([#10167](https://github.com/containerd/containerd/pull/10167))
      * [`55fcebffc`](https://github.com/containerd/containerd/commit/55fcebffc76e642e9155eda5e097043f95109e4d) Prepare release notes for api/v1.8.0
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
      * [`2ac2b9c90`](https://github.com/containerd/containerd/commit/2ac2b9c909fb64f4d06958a0ca2f556bec348d05) Make api a Go sub-module
      * [`3e9cace72`](https://github.com/containerd/containerd/commit/3e9cace720cee5eb631c8291d8fb51928dc3fb3b) Move runtimeoptions to api directory
      * [`4a4550777`](https://github.com/containerd/containerd/commit/4a455077722796fd6a63253bc30d2b4c0c379d1d) Move runc options to api directory
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
      * [`de38490ed`](https://github.com/containerd/containerd/commit/de38490ed6b8d9cb9cb6ea7cfcd0071e8f27d304) sandbox: merge address and protocol to one url
      * [`f6e0cf189`](https://github.com/containerd/containerd/commit/f6e0cf1894b9211f07d801e1af3166f290969cd7) sandbox: add address info in Start and Status response
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
      * [`433279438`](https://github.com/containerd/containerd/commit/4332794384253ad85a05a17fe42aa929f62fc72a) Transfer: Registry: Enable plain HTTP
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
      * [`7a3b7fba5`](https://github.com/containerd/containerd/commit/7a3b7fba59a9ff9e8756976cf6f55117b1814a63) Transfer: Registry: Enable to use registry configuration diretory
    * Generate proto services with go-ttrpc ([#7609](https://github.com/containerd/containerd/pull/7609))
      * [`f0e874941`](https://github.com/containerd/containerd/commit/f0e8749411301e99958e0caf545d85bf0112dda4) Add ttrpc generated services
      * [`65031eade`](https://github.com/containerd/containerd/commit/65031eadec262d783db25456a8bbca1eed1956b7) Update protobuild to build ttrpc services
    * Add OSVersion to platform protobuf ([#9733](https://github.com/containerd/containerd/pull/9733))
      * [`5aa05481d`](https://github.com/containerd/containerd/commit/5aa05481ddd40138eef79ec4bce2b0232adef354) Add OSVersion to platform protobuf
    * Move Message proto to types ([#9742](https://github.com/containerd/containerd/pull/9742))
      * [`0facc8592`](https://github.com/containerd/containerd/commit/0facc85925a114edac4b3b05a871f4ad205f45f1) Fix proto formatting
      * [`7f2d2c4f4`](https://github.com/containerd/containerd/commit/7f2d2c4f44afe090872301cc8614e8fc0d432e9e) Move Message proto to types
    * refactor: move plugin/fieldpath to api/types/ ([#9687](https://github.com/containerd/containerd/pull/9687))
      * [`b16e3572a`](https://github.com/containerd/containerd/commit/b16e3572a308be0c58b3c810b1922ec8d444d1f7) refactor: move plugin/fieldpath to api/types/
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
      * [`22d586e51`](https://github.com/containerd/containerd/commit/22d586e515654d3a901c40443fb2b4adcad65827) api/services/instrospection: add PluginInfo
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
      * [`a2472c0b5`](https://github.com/containerd/containerd/commit/a2472c0b5ab17e46ab3f3b000a6fa512a45d7f05) transfer: add OCI descriptors to Progress structure
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
      * [`bd5c602c4`](https://github.com/containerd/containerd/commit/bd5c602c4dc91d19976f2dc222a337ab76716750) api: introduce sync_fs to diff.ApplyRequest
    * Containerd v2 module ([#9306](https://github.com/containerd/containerd/pull/9306))
      * [`5fdf55e49`](https://github.com/containerd/containerd/commit/5fdf55e493d68079d22a08de1a7afe522e5838e5) Update go module to github.com/containerd/containerd/v2
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
      * [`57c897f10`](https://github.com/containerd/containerd/commit/57c897f10df48556af799f71c85a91b889df2d70) api/introspection: deprecation warnings in server
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
      * [`d2d434b7d`](https://github.com/containerd/containerd/commit/d2d434b7d6546842b1f791ef17392da99320265d) sandbox: add all sandbox information to Create method
      * [`f372b3501`](https://github.com/containerd/containerd/commit/f372b3501b6096c8228203f9d5d5aae8ff998d61) sandbox: add sandboxer field of sandbox requests
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
      * [`f8fb2dad3`](https://github.com/containerd/containerd/commit/f8fb2dad39a4b45ce1de59f236e72ee72ad53cf7) api: update image service to support target in delete request
    * fix: Add `containerd` to the message type reference ([#9126](https://github.com/containerd/containerd/pull/9126))
      * [`42eee8bf0`](https://github.com/containerd/containerd/commit/42eee8bf05c89524a29f064cb4ce0a460a8c0081) fix: Add `containerd` to the message type reference
    * platforms: isolate from errdefs and api dependencies ([#9095](https://github.com/containerd/containerd/pull/9095))
      * [`e916d77c8`](https://github.com/containerd/containerd/commit/e916d77c81b8a61d7a37276e310b4a150b04f4ab) platforms: move ToProto, FromProto to api/types
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
      * [`939ccbed4`](https://github.com/containerd/containerd/commit/939ccbed427e81eaecd37777ddcb2eac792114e6) Sandbox: Add annotations to CreateSandbox surface
    * archive: use 1970-01-01 as the whiteout timestamp ([#8764](https://github.com/containerd/containerd/pull/8764))
      * [`5dedb6d0d`](https://github.com/containerd/containerd/commit/5dedb6d0d2565507f0636254a18fdb7462a9eac3) archive: use 1970-01-01 as the whiteout timestamp
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
      * [`d278d37ca`](https://github.com/containerd/containerd/commit/d278d37caae501ef18fd919e611610c639ad471b) Sandbox: Add Metrics rpc for controller
      * [`d56722ef2`](https://github.com/containerd/containerd/commit/d56722ef2a42953841728f5ed5666da776ce0d8f) Sandbox: Add SandboxMetrics rpc
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
      * [`65906335b`](https://github.com/containerd/containerd/commit/65906335bf086dfe4ed73fbddb90429047e8aa96) Add sandbox events protos
    * Cleanup protobuild config ([#8278](https://github.com/containerd/containerd/pull/8278))
      * [`0bbca7f1b`](https://github.com/containerd/containerd/commit/0bbca7f1bcc29933dfd3cb3c463cc4fb8fbbe036) Cleanup protobuild config
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/ttrpc**                v1.2.1 -> v1.2.3
    * **github.com/containerd/typeurl/v2**           v2.1.0 -> v2.1.1
    * **github.com/golang/protobuf**                 v1.5.2 -> v1.5.3
    * **github.com/opencontainers/image-spec**       3a7f492d3f1b -> v1.1.0
    * **github.com/sirupsen/logrus**                 v1.9.0 -> v1.8.1
    * **golang.org/x/net**                           v0.7.0 -> v0.21.0
    * **golang.org/x/sys**                           v0.6.0 -> v0.17.0
    * **golang.org/x/text**                          v0.7.0 -> v0.14.0
    * **google.golang.org/genproto/googleapis/rpc**  c3f982113cda **_new_**
    * **google.golang.org/grpc**                     v1.53.0 -> v1.59.0
    * **google.golang.org/protobuf**                 v1.28.1 -> v1.33.0
    
    Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0)
    
    
  • v1.6.32
    containerd 1.6.32
    
    Welcome to the v1.6.32 release of containerd!
    
    The thirty-second patch release for containerd 1.6 contains various fixes and updates.
    
    ### Highlights
    
    * Handle unsupported config versions ([#10234](https://github.com/containerd/containerd/pull/10234))
    * Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts ([#10212](https://github.com/containerd/containerd/pull/10212))
    * Update metadata snapshotter to lease on already exists ([#10199](https://github.com/containerd/containerd/pull/10199))
    * Update apparmor template to allow confined runc to kill containers ([#10130](https://github.com/containerd/containerd/pull/10130))
    * Prevent GC from schedule itself with 0 period. ([#10103](https://github.com/containerd/containerd/pull/10103))
    * Configure otel from env instead of config.toml ([#9993](https://github.com/containerd/containerd/pull/9993))
    
    #### Container Runtime Interface (CRI)
    
    * Fix snapshotter root path when not under containerd root ([#10127](https://github.com/containerd/containerd/pull/10127))
    * Fix CreatedAt time set to 269 years ago if create network failed ([#10119](https://github.com/containerd/containerd/pull/10119))
    * Fix unexpected order of mounts ([#10045](https://github.com/containerd/containerd/pull/10045))
    
    #### Image Distribution
    
    * Update HTTP fallback to better account for TLS timeout and previous attempts ([#10113](https://github.com/containerd/containerd/pull/10113))
    * Fix use of invalid token on retry fetching layer ([#10064](https://github.com/containerd/containerd/pull/10064))
    
    #### Deprecations
    
    * Configure otel from env instead of config.toml ([#9993](https://github.com/containerd/containerd/pull/9993))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Stefan Berger
    * Derek McGowan
    * Austin Vazquez
    * Kazuyoshi Kato
    * Phil Estes
    * Brian Goff
    * Akihiro Suda
    * Maksym Pavlenko
    * Danny Canter
    * Samuel Karp
    * Alexandru Matei
    * Bin Tang
    * Brandon Lum
    * Bryant Biggs
    * Jimmy Hsiao
    * Kirill A. Korinsky
    * Paweł Gronowski
    * Sebastiaan van Stijn
    * Swagat Bora
    * Tomáš Virtus
    * Tony Fang
    * 张钰
    * 沈陵
    
    ### Changes
    <details><summary>53 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.32 ([#10255](https://github.com/containerd/containerd/pull/10255))
      * [`085dc4c0d`](https://github.com/containerd/containerd/commit/085dc4c0d617e6cc145c8b663ba74c5cb84aa305) Prepare release notes for v1.6.32
    * Bump hcsshim and go-winio for go1.22 compat ([#10245](https://github.com/containerd/containerd/pull/10245))
      * [`06724baad`](https://github.com/containerd/containerd/commit/06724baad6be5b669ca84cc236692961c221075f) Bump go-winio to fix struct alignment on go1.22
      * [`b2fdf63b7`](https://github.com/containerd/containerd/commit/b2fdf63b7ebd8841806d2377ebf095b15d197b3a) Update hcsshim for go1.22 fixes
    * Handle unsupported config versions ([#10234](https://github.com/containerd/containerd/pull/10234))
      * [`38607b59c`](https://github.com/containerd/containerd/commit/38607b59c1a308b406c2bdfe4520a302cf65ef9e) Add check for unsupported config versions
    * Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts ([#10212](https://github.com/containerd/containerd/pull/10212))
      * [`c65da6997`](https://github.com/containerd/containerd/commit/c65da69970d3747fa6bc22c2bc1fce2fb7d48905) Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts
    * vendor: github.com/containerd/imgcrypt@v1.1.8 ([#10216](https://github.com/containerd/containerd/pull/10216))
      * [`6951203b1`](https://github.com/containerd/containerd/commit/6951203b18499c792062578d391bd6711787f68f) vendor: github.com/containerd/imgcrypt@v1.1.8
    * vendor: golang.org/x/net@v0.23.0 ([#10214](https://github.com/containerd/containerd/pull/10214))
      * [`a14e5ec8b`](https://github.com/containerd/containerd/commit/a14e5ec8b8bc2f80d145daab997faae2daac00f6) vendor: golang.org/x/net@v0.23.0
      * [`fd21d7818`](https://github.com/containerd/containerd/commit/fd21d781876f761a32fa4c41d0f5997a03dbde79) vendor: golang.org/x/net@v0.21.0
      * [`d276debb0`](https://github.com/containerd/containerd/commit/d276debb01cccc17ce15298996fe7340b0f2d58b) vendor: golang.org/x/net@v0.20.0
      * [`f82033dcf`](https://github.com/containerd/containerd/commit/f82033dcf434ddef4ce052e831aee82e1757193a) vendor: golang.org/x/net@v0.19.0
      * [`411c5e5e5`](https://github.com/containerd/containerd/commit/411c5e5e5d325ffc1a2f1f01b18b745766cd081a) vendor: golang.org/x/term@v0.17.0
      * [`6f053bd1f`](https://github.com/containerd/containerd/commit/6f053bd1f08e60db3c390a05752edbc49c7d1c6e) vendor: golang.org/x/sys@v0.18.0
      * [`cfd8443cb`](https://github.com/containerd/containerd/commit/cfd8443cb113e4536cec4b99e1431d0a8b55dab9) vendor: golang.org/x/sys@v0.17.0
    * Update tooling to Go 1.21.10, 1.22.3 for net/http bug fixes ([#10208](https://github.com/containerd/containerd/pull/10208))
      * [`5b4facbd6`](https://github.com/containerd/containerd/commit/5b4facbd663a5ead60f20cc914014edc2a6d5a2a) Update toolchain to Go 1.21.10 and 1.22.3
    * Update metadata snapshotter to lease on already exists ([#10199](https://github.com/containerd/containerd/pull/10199))
      * [`57860c1b6`](https://github.com/containerd/containerd/commit/57860c1b617852b0b60993035ec8a6d4798a720c) Add lease test for metadata snapshotter
      * [`b095401df`](https://github.com/containerd/containerd/commit/b095401dfb6c846117c219ff2d1e4add7ea392a1) Update metadata snapshotter to lease on exists
    * Update image-spec ([#10185](https://github.com/containerd/containerd/pull/10185))
      * [`fd8d35752`](https://github.com/containerd/containerd/commit/fd8d35752b1a86d251aa9464f94a83750494a68d) Update image-spec to v1.1.0
      * [`89b975d81`](https://github.com/containerd/containerd/commit/89b975d8146d01415b1f5da0036fdd6587e8fe8b) go.mod: github.com/opencontainers/image-spec v1.1.0-rc3
    * Fix snapshotter root path when not under containerd root ([#10127](https://github.com/containerd/containerd/pull/10127))
      * [`f3e8b2ca1`](https://github.com/containerd/containerd/commit/f3e8b2ca199ea760e5f574544ab0ec7da89c9484) CRI: "Fix" imageFSPath behavior
      * [`68db74d19`](https://github.com/containerd/containerd/commit/68db74d191f0bb6d8bb279c6d8c336a5683f19c0) Snapshotters: Export the root path
      * [`cd9b74640`](https://github.com/containerd/containerd/commit/cd9b7464045eb7bad9506b6579caa558c868dc95) Add exports to proxy plugin config
      * [`83cf026b2`](https://github.com/containerd/containerd/commit/83cf026b261e83b10c1c724991669d6d298997b4) Add platform config to proxy plugins
    * Update apparmor template to allow confined runc to kill containers ([#10130](https://github.com/containerd/containerd/pull/10130))
      * [`63c41d003`](https://github.com/containerd/containerd/commit/63c41d0038a7120dbb6e664c6b3dee0220977c4a) apparmor: Allow confined runc to kill containers
    * Update HTTP fallback to better account for TLS timeout and previous attempts ([#10113](https://github.com/containerd/containerd/pull/10113))
      * [`b12c3b0c8`](https://github.com/containerd/containerd/commit/b12c3b0c8b4885fb200619f99dd716aff330c6a3) Add deprecated HTTPFallback for package compatibility
      * [`239955890`](https://github.com/containerd/containerd/commit/2399558900d9836b1a7cabb97e17901fb85c566a) Update HTTPFallback to handle tls handshake timeout
      * [`b2a0ac0b4`](https://github.com/containerd/containerd/commit/b2a0ac0b480afd2f9eb7a43f1c5234e22fb5cc9b) Remove empty default tls configuration in ctr
    * update to go1.21.9, go1.22.2 ([#10117](https://github.com/containerd/containerd/pull/10117))
      * [`ea9a8c608`](https://github.com/containerd/containerd/commit/ea9a8c608404d421c481d9bddd4f9a56c20762f0) update to go1.21.9, go1.22.2
    * Fix CreatedAt time set to 269 years ago if create network failed ([#10119](https://github.com/containerd/containerd/pull/10119))
      * [`c809fa268`](https://github.com/containerd/containerd/commit/c809fa26864cf14b0ae2b4c842e57832c115b541) pod: CreatedAt time will be 269 years ago while creating cri network failed.
    * Prevent GC from schedule itself with 0 period. ([#10103](https://github.com/containerd/containerd/pull/10103))
      * [`6ddec44bd`](https://github.com/containerd/containerd/commit/6ddec44bd25708281e1717cf0dfae86dcc1f4710) Prevent GC from schedule itself with 0 period.
    * Configure otel from env instead of config.toml ([#9993](https://github.com/containerd/containerd/pull/9993))
      * [`86a1a3a82`](https://github.com/containerd/containerd/commit/86a1a3a828afeb281a266171e4090d12d6c26f06) vendor: revendor OTEL
      * [`e15d4a8b8`](https://github.com/containerd/containerd/commit/e15d4a8b8c9c3edcf6754520c64c7419e9aa57d3) Changes to configuring otel from env only
      * [`2fda262a9`](https://github.com/containerd/containerd/commit/2fda262a943f7a86b13e52c47b6e70a553cf422a) Deprecate otel configs
      * [`c80347ec5`](https://github.com/containerd/containerd/commit/c80347ec5839b45259d57bd544cd38bf69d30095) Adding unit tests to opentelemetry tracing
    * Fix use of invalid token on retry fetching layer ([#10064](https://github.com/containerd/containerd/pull/10064))
      * [`f1a14a12a`](https://github.com/containerd/containerd/commit/f1a14a12ac5574095a3d81bb9941971a5af0ffd2) fix bug that using invalid token to retry fetching layer
    * Fix unexpected order of mounts ([#10045](https://github.com/containerd/containerd/pull/10045))
      * [`9701cf998`](https://github.com/containerd/containerd/commit/9701cf998f6f86d14072a44bc922e4c82aee4684) fix(cri): fix unexpected order of mounts since go 1.19
    </p>
    </details>
    
    ### Changes from containerd/imgcrypt
    <details><summary>89 commits</summary>
    <p>
    
    * CHANGES: Updated CHANGES document for 1.1.8 release ([containerd/imgcrypt#122](https://github.com/containerd/imgcrypt/pull/122))
      * [`956b4d3`](https://github.com/containerd/imgcrypt/commit/956b4d3fe3ed647032725bf1585f68b2a38b2b13) CHANGES: Updated CHANGES document for 1.1.8 release
    * Synchronize enc-ctr with upstream ctr from containerd v1.6.23 and use containerd v1.6.23 in dependency ([containerd/imgcrypt#120](https://github.com/containerd/imgcrypt/pull/120))
      * [`9e8e1c1`](https://github.com/containerd/imgcrypt/commit/9e8e1c1df3660f869c7fbd49135a8cd6bf91fe7c) ctr: Sync code with containerd v1.6.23 ctr
      * [`7d2cca5`](https://github.com/containerd/imgcrypt/commit/7d2cca5efde78e5c5bce11e831d61077cf9166e1) build(deps): bump containerd from 1.6.20 to 1.6.23
    * Synchronize enc-ctr with upstream ctr from containerd v1.6.20 ([containerd/imgcrypt#119](https://github.com/containerd/imgcrypt/pull/119))
      * [`0f2559e`](https://github.com/containerd/imgcrypt/commit/0f2559e3c9bb4c80ea422560af2bdb1334d70f88) ctr: Sync code with containerd v1.6.20 ctr
      * [`c48dd78`](https://github.com/containerd/imgcrypt/commit/c48dd787005e197c12e924727ea2b0be75a6e66b) cmd: Copy IntToInt32Array into img package and use it
    * Update to ocicrypt 1.1.8 and minimum go 1.20 ([containerd/imgcrypt#118](https://github.com/containerd/imgcrypt/pull/118))
      * [`6d48a4e`](https://github.com/containerd/imgcrypt/commit/6d48a4ecc325e1aaf531110b5aa9beece4eafc4c) build(deps): bump ocicrypt from 1.1.7 to 1.1.8
      * [`1bc94a2`](https://github.com/containerd/imgcrypt/commit/1bc94a206e90d4f79dbb137c922b32b71662c78b) github: Use golangci-lint v1.54.1 and adjust config file
      * [`9065f1d`](https://github.com/containerd/imgcrypt/commit/9065f1da9e4f607df34eff64d6e24530f7b3a136) github: Test with go 1.21 and go 1.20
      * [`74986f3`](https://github.com/containerd/imgcrypt/commit/74986f3687f84523a4612bd7c6975463b68b3b10) go.mod: Require go 1.20
    * build(deps): bump google.golang.org/grpc from 1.47.0 to 1.53.0 ([containerd/imgcrypt#117](https://github.com/containerd/imgcrypt/pull/117))
      * [`a2a8273`](https://github.com/containerd/imgcrypt/commit/a2a82731875004f0dd33dff929201456e3f702e1) build(deps): bump google.golang.org/grpc from 1.47.0 to 1.53.0
    * test: Test creating and running of container with key file missing ([containerd/imgcrypt#116](https://github.com/containerd/imgcrypt/pull/116))
      * [`286470a`](https://github.com/containerd/imgcrypt/commit/286470a95699ac0cb19a3de79a7a215cafc8f2c7) test: Test creating and running of container with key file missing
    * Fix some issues in the test script ([containerd/imgcrypt#115](https://github.com/containerd/imgcrypt/pull/115))
      * [`aa517cc`](https://github.com/containerd/imgcrypt/commit/aa517cc77654cf517cc7bba5529b07da92f033dc) test: Fix order of parameters and remove unnecessary key parameter
      * [`ec72311`](https://github.com/containerd/imgcrypt/commit/ec7231185e276feb10f5b4b974ade62a81d5e9ad) test: Add comments to test case
      * [`2959ec0`](https://github.com/containerd/imgcrypt/commit/2959ec0ec47786956223715812f40eb9e7301786) test: To be able to run testLocalKeys alone add missing env variable
    * build(deps): upgrade github.com/containerd/containerd from 1.6.18 to … ([containerd/imgcrypt#112](https://github.com/containerd/imgcrypt/pull/112))
      * [`a7f2760`](https://github.com/containerd/imgcrypt/commit/a7f2760c719863cc015e4638090db4ef23daecd1) build(deps): upgrade github.com/containerd/containerd from 1.6.18 to 1.6.20
    * ci: Update golangci-lint to v1.52.2 ([containerd/imgcrypt#113](https://github.com/containerd/imgcrypt/pull/113))
      * [`002abac`](https://github.com/containerd/imgcrypt/commit/002abac5a58aebef74a13bb7e30302b01f07b419) images: Change 'any' to 'anything' to avoid clash with built-in type 'any'
      * [`5780ecc`](https://github.com/containerd/imgcrypt/commit/5780ecc88b4b08c4f1d8e6372869e39ab1fcbf35) images: Replace unused function parameters with '_'
      * [`7dc8592`](https://github.com/containerd/imgcrypt/commit/7dc85928e244990cb3371c63d2a8caae5189b757) ci: Update golangci-lint to v1.52.2
    * build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 ([containerd/imgcrypt#109](https://github.com/containerd/imgcrypt/pull/109))
      * [`90e4f77`](https://github.com/containerd/imgcrypt/commit/90e4f77bdc085a6f6d426380fa7cf0227ea03173) build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5
    * Abandon go 1.18 (end-of-life) and use 1.19 and 1.20 in tests ([containerd/imgcrypt#110](https://github.com/containerd/imgcrypt/pull/110))
      * [`8fc037f`](https://github.com/containerd/imgcrypt/commit/8fc037fd2de0e6106a3e8da655be22a1d4da719c) tests: Upgrade toml written by test case to version 2
      * [`0b31beb`](https://github.com/containerd/imgcrypt/commit/0b31beb1c7b6391b50ff44d9a71bed452bcebf2d) ci: Run tests with go 1.19 and 1.20 (abandon 1.18)
      * [`523674c`](https://github.com/containerd/imgcrypt/commit/523674c781c15e461afe52d8086deb4dd0d61466) build(deps): Update to minimum required go v1.19
    * Update to golang.org/x/net@v0.7.0 and github.com/containers/ocicrypt@v1.1.7 ([containerd/imgcrypt#107](https://github.com/containerd/imgcrypt/pull/107))
      * [`96a2314`](https://github.com/containerd/imgcrypt/commit/96a2314e83ba412568800a7dd84789f59f1310ec) build(deps): Upgrade to github.com/containers/ocicrypt@v1.1.7
      * [`1c50555`](https://github.com/containerd/imgcrypt/commit/1c5055514add4b6715cb4da0a127f8200d0d190a) bulid(deps): Update to golang.org/x/net@v0.7.0
      * [`9645d39`](https://github.com/containerd/imgcrypt/commit/9645d39f070c7f6728ec4e1831fbede7ebd512ec) build(deps): Update to minimum required go v1.18
    * build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18 ([containerd/imgcrypt#106](https://github.com/containerd/imgcrypt/pull/106))
      * [`8daaa45`](https://github.com/containerd/imgcrypt/commit/8daaa45a63100dc95430fc22eb2b5e95772b245f) build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18
    * README: Fix a typo ([containerd/imgcrypt#105](https://github.com/containerd/imgcrypt/pull/105))
      * [`12e84f5`](https://github.com/containerd/imgcrypt/commit/12e84f51fb70e1fb2bcc624206f707b48671b352) README: Fix a typo
    * build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.12 ([containerd/imgcrypt#103](https://github.com/containerd/imgcrypt/pull/103))
      * [`4e5a73e`](https://github.com/containerd/imgcrypt/commit/4e5a73e393254df6091fc9b3bf54371be778060f) build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.12
    * Update golangci-lint to v1.50.1 ([containerd/imgcrypt#101](https://github.com/containerd/imgcrypt/pull/101))
      * [`16a071b`](https://github.com/containerd/imgcrypt/commit/16a071b983f1777ff6391be0d44e80370fd58bf9) Update golangci-lint to v1.50.1
    * Remove references to package io/ioutil ([containerd/imgcrypt#100](https://github.com/containerd/imgcrypt/pull/100))
      * [`981a3fd`](https://github.com/containerd/imgcrypt/commit/981a3fdd5a755a1521337010bec47874753508cb) Remove references to package io/ioutil
    * Update GitHub actions CI workflow ([containerd/imgcrypt#99](https://github.com/containerd/imgcrypt/pull/99))
      * [`06827a1`](https://github.com/containerd/imgcrypt/commit/06827a1d8664a277fed24a41cd1566c197f58814) Update containerd project checks package in CI
      * [`f6a39e1`](https://github.com/containerd/imgcrypt/commit/f6a39e1bcd21af406254aa5da1e7f89f26e914cd) Update GitHub actions packages in CI workflow
      * [`6383351`](https://github.com/containerd/imgcrypt/commit/6383351756ec706b0f6aeea1a9dfc737c71bece7) Update GitHub actions CI workflow OS runner images
    * CI/CD: Run CodeQL on PRs and once a month ([containerd/imgcrypt#98](https://github.com/containerd/imgcrypt/pull/98))
      * [`b6e16db`](https://github.com/containerd/imgcrypt/commit/b6e16db881eef08e0bb58d0885bfad8339c97f2f) CI/CD: Run CodeQL on PRs and once a month
    * CHANGES: Updated CHANGES document for 1.1.7 release ([containerd/imgcrypt#97](https://github.com/containerd/imgcrypt/pull/97))
      * [`17e5e7f`](https://github.com/containerd/imgcrypt/commit/17e5e7f7909b4e6a295e2dbef7b534339df84707) CHANGES: Updated CHANGES document for 1.1.7 release
    * Update to ocicrypt 1.1.6 and add support for zstd type of compressed layers  ([containerd/imgcrypt#96](https://github.com/containerd/imgcrypt/pull/96))
      * [`06da359`](https://github.com/containerd/imgcrypt/commit/06da359b7360e9b70590cf25998511774b3f375c) Add support for zstd type of compressed layers
      * [`4a51045`](https://github.com/containerd/imgcrypt/commit/4a51045e4c2c4aeacad5915c8dcc9b2dc5076495) build(deps): Update to ocicrypt 1.1.6
      * [`2c93cef`](https://github.com/containerd/imgcrypt/commit/2c93cef1eb0b48263d16f5f2289a1a3f49a17d39) ctr: Document that import of encrypted image requires decryption key
      * [`44f4e18`](https://github.com/containerd/imgcrypt/commit/44f4e187e213680151e657fcd9924de800dac356) ctr: Add support for --all-platforms to encrypt command
      * [`d9fccdc`](https://github.com/containerd/imgcrypt/commit/d9fccdc4639f4a309e23adaf17ed5460ad385c2c) ctr: Sync with upstream ctr and add --skip-digest-for-named opt to import
      * [`b8f807f`](https://github.com/containerd/imgcrypt/commit/b8f807f68aefbd292ab45f855b6905c77272d521) ctr: Sync with upstream ctr and add --platform option to import
    * build(deps): Update to containerd 1.6.8 ([containerd/imgcrypt#92](https://github.com/containerd/imgcrypt/pull/92))
      * [`07dd48d`](https://github.com/containerd/imgcrypt/commit/07dd48dc69766f965c9d73d5c257c05c869be71d) build(deps): Update to containerd 1.6.8
    * tests: Add -traditional to OpenSSL command line when OSSL v3 is used ([containerd/imgcrypt#90](https://github.com/containerd/imgcrypt/pull/90))
      * [`67b7b5d`](https://github.com/containerd/imgcrypt/commit/67b7b5dd3b2783cdfefcb483bf8718b4df305f5e) tests: Add -traditional to OpenSSL command line when OSSL v3 is used
    * chore: fix readme typo ([containerd/imgcrypt#87](https://github.com/containerd/imgcrypt/pull/87))
      * [`98e43be`](https://github.com/containerd/imgcrypt/commit/98e43be32177a4dbfce2d4ecaab8bb301f311d20) chore: fix readme typo
    * Update to min golang 1.18 ([containerd/imgcrypt#88](https://github.com/containerd/imgcrypt/pull/88))
      * [`554ec9b`](https://github.com/containerd/imgcrypt/commit/554ec9bc51ae03a8f7226677ae543630942ee3b9) Update to min golang 1.18
    * CHANGES: Updated CHANGES document for 1.1.6 release ([containerd/imgcrypt#85](https://github.com/containerd/imgcrypt/pull/85))
      * [`ec7aae5`](https://github.com/containerd/imgcrypt/commit/ec7aae54455d172bc155a226234cb849c559e6a7) CHANGES: Updated CHANGES document for 1.1.6 release
    * build(deps): bump github.com/containerd/containerd from 1.6.1 to 1.6.6 ([containerd/imgcrypt#83](https://github.com/containerd/imgcrypt/pull/83))
      * [`5959e8c`](https://github.com/containerd/imgcrypt/commit/5959e8cf6db81b1be0bc112f10a9bebcf7cd5980) build(deps): bump github.com/containerd/containerd from 1.6.1 to 1.6.6
    * CI: Upgrade to golangci-lint v1.46.2 ([containerd/imgcrypt#84](https://github.com/containerd/imgcrypt/pull/84))
      * [`ef8596e`](https://github.com/containerd/imgcrypt/commit/ef8596ecba1f5e9e815ea6b86159da4acd2f7f80) CI: Upgrade to golangci-lint v1.46.2
      * [`715ba8c`](https://github.com/containerd/imgcrypt/commit/715ba8c513d753e96afc0bb2f13a2eeede1b1def) Update to ocicrypt 1.1.5 to get yaml.v3
      * [`4f79bd6`](https://github.com/containerd/imgcrypt/commit/4f79bd6774334325ef7ed534721a7475ce9c5d4c) CHANGES: Updated CHANGES document for 1.1.5 release
      * [`4c38f10`](https://github.com/containerd/imgcrypt/commit/4c38f1094be27e56b0856eded996a021ccc82fcf) Bump ocicrypt to 1.1.4
    * CICD: Rename master branch to main ([containerd/imgcrypt#79](https://github.com/containerd/imgcrypt/pull/79))
      * [`8abd19d`](https://github.com/containerd/imgcrypt/commit/8abd19d902ec878d0fe6f53daa20ceccbacb842d) CICD: Rename master branch to main
    * Rename any to pbAny ([containerd/imgcrypt#78](https://github.com/containerd/imgcrypt/pull/78))
      * [`0e5d997`](https://github.com/containerd/imgcrypt/commit/0e5d9970419eb2300438bc62a5f9ae0282aa5b1d) Rename any to pbAny
      * [`cb14b45`](https://github.com/containerd/imgcrypt/commit/cb14b455fec922ba2d70083d3b498748ff37f708) Test with Go 1.18
    * Use reflect to support diff.ApplyConfig with/without gogo's types.Any ([containerd/imgcrypt#75](https://github.com/containerd/imgcrypt/pull/75))
      * [`9f08722`](https://github.com/containerd/imgcrypt/commit/9f08722adedb188e4ad6e482c0641203f8e04334) Use reflect to support diff.ApplyConfig with/without gogo's types.Any
    * Upgrade golangci-lint-action and golangci-lint ([containerd/imgcrypt#76](https://github.com/containerd/imgcrypt/pull/76))
      * [`6eaeb4a`](https://github.com/containerd/imgcrypt/commit/6eaeb4a586fe906fe9dff943c68b9ced0d16619d) Add build tags to make gofmt happy
      * [`9cba55f`](https://github.com/containerd/imgcrypt/commit/9cba55fc43560a29686864ad6eb00c815593c890) Upgrade golangci-lint-action and golangci-lint
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/go-winio**         v0.5.2 -> v0.5.3
    * **github.com/Microsoft/hcsshim**          v0.9.10 -> v0.9.11
    * **github.com/containerd/imgcrypt**        v1.1.4 -> v1.1.8
    * **github.com/containers/ocicrypt**        v1.1.3 -> v1.1.10
    * **github.com/go-jose/go-jose/v3**         v3.0.3 **_new_**
    * **github.com/opencontainers/image-spec**  3a7f492d3f1b -> v1.1.0
    * **github.com/stefanberger/go-pkcs11uri**  78d3cae3a980 -> 78284954bff6
    * **golang.org/x/crypto**                   v0.18.0 -> v0.21.0
    * **golang.org/x/net**                      v0.18.0 -> v0.23.0
    * **golang.org/x/sys**                      v0.16.0 -> v0.18.0
    * **golang.org/x/term**                     v0.16.0 -> v0.18.0
    
    Previous release can be found at [v1.6.31](https://github.com/containerd/containerd/releases/tag/v1.6.31)
    
    
  • v2.0.0-rc.2
    containerd 2.0.0-rc.2
    
    Welcome to the v2.0.0-rc.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
    
    * Preserve Unprivileged locked flags during remount of bind mounts ([#10200](https://github.com/containerd/containerd/pull/10200))
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
    * Configure otel from env instead of config.toml ([#8970](https://github.com/containerd/containerd/pull/8970))
    * Fix config import relative path glob ([#9746](https://github.com/containerd/containerd/pull/9746))
    * Enable NRI by default ([#9744](https://github.com/containerd/containerd/pull/9744))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Remove overlayfs volatile option on temp mounts ([#9555](https://github.com/containerd/containerd/pull/9555))
    * Move packages based on contributing guide ([#9365](https://github.com/containerd/containerd/pull/9365))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Use Intel ISA-L's igzip if available ([#9200](https://github.com/containerd/containerd/pull/9200))
    * Generalize plugin library ([#9214](https://github.com/containerd/containerd/pull/9214))
    * Introduce top level config migration ([#9223](https://github.com/containerd/containerd/pull/9223))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Use github.com/containerd/log ([#9086](https://github.com/containerd/containerd/pull/9086))
    * Add support for image expiration during garbage collection ([#9022](https://github.com/containerd/containerd/pull/9022))
    * Reduce the contention between ref lock and boltdb lock in content store ([#8792](https://github.com/containerd/containerd/pull/8792))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    * Fix deadlock during NRI plugin registration ([containerd/nri#79](https://github.com/containerd/nri/pull/79))
    * Fix deadlock when writing to pipe blocks ([containerd/ttrpc#168](https://github.com/containerd/ttrpc/pull/168))
    
    #### Container Runtime Interface (CRI)
    
    * Add support for multiple subscribers to CRI container events ([#9661](https://github.com/containerd/containerd/pull/9661))
    * Enable CDI by default ([#9621](https://github.com/containerd/containerd/pull/9621))
    * Remove non-sandboxed CRI implementation ([#9228](https://github.com/containerd/containerd/pull/9228))
    * Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([#8287](https://github.com/containerd/containerd/pull/8287))
    * Use sandboxed CRI by default ([#8994](https://github.com/containerd/containerd/pull/8994))
    * Implement RuntimeConfig CRI call ([#8722](https://github.com/containerd/containerd/pull/8722))
    * Add support for user namespaces (KEP-127) ([#8803](https://github.com/containerd/containerd/pull/8803))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    
    #### Image Distribution
    
    * Update unpacker to fetch all provided content ([#10202](https://github.com/containerd/containerd/pull/10202))
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
    * Update import and export to allow references to missing content  ([#9554](https://github.com/containerd/containerd/pull/9554))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    * Add image verifier transfer service plugin system based on a binary directory ([#8493](https://github.com/containerd/containerd/pull/8493))
    
    #### Runtime
    
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
    * Update apparmor to allow confined runc to kill containers ([#10123](https://github.com/containerd/containerd/pull/10123))
    * Support vsock connection to task api ([#9738](https://github.com/containerd/containerd/pull/9738))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Switch runc shim to task service v3 and fix restore ([#9233](https://github.com/containerd/containerd/pull/9233))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
    * Remove the CriuPath field from runc's options ([#8279](https://github.com/containerd/containerd/pull/8279))
    * Remove support for config.toml `version = 1` ([#8275](https://github.com/containerd/containerd/pull/8275))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    
    #### Security Advisories
    
    * [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c)
    
    #### Breaking
    
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Move client to subpackage ([#9316](https://github.com/containerd/containerd/pull/9316))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Deprecations
    
    * Postpone removal of deprecated CRI config properties ([#9966](https://github.com/containerd/containerd/pull/9966))
    * Deprecate go-plugin configuration option ([#9238](https://github.com/containerd/containerd/pull/9238))
    * CNI conf_template in CRI is no longer deprecated ([#8637](https://github.com/containerd/containerd/pull/8637))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Akihiro Suda
    * Maksym Pavlenko
    * Wei Fu
    * Phil Estes
    * Sebastiaan van Stijn
    * Samuel Karp
    * Kazuyoshi Kato
    * Rodrigo Campos
    * Danny Canter
    * Abel Feng
    * Gabriel Adrian Samfira
    * Kirtana Ashok
    * Iceber Gu
    * Austin Vazquez
    * Krisztian Litkey
    * Akhil Mohan
    * Kohei Tokunaga
    * Mike Brown
    * Jin Dong
    * Bjorn Neergaard
    * rongfu.leng
    * Justin Chadwell
    * James Sturtevant
    * Paul "TBBle" Hampson
    * Davanum Srinivas
    * Enrico Weigelt
    * Brian Goff
    * Henry Wang
    * Paweł Gronowski
    * Hsing-Yu (David) Chen
    * Ilya Hanov
    * Laura Brehm
    * Marat Radchenko
    * Cardy.Tang
    * Aditi Sharma
    * Bryant Biggs
    * Evan Lezar
    * Jordan Liggitt
    * Kay Yan
    * Markus Lehtonen
    * Nashwan Azhari
    * Shingo Omura
    * Shuaiyi Zhang
    * Vinayak Goyal
    * helen
    * Alexandru Matei
    * Amit Barve
    * Anthony Nandaa
    * Charity Kathure
    * Ed Bartosh
    * Etienne Champetier
    * James Jenkins
    * Kevin Parsons
    * Milas Bowman
    * Swagat Bora
    * yanggang
    * Aditya Ramani
    * Adrian Reber
    * Amir M. Ghazanfari
    * Artem Khramov
    * Avi Deitcher
    * Brad Davidson
    * Chen Yiyang
    * Christian Muehlhaeuser
    * Cory Snider
    * Djordje Lukic
    * Edgar Lee
    * Ethan Lowman
    * Jiang Liu
    * June Rhodes
    * Lucas Rattz
    * Mahamed Ali
    * Maksim An
    * Michael Crosby
    * Peteris Rudzusiks
    * Sam Edwards
    * Samruddhi Khandale
    * Steve Griffith
    * Tony Fang
    * VERNOU Cédric
    * hang.jiang
    * jerryzhuang
    * lengrongfu
    * ningmingxiao
    * roman-kiselenko
    * zhanluxianshen
    * zounengren
    * Aaron Lehmann
    * Adrien Delorme
    * Alex Couture-Beil
    * Alex Ellis
    * Alex Rodriguez
    * Angelos Kolaitis
    * Antonio Huete Jimenez
    * Arash Haghighat
    * Ben Foster
    * Bin Tang
    * Bin Xin
    * BinBin He
    * Brennan Kinney
    * Changqing Li
    * ChengenH
    * ChengyuZhu6
    * Christian Stewart
    * Craig Ingram
    * Daisy Rong
    * David Porter
    * Derek Nola
    * Eng Zer Jun
    * Fabiano Fidêncio
    * Fahed Dorgaa
    * Gary McDonald
    * Iain Macdonald
    * James Lakin
    * Jan Dubois
    * Jaroslav Jindrak
    * Jiongchi Yu
    * Julien Balestra
    * Kern Walster
    * Kirill A. Korinsky
    * Konstantin Khlebnikov
    * Pan Yibo
    * Qasim Sarfraz
    * Qiutong Song
    * Robbie Buxton
    * Robert-André Mauchin
    * Ruihua Wen
    * Shukui Yang
    * Talon
    * Tianon Gravi
    * Tim Hockin
    * Tobias Klauser
    * Tomáš Virtus
    * Tõnis Tiigi
    * Wang Xinwen
    * William Chen
    * Xinyang Ge
    * Yibo Zhuang
    * Yury Gargay
    * Zechun Chen
    * Zhang Tianyang
    * Zoe
    * baijia
    * charles-chenzz
    * chschumacher1994
    * guangli.bao
    * guangwu
    * krglosse
    * pigletfly
    * rokkiter
    * wangxiang
    * zhangpeng
    * zhaojizhuang
    * 吴小白
    * 张钰
    * 沈陵
    * 谭九鼎
    
    ### 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/Masterminds/semver/v3**                                             v3.2.1 **_new_**
    * **github.com/Microsoft/go-winio**                                                v0.6.0 -> v0.6.2
    * **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.3
    * **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.3.0
    * **github.com/checkpoint-restore/checkpointctl**                                  v1.1.0 **_new_**
    * **github.com/checkpoint-restore/go-criu/v7**                                     v7.1.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/containerd/api**                                         v1.8.0-rc.0 **_new_**
    * **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.1
    * **github.com/containerd/platforms**                                              v0.2.0 **_new_**
    * **github.com/containerd/plugin**                                                 v0.1.0 **_new_**
    * **github.com/containerd/ttrpc**                                                  v1.2.1 -> v1.2.4
    * **github.com/containerd/typeurl/v2**                                             v2.1.0 -> v2.1.1
    * **github.com/containernetworking/cni**                                           v1.1.2 -> v1.2.0
    * **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.4.1
    * **github.com/cpuguy83/go-md2man/v2**                                             v2.0.2 -> v2.0.4
    * **github.com/distribution/reference**                                            v0.6.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.1 **_new_**
    * **github.com/grpc-ecosystem/go-grpc-middleware/v2**                              v2.1.0 **_new_**
    * **github.com/grpc-ecosystem/grpc-gateway/v2**                                    v2.7.0 -> v2.19.1
    * **github.com/intel/goresctrl**                                                   v0.3.0 -> v0.7.0
    * **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.8
    * **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.2.2 **_new_**
    * **github.com/prometheus/client_golang**                                          v1.14.0 -> v1.19.1
    * **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.2 **_new_**
    * **github.com/vishvananda/netns**                                                 2eb08e3e575f -> v0.0.4
    * **github.com/xrash/smetrics**                                                    5f08fbb34913 **_new_**
    * **go.etcd.io/bbolt**                                                             v1.3.7 -> v1.3.10
    * **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.40.0 -> v0.51.0
    * **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.51.0 **_new_**
    * **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.26.0
    * **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.26.0
    * **go.opentelemetry.io/proto/otlp**                                               v0.19.0 -> v1.2.0
    * **golang.org/x/exp**                                                             aacd6d4b4611 **_new_**
    * **golang.org/x/mod**                                                             v0.7.0 -> v0.17.0
    * **golang.org/x/net**                                                             v0.7.0 -> v0.24.0
    * **golang.org/x/oauth2**                                                          v0.4.0 -> v0.17.0
    * **golang.org/x/sync**                                                            v0.1.0 -> v0.7.0
    * **golang.org/x/sys**                                                             v0.6.0 -> v0.20.0
    * **golang.org/x/term**                                                            v0.5.0 -> v0.19.0
    * **golang.org/x/text**                                                            v0.7.0 -> v0.14.0
    * **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
    * **google.golang.org/appengine**                                                  v1.6.7 -> v1.6.8
    * **google.golang.org/genproto/googleapis/api**                                    6ceb2ff114de **_new_**
    * **google.golang.org/genproto/googleapis/rpc**                                    8c6c420018be **_new_**
    * **google.golang.org/grpc**                                                       v1.53.0 -> v1.63.2
    * **google.golang.org/protobuf**                                                   v1.28.1 -> v1.34.1
    * **k8s.io/api**                                                                   v0.26.2 -> v0.30.0
    * **k8s.io/apimachinery**                                                          v0.26.2 -> v0.30.0
    * **k8s.io/apiserver**                                                             v0.26.2 -> v0.30.0
    * **k8s.io/client-go**                                                             v0.26.2 -> v0.30.0
    * **k8s.io/component-base**                                                        v0.26.2 -> v0.30.0
    * **k8s.io/cri-api**                                                               v0.26.2 -> v0.30.0
    * **k8s.io/klog/v2**                                                               v2.90.1 -> v2.120.1
    * **k8s.io/kubelet**                                                               v0.30.0 **_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.7.2 **_new_**
    * **tags.cncf.io/container-device-interface/specs-go**                             v0.7.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.17
    containerd 1.7.17
    
    Welcome to the v1.7.17 release of containerd!
    
    The seventeenth patch release for containerd 1.7 contains various fixes and updates.
    
    ### Highlights
    
    * Use LOOP_CONFIGURE when creating loop devices ([#10209](https://github.com/containerd/containerd/pull/10209))
    * Update unpacker to fetch all provided content ([#10233](https://github.com/containerd/containerd/pull/10233))
    * Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts ([#10210](https://github.com/containerd/containerd/pull/10210))
    * Update metadata snapshotter to lease on already exists ([#10198](https://github.com/containerd/containerd/pull/10198))
    * Handle unsupported config versions ([#10165](https://github.com/containerd/containerd/pull/10165))
    * Fix deadlock when writing to pipe blocks ([containerd/ttrpc#168](https://github.com/containerd/ttrpc/pull/168))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Stefan Berger
    * Derek McGowan
    * Austin Vazquez
    * Alexandru Matei
    * Maksym Pavlenko
    * Akihiro Suda
    * Bryant Biggs
    * Kevin Parsons
    * Kirtana Ashok
    * Phil Estes
    * Kazuyoshi Kato
    * Kohei Tokunaga
    * Swagat Bora
    
    ### Changes
    <details><summary>43 commits</summary>
    <p>
    
    * Prepare release notes for v1.7.17 ([#10235](https://github.com/containerd/containerd/pull/10235))
      * [`114b07b97`](https://github.com/containerd/containerd/commit/114b07b976b0e715c28f82a43d6790ac46bfb53c) Prepare release notes for v1.7.17
    * Use LOOP_CONFIGURE when creating loop devices ([#10209](https://github.com/containerd/containerd/pull/10209))
      * [`803aaa680`](https://github.com/containerd/containerd/commit/803aaa6801d808289e9a25a2f05fc9710b2ed39b) Remove internal LoopConfig struct
      * [`7bd3be948`](https://github.com/containerd/containerd/commit/7bd3be9487050fccc29df94bf3f9f005589121bc) Swap internal ioctl implementation with golang.org/x/sys
      * [`a0739dc0e`](https://github.com/containerd/containerd/commit/a0739dc0e800fa002b451ff425cb8aeb9f880d02) Use LOOP_CONFIGURE when creating loop devices
    * Update unpacker to fetch all provided content ([#10233](https://github.com/containerd/containerd/pull/10233))
      * [`1573ea598`](https://github.com/containerd/containerd/commit/1573ea598e00c1b942946958ea451062557d74d7) Update ctr image pull all platforms
      * [`32b594f1b`](https://github.com/containerd/containerd/commit/32b594f1b2420fe7633802ee9a2225e9fd7e5c70) Update unpacker to always fetch all
    * Update hcsshim tag to v0.11.5 ([#10232](https://github.com/containerd/containerd/pull/10232))
      * [`5a03a3aee`](https://github.com/containerd/containerd/commit/5a03a3aeee0b4be59a556ba145ebe09492812544) Update hcsshim tag to v0.11.5
    * Update ttrpc tag to 1.2.4 ([#10221](https://github.com/containerd/containerd/pull/10221))
      * [`9a1eda40f`](https://github.com/containerd/containerd/commit/9a1eda40f8c7cfa1f69642bf66a50a9740fca01f) update ttrpc tag to 1.2.4
    * Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts ([#10210](https://github.com/containerd/containerd/pull/10210))
      * [`ad85652fa`](https://github.com/containerd/containerd/commit/ad85652fa17b405b8b6bf97756c65291e97ac5d6) Preserve CL_UNPRIVILEGED locked flags during remount of bind mounts
    * Update instrumentation fuzzer with new flag ([#10229](https://github.com/containerd/containerd/pull/10229))
      * [`582f3f43d`](https://github.com/containerd/containerd/commit/582f3f43d5392132d99e6f0cc50e403b7f0d781c) Update instrumentation fuzzer with new flag
    * vendor: github.com/containerd/imgcrypt@v1.1.8 ([#10215](https://github.com/containerd/containerd/pull/10215))
      * [`a5d13689b`](https://github.com/containerd/containerd/commit/a5d13689b97f62ca172636bc2360e6c9f36120e2) vendor: github.com/containerd/imgcrypt@v1.1.8
    * vendor: golang.org/x/net@v0.23.0 ([#10211](https://github.com/containerd/containerd/pull/10211))
      * [`f853bc129`](https://github.com/containerd/containerd/commit/f853bc1292751ca7c5e12b9a3faa300039e21e34) vendor: golang.org/x/net@v0.23.0
      * [`837972979`](https://github.com/containerd/containerd/commit/837972979fffd6f0624b354bd68b75906ad530cc) vendor: golang.org/x/net@v0.21.0
      * [`56aa87792`](https://github.com/containerd/containerd/commit/56aa877926c7a2a4be0683bc48c05b0b65ae9c8e) vendor: golang.org/x/net@v0.20.0
      * [`4e6335ebd`](https://github.com/containerd/containerd/commit/4e6335ebdf3ba54bf89d652c326b2127dd88639f) vendor: golang.org/x/net@v0.19.0
      * [`1c6c745c6`](https://github.com/containerd/containerd/commit/1c6c745c60acf808c99644e8bafa3a8d367c076c) vendor: golang.org/x/term@v0.17.0
      * [`1077d38c9`](https://github.com/containerd/containerd/commit/1077d38c9fe83db9720e01aea253de8ff3525b3d) vendor: golang.org/x/sys@v0.18.0
    * Update tooling to Go 1.21.10, 1.22.3 for net/http bug fixes ([#10207](https://github.com/containerd/containerd/pull/10207))
      * [`c53b635f9`](https://github.com/containerd/containerd/commit/c53b635f927a905ff431a51d12f42f4f5c36d959) Update toolchain to Go 1.21.10 and 1.22.3
    * vendor: golang.org/x/crypto@v0.18.0 ([#10204](https://github.com/containerd/containerd/pull/10204))
      * [`4b52104f0`](https://github.com/containerd/containerd/commit/4b52104f0cfbcb4f6ad3cf4f80bc3c34919b03de) vendor: golang.org/x/crypto@v0.18.0
      * [`2f65c83b0`](https://github.com/containerd/containerd/commit/2f65c83b0b80796f7b3b30bebc5354b293c14a74) vendor: golang.org/x/term@v0.16.0
      * [`8a76171f7`](https://github.com/containerd/containerd/commit/8a76171f76de63dce2f85946fdfeb3d3f79cd2fc) vendor: golang.org/x/sys@v0.16.0
      * [`d45778523`](https://github.com/containerd/containerd/commit/d45778523cb2454fcb57a36c5c0c1c447267ca44) vendor: golang.org/x/term@v0.15.0, golang.org/x/text@v0.14.0
      * [`24038de8c`](https://github.com/containerd/containerd/commit/24038de8c1c285f3ebc7c1c81564409703a03ac9) vendor: golang.org/x/sys@v0.15.0
    * Update metadata snapshotter to lease on already exists ([#10198](https://github.com/containerd/containerd/pull/10198))
      * [`eb930375c`](https://github.com/containerd/containerd/commit/eb930375ca25680660e424eeefbcab8920543aa2) Add lease test for metadata snapshotter
      * [`9f6c61ab9`](https://github.com/containerd/containerd/commit/9f6c61ab927bb34136636e3e560831e155bea958) Update metadata snapshotter to lease on exists
    * Update grpc and image-spec dependencies ([#10180](https://github.com/containerd/containerd/pull/10180))
      * [`24dd403ab`](https://github.com/containerd/containerd/commit/24dd403abb141917934493ee9170bffee14cb305) Update image-spec to v1.1.0
      * [`189b69e24`](https://github.com/containerd/containerd/commit/189b69e247f0f852ef261421d6730beaecb2502b) go.mod: github.com/opencontainers/image-spec v1.1.0-rc3
      * [`388fb336b`](https://github.com/containerd/containerd/commit/388fb336b0a458e2cf64212072743e622a3f44c7) Update grpc to v1.59.0
    * Handle unsupported config versions ([#10165](https://github.com/containerd/containerd/pull/10165))
      * [`00347b7fa`](https://github.com/containerd/containerd/commit/00347b7fa50b73d23399c8197c76a1343c901bf3) Add check for unsupported config versions
    </p>
    </details>
    
    ### Changes from containerd/imgcrypt
    <details><summary>53 commits</summary>
    <p>
    
    * CHANGES: Updated CHANGES document for 1.1.8 release ([containerd/imgcrypt#122](https://github.com/containerd/imgcrypt/pull/122))
      * [`956b4d3`](https://github.com/containerd/imgcrypt/commit/956b4d3fe3ed647032725bf1585f68b2a38b2b13) CHANGES: Updated CHANGES document for 1.1.8 release
    * Synchronize enc-ctr with upstream ctr from containerd v1.6.23 and use containerd v1.6.23 in dependency ([containerd/imgcrypt#120](https://github.com/containerd/imgcrypt/pull/120))
      * [`9e8e1c1`](https://github.com/containerd/imgcrypt/commit/9e8e1c1df3660f869c7fbd49135a8cd6bf91fe7c) ctr: Sync code with containerd v1.6.23 ctr
      * [`7d2cca5`](https://github.com/containerd/imgcrypt/commit/7d2cca5efde78e5c5bce11e831d61077cf9166e1) build(deps): bump containerd from 1.6.20 to 1.6.23
    * Synchronize enc-ctr with upstream ctr from containerd v1.6.20 ([containerd/imgcrypt#119](https://github.com/containerd/imgcrypt/pull/119))
      * [`0f2559e`](https://github.com/containerd/imgcrypt/commit/0f2559e3c9bb4c80ea422560af2bdb1334d70f88) ctr: Sync code with containerd v1.6.20 ctr
      * [`c48dd78`](https://github.com/containerd/imgcrypt/commit/c48dd787005e197c12e924727ea2b0be75a6e66b) cmd: Copy IntToInt32Array into img package and use it
    * Update to ocicrypt 1.1.8 and minimum go 1.20 ([containerd/imgcrypt#118](https://github.com/containerd/imgcrypt/pull/118))
      * [`6d48a4e`](https://github.com/containerd/imgcrypt/commit/6d48a4ecc325e1aaf531110b5aa9beece4eafc4c) build(deps): bump ocicrypt from 1.1.7 to 1.1.8
      * [`1bc94a2`](https://github.com/containerd/imgcrypt/commit/1bc94a206e90d4f79dbb137c922b32b71662c78b) github: Use golangci-lint v1.54.1 and adjust config file
      * [`9065f1d`](https://github.com/containerd/imgcrypt/commit/9065f1da9e4f607df34eff64d6e24530f7b3a136) github: Test with go 1.21 and go 1.20
      * [`74986f3`](https://github.com/containerd/imgcrypt/commit/74986f3687f84523a4612bd7c6975463b68b3b10) go.mod: Require go 1.20
    * build(deps): bump google.golang.org/grpc from 1.47.0 to 1.53.0 ([containerd/imgcrypt#117](https://github.com/containerd/imgcrypt/pull/117))
      * [`a2a8273`](https://github.com/containerd/imgcrypt/commit/a2a82731875004f0dd33dff929201456e3f702e1) build(deps): bump google.golang.org/grpc from 1.47.0 to 1.53.0
    * test: Test creating and running of container with key file missing ([containerd/imgcrypt#116](https://github.com/containerd/imgcrypt/pull/116))
      * [`286470a`](https://github.com/containerd/imgcrypt/commit/286470a95699ac0cb19a3de79a7a215cafc8f2c7) test: Test creating and running of container with key file missing
    * Fix some issues in the test script ([containerd/imgcrypt#115](https://github.com/containerd/imgcrypt/pull/115))
      * [`aa517cc`](https://github.com/containerd/imgcrypt/commit/aa517cc77654cf517cc7bba5529b07da92f033dc) test: Fix order of parameters and remove unnecessary key parameter
      * [`ec72311`](https://github.com/containerd/imgcrypt/commit/ec7231185e276feb10f5b4b974ade62a81d5e9ad) test: Add comments to test case
      * [`2959ec0`](https://github.com/containerd/imgcrypt/commit/2959ec0ec47786956223715812f40eb9e7301786) test: To be able to run testLocalKeys alone add missing env variable
    * build(deps): upgrade github.com/containerd/containerd from 1.6.18 to … ([containerd/imgcrypt#112](https://github.com/containerd/imgcrypt/pull/112))
      * [`a7f2760`](https://github.com/containerd/imgcrypt/commit/a7f2760c719863cc015e4638090db4ef23daecd1) build(deps): upgrade github.com/containerd/containerd from 1.6.18 to 1.6.20
    * ci: Update golangci-lint to v1.52.2 ([containerd/imgcrypt#113](https://github.com/containerd/imgcrypt/pull/113))
      * [`002abac`](https://github.com/containerd/imgcrypt/commit/002abac5a58aebef74a13bb7e30302b01f07b419) images: Change 'any' to 'anything' to avoid clash with built-in type 'any'
      * [`5780ecc`](https://github.com/containerd/imgcrypt/commit/5780ecc88b4b08c4f1d8e6372869e39ab1fcbf35) images: Replace unused function parameters with '_'
      * [`7dc8592`](https://github.com/containerd/imgcrypt/commit/7dc85928e244990cb3371c63d2a8caae5189b757) ci: Update golangci-lint to v1.52.2
    * build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 ([containerd/imgcrypt#109](https://github.com/containerd/imgcrypt/pull/109))
      * [`90e4f77`](https://github.com/containerd/imgcrypt/commit/90e4f77bdc085a6f6d426380fa7cf0227ea03173) build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5
    * Abandon go 1.18 (end-of-life) and use 1.19 and 1.20 in tests ([containerd/imgcrypt#110](https://github.com/containerd/imgcrypt/pull/110))
      * [`8fc037f`](https://github.com/containerd/imgcrypt/commit/8fc037fd2de0e6106a3e8da655be22a1d4da719c) tests: Upgrade toml written by test case to version 2
      * [`0b31beb`](https://github.com/containerd/imgcrypt/commit/0b31beb1c7b6391b50ff44d9a71bed452bcebf2d) ci: Run tests with go 1.19 and 1.20 (abandon 1.18)
      * [`523674c`](https://github.com/containerd/imgcrypt/commit/523674c781c15e461afe52d8086deb4dd0d61466) build(deps): Update to minimum required go v1.19
    * Update to golang.org/x/net@v0.7.0 and github.com/containers/ocicrypt@v1.1.7 ([containerd/imgcrypt#107](https://github.com/containerd/imgcrypt/pull/107))
      * [`96a2314`](https://github.com/containerd/imgcrypt/commit/96a2314e83ba412568800a7dd84789f59f1310ec) build(deps): Upgrade to github.com/containers/ocicrypt@v1.1.7
      * [`1c50555`](https://github.com/containerd/imgcrypt/commit/1c5055514add4b6715cb4da0a127f8200d0d190a) bulid(deps): Update to golang.org/x/net@v0.7.0
      * [`9645d39`](https://github.com/containerd/imgcrypt/commit/9645d39f070c7f6728ec4e1831fbede7ebd512ec) build(deps): Update to minimum required go v1.18
    * build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18 ([containerd/imgcrypt#106](https://github.com/containerd/imgcrypt/pull/106))
      * [`8daaa45`](https://github.com/containerd/imgcrypt/commit/8daaa45a63100dc95430fc22eb2b5e95772b245f) build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18
    * README: Fix a typo ([containerd/imgcrypt#105](https://github.com/containerd/imgcrypt/pull/105))
      * [`12e84f5`](https://github.com/containerd/imgcrypt/commit/12e84f51fb70e1fb2bcc624206f707b48671b352) README: Fix a typo
    * build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.12 ([containerd/imgcrypt#103](https://github.com/containerd/imgcrypt/pull/103))
      * [`4e5a73e`](https://github.com/containerd/imgcrypt/commit/4e5a73e393254df6091fc9b3bf54371be778060f) build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.12
    * Update golangci-lint to v1.50.1 ([containerd/imgcrypt#101](https://github.com/containerd/imgcrypt/pull/101))
      * [`16a071b`](https://github.com/containerd/imgcrypt/commit/16a071b983f1777ff6391be0d44e80370fd58bf9) Update golangci-lint to v1.50.1
    * Remove references to package io/ioutil ([containerd/imgcrypt#100](https://github.com/containerd/imgcrypt/pull/100))
      * [`981a3fd`](https://github.com/containerd/imgcrypt/commit/981a3fdd5a755a1521337010bec47874753508cb) Remove references to package io/ioutil
    * Update GitHub actions CI workflow ([containerd/imgcrypt#99](https://github.com/containerd/imgcrypt/pull/99))
      * [`06827a1`](https://github.com/containerd/imgcrypt/commit/06827a1d8664a277fed24a41cd1566c197f58814) Update containerd project checks package in CI
      * [`f6a39e1`](https://github.com/containerd/imgcrypt/commit/f6a39e1bcd21af406254aa5da1e7f89f26e914cd) Update GitHub actions packages in CI workflow
      * [`6383351`](https://github.com/containerd/imgcrypt/commit/6383351756ec706b0f6aeea1a9dfc737c71bece7) Update GitHub actions CI workflow OS runner images
    * CI/CD: Run CodeQL on PRs and once a month ([containerd/imgcrypt#98](https://github.com/containerd/imgcrypt/pull/98))
      * [`b6e16db`](https://github.com/containerd/imgcrypt/commit/b6e16db881eef08e0bb58d0885bfad8339c97f2f) CI/CD: Run CodeQL on PRs and once a month
    </p>
    </details>
    
    ### Changes from containerd/ttrpc
    <details><summary>10 commits</summary>
    <p>
    
    * Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 ([containerd/ttrpc#166](https://github.com/containerd/ttrpc/pull/166))
      * [`272c857`](https://github.com/containerd/ttrpc/commit/272c8575a6e6fd169a08ca94a1b77dbce433119c) Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
    * Fix deadlock when writing to pipe blocks ([containerd/ttrpc#168](https://github.com/containerd/ttrpc/pull/168))
      * [`1b4f6f8`](https://github.com/containerd/ttrpc/commit/1b4f6f8edba5f374f1afbf10d7666136286806e7) client: Fix deadlock when writing to pipe blocks
    * Bump golang.org/x/net from 0.17.0 to 0.23.0 ([containerd/ttrpc#167](https://github.com/containerd/ttrpc/pull/167))
      * [`13b8289`](https://github.com/containerd/ttrpc/commit/13b8289864f297c6fe1f973016012ce1495ee1b9) Bump golang.org/x/net from 0.17.0 to 0.23.0
    * Update GitHub Actions CI to resolve deprecation warnings ([containerd/ttrpc#161](https://github.com/containerd/ttrpc/pull/161))
      * [`589a593`](https://github.com/containerd/ttrpc/commit/589a593abc38264094c47baf83bc69b2cff37524) Update GitHub Actions CI to resolve deprecation warnings
    * Fix proto3 generation error ([containerd/ttrpc#158](https://github.com/containerd/ttrpc/pull/158))
      * [`73b6a91`](https://github.com/containerd/ttrpc/commit/73b6a9156d6dc4644c94f5a683219ba8aac9fb18) Add optional feature in protobuf compiler
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/go-winio**              v0.6.1 -> v0.6.2
    * **github.com/Microsoft/hcsshim**               v0.11.4 -> v0.11.5
    * **github.com/containerd/imgcrypt**             v1.1.7 -> v1.1.8
    * **github.com/containerd/ttrpc**                v1.2.3 -> v1.2.4
    * **github.com/containers/ocicrypt**             v1.1.6 -> v1.1.10
    * **github.com/go-jose/go-jose/v3**              v3.0.3 **_new_**
    * **github.com/google/uuid**                     v1.3.0 -> v1.3.1
    * **github.com/opencontainers/image-spec**       3a7f492d3f1b -> v1.1.0
    * **github.com/stefanberger/go-pkcs11uri**       78d3cae3a980 -> 78284954bff6
    * **golang.org/x/crypto**                        v0.14.0 -> v0.21.0
    * **golang.org/x/mod**                           v0.11.0 -> v0.12.0
    * **golang.org/x/net**                           v0.17.0 -> v0.23.0
    * **golang.org/x/oauth2**                        v0.10.0 -> v0.11.0
    * **golang.org/x/sys**                           v0.13.0 -> v0.18.0
    * **golang.org/x/term**                          v0.13.0 -> v0.18.0
    * **golang.org/x/text**                          v0.13.0 -> v0.14.0
    * **google.golang.org/genproto**                 782d3b101e98 -> b8732ec3820d
    * **google.golang.org/genproto/googleapis/api**  782d3b101e98 -> b8732ec3820d
    * **google.golang.org/genproto/googleapis/rpc**  cbb8c96f2d6d -> b8732ec3820d
    * **google.golang.org/grpc**                     v1.58.3 -> v1.59.0
    
    Previous release can be found at [v1.7.16](https://github.com/containerd/containerd/releases/tag/v1.7.16)
    
    
  • api/v1.8.0-rc.0
    containerd api/v1.8.0-rc.0
    
    Welcome to the api/v1.8.0-rc.0 release of containerd!
    *This is a pre-release of containerd*
    
    The first dedicated release for the containerd API. This release continues the 1.x
    line of API compatibility with the 9th minor release of the 1.x API.
    
    ### Highlights
    
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    
    #### Image Distribution
    
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    
    #### Runtime
    
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Maksym Pavlenko
    * Akihiro Suda
    * Wei Fu
    * Abel Feng
    * Danny Canter
    * Phil Estes
    * Samuel Karp
    * Kohei Tokunaga
    * Akhil Mohan
    * Bryant Biggs
    * Davanum Srinivas
    * Iceber Gu
    * Kirtana Ashok
    * Sebastiaan van Stijn
    
    ### Changes
    <details><summary>53 commits</summary>
    <p>
    
    * Prepare release notes for api/v1.8.0-rc.0 ([#10167](https://github.com/containerd/containerd/pull/10167))
      * [`55fcebffc`](https://github.com/containerd/containerd/commit/55fcebffc76e642e9155eda5e097043f95109e4d) Prepare release notes for api/v1.8.0
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
      * [`2ac2b9c90`](https://github.com/containerd/containerd/commit/2ac2b9c909fb64f4d06958a0ca2f556bec348d05) Make api a Go sub-module
      * [`3e9cace72`](https://github.com/containerd/containerd/commit/3e9cace720cee5eb631c8291d8fb51928dc3fb3b) Move runtimeoptions to api directory
      * [`4a4550777`](https://github.com/containerd/containerd/commit/4a455077722796fd6a63253bc30d2b4c0c379d1d) Move runc options to api directory
    * Store bootstrap parameters in sandbox metadata ([#9736](https://github.com/containerd/containerd/pull/9736))
      * [`de38490ed`](https://github.com/containerd/containerd/commit/de38490ed6b8d9cb9cb6ea7cfcd0071e8f27d304) sandbox: merge address and protocol to one url
      * [`f6e0cf189`](https://github.com/containerd/containerd/commit/f6e0cf1894b9211f07d801e1af3166f290969cd7) sandbox: add address info in Start and Status response
    * Enable Transfer service API to support plain HTTP ([#10024](https://github.com/containerd/containerd/pull/10024))
      * [`433279438`](https://github.com/containerd/containerd/commit/4332794384253ad85a05a17fe42aa929f62fc72a) Transfer: Registry: Enable plain HTTP
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
      * [`7a3b7fba5`](https://github.com/containerd/containerd/commit/7a3b7fba59a9ff9e8756976cf6f55117b1814a63) Transfer: Registry: Enable to use registry configuration diretory
    * Generate proto services with go-ttrpc ([#7609](https://github.com/containerd/containerd/pull/7609))
      * [`f0e874941`](https://github.com/containerd/containerd/commit/f0e8749411301e99958e0caf545d85bf0112dda4) Add ttrpc generated services
      * [`65031eade`](https://github.com/containerd/containerd/commit/65031eadec262d783db25456a8bbca1eed1956b7) Update protobuild to build ttrpc services
    * Add OSVersion to platform protobuf ([#9733](https://github.com/containerd/containerd/pull/9733))
      * [`5aa05481d`](https://github.com/containerd/containerd/commit/5aa05481ddd40138eef79ec4bce2b0232adef354) Add OSVersion to platform protobuf
    * Move Message proto to types ([#9742](https://github.com/containerd/containerd/pull/9742))
      * [`0facc8592`](https://github.com/containerd/containerd/commit/0facc85925a114edac4b3b05a871f4ad205f45f1) Fix proto formatting
      * [`7f2d2c4f4`](https://github.com/containerd/containerd/commit/7f2d2c4f44afe090872301cc8614e8fc0d432e9e) Move Message proto to types
    * refactor: move plugin/fieldpath to api/types/ ([#9687](https://github.com/containerd/containerd/pull/9687))
      * [`b16e3572a`](https://github.com/containerd/containerd/commit/b16e3572a308be0c58b3c810b1922ec8d444d1f7) refactor: move plugin/fieldpath to api/types/
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
      * [`22d586e51`](https://github.com/containerd/containerd/commit/22d586e515654d3a901c40443fb2b4adcad65827) api/services/instrospection: add PluginInfo
    * Update Transfer service to add OCI descriptors to Progress structure ([#9630](https://github.com/containerd/containerd/pull/9630))
      * [`a2472c0b5`](https://github.com/containerd/containerd/commit/a2472c0b5ab17e46ab3f3b000a6fa512a45d7f05) transfer: add OCI descriptors to Progress structure
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
      * [`bd5c602c4`](https://github.com/containerd/containerd/commit/bd5c602c4dc91d19976f2dc222a337ab76716750) api: introduce sync_fs to diff.ApplyRequest
    * Containerd v2 module ([#9306](https://github.com/containerd/containerd/pull/9306))
      * [`5fdf55e49`](https://github.com/containerd/containerd/commit/5fdf55e493d68079d22a08de1a7afe522e5838e5) Update go module to github.com/containerd/containerd/v2
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
      * [`57c897f10`](https://github.com/containerd/containerd/commit/57c897f10df48556af799f71c85a91b889df2d70) api/introspection: deprecation warnings in server
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
      * [`d2d434b7d`](https://github.com/containerd/containerd/commit/d2d434b7d6546842b1f791ef17392da99320265d) sandbox: add all sandbox information to Create method
      * [`f372b3501`](https://github.com/containerd/containerd/commit/f372b3501b6096c8228203f9d5d5aae8ff998d61) sandbox: add sandboxer field of sandbox requests
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
      * [`f8fb2dad3`](https://github.com/containerd/containerd/commit/f8fb2dad39a4b45ce1de59f236e72ee72ad53cf7) api: update image service to support target in delete request
    * fix: Add `containerd` to the message type reference ([#9126](https://github.com/containerd/containerd/pull/9126))
      * [`42eee8bf0`](https://github.com/containerd/containerd/commit/42eee8bf05c89524a29f064cb4ce0a460a8c0081) fix: Add `containerd` to the message type reference
    * platforms: isolate from errdefs and api dependencies ([#9095](https://github.com/containerd/containerd/pull/9095))
      * [`e916d77c8`](https://github.com/containerd/containerd/commit/e916d77c81b8a61d7a37276e310b4a150b04f4ab) platforms: move ToProto, FromProto to api/types
    * Add annotations to CreateSandbox request ([#8960](https://github.com/containerd/containerd/pull/8960))
      * [`939ccbed4`](https://github.com/containerd/containerd/commit/939ccbed427e81eaecd37777ddcb2eac792114e6) Sandbox: Add annotations to CreateSandbox surface
    * archive: use 1970-01-01 as the whiteout timestamp ([#8764](https://github.com/containerd/containerd/pull/8764))
      * [`5dedb6d0d`](https://github.com/containerd/containerd/commit/5dedb6d0d2565507f0636254a18fdb7462a9eac3) archive: use 1970-01-01 as the whiteout timestamp
    * Add SandboxMetrics ([#8680](https://github.com/containerd/containerd/pull/8680))
      * [`d278d37ca`](https://github.com/containerd/containerd/commit/d278d37caae501ef18fd919e611610c639ad471b) Sandbox: Add Metrics rpc for controller
      * [`d56722ef2`](https://github.com/containerd/containerd/commit/d56722ef2a42953841728f5ed5666da776ce0d8f) Sandbox: Add SandboxMetrics rpc
    * Publish sandbox events ([#8602](https://github.com/containerd/containerd/pull/8602))
      * [`65906335b`](https://github.com/containerd/containerd/commit/65906335bf086dfe4ed73fbddb90429047e8aa96) Add sandbox events protos
    * Cleanup protobuild config ([#8278](https://github.com/containerd/containerd/pull/8278))
      * [`0bbca7f1b`](https://github.com/containerd/containerd/commit/0bbca7f1bcc29933dfd3cb3c463cc4fb8fbbe036) Cleanup protobuild config
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/ttrpc**                v1.2.1 -> v1.2.3
    * **github.com/containerd/typeurl/v2**           v2.1.0 -> v2.1.1
    * **github.com/golang/protobuf**                 v1.5.2 -> v1.5.3
    * **github.com/opencontainers/image-spec**       3a7f492d3f1b -> v1.1.0
    * **github.com/sirupsen/logrus**                 v1.9.0 -> v1.8.1
    * **golang.org/x/net**                           v0.7.0 -> v0.21.0
    * **golang.org/x/sys**                           v0.6.0 -> v0.17.0
    * **golang.org/x/text**                          v0.7.0 -> v0.14.0
    * **google.golang.org/genproto/googleapis/rpc**  c3f982113cda **_new_**
    * **google.golang.org/grpc**                     v1.53.0 -> v1.59.0
    * **google.golang.org/protobuf**                 v1.28.1 -> v1.33.0
    
    Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0)
    
    
  • v1.7.16
    containerd 1.7.16
    
    Welcome to the v1.7.16 release of containerd!
    
    The sixteenth patch release for containerd 1.7 contains various fixes and updates.
    
    ### Highlights
    
    * Update AppArmor template to allow confined runc to kill containers ([#10129](https://github.com/containerd/containerd/pull/10129))
    * Fix config import relative path glob ([#9834](https://github.com/containerd/containerd/pull/9834))
    * Update AppArmor template to better support rootlesskit ([#10116](https://github.com/containerd/containerd/pull/10116))
    * Update HTTP fallback to better account for TLS timeout and previous attempts ([#10112](https://github.com/containerd/containerd/pull/10112))
    * Add support for HPC port forwarding ([#10008](https://github.com/containerd/containerd/pull/10008))
    * Prevent GC from schedule itself with 0 period. ([#10102](https://github.com/containerd/containerd/pull/10102))
    * Fix issue with using invalid token to retry fetching layer ([#10065](https://github.com/containerd/containerd/pull/10065))
    * Automatically decompress archives for transfer service import ([#9989](https://github.com/containerd/containerd/pull/9989))
    * Fix HTTPFallback fails when pushing manifest ([#10044](https://github.com/containerd/containerd/pull/10044))
    * Add support for configuring otel from env and config deprecation notice ([#9992](https://github.com/containerd/containerd/pull/9992))
    * Fix deadlock during NRI plugin registration ([containerd/nri#79](https://github.com/containerd/nri/pull/79))
    
    #### Build and Release Toolchain
    
    * Update Go to 1.21.9 and 1.22.2 with net/http security fix ([#10115](https://github.com/containerd/containerd/pull/10115))
    
    #### Container Runtime Interface (CRI)
    
    * Fix CRI snapshotter root path when not under containerd root ([#10096](https://github.com/containerd/containerd/pull/10096))
    * Fix network creation failure from CreatedAt time as 269 years ago ([#10122](https://github.com/containerd/containerd/pull/10122))
    * Include userns info in PodSandboxStatus ([#9865](https://github.com/containerd/containerd/pull/9865))
    * Fix default working directory Windows HostProcess containers ([#10071](https://github.com/containerd/containerd/pull/10071))
    * Fix ListPodSandboxStats to skip sandboxes with missing tasks ([#10042](https://github.com/containerd/containerd/pull/10042))
    
    #### Deprecations
    
    * Add support for configuring otel from env and config deprecation notice ([#9992](https://github.com/containerd/containerd/pull/9992))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Samuel Karp
    * Wei Fu
    * Danny Canter
    * Kazuyoshi Kato
    * Kirtana Ashok
    * Maksym Pavlenko
    * Phil Estes
    * Sebastiaan van Stijn
    * Brian Goff
    * Rodrigo Campos
    * Akihiro Suda
    * Angelos Kolaitis
    * Bin Tang
    * David Porter
    * Edgar Lee
    * Evan Lezar
    * Kirill A. Korinsky
    * Kohei Tokunaga
    * Maksim An
    * Paweł Gronowski
    * Tomáš Virtus
    * 张钰10307750
    * 沈陵
    
    ### Changes
    <details><summary>50 commits</summary>
    <p>
    
    * Add release notes for v1.7.16 ([#10124](https://github.com/containerd/containerd/pull/10124))
      * [`1c623084f`](https://github.com/containerd/containerd/commit/1c623084fbdcfe7c3882047eba1648921814e390) Add release notes for v1.7.16
    * Update AppArmor template to allow confined runc to kill containers ([#10129](https://github.com/containerd/containerd/pull/10129))
      * [`18a2c36fa`](https://github.com/containerd/containerd/commit/18a2c36faf47df776df56b4cc9a2defcf4b68897) apparmor: Allow confined runc to kill containers
    * Fix config import relative path glob ([#9834](https://github.com/containerd/containerd/pull/9834))
      * [`62e9535f2`](https://github.com/containerd/containerd/commit/62e9535f295f4026d69280107c08c6b6a4eb5417) Fix config import relative path glob
    * Fix CRI snapshotter root path when not under containerd root ([#10096](https://github.com/containerd/containerd/pull/10096))
      * [`a8ebceb97`](https://github.com/containerd/containerd/commit/a8ebceb972efdc5ead7535640f531972a95280cb) CRI: "Fix" imageFSPath behavior
      * [`bd423bf84`](https://github.com/containerd/containerd/commit/bd423bf84d2ddef9680f54670a1e6ec2d7a18329) Snapshotters: Export the root path
      * [`8fb6bfa71`](https://github.com/containerd/containerd/commit/8fb6bfa71753481f065e53245707d74473498d78) Add exports to proxy plugin config
      * [`8916e2cf9`](https://github.com/containerd/containerd/commit/8916e2cf9dfa7e1dfe609334540a14a15156bfe6) Add platform config to proxy plugins
    * Fix network creation failure from CreatedAt time as 269 years ago ([#10122](https://github.com/containerd/containerd/pull/10122))
      * [`293f5151d`](https://github.com/containerd/containerd/commit/293f5151d44c8a700a7244fed09c37524a89a82a) pod: CreatedAt time will be 269 years ago while creating cri network failed.
    * Update AppArmor template to better support rootlesskit ([#10116](https://github.com/containerd/containerd/pull/10116))
      * [`af19e746e`](https://github.com/containerd/containerd/commit/af19e746eca65a536d5dc3d732043c22c4b31101) apparmor: add `signal (receive) peer=/usr/local/bin/rootlesskit,`
    * Update Go to 1.21.9 and 1.22.2 with net/http security fix ([#10115](https://github.com/containerd/containerd/pull/10115))
      * [`637d259dd`](https://github.com/containerd/containerd/commit/637d259dd6646d16c71e295e056dec291b506892) update to go1.21.9, go1.22.2
    * Update HTTP fallback to better account for TLS timeout and previous attempts ([#10112](https://github.com/containerd/containerd/pull/10112))
      * [`794b0c723`](https://github.com/containerd/containerd/commit/794b0c7239e134d7053daa17842682f0596d55ae) Add deprecated HTTPFallback for package compatibility
      * [`51c649d9d`](https://github.com/containerd/containerd/commit/51c649d9d43d19b0f3f0ac51e331c9e956c337a7) Update HTTPFallback to handle tls handshake timeout
      * [`aa14890ed`](https://github.com/containerd/containerd/commit/aa14890edd027b83800e017261e917c71041c343) Remove empty default tls configuration in ctr
    * Add support for HPC port forwarding ([#10008](https://github.com/containerd/containerd/pull/10008))
      * [`3df5d4445`](https://github.com/containerd/containerd/commit/3df5d4445bc6948339bb302d32fa073ae928976b) Add support for HPC port forwarding
    * Prevent GC from schedule itself with 0 period. ([#10102](https://github.com/containerd/containerd/pull/10102))
      * [`5c15bf406`](https://github.com/containerd/containerd/commit/5c15bf406da3a40d19ba89c7cd90080047d3793e) Prevent GC from schedule itself with 0 period.
    * Include userns info in PodSandboxStatus ([#9865](https://github.com/containerd/containerd/pull/9865))
      * [`b57dc9fd3`](https://github.com/containerd/containerd/commit/b57dc9fd3690f1bd3b11b96dbf17e1a1bd3476e8) cri/server: Add userns tests in PodSandboxStatus
      * [`6e809ef13`](https://github.com/containerd/containerd/commit/6e809ef13a60c2233ec7e3566228b8a37e67968e) cri: Expose userns in PodSandboxStatus rpc
    * mod: bump github.com/containerd/nri@v0.6.1 ([#10097](https://github.com/containerd/containerd/pull/10097))
      * [`395a31901`](https://github.com/containerd/containerd/commit/395a31901512bea37d381decbd37da620bb44c66) mod: bump github.com/containerd/nri@v0.6.1
    * Fix issue with using invalid token to retry fetching layer ([#10065](https://github.com/containerd/containerd/pull/10065))
      * [`f61de0864`](https://github.com/containerd/containerd/commit/f61de08644b73e7836ac46234b3f6283fc9715dd) fix bug that using invalid token to retry fetching layer
    * Bump tags.cncf.io/container-device-interface to v0.7.2 ([#10077](https://github.com/containerd/containerd/pull/10077))
      * [`7a2f49f70`](https://github.com/containerd/containerd/commit/7a2f49f70f1d2cacfededbbf65452d481476bc10) Bump tags.cncf.io/container-device-interface to v0.7.2
    * Fix default working directory Windows HostProcess containers ([#10071](https://github.com/containerd/containerd/pull/10071))
      * [`989f1ec54`](https://github.com/containerd/containerd/commit/989f1ec54f6764020447b03020b97592312c5f85) fix default working directory `hostProcess`
    * Fix unexpected order of mounts since go 1.19 ([#10063](https://github.com/containerd/containerd/pull/10063))
      * [`9f774e438`](https://github.com/containerd/containerd/commit/9f774e438b9d96a901adb11e580fa03c6264f667) fix(cri): fix unexpected order of mounts since go 1.19
    * Automatically decompress archives for transfer service import ([#9989](https://github.com/containerd/containerd/pull/9989))
      * [`2aec52493`](https://github.com/containerd/containerd/commit/2aec52493f3d67b0fd55a2348b69dd831253933f) Automatically decompress archives for transfer service import
    * Use different containerd sock address in tests ([#10056](https://github.com/containerd/containerd/pull/10056))
      * [`8c76e7948`](https://github.com/containerd/containerd/commit/8c76e794820b4923c2a4dd1ccb7f7c89031b7d08) Use different containerd sock address in tests
    * Fix HTTPFallback fails when pushing manifest ([#10044](https://github.com/containerd/containerd/pull/10044))
      * [`18f4ad5ee`](https://github.com/containerd/containerd/commit/18f4ad5ee0cb65fa99df752e2ce7d4728b19f9f0) remote: Fix HTTPFallback fails when pushing manifest
    * Add support for configuring otel from env and config deprecation notice ([#9992](https://github.com/containerd/containerd/pull/9992))
      * [`600ba8612`](https://github.com/containerd/containerd/commit/600ba86122b0a6c5428429097e3e0f82e9b1f121) vendor: revendor OTEL
      * [`9360e3716`](https://github.com/containerd/containerd/commit/9360e37169f2ba3135f7a6f39a3ab7c9231abbd6) Changes to configuring otel from env only
      * [`f2354894f`](https://github.com/containerd/containerd/commit/f2354894f311b0c9c3651ea239b7cdbc1ee05a18) Deprecate otel configs
    * Fix ListPodSandboxStats to skip sandboxes with missing tasks ([#10042](https://github.com/containerd/containerd/pull/10042))
      * [`90c309fe2`](https://github.com/containerd/containerd/commit/90c309fe2f6fac7cc620467edf2eeb8b19211067) Add IsNotFound case to ListPodSandboxStats
    </p>
    </details>
    
    ### Changes from containerd/nri
    <details><summary>5 commits</summary>
    <p>
    
    * Fix deadlock during NRI plugin registration ([containerd/nri#79](https://github.com/containerd/nri/pull/79))
      * [`c4893c7`](https://github.com/containerd/nri/commit/c4893c7e31c35f1b056b5462cb135a9c15f8b8f4) Fix deadlock during NRI plugin registration
    * go.mod: github.com/containerd/ttrpc v1.2.3 ([containerd/nri#71](https://github.com/containerd/nri/pull/71))
      * [`02a1d5e`](https://github.com/containerd/nri/commit/02a1d5e23409a3f14efaadc940cf68d37c562272) go.mod: github.com/containerd/ttrpc v1.2.3
      * [`eb3edc4`](https://github.com/containerd/nri/commit/eb3edc4fc0cec888369d0b1c8a254e0f1e19bd77) examples: go mod tidy
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/nri**                         v0.6.0 -> v0.6.1
    * **tags.cncf.io/container-device-interface**           v0.6.2 -> v0.7.2
    * **tags.cncf.io/container-device-interface/specs-go**  v0.6.0 -> v0.7.0
    
    Previous release can be found at [v1.7.15](https://github.com/containerd/containerd/releases/tag/v1.7.15)
    
    
  • v2.0.0-rc.1
    containerd 2.0.0-rc.r1
    
    Welcome to the v2.0.0-rc.r1 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
    
    * Enable Transfer service to use registry configuration directory ([#9908](https://github.com/containerd/containerd/pull/9908))
    * Configure otel from env instead of config.toml ([#8970](https://github.com/containerd/containerd/pull/8970))
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Fix config import relative path glob ([#9746](https://github.com/containerd/containerd/pull/9746))
    * Enable NRI by default ([#9744](https://github.com/containerd/containerd/pull/9744))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Remove overlayfs volatile option on temp mounts ([#9555](https://github.com/containerd/containerd/pull/9555))
    * Move packages based on contributing guide ([#9365](https://github.com/containerd/containerd/pull/9365))
    * Update import and export to allow references to missing content  ([#9554](https://github.com/containerd/containerd/pull/9554))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Use Intel ISA-L's igzip if available ([#9200](https://github.com/containerd/containerd/pull/9200))
    * Generalize plugin library ([#9214](https://github.com/containerd/containerd/pull/9214))
    * Introduce top level config migration ([#9223](https://github.com/containerd/containerd/pull/9223))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Use github.com/containerd/log ([#9086](https://github.com/containerd/containerd/pull/9086))
    * Add image verifier transfer service plugin system based on a binary directory ([#8493](https://github.com/containerd/containerd/pull/8493))
    * Add support for image expiration during garbage collection ([#9022](https://github.com/containerd/containerd/pull/9022))
    * Reduce the contention between ref lock and boltdb lock in content store ([#8792](https://github.com/containerd/containerd/pull/8792))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Container Runtime Interface (CRI)
    
    * Add support for multiple subscribers to CRI container events ([#9661](https://github.com/containerd/containerd/pull/9661))
    * Enable CDI by default ([#9621](https://github.com/containerd/containerd/pull/9621))
    * Remove non-sandboxed CRI implementation ([#9228](https://github.com/containerd/containerd/pull/9228))
    * Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([#8287](https://github.com/containerd/containerd/pull/8287))
    * Use sandboxed CRI by default ([#8994](https://github.com/containerd/containerd/pull/8994))
    * Implement RuntimeConfig CRI call ([#8722](https://github.com/containerd/containerd/pull/8722))
    * Add support for user namespaces (KEP-127) ([#8803](https://github.com/containerd/containerd/pull/8803))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    
    #### Runtime
    
    * Support vsock connection to task api ([#9738](https://github.com/containerd/containerd/pull/9738))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Switch runc shim to task service v3 and fix restore ([#9233](https://github.com/containerd/containerd/pull/9233))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Remove the CriuPath field from runc's options ([#8279](https://github.com/containerd/containerd/pull/8279))
    * Remove support for config.toml `version = 1` ([#8275](https://github.com/containerd/containerd/pull/8275))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    
    #### Security Advisories
    
    * [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c)
    
    #### Breaking
    
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Move client to subpackage ([#9316](https://github.com/containerd/containerd/pull/9316))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Deprecations
    
    * Postpone removal of deprecated CRI config properties ([#9966](https://github.com/containerd/containerd/pull/9966))
    * Deprecate go-plugin configuration option ([#9238](https://github.com/containerd/containerd/pull/9238))
    * CNI conf_template in CRI is no longer deprecated ([#8637](https://github.com/containerd/containerd/pull/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
    * Kirtana Ashok
    * Abel Feng
    * Austin Vazquez
    * Krisztian Litkey
    * Akhil Mohan
    * Kohei Tokunaga
    * Mike Brown
    * Jin Dong
    * Bjorn Neergaard
    * rongfu.leng
    * Justin Chadwell
    * James Sturtevant
    * Paul "TBBle" Hampson
    * Davanum Srinivas
    * Enrico Weigelt
    * Brian Goff
    * Paweł Gronowski
    * Hsing-Yu (David) Chen
    * Ilya Hanov
    * Laura Brehm
    * Marat Radchenko
    * Cardy.Tang
    * Henry Wang
    * Aditi Sharma
    * Bryant Biggs
    * Evan Lezar
    * Jordan Liggitt
    * Kay Yan
    * Markus Lehtonen
    * Nashwan Azhari
    * Shingo Omura
    * Vinayak Goyal
    * helen
    * Alexandru Matei
    * Amit Barve
    * Charity Kathure
    * Ed Bartosh
    * Etienne Champetier
    * James Jenkins
    * Milas Bowman
    * Shuaiyi Zhang
    * yanggang
    * Aditya Ramani
    * Amir M. Ghazanfari
    * Anthony Nandaa
    * Artem Khramov
    * Brad Davidson
    * Chen Yiyang
    * Christian Muehlhaeuser
    * Cory Snider
    * Djordje Lukic
    * Edgar Lee
    * Ethan Lowman
    * Jiang Liu
    * June Rhodes
    * Mahamed Ali
    * Maksim An
    * Michael Crosby
    * Peteris Rudzusiks
    * Sam Edwards
    * Samruddhi Khandale
    * Steve Griffith
    * Swagat Bora
    * Tony Fang
    * VERNOU Cédric
    * hang.jiang
    * jerryzhuang
    * lengrongfu
    * roman-kiselenko
    * zhanluxianshen
    * Aaron Lehmann
    * Adrian Reber
    * Alex Couture-Beil
    * Alex Ellis
    * Alex Rodriguez
    * Angelos Kolaitis
    * Antonio Huete Jimenez
    * Arash Haghighat
    * Avi Deitcher
    * Ben Foster
    * Bin Tang
    * Bin Xin
    * BinBin He
    * Brennan Kinney
    * ChengenH
    * ChengyuZhu6
    * Christian Stewart
    * Craig Ingram
    * Daisy Rong
    * David Porter
    * Derek Nola
    * 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
    * Pan Yibo
    * Qasim Sarfraz
    * Qiutong Song
    * Robbie Buxton
    * Robert-André Mauchin
    * Shukui Yang
    * Talon
    * Tianon Gravi
    * Tim Hockin
    * Tobias Klauser
    * Tõnis Tiigi
    * Wang Xinwen
    * William Chen
    * Yibo Zhuang
    * Yury Gargay
    * Zechun Chen
    * Zhang Tianyang
    * Zoe
    * baijia
    * charles-chenzz
    * chschumacher1994
    * guangli.bao
    * guangwu
    * krglosse
    * ningmingxiao
    * pigletfly
    * rokkiter
    * wangxiang
    * zhangpeng
    * 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/Masterminds/semver/v3**                                             v3.2.1 **_new_**
    * **github.com/Microsoft/go-winio**                                                v0.6.0 -> v0.6.2
    * **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.3
    * **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.3.0
    * **github.com/checkpoint-restore/checkpointctl**                                  v1.1.0 **_new_**
    * **github.com/checkpoint-restore/go-criu/v7**                                     v7.1.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.1
    * **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/cni**                                           v1.1.2 -> v1.2.0
    * **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.4.1
    * **github.com/distribution/reference**                                            v0.6.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.7.0
    * **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.8
    * **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.2.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.50.0
    * **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.50.0 **_new_**
    * **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.25.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.25.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.25.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.25.0
    * **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.25.0
    * **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.25.0
    * **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.25.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.17.0
    * **golang.org/x/net**                                                             v0.7.0 -> v0.23.0
    * **golang.org/x/oauth2**                                                          v0.4.0 -> v0.17.0
    * **golang.org/x/sync**                                                            v0.1.0 -> v0.7.0
    * **golang.org/x/sys**                                                             v0.6.0 -> v0.19.0
    * **golang.org/x/term**                                                            v0.5.0 -> v0.18.0
    * **golang.org/x/text**                                                            v0.7.0 -> v0.14.0
    * **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
    * **google.golang.org/appengine**                                                  v1.6.7 -> v1.6.8
    * **google.golang.org/genproto/googleapis/api**                                    6ceb2ff114de **_new_**
    * **google.golang.org/genproto/googleapis/rpc**                                    c3f982113cda **_new_**
    * **google.golang.org/grpc**                                                       v1.53.0 -> v1.63.2
    * **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.7.2 **_new_**
    * **tags.cncf.io/container-device-interface/specs-go**                             v0.7.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.15
    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 ([#9990](https://github.com/containerd/containerd/pull/9990))
    
    #### Runtime
    
    * Fix runc shim to only defer init process exits ([#10037](https://github.com/containerd/containerd/pull/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 ([#10039](https://github.com/containerd/containerd/pull/10039))
      * [`4d4759b54`](https://github.com/containerd/containerd/commit/4d4759b54df2a2ce5abb2aaa117ebc1857406380) Prep v1.7.15 release
    * Fix runc shim to only defer init process exits ([#10037](https://github.com/containerd/containerd/pull/10037))
      * [`21df46766`](https://github.com/containerd/containerd/commit/21df4676621559e46b46810de3c900d105f10210) runc-shim: only defer init process exits
    * Fix compile from version control system (source) use case ([#10012](https://github.com/containerd/containerd/pull/10012))
      * [`2a054213e`](https://github.com/containerd/containerd/commit/2a054213e7d167d697a27bbe8409872c67e8df46) Fix compile from version control system (source) use case
    * Adds mediatype to OCI index record on export ([#9990](https://github.com/containerd/containerd/pull/9990))
      * [`6605c47a4`](https://github.com/containerd/containerd/commit/6605c47a4156171580458fa035133f2739046822) adds mediatype to oci index record
    * vendor: google.golang.org/protobuf 1.33.0, github.com/golang/protobuf v1.5.4 ([#9975](https://github.com/containerd/containerd/pull/9975))
      * [`e6d91d843`](https://github.com/containerd/containerd/commit/e6d91d843fcc26c04e0d33144211aef965f79295) vendor: github.com/golang/protobuf v1.5.4
      * [`2d136c5f5`](https://github.com/containerd/containerd/commit/2d136c5f5eb7092b458a07e14c53ccb7e5f429f0) build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
      * [`a1a7af7a3`](https://github.com/containerd/containerd/commit/a1a7af7a39da32ea0e38bb8ddd5b219c9cf6848e) 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
    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 ([#9991](https://github.com/containerd/containerd/pull/9991))
    
    #### Runtime
    
    * Fix runc shim to only defer init process exits ([#10038](https://github.com/containerd/containerd/pull/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 ([#10040](https://github.com/containerd/containerd/pull/10040))
      * [`7f7012bad`](https://github.com/containerd/containerd/commit/7f7012bad7af5275d84ba63b6ba93a4882cd94cd) Prepare for v1.6.31 release
    * Fix runc shim to only defer init process exits ([#10038](https://github.com/containerd/containerd/pull/10038))
      * [`5e53da4a1`](https://github.com/containerd/containerd/commit/5e53da4a1403e80339e3d2897dd41cce3842b335) runc-shim: only defer init process exits
    * Fix compile from version control system (source) use case ([#10011](https://github.com/containerd/containerd/pull/10011))
      * [`7592f87f0`](https://github.com/containerd/containerd/commit/7592f87f040128b44e1aafef33b0b33c65334209) Fix compile from version control system (source) use case
    * Adds mediatype to OCI index record on export ([#9991](https://github.com/containerd/containerd/pull/9991))
      * [`8d415fd0e`](https://github.com/containerd/containerd/commit/8d415fd0ee2d88ae4c53d75acf0707ec9151ea0f) adds mediatype to oci index record
    * vendor: google.golang.org/protobuf 1.33.0, github.com/golang/protobuf v1.5.4 ([#9974](https://github.com/containerd/containerd/pull/9974))
      * [`2dbb59b5a`](https://github.com/containerd/containerd/commit/2dbb59b5af8b373085c2dcb272a78d586eeb6bfc) vendor: github.com/golang/protobuf v1.5.4
      * [`069bb78c9`](https://github.com/containerd/containerd/commit/069bb78c9ecc7ac7cab650a3029e745471e2a899) build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
      * [`68d395cad`](https://github.com/containerd/containerd/commit/68d395cad899fcba32d9c5dcc20b2afe375c7682) build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0
    * Backport test release on PR ([#9955](https://github.com/containerd/containerd/pull/9955))
      * [`b3713136d`](https://github.com/containerd/containerd/commit/b3713136d1fccacd55dbcd507739f2b788b29554) 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
    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 ([#8970](https://github.com/containerd/containerd/pull/8970))
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Fix config import relative path glob ([#9746](https://github.com/containerd/containerd/pull/9746))
    * Enable NRI by default ([#9744](https://github.com/containerd/containerd/pull/9744))
    * Add PluginInfo to introspection API ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Remove overlayfs volatile option on temp mounts ([#9555](https://github.com/containerd/containerd/pull/9555))
    * Move packages based on contributing guide ([#9365](https://github.com/containerd/containerd/pull/9365))
    * Update import and export to allow references to missing content  ([#9554](https://github.com/containerd/containerd/pull/9554))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Use Intel ISA-L's igzip if available ([#9200](https://github.com/containerd/containerd/pull/9200))
    * Generalize plugin library ([#9214](https://github.com/containerd/containerd/pull/9214))
    * Introduce top level config migration ([#9223](https://github.com/containerd/containerd/pull/9223))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Use github.com/containerd/log ([#9086](https://github.com/containerd/containerd/pull/9086))
    * Add image verifier transfer service plugin system based on a binary directory ([#8493](https://github.com/containerd/containerd/pull/8493))
    * Add support for image expiration during garbage collection ([#9022](https://github.com/containerd/containerd/pull/9022))
    * Reduce the contention between ref lock and boltdb lock in content store ([#8792](https://github.com/containerd/containerd/pull/8792))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Container Runtime Interface (CRI)
    
    * Add support for multiple subscribers to CRI container events ([#9661](https://github.com/containerd/containerd/pull/9661))
    * Enable CDI by default ([#9621](https://github.com/containerd/containerd/pull/9621))
    * Remove non-sandboxed CRI implementation ([#9228](https://github.com/containerd/containerd/pull/9228))
    * Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([#8287](https://github.com/containerd/containerd/pull/8287))
    * Use sandboxed CRI by default ([#8994](https://github.com/containerd/containerd/pull/8994))
    * Implement RuntimeConfig CRI call ([#8722](https://github.com/containerd/containerd/pull/8722))
    * Add support for user namespaces (KEP-127) ([#8803](https://github.com/containerd/containerd/pull/8803))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    
    #### Runtime
    
    * Support vsock connection to task api ([#9738](https://github.com/containerd/containerd/pull/9738))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Switch runc shim to task service v3 and fix restore ([#9233](https://github.com/containerd/containerd/pull/9233))
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Remove the CriuPath field from runc's options ([#8279](https://github.com/containerd/containerd/pull/8279))
    * Remove support for config.toml `version = 1` ([#8275](https://github.com/containerd/containerd/pull/8275))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    
    #### Security Advisories
    
    * [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c)
    
    #### Breaking
    
    * Disable the support for Schema 1 images ([#9765](https://github.com/containerd/containerd/pull/9765))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Move client to subpackage ([#9316](https://github.com/containerd/containerd/pull/9316))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Deprecations
    
    * Deprecate go-plugin configuration option ([#9238](https://github.com/containerd/containerd/pull/9238))
    * CNI conf_template in CRI is no longer deprecated ([#8637](https://github.com/containerd/containerd/pull/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
    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 ([#9933](https://github.com/containerd/containerd/pull/9933))
    * Fix various timing issues with docker pusher ([#9921](https://github.com/containerd/containerd/pull/9921))
    * Register imagePullThroughput and count with MiB ([#9855](https://github.com/containerd/containerd/pull/9855))
    * Move high volume event logs to Trace level ([#9823](https://github.com/containerd/containerd/pull/9823))
    
    #### Container Runtime Interface (CRI)
    
    * Handle pod transition states gracefully while listing pod stats ([#9905](https://github.com/containerd/containerd/pull/9905))
    
    #### Runtime
    
    * Update runc-shim to process exec exits before init ([#9928](https://github.com/containerd/containerd/pull/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 ([#9953](https://github.com/containerd/containerd/pull/9953))
      * [`1babe6b58`](https://github.com/containerd/containerd/commit/1babe6b582911fe90b93fc01491f2f4b130b7a3a) Prepare release notes for v1.7.14
    * Backport use Go toolchain in CI matrix to build binaries ([#9951](https://github.com/containerd/containerd/pull/9951))
      * [`a9bbbefcf`](https://github.com/containerd/containerd/commit/a9bbbefcf2feba3eaf1da39b70ed28032a7d8a65) Use the Go toolchain in CI matrix to build binaries
    * Update builds to use go 1.21.8 ([#9933](https://github.com/containerd/containerd/pull/9933))
      * [`1ca9a643a`](https://github.com/containerd/containerd/commit/1ca9a643a1ad206f074300e235c959213854fff1) update to go 1.21.8, 1.22.1
    * Move inline PS scripts into files ([#9938](https://github.com/containerd/containerd/pull/9938))
      * [`39caf532e`](https://github.com/containerd/containerd/commit/39caf532e7f60ff21050221fda627bab02de2ce8) Move inline PS scripts into files
    * Disable OOM set score unpriv test temporarily ([#9944](https://github.com/containerd/containerd/pull/9944))
      * [`630226bb4`](https://github.com/containerd/containerd/commit/630226bb431ec98dbfca279c3416abf5047d9858) Disable OOM set score unpriv test temporarily
    * Update runc-shim to process exec exits before init ([#9928](https://github.com/containerd/containerd/pull/9928))
      * [`de7b6bae9`](https://github.com/containerd/containerd/commit/de7b6bae9e2e44676ae63a13ab130812a6db56b6) runc-shim: process exec exits before init
    * update to go 1.21.6, test 1.22.0 ([#9860](https://github.com/containerd/containerd/pull/9860))
      * [`3b3e537ea`](https://github.com/containerd/containerd/commit/3b3e537eab7f81e32f34c95833caa2af9bc8753f) Uninstall mingw before attempting upgrade
      * [`9e24388b2`](https://github.com/containerd/containerd/commit/9e24388b209e519d7cc3805b3266b9a4a82e59cc) CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
      * [`5b23a4127`](https://github.com/containerd/containerd/commit/5b23a412759f27465906f86196c686cd0925be15) seccomp, apparmor: add go:noinline
      * [`753422ac1`](https://github.com/containerd/containerd/commit/753422ac11e3485b14a62bfdfcc75a0001f3dd70) Drop go 1.20 and build against 1.22
      * [`a2d64218c`](https://github.com/containerd/containerd/commit/a2d64218c5a5abc676556925d63b222dbd606469) Fix windows integration tests
      * [`6379dd6f4`](https://github.com/containerd/containerd/commit/6379dd6f428fc3f55cb4625d7741b84751d42278) Update workflow files to install Go via composite action
      * [`a5c0d061c`](https://github.com/containerd/containerd/commit/a5c0d061cd3a4154f31fd5a5c8a4f77da5da1dcd) Extract a composite action to install Go
    * Fix various timing issues with docker pusher ([#9921](https://github.com/containerd/containerd/pull/9921))
      * [`52a1402df`](https://github.com/containerd/containerd/commit/52a1402df64ca286b5084b1b150c4219343ad6d7) copy: prevent potential deadlock if close before fully written
      * [`872746386`](https://github.com/containerd/containerd/commit/872746386237b1076f8449a7f7d3d5a07ed30a42) copy: setError should imply Close
      * [`a8004007a`](https://github.com/containerd/containerd/commit/a8004007a2ababa6ac7dbf508edf1c49faf06110) copy: remove max number of ErrResets
      * [`0465472ed`](https://github.com/containerd/containerd/commit/0465472ed3807b6dcf785d160783019e3fed5cf6) pushWriter: refactor reset pipe logic into separate function
      * [`2577207cc`](https://github.com/containerd/containerd/commit/2577207cc0611f36e582111f88f16fd5ae777068) copy: improve error detection from closed pipes
      * [`d081da86b`](https://github.com/containerd/containerd/commit/d081da86bfc3b1b65efacdefba0e48aadaac4d91) copy: check if writer was closed before setting a pipe
      * [`2a25c085b`](https://github.com/containerd/containerd/commit/2a25c085b21e074667bf6ded0dbb6ebf892a889c) copy: remove wrapping io.NopCloser from push writer pipe
    * Register imagePullThroughput and count with MiB ([#9855](https://github.com/containerd/containerd/pull/9855))
      * [`711cebd48`](https://github.com/containerd/containerd/commit/711cebd484d44da363ca451cdaaad0c6ec9810d2) Register imagePullThroughput and count with MiB
    * Update golangci-lint to v1.56.1 ([#9900](https://github.com/containerd/containerd/pull/9900))
      * [`926ceb036`](https://github.com/containerd/containerd/commit/926ceb036223d8ac05cd918c7a4c0825bb9c0640) fix golangci-lint errors
      * [`4030ae235`](https://github.com/containerd/containerd/commit/4030ae2350fee10557fe52a5b8f86761afb01a1d) Update golangci-lint to v1.56.1
      * [`6620d6bfd`](https://github.com/containerd/containerd/commit/6620d6bfd7c5e6e8ffc0c6047c3602ac0ab05a16) ci: bump up golangci-lint to v1.55.2
      * [`b16ca72b2`](https://github.com/containerd/containerd/commit/b16ca72b2e1e105e475537a450f0c6509e95ca32) Bump up golangci-lint to v1.54.2
    * Handle pod transition states gracefully while listing pod stats ([#9905](https://github.com/containerd/containerd/pull/9905))
      * [`39db3f18b`](https://github.com/containerd/containerd/commit/39db3f18b29ab9efb671404a1030628af560c614) adjust test cases to run for windows
      * [`579d8b463`](https://github.com/containerd/containerd/commit/579d8b463bd9cdcdc4425ac7279033056c1d0433) [cri] Handle Windows pod transitions gracefully
    * Backport GitHub actions package updates ([#9876](https://github.com/containerd/containerd/pull/9876))
      * [`8d6f0f2ae`](https://github.com/containerd/containerd/commit/8d6f0f2aecd6962163fbaac6f6d2bbb6e12e9c85) build(deps): bump golangci/golangci-lint-action from 3 to 4
      * [`7929592b9`](https://github.com/containerd/containerd/commit/7929592b96e2e4e2e0150a890048f612b623fb7d) build(deps): bump actions/upload-artifact from 3 to 4
      * [`e11de777d`](https://github.com/containerd/containerd/commit/e11de777dcfdf5914b102830d66e6fbed6ceea7d) build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
      * [`2b40a4074`](https://github.com/containerd/containerd/commit/2b40a40741dfa865683f25d76ac4e03457449ecc) build(deps): bump actions/checkout from 3 to 4
      * [`22feefa57`](https://github.com/containerd/containerd/commit/22feefa570111de80812a493685fb767c3a6c6b4) build(deps): bump actions/setup-go from 3 to 5
      * [`b96aa4012`](https://github.com/containerd/containerd/commit/b96aa4012d4a491869f26f570f9dfbbf1835eb70) build(deps): bump actions/upload-artifact from 1 to 3
      * [`97763f91d`](https://github.com/containerd/containerd/commit/97763f91d6e8013d5c1e2c5ad7214cd956808742) build(deps): bump docker/setup-buildx-action from 2 to 3
      * [`6875bb14f`](https://github.com/containerd/containerd/commit/6875bb14f1841de6d89c689a2e393697c1e6c89c) build(deps): bump github/codeql-action from 2 to 3
      * [`87f9adb6b`](https://github.com/containerd/containerd/commit/87f9adb6b9ed2bd9a0b72879c5a9bc5eb1b51586) build(deps): bump actions/download-artifact from 3 to 4
    * .github: windows should use fix critool version ([#9874](https://github.com/containerd/containerd/pull/9874))
      * [`d9c099a9a`](https://github.com/containerd/containerd/commit/d9c099a9ac39956aee0a720be8b3b6af8861351b) .github: windows should use fix critool version
    * ci: update crun version to 1.14.3 ([#9850](https://github.com/containerd/containerd/pull/9850))
      * [`dc594b01d`](https://github.com/containerd/containerd/commit/dc594b01d28d3a6a896b66274fb75b1f54aecaa3) ci: update crun version to 1.14.3
    * Add WithMetaStore to overlay snapshotter and missing unpacker.Wait for image import ([#9837](https://github.com/containerd/containerd/pull/9837))
      * [`8fe0b26f1`](https://github.com/containerd/containerd/commit/8fe0b26f198163fb88a6bd194382c502d5756fb1) Add missing unpacker.Wait for image import
      * [`31ea2d7d9`](https://github.com/containerd/containerd/commit/31ea2d7d9114fee156f37dc9e6f38538aca58447) Add WithMetaStore to overlay snapshotter to allow bringing your own
    * Move high volume event logs to Trace level ([#9823](https://github.com/containerd/containerd/pull/9823))
      * [`982e0cffb`](https://github.com/containerd/containerd/commit/982e0cffbeb31768655ba1ed89620e27551fc49f) Move high volume event logs to Trace level
    * cri: propagate deprecation list to runtime status ([#9818](https://github.com/containerd/containerd/pull/9818))
      * [`c79ffa277`](https://github.com/containerd/containerd/commit/c79ffa2773d29e81f7a905fc1242301c5ee7e556) cri: propagate deprecation list to runtime status
    * ctr: print deprecation warnings on every invocation ([#9820](https://github.com/containerd/containerd/pull/9820))
      * [`eaebe23de`](https://github.com/containerd/containerd/commit/eaebe23de407600ff81b9466165294eacc3575f5) ctr: print deprecation warnings on every invocation
    * bug fix: make sure cri image is pinned when it is pulled outside cri ([#9784](https://github.com/containerd/containerd/pull/9784))
      * [`26c057423`](https://github.com/containerd/containerd/commit/26c057423c614deb0c510ceea84ed22bbe4f7f1d) 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. ([#9783](https://github.com/containerd/containerd/pull/9783))
      * [`d3e997556`](https://github.com/containerd/containerd/commit/d3e9975563f4dd2182526188f6c2331a192a07d5) go.{mod,sum}: update NRI dependency, re-vendor.
    * Add option to perform syncfs after pull ([#9769](https://github.com/containerd/containerd/pull/9769))
      * [`ea0a92ec3`](https://github.com/containerd/containerd/commit/ea0a92ec30c9e61bd45b777a27ee4849b1716522) *: introduce image_pull_with_sync_fs in CRI
      * [`4caf44032`](https://github.com/containerd/containerd/commit/4caf44032b61ecef0c2e38eb38395a3969377296) api: introduce sync_fs to diff.ApplyRequest
    * Move certain debug logs to trace logs ([#9761](https://github.com/containerd/containerd/pull/9761))
      * [`3f75af7bf`](https://github.com/containerd/containerd/commit/3f75af7bf20fc6d1456e282e31c51d32d086b9ec) 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](https://github.com/containerd/nri/pull/69))
      * [`e47f09b`](https://github.com/containerd/nri/commit/e47f09b2abe155cf5c0caaf7d0df7651447d2660) socketpair_windows: remove implementation for now
    * adaptation, stub: allow extra ttrpc client and server options. ([containerd/nri#67](https://github.com/containerd/nri/pull/67))
      * [`45b9e3f`](https://github.com/containerd/nri/commit/45b9e3f1437fff2bb9bc26d89da34ee1b298cc86) plugins: update dependencies.
      * [`f600cf6`](https://github.com/containerd/nri/commit/f600cf681e94c8f8b65dead5e57fe0981571bea9) go.{mod,sum}: update dependencies.
      * [`13ee978`](https://github.com/containerd/nri/commit/13ee97879885d8fe4c0dbbf5c0a04716a8654247) pkg/stub: add support for extra ttrpc options.
      * [`c4e2f81`](https://github.com/containerd/nri/commit/c4e2f81f94b35bee5b9d35c80f28490b6f3ebb76) pkg/adaptation: add support for extra ttrpc options.
    * socketpair_unix: avoid double close(), set FD_CLOEXEC ([containerd/nri#66](https://github.com/containerd/nri/pull/66))
      * [`5d0b52b`](https://github.com/containerd/nri/commit/5d0b52bc45c998c5fcb1a60a7289f86d9c92f836) sockerpair_unix: avoid double close(), set FD_CLOEXEC
    * Task: fix typo in godoc ([containerd/nri#61](https://github.com/containerd/nri/pull/61))
      * [`ae7840b`](https://github.com/containerd/nri/commit/ae7840bf9910649194e1a556b8cc7a66bc19d817) Task: fix typo in godoc
    * Take pkg/hooks from github.com/containers/common (carry 46) ([containerd/nri#55](https://github.com/containerd/nri/pull/55))
      * [`b4ac58c`](https://github.com/containerd/nri/commit/b4ac58c1a5b0cffa51448ed060095dd5dc6f4b54) Take pkg/hooks from github.com/containers/common
    * gha: remove GOPATH and workingdir, update actions/setup-go@v4, actions/checkout@v4 ([containerd/nri#53](https://github.com/containerd/nri/pull/53))
      * [`ee96969`](https://github.com/containerd/nri/commit/ee969691b8e4bdc2b7c3e384b22c203fcf948ab7) gha: update actions/checkout@v4
      * [`7b33fbf`](https://github.com/containerd/nri/commit/7b33fbf7685a7c0d27d186f89f6027373e54e3f0) gha: update actions/setup-go@v4
      * [`e33ac3e`](https://github.com/containerd/nri/commit/e33ac3e43394ead24dbb4a407dd76c00c5780737) gha: remove working-dir and GOPATH
    * remove containerd as dependency ([containerd/nri#51](https://github.com/containerd/nri/pull/51))
      * [`da8a7e5`](https://github.com/containerd/nri/commit/da8a7e53614c60c106f824caf3d120ea582a0cbe) remove containerd as dependency
    * make plugins/ulimit-adjuster a separate module ([containerd/nri#54](https://github.com/containerd/nri/pull/54))
      * [`934815e`](https://github.com/containerd/nri/commit/934815e56ede6d603d1b17cbce86ad98a973eaf1) make plugins/ulimit-adjuster a separate module
    * scripts: fix protobuf URL on arm64 ([containerd/nri#52](https://github.com/containerd/nri/pull/52))
      * [`9b43daa`](https://github.com/containerd/nri/commit/9b43daaeceae6750053c5693a15edc59819886b9) 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](https://github.com/containerd/ttrpc/pull/157))
      * [`44ca009`](https://github.com/containerd/ttrpc/commit/44ca0096e1b2b638ead24b4898cc34aa3b603926) Add comment
      * [`6615f15`](https://github.com/containerd/ttrpc/commit/6615f159bad5b522b7322408fcf5ae8bb58b0843) Fix linter
      * [`dea99e9`](https://github.com/containerd/ttrpc/commit/dea99e9d052d7b86500e6e3f9e6a214d2111d1a9) Fix handling of empty payloads
      * [`336fc1b`](https://github.com/containerd/ttrpc/commit/336fc1b6b472ea8df89cd109b7e8dfb99fe8828e) 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](https://github.com/containerd/ttrpc/pull/156))
      * [`1e51c46`](https://github.com/containerd/ttrpc/commit/1e51c4681df2ab54ad15226a125228ac7639d2e0) 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](https://github.com/containerd/ttrpc/pull/155))
      * [`bea960d`](https://github.com/containerd/ttrpc/commit/bea960d9fea8eb25d11ff5e024c734e46a9a6c3e) Bump golang.org/x/net from 0.10.0 to 0.17.0
    * Implement support for unary interceptor chaining. ([containerd/ttrpc#152](https://github.com/containerd/ttrpc/pull/152))
      * [`40f227d`](https://github.com/containerd/ttrpc/commit/40f227ddbb9e05bf4d04179991f809df0546c6f6) server: implement UnaryServerInterceptor chaining.
      * [`f984c9b`](https://github.com/containerd/ttrpc/commit/f984c9b178e595292d4a6934ce229c9854c2fe77) client: implement UnaryClientInterceptor chaining.
    * Fix grammar in comment for UserOnCloseWait. ([containerd/ttrpc#153](https://github.com/containerd/ttrpc/pull/153))
      * [`8ca4110`](https://github.com/containerd/ttrpc/commit/8ca4110ebc91819c5b0e2f17c9ded818b2462c50) Fix comment for UserOnCloseWait.
    * Bump genproto dependency ([containerd/ttrpc#154](https://github.com/containerd/ttrpc/pull/154))
      * [`a2fbc14`](https://github.com/containerd/ttrpc/commit/a2fbc14815b5a707579072aa0edaa59bdaf762f9) go.mod: google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d
      * [`cf2b85d`](https://github.com/containerd/ttrpc/commit/cf2b85de12df0368cf0c6a24446b25c079caf0f5) go.mod: bump to supported go version
    * server_test: wait for OnClose in TestClientEOF. ([containerd/ttrpc#150](https://github.com/containerd/ttrpc/pull/150))
      * [`e0cd801`](https://github.com/containerd/ttrpc/commit/e0cd8011167557f2ddb1b976e604cfd94d8b393d) server_test: wait for OnClose in TestClientEOF.
    * .github: give more slack for build+tests. ([containerd/ttrpc#151](https://github.com/containerd/ttrpc/pull/151))
      * [`8d47846`](https://github.com/containerd/ttrpc/commit/8d4784675e72e1880aa5bb9c817875891e670d41) .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
    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 ([#9945](https://github.com/containerd/containerd/pull/9945))
    * Fix config import relative path glob ([#9835](https://github.com/containerd/containerd/pull/9835))
    * Move high volume event logs to Trace level ([#9824](https://github.com/containerd/containerd/pull/9824))
    * Move certain debug logs to trace logs ([#9762](https://github.com/containerd/containerd/pull/9762))
    
    #### Container Runtime Interface (CRI)
    
    * Add timeout to drain exec io ([#9768](https://github.com/containerd/containerd/pull/9768))
    * Propagate deprecation list to runtime status ([#9819](https://github.com/containerd/containerd/pull/9819))
    * Fix image pinning when image is not pulled through cri ([#9785](https://github.com/containerd/containerd/pull/9785))
    
    #### Runtime
    
    * Update runc-shim to process exec exits before init ([#9927](https://github.com/containerd/containerd/pull/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 ([#9952](https://github.com/containerd/containerd/pull/9952))
      * [`8268fc6e9`](https://github.com/containerd/containerd/commit/8268fc6e90f2305410609abf34559ec2f5966c78) Prepare release notes for v1.6.30
      * [`614ca2e12`](https://github.com/containerd/containerd/commit/614ca2e12193ae80afc11beb5a55fc2ae05c8915) Revert go version environment removal
    * Prepare release notes for v1.6.29 ([#9950](https://github.com/containerd/containerd/pull/9950))
      * [`9ef6d9d03`](https://github.com/containerd/containerd/commit/9ef6d9d03d8d4124d4e8e28399fef28c137fcc2e) Add release notes for v1.6.29.toml
    * use a composite action to install Go ([#9949](https://github.com/containerd/containerd/pull/9949))
      * [`cfbbb510c`](https://github.com/containerd/containerd/commit/cfbbb510c23672daf7711a9afd548801dd741c4a) Use the Go toolchain in CI matrix to build binaries
      * [`f015dbc5a`](https://github.com/containerd/containerd/commit/f015dbc5a3d1f5a6eaefc561130ee5bb05e0d6c5) use composite action in ci workflow
    * Update builds to go 1.21.8 ([#9945](https://github.com/containerd/containerd/pull/9945))
      * [`ccf3eb6a2`](https://github.com/containerd/containerd/commit/ccf3eb6a2de426c9cfbb9409c330df79d3dbba0c) update to go 1.21.8, 1.22.1
    * Backport easy go install and update go ([#9890](https://github.com/containerd/containerd/pull/9890))
      * [`f6475ea59`](https://github.com/containerd/containerd/commit/f6475ea597b713a27e0b31e5723f3cd315b39eeb) Drop go 1.20 and build against 1.22
      * [`7c45ad092`](https://github.com/containerd/containerd/commit/7c45ad0923f0ea267cb9b66a65dea6fff4e0ff0b) Extract a composite action to install Go
      * [`4f7305414`](https://github.com/containerd/containerd/commit/4f73054149a36ba97263af8ee72e302c7a226906) update to go1.21.6, go1.20.13
      * [`da5a36c37`](https://github.com/containerd/containerd/commit/da5a36c3700ac1142c2451137a362d4c92d1897d) Use testify
      * [`afe6efee3`](https://github.com/containerd/containerd/commit/afe6efee30df36c16dae3f1afe87a8e324a9b031) Revert container_stats_test.go change which caused Windows CRI integration test failure
      * [`370ef115f`](https://github.com/containerd/containerd/commit/370ef115f0e1875bce98326cce4aafd2a953c30b) container_stats_test.go: avoid checking snapshot size
      * [`935720b8c`](https://github.com/containerd/containerd/commit/935720b8c065bddd2dc4372a76225ab0290b449c) Move inline PS scripts into files
      * [`74bae5af8`](https://github.com/containerd/containerd/commit/74bae5af8c853f52b65666682db7d31e9e8d2f02) Uninstall mingw before attempting upgrade
      * [`9b9500bb0`](https://github.com/containerd/containerd/commit/9b9500bb0d45ac1e669a3319039acf7c8359e885) CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
      * [`4814f9e48`](https://github.com/containerd/containerd/commit/4814f9e483fc2a0f897cf553ac67b882bc133fbe) seccomp, apparmor: add go:noinline
    * Disable OOM set score unpriv test temporarily ([#9943](https://github.com/containerd/containerd/pull/9943))
      * [`c7c8ce6bc`](https://github.com/containerd/containerd/commit/c7c8ce6bcf73cc608b6987f0729f40f93ce443c4) Disable OOM set score unpriv test temporarily
    * Update runc-shim to process exec exits before init ([#9927](https://github.com/containerd/containerd/pull/9927))
      * [`65915f0a2`](https://github.com/containerd/containerd/commit/65915f0a2c0b4d1cb590f39c6cc3b78e7bb75fcb) runc-shim: process exec exits before init
    * Backport GitHub actions package updates ([#9877](https://github.com/containerd/containerd/pull/9877))
      * [`e552c8898`](https://github.com/containerd/containerd/commit/e552c889875ecb7fe2e8f5dadac77765f2988932) build(deps): bump golangci/golangci-lint-action from 3 to 4
      * [`888ae152c`](https://github.com/containerd/containerd/commit/888ae152c6eb25eee5b4b533c5fd2f8c3448b609) build(deps): bump actions/cache from 3 to 4
      * [`dd913a0de`](https://github.com/containerd/containerd/commit/dd913a0defb4aa139fe2ab719cf37850ad5c7898) build(deps): bump actions/upload-artifact from 3 to 4
      * [`a250c101a`](https://github.com/containerd/containerd/commit/a250c101afdebcaa7016e50df7670d25e3427700) build(deps): bump actions/download-artifact from 3 to 4
      * [`7c8fd2255`](https://github.com/containerd/containerd/commit/7c8fd2255deaee02ab957a2b05914d01498a7870) build(deps): bump github/codeql-action from 2 to 3
      * [`f325e559e`](https://github.com/containerd/containerd/commit/f325e559e0d93a7990ef1302533d20484d59a50b) build(deps): bump docker/setup-buildx-action from 2 to 3
      * [`1bae160de`](https://github.com/containerd/containerd/commit/1bae160de37a9b37cd8d995e1ffa54247c14f21c) build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
      * [`3c81dc13b`](https://github.com/containerd/containerd/commit/3c81dc13b45d917e802223b5f80c4559a3b7d969) build(deps): bump actions/upload-artifact from 1 to 3
      * [`9b3b80eea`](https://github.com/containerd/containerd/commit/9b3b80eea1f68de6db0dde7578395995314520e5) build(deps): bump actions/setup-go from 3 to 5
      * [`6b74818d8`](https://github.com/containerd/containerd/commit/6b74818d8908a66ba7ab668f486f1de9c84b1239) build(deps): bump actions/checkout from 3 to 4
    * Fix config import relative path glob ([#9835](https://github.com/containerd/containerd/pull/9835))
      * [`0f2068a70`](https://github.com/containerd/containerd/commit/0f2068a70e0824ef7fb13c3e21763428bc58ad40) Fix config import relative path glob
    * ci: update crun version to 1.14.3 ([#9851](https://github.com/containerd/containerd/pull/9851))
      * [`89d00db95`](https://github.com/containerd/containerd/commit/89d00db952fbfa9a1425be30895e9615a9d3215f) ci: update crun version to 1.14.3
    * Add timeout to drain exec io ([#9768](https://github.com/containerd/containerd/pull/9768))
      * [`aac488730`](https://github.com/containerd/containerd/commit/aac488730fb6b4fec37cdc98d2b834e7033b60ca) *: fix code style issue
      * [`2a38c7e2e`](https://github.com/containerd/containerd/commit/2a38c7e2ebc9e5f1dcca25cb70535e0886e8c620) cri: add config ut for invalid drain io timeout value
      * [`ce213431f`](https://github.com/containerd/containerd/commit/ce213431fd3d413861d705b3d2d28fa83b281e39) integration: add testcase to drain exec IO in time
      * [`b5d52efca`](https://github.com/containerd/containerd/commit/b5d52efca8c1c5494c8ab72c615a4d6ed190b159) cri: disable drain-exec-IO if it is empty timeout
      * [`85bed5863`](https://github.com/containerd/containerd/commit/85bed5863f5313bedd5e6c2319d677124b44cdf5) *: update drainExecSyncIO docs and validate the timeout
      * [`0438e477c`](https://github.com/containerd/containerd/commit/0438e477c35faad18e6b7f3a6b7d8a8f787f5efc) *: add DrainExecSyncIOTimeout config and disable as by default
      * [`fb262317c`](https://github.com/containerd/containerd/commit/fb262317cd66e9f9c2ce12389b658ce042e410cc) *: fix typo and skip exec-io-drain-testcase in win
      * [`f50c9922b`](https://github.com/containerd/containerd/commit/f50c9922b1cc96e8829936509b2bf49ceaa4e5c1) pkg/cri/server: add timeout to drain exec io
    * Move high volume event logs to Trace level ([#9824](https://github.com/containerd/containerd/pull/9824))
      * [`99fa35e70`](https://github.com/containerd/containerd/commit/99fa35e7015d487c210d82862b4c807a913d50f2) Move high volume event logs to Trace level
    * Propagate deprecation list to runtime status ([#9819](https://github.com/containerd/containerd/pull/9819))
      * [`3785deac4`](https://github.com/containerd/containerd/commit/3785deac4fab3aa30be9a55812dc78b2e1841e29) cri: propagate deprecation list to runtime status
    * ctr: print deprecation warnings on every invocation ([#9821](https://github.com/containerd/containerd/pull/9821))
      * [`b7a0b1b8e`](https://github.com/containerd/containerd/commit/b7a0b1b8ed895d1737c7a558cff4dae7f9f7e7df) ctr: print deprecation warnings on every invocation
    * Fix image pinning when image is not pulled through cri ([#9785](https://github.com/containerd/containerd/pull/9785))
      * [`2d43994fb`](https://github.com/containerd/containerd/commit/2d43994fb921722002a5043724c6624bfb9d87f0) bug fix: make sure cri image is pinned when it is pulled outside cri
    * Move certain debug logs to trace logs ([#9762](https://github.com/containerd/containerd/pull/9762))
      * [`195ef7691`](https://github.com/containerd/containerd/commit/195ef7691ea85cfbcb54693017a6195beddb55dc) 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
    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 ([#9945](https://github.com/containerd/containerd/pull/9945))
    * Fix config import relative path glob ([#9835](https://github.com/containerd/containerd/pull/9835))
    * Move high volume event logs to Trace level ([#9824](https://github.com/containerd/containerd/pull/9824))
    * Move certain debug logs to trace logs ([#9762](https://github.com/containerd/containerd/pull/9762))
    
    #### Container Runtime Interface (CRI)
    
    * Add timeout to drain exec io ([#9768](https://github.com/containerd/containerd/pull/9768))
    * Propagate deprecation list to runtime status ([#9819](https://github.com/containerd/containerd/pull/9819))
    * Fix image pinning when image is not pulled through cri ([#9785](https://github.com/containerd/containerd/pull/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 ([#9950](https://github.com/containerd/containerd/pull/9950))
      * [`9ef6d9d03`](https://github.com/containerd/containerd/commit/9ef6d9d03d8d4124d4e8e28399fef28c137fcc2e) Add release notes for v1.6.29.toml
    * use a composite action to install Go ([#9949](https://github.com/containerd/containerd/pull/9949))
      * [`cfbbb510c`](https://github.com/containerd/containerd/commit/cfbbb510c23672daf7711a9afd548801dd741c4a) Use the Go toolchain in CI matrix to build binaries
      * [`f015dbc5a`](https://github.com/containerd/containerd/commit/f015dbc5a3d1f5a6eaefc561130ee5bb05e0d6c5) use composite action in ci workflow
    * Update builds to go 1.21.8 ([#9945](https://github.com/containerd/containerd/pull/9945))
      * [`ccf3eb6a2`](https://github.com/containerd/containerd/commit/ccf3eb6a2de426c9cfbb9409c330df79d3dbba0c) update to go 1.21.8, 1.22.1
    * Backport easy go install and update go ([#9890](https://github.com/containerd/containerd/pull/9890))
      * [`f6475ea59`](https://github.com/containerd/containerd/commit/f6475ea597b713a27e0b31e5723f3cd315b39eeb) Drop go 1.20 and build against 1.22
      * [`7c45ad092`](https://github.com/containerd/containerd/commit/7c45ad0923f0ea267cb9b66a65dea6fff4e0ff0b) Extract a composite action to install Go
      * [`4f7305414`](https://github.com/containerd/containerd/commit/4f73054149a36ba97263af8ee72e302c7a226906) update to go1.21.6, go1.20.13
      * [`da5a36c37`](https://github.com/containerd/containerd/commit/da5a36c3700ac1142c2451137a362d4c92d1897d) Use testify
      * [`afe6efee3`](https://github.com/containerd/containerd/commit/afe6efee30df36c16dae3f1afe87a8e324a9b031) Revert container_stats_test.go change which caused Windows CRI integration test failure
      * [`370ef115f`](https://github.com/containerd/containerd/commit/370ef115f0e1875bce98326cce4aafd2a953c30b) container_stats_test.go: avoid checking snapshot size
      * [`935720b8c`](https://github.com/containerd/containerd/commit/935720b8c065bddd2dc4372a76225ab0290b449c) Move inline PS scripts into files
      * [`74bae5af8`](https://github.com/containerd/containerd/commit/74bae5af8c853f52b65666682db7d31e9e8d2f02) Uninstall mingw before attempting upgrade
      * [`9b9500bb0`](https://github.com/containerd/containerd/commit/9b9500bb0d45ac1e669a3319039acf7c8359e885) CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
      * [`4814f9e48`](https://github.com/containerd/containerd/commit/4814f9e483fc2a0f897cf553ac67b882bc133fbe) seccomp, apparmor: add go:noinline
    * Disable OOM set score unpriv test temporarily ([#9943](https://github.com/containerd/containerd/pull/9943))
      * [`c7c8ce6bc`](https://github.com/containerd/containerd/commit/c7c8ce6bcf73cc608b6987f0729f40f93ce443c4) Disable OOM set score unpriv test temporarily
    * runc-shim: process exec exits before init ([#9927](https://github.com/containerd/containerd/pull/9927))
      * [`65915f0a2`](https://github.com/containerd/containerd/commit/65915f0a2c0b4d1cb590f39c6cc3b78e7bb75fcb) runc-shim: process exec exits before init
    * Backport GitHub actions package updates ([#9877](https://github.com/containerd/containerd/pull/9877))
      * [`e552c8898`](https://github.com/containerd/containerd/commit/e552c889875ecb7fe2e8f5dadac77765f2988932) build(deps): bump golangci/golangci-lint-action from 3 to 4
      * [`888ae152c`](https://github.com/containerd/containerd/commit/888ae152c6eb25eee5b4b533c5fd2f8c3448b609) build(deps): bump actions/cache from 3 to 4
      * [`dd913a0de`](https://github.com/containerd/containerd/commit/dd913a0defb4aa139fe2ab719cf37850ad5c7898) build(deps): bump actions/upload-artifact from 3 to 4
      * [`a250c101a`](https://github.com/containerd/containerd/commit/a250c101afdebcaa7016e50df7670d25e3427700) build(deps): bump actions/download-artifact from 3 to 4
      * [`7c8fd2255`](https://github.com/containerd/containerd/commit/7c8fd2255deaee02ab957a2b05914d01498a7870) build(deps): bump github/codeql-action from 2 to 3
      * [`f325e559e`](https://github.com/containerd/containerd/commit/f325e559e0d93a7990ef1302533d20484d59a50b) build(deps): bump docker/setup-buildx-action from 2 to 3
      * [`1bae160de`](https://github.com/containerd/containerd/commit/1bae160de37a9b37cd8d995e1ffa54247c14f21c) build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
      * [`3c81dc13b`](https://github.com/containerd/containerd/commit/3c81dc13b45d917e802223b5f80c4559a3b7d969) build(deps): bump actions/upload-artifact from 1 to 3
      * [`9b3b80eea`](https://github.com/containerd/containerd/commit/9b3b80eea1f68de6db0dde7578395995314520e5) build(deps): bump actions/setup-go from 3 to 5
      * [`6b74818d8`](https://github.com/containerd/containerd/commit/6b74818d8908a66ba7ab668f486f1de9c84b1239) build(deps): bump actions/checkout from 3 to 4
    * Fix config import relative path glob ([#9835](https://github.com/containerd/containerd/pull/9835))
      * [`0f2068a70`](https://github.com/containerd/containerd/commit/0f2068a70e0824ef7fb13c3e21763428bc58ad40) Fix config import relative path glob
    * ci: update crun version to 1.14.3 ([#9851](https://github.com/containerd/containerd/pull/9851))
      * [`89d00db95`](https://github.com/containerd/containerd/commit/89d00db952fbfa9a1425be30895e9615a9d3215f) ci: update crun version to 1.14.3
    * Add timeout to drain exec io ([#9768](https://github.com/containerd/containerd/pull/9768))
      * [`aac488730`](https://github.com/containerd/containerd/commit/aac488730fb6b4fec37cdc98d2b834e7033b60ca) *: fix code style issue
      * [`2a38c7e2e`](https://github.com/containerd/containerd/commit/2a38c7e2ebc9e5f1dcca25cb70535e0886e8c620) cri: add config ut for invalid drain io timeout value
      * [`ce213431f`](https://github.com/containerd/containerd/commit/ce213431fd3d413861d705b3d2d28fa83b281e39) integration: add testcase to drain exec IO in time
      * [`b5d52efca`](https://github.com/containerd/containerd/commit/b5d52efca8c1c5494c8ab72c615a4d6ed190b159) cri: disable drain-exec-IO if it is empty timeout
      * [`85bed5863`](https://github.com/containerd/containerd/commit/85bed5863f5313bedd5e6c2319d677124b44cdf5) *: update drainExecSyncIO docs and validate the timeout
      * [`0438e477c`](https://github.com/containerd/containerd/commit/0438e477c35faad18e6b7f3a6b7d8a8f787f5efc) *: add DrainExecSyncIOTimeout config and disable as by default
      * [`fb262317c`](https://github.com/containerd/containerd/commit/fb262317cd66e9f9c2ce12389b658ce042e410cc) *: fix typo and skip exec-io-drain-testcase in win
      * [`f50c9922b`](https://github.com/containerd/containerd/commit/f50c9922b1cc96e8829936509b2bf49ceaa4e5c1) pkg/cri/server: add timeout to drain exec io
    * Move high volume event logs to Trace level ([#9824](https://github.com/containerd/containerd/pull/9824))
      * [`99fa35e70`](https://github.com/containerd/containerd/commit/99fa35e7015d487c210d82862b4c807a913d50f2) Move high volume event logs to Trace level
    * Propagate deprecation list to runtime status ([#9819](https://github.com/containerd/containerd/pull/9819))
      * [`3785deac4`](https://github.com/containerd/containerd/commit/3785deac4fab3aa30be9a55812dc78b2e1841e29) cri: propagate deprecation list to runtime status
    * ctr: print deprecation warnings on every invocation ([#9821](https://github.com/containerd/containerd/pull/9821))
      * [`b7a0b1b8e`](https://github.com/containerd/containerd/commit/b7a0b1b8ed895d1737c7a558cff4dae7f9f7e7df) ctr: print deprecation warnings on every invocation
    * Fix image pinning when image is not pulled through cri ([#9785](https://github.com/containerd/containerd/pull/9785))
      * [`2d43994fb`](https://github.com/containerd/containerd/commit/2d43994fb921722002a5043724c6624bfb9d87f0) bug fix: make sure cri image is pinned when it is pulled outside cri
    * Move certain debug logs to trace logs ([#9762](https://github.com/containerd/containerd/pull/9762))
      * [`195ef7691`](https://github.com/containerd/containerd/commit/195ef7691ea85cfbcb54693017a6195beddb55dc) 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
    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](https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv))
    * **Update seccomp profile for new syscalls added since Linux 5.16** ([#9693](https://github.com/containerd/containerd/pull/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 ([#9724](https://github.com/containerd/containerd/pull/9724))
      * [`b97e611b9`](https://github.com/containerd/containerd/commit/b97e611b9b931225f2385d5fcc31873577464edd) Prepare release notes for v1.7.13
      * [`2e7fa14db`](https://github.com/containerd/containerd/commit/2e7fa14db7f4448751280520fef2c628ed07b0eb) Update runc binary to v1.1.12
    * [release/1.7] seccomp: kernel 6.7 ([#9693](https://github.com/containerd/containerd/pull/9693))
      * [`1bed37871`](https://github.com/containerd/containerd/commit/1bed3787162521aeb179895c29f7cc6a6bcd8013) seccomp: kernel 6.7
    * [release/1.7] Update container-device-interface to v0.6.2 ([#9685](https://github.com/containerd/containerd/pull/9685))
      * [`14628d4aa`](https://github.com/containerd/containerd/commit/14628d4aaa1138f2fd10f23d26f3810ba5d65ab2) Update container-device-interface to v0.6.2
    * [release/1.7] content: Add InfoReaderProvider ([#9658](https://github.com/containerd/containerd/pull/9658))
      * [`836477930`](https://github.com/containerd/containerd/commit/836477930ed9e6a81980b5bd2150f638cb39adf6) 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
    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](https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv))
    * **Update seccomp profile for new syscalls added since Linux 5.16** ([#9694](https://github.com/containerd/containerd/pull/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 ([#9723](https://github.com/containerd/containerd/pull/9723))
      * [`570c7c637`](https://github.com/containerd/containerd/commit/570c7c637745c9a5d41309c51193107a25768200) Prepare release notes for v1.6.28
      * [`b20b9f86b`](https://github.com/containerd/containerd/commit/b20b9f86b583b11a7fac34e6c682bc7633c74237) Update runc binary to v1.1.12
    * [release/1.6] upgrade OpenTelemetry to v1.21.0 / v0.46.0 (CVE-2023-47108) etc. ([#9707](https://github.com/containerd/containerd/pull/9707))
      * [`19500722a`](https://github.com/containerd/containerd/commit/19500722aec045da29536401fa4c76dfc5ef0cbe) [release/1.6] vendor: golang.org/x/crypto v0.18.0
      * [`919928f6b`](https://github.com/containerd/containerd/commit/919928f6b006e563d1a1c57af36e29b570dd726a) [release/1.6] vendor: golang.org/x/term v0.16.0
      * [`7d6a4d23b`](https://github.com/containerd/containerd/commit/7d6a4d23b182e419c0cfa732c369d7f4c90c7a02) [release/1.6] vendor: golang.org/x/sys v0.16.0
      * [`16ac018ae`](https://github.com/containerd/containerd/commit/16ac018ae3efaa0389678a47d0135c739a93cbae) [release/1.6] vendor: upgrade OpenTelemetry to v1.21.0 / v0.46.0
    * [release/1.6] seccomp: kernel 6.7 ([#9694](https://github.com/containerd/containerd/pull/9694))
      * [`f44628305`](https://github.com/containerd/containerd/commit/f44628305d7cdccfd1f7b8996b39846db5c4f035) seccomp: kernel 6.7
    * [release/1.6] carry #9557 - enable ARM CI ([#9636](https://github.com/containerd/containerd/pull/9636))
      * [`65e1656f2`](https://github.com/containerd/containerd/commit/65e1656f2755727770f2adc90df8b972e7a513f2) cri: fix integration test on cgroupsv2 system
      * [`9cf1e1a39`](https://github.com/containerd/containerd/commit/9cf1e1a39ca17328c973a7d2ed2969e4f98993cc) *: 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
    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 ([#9442](https://github.com/containerd/containerd/pull/9442))
    * Remove overlayfs volatile option on temp mounts ([#9555](https://github.com/containerd/containerd/pull/9555))
    * Move packages based on contributing guide ([#9365](https://github.com/containerd/containerd/pull/9365))
    * Update import and export to allow references to missing content  ([#9554](https://github.com/containerd/containerd/pull/9554))
    * Add option to perform syncfs after pull ([#9401](https://github.com/containerd/containerd/pull/9401))
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Expose usage of deprecated features ([#9258](https://github.com/containerd/containerd/pull/9258))
    * Switch runc shim to task service v3 and fix restore ([#9233](https://github.com/containerd/containerd/pull/9233))
    * Use Intel ISA-L's igzip if available ([#9200](https://github.com/containerd/containerd/pull/9200))
    * Generalize plugin library ([#9214](https://github.com/containerd/containerd/pull/9214))
    * Introduce top level config migration ([#9223](https://github.com/containerd/containerd/pull/9223))
    * Add image delete target ([#8989](https://github.com/containerd/containerd/pull/8989))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Use github.com/containerd/log ([#9086](https://github.com/containerd/containerd/pull/9086))
    * Add support for image expiration during garbage collection ([#9022](https://github.com/containerd/containerd/pull/9022))
    * Reduce the contention between ref lock and boltdb lock in content store ([#8792](https://github.com/containerd/containerd/pull/8792))
    * Remove the CriuPath field from runc's options ([#8279](https://github.com/containerd/containerd/pull/8279))
    * Remove support for config.toml `version = 1` ([#8275](https://github.com/containerd/containerd/pull/8275))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Container Runtime Interface (CRI)
    
    * Enable CDI by default ([#9621](https://github.com/containerd/containerd/pull/9621))
    * Remove non-sandboxed CRI implementation ([#9228](https://github.com/containerd/containerd/pull/9228))
    * Add image verifier transfer service plugin system based on a binary directory ([#8493](https://github.com/containerd/containerd/pull/8493))
    * Add support for userns in stateless and stateful pods with idmap mounts (KEP-127, k8s >= 1.27) ([#8287](https://github.com/containerd/containerd/pull/8287))
    * Use sandboxed CRI by default ([#8994](https://github.com/containerd/containerd/pull/8994))
    * Implement RuntimeConfig CRI call ([#8722](https://github.com/containerd/containerd/pull/8722))
    * Add support for user namespaces (KEP-127) ([#8803](https://github.com/containerd/containerd/pull/8803))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    
    #### Runtime
    
    * Add sandboxer configuration and move sandbox controllers to plugins ([#8268](https://github.com/containerd/containerd/pull/8268))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    
    #### Security Advisories
    
    * [medium] RAPL accessible to a container [GHSA-7ww5-4wqc-m92c](https://github.com/containerd/containerd/security/advisories/GHSA-7ww5-4wqc-m92c)
    
    #### Breaking
    
    * Update RuntimeDefault seccomp profile to disallow io_uring related syscalls ([#9320](https://github.com/containerd/containerd/pull/9320))
    * Move client to subpackage ([#9316](https://github.com/containerd/containerd/pull/9316))
    * Remove `LimitNOFILE` from `containerd.service` ([#8924](https://github.com/containerd/containerd/pull/8924))
    * Remove CRI v1alpha2 ([#8276](https://github.com/containerd/containerd/pull/8276))
    * Remove `io.containerd.runtime.v1.linux` and `io.containerd.runc.v1` ([#8262](https://github.com/containerd/containerd/pull/8262))
    * Remove "containerd.io/restart.logpath" label ([#8264](https://github.com/containerd/containerd/pull/8264))
    * Remove `aufs` snapshotter ([#8263](https://github.com/containerd/containerd/pull/8263))
    
    #### Deprecations
    
    * Deprecate go-plugin configuration option ([#9238](https://github.com/containerd/containerd/pull/9238))
    * CNI conf_template in CRI is no longer deprecated ([#8637](https://github.com/containerd/containerd/pull/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.