Skip to content

标签

Tags give the ability to mark specific points in history as being important
该项目从 https://github.com/containerd/containerd.git 镜像。 拉取镜像更新于
  • v2.0.0-rc.4
    containerd 2.0.0-rc.4
    
    Welcome to the v2.0.0-rc.4 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 Update API for sandbox controller ([#9903](https://github.com/containerd/containerd/pull/9903))
    * Configure otel from env instead of config.toml ([#8970](https://github.com/containerd/containerd/pull/8970))
    * 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))
    * 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))
    * 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))
    * 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))
    
    #### Build and Release Toolchain
    
    * Generate attestation for artifacts during release ([#10543](https://github.com/containerd/containerd/pull/10543))
    
    #### 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))
    
    #### Go client
    
    * Add api Go module and move all protos under api ([#10151](https://github.com/containerd/containerd/pull/10151))
    * Move packages based on contributing guide ([#9365](https://github.com/containerd/containerd/pull/9365))
    * Generalize plugin library ([#9214](https://github.com/containerd/containerd/pull/9214))
    * Use github.com/containerd/log ([#9086](https://github.com/containerd/containerd/pull/9086))
    
    #### Image Distribution
    
    * Support to syncfs after pull by using diff plugin ([#10284](https://github.com/containerd/containerd/pull/10284))
    * 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
    
    * Implement  RuntimeStatus.features.supplemental_groups_policy from KEP-3619 ([#10410](https://github.com/containerd/containerd/pull/10410))
    * Add pprof to runc-shim ([#10242](https://github.com/containerd/containerd/pull/10242))
    * 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
    
    * Update warnings for deprecated CRI config fields ([#10509](https://github.com/containerd/containerd/pull/10509))
    * 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
    * Akhil Mohan
    * Kirtana Ashok
    * Gabriel Adrian Samfira
    * Austin Vazquez
    * Iceber Gu
    * Kohei Tokunaga
    * Mike Brown
    * Krisztian Litkey
    * Jin Dong
    * Bjorn Neergaard
    * Justin Chadwell
    * rongfu.leng
    * James Sturtevant
    * Paul "TBBle" Hampson
    * Davanum Srinivas
    * Enrico Weigelt
    * Henry Wang
    * Brian Goff
    * Paweł Gronowski
    * Shingo Omura
    * Hsing-Yu (David) Chen
    * Ilya Hanov
    * Laura Brehm
    * Marat Radchenko
    * Cardy.Tang
    * Swagat Bora
    * Aditi Sharma
    * Amit Barve
    * Bryant Biggs
    * Evan Lezar
    * James Jenkins
    * Jordan Liggitt
    * Kay Yan
    * Markus Lehtonen
    * Nashwan Azhari
    * Shuaiyi Zhang
    * Vinayak Goyal
    * helen
    * Alexandru Matei
    * Anthony Nandaa
    * Avi Deitcher
    * Charity Kathure
    * Ed Bartosh
    * Etienne Champetier
    * Kevin Parsons
    * Michael Zappa
    * Milas Bowman
    * ningmingxiao
    * yanggang
    * Aditya Ramani
    * Adrian Reber
    * Amir M. Ghazanfari
    * Artem Khramov
    * Brad Davidson
    * Chen Yiyang
    * Christian Muehlhaeuser
    * Cory Snider
    * Djordje Lukic
    * Edgar Lee
    * Eric Lin
    * Ethan Lowman
    * Jiang Liu
    * June Rhodes
    * Kern Walster
    * Lucas Rattz
    * Mahamed Ali
    * Maksim An
    * Michael Crosby
    * Peteris Rudzusiks
    * Sam Edwards
    * Samruddhi Khandale
    * Sascha Grunert
    * Steve Griffith
    * Tony Fang
    * VERNOU Cédric
    * Vishal Reddy Gurrala
    * hang.jiang
    * harshitasao
    * jerryzhuang
    * lengrongfu
    * 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
    * Colin O'Dell
    * Craig Ingram
    * Daisy Rong
    * David Porter
    * Derek Nola
    * Eng Zer Jun
    * Erikson Tung
    * Fabiano Fidêncio
    * Fahed Dorgaa
    * Gary McDonald
    * Iain Macdonald
    * James Lakin
    * Jan Dubois
    * Jaroslav Jindrak
    * Javier Maestro
    * Jian Wang
    * Jiongchi Yu
    * Julien Balestra
    * Kirill A. Korinsky
    * Konstantin Khlebnikov
    * Mauri de Souza Meneguzzo
    * Pan Yibo
    * Paul Meyer
    * Qasim Sarfraz
    * Qiutong Song
    * Reinhard Tartler
    * Robbie Buxton
    * Robert-André Mauchin
    * Ruihua Wen
    * Shengjing Zhu
    * Shukui Yang
    * Talon
    * Tariq Ibrahim
    * Tianon Gravi
    * Tim Hockin
    * TinaMor
    * 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.1 **_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.2
    * **github.com/Microsoft/hcsshim**                                                 v0.10.0-rc.7 -> v0.12.6
    * **github.com/cenkalti/backoff/v4**                                               v4.2.0 -> v4.3.0
    * **github.com/cespare/xxhash/v2**                                                 v2.2.0 -> v2.3.0
    * **github.com/checkpoint-restore/checkpointctl**                                  v1.2.1 **_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.3 **_new_**
    * **github.com/containerd/continuity**                                             v0.3.0 -> v0.4.3
    * **github.com/containerd/errdefs**                                                v0.1.0 **_new_**
    * **github.com/containerd/go-cni**                                                 v1.1.9 -> v1.1.10
    * **github.com/containerd/go-runc**                                                v1.0.0 -> v1.1.0
    * **github.com/containerd/imgcrypt**                                               v1.1.7 -> v1.2.0-rc1
    * **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.5
    * **github.com/containerd/typeurl/v2**                                             v2.1.0 -> v2.2.0
    * **github.com/containernetworking/cni**                                           v1.1.2 -> v1.2.3
    * **github.com/containernetworking/plugins**                                       v1.2.0 -> v1.5.1
    * **github.com/containers/ocicrypt**                                               v1.1.6 -> v1.2.0
    * **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/fxamacker/cbor/v2**                                                 v2.7.0 **_new_**
    * **github.com/go-jose/go-jose/v4**                                                v4.0.2 **_new_**
    * **github.com/go-logr/logr**                                                      v1.2.3 -> v1.4.2
    * **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.20.0
    * **github.com/intel/goresctrl**                                                   v0.3.0 -> v0.7.0
    * **github.com/klauspost/compress**                                                v1.16.0 -> v1.17.9
    * **github.com/mdlayher/socket**                                                   v0.4.1 **_new_**
    * **github.com/mdlayher/vsock**                                                    v1.2.1 **_new_**
    * **github.com/moby/spdystream**                                                   v0.2.0 -> v0.4.0
    * **github.com/moby/sys/mountinfo**                                                v0.6.2 -> v0.7.2
    * **github.com/moby/sys/sequential**                                               v0.5.0 -> v0.6.0
    * **github.com/moby/sys/signal**                                                   v0.7.0 -> v0.7.1
    * **github.com/moby/sys/symlink**                                                  v0.2.0 -> v0.3.0
    * **github.com/moby/sys/user**                                                     v0.3.0 **_new_**
    * **github.com/moby/sys/userns**                                                   v0.1.0 **_new_**
    * **github.com/munnerz/goautoneg**                                                 a7dc8b61c822 **_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.3 **_new_**
    * **github.com/pmezard/go-difflib**                                                v1.0.0 -> 5d4384ee4fb2
    * **github.com/prometheus/client_golang**                                          v1.14.0 -> v1.20.1
    * **github.com/prometheus/client_model**                                           v0.3.0 -> v0.6.1
    * **github.com/prometheus/common**                                                 v0.37.0 -> v0.55.0
    * **github.com/prometheus/procfs**                                                 v0.8.0 -> v0.15.1
    * **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.4 **_new_**
    * **github.com/vishvananda/netns**                                                 2eb08e3e575f -> v0.0.4
    * **github.com/x448/float16**                                                      v0.8.4 **_new_**
    * **github.com/xrash/smetrics**                                                    686a1a2994c1 **_new_**
    * **go.etcd.io/bbolt**                                                             v1.3.7 -> v1.3.11
    * **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.40.0 -> v0.53.0
    * **go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp**                v0.53.0 **_new_**
    * **go.opentelemetry.io/otel**                                                     v1.14.0 -> v1.28.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace**                            v1.14.0 -> v1.28.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc**              v1.14.0 -> v1.28.0
    * **go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp**              v1.14.0 -> v1.28.0
    * **go.opentelemetry.io/otel/metric**                                              v0.37.0 -> v1.28.0
    * **go.opentelemetry.io/otel/sdk**                                                 v1.14.0 -> v1.28.0
    * **go.opentelemetry.io/otel/trace**                                               v1.14.0 -> v1.28.0
    * **go.opentelemetry.io/proto/otlp**                                               v0.19.0 -> v1.3.1
    * **golang.org/x/crypto**                                                          v0.1.0 -> v0.25.0
    * **golang.org/x/exp**                                                             aacd6d4b4611 **_new_**
    * **golang.org/x/mod**                                                             v0.7.0 -> v0.20.0
    * **golang.org/x/net**                                                             v0.7.0 -> v0.27.0
    * **golang.org/x/oauth2**                                                          v0.4.0 -> v0.21.0
    * **golang.org/x/sync**                                                            v0.1.0 -> v0.8.0
    * **golang.org/x/sys**                                                             v0.6.0 -> v0.24.0
    * **golang.org/x/term**                                                            v0.5.0 -> v0.22.0
    * **golang.org/x/text**                                                            v0.7.0 -> v0.16.0
    * **golang.org/x/time**                                                            90d013bbcef8 -> v0.3.0
    * **google.golang.org/genproto/googleapis/api**                                    f6361c86f094 **_new_**
    * **google.golang.org/genproto/googleapis/rpc**                                    f6361c86f094 **_new_**
    * **google.golang.org/grpc**                                                       v1.53.0 -> v1.65.0
    * **google.golang.org/protobuf**                                                   v1.28.1 -> v1.34.2
    * **k8s.io/api**                                                                   v0.26.2 -> v0.31.0
    * **k8s.io/apimachinery**                                                          v0.26.2 -> v0.31.0
    * **k8s.io/apiserver**                                                             v0.26.2 -> v0.31.0
    * **k8s.io/client-go**                                                             v0.26.2 -> v0.31.0
    * **k8s.io/component-base**                                                        v0.26.2 -> v0.31.0
    * **k8s.io/cri-api**                                                               v0.26.2 -> v0.32.0-alpha.0
    * **k8s.io/klog/v2**                                                               v2.90.1 -> v2.130.1
    * **k8s.io/kubelet**                                                               v0.31.0 **_new_**
    * **k8s.io/utils**                                                                 a5ecb0141aa5 -> 18e509b52bc8
    * **sigs.k8s.io/json**                                                             f223a00ba0e2 -> bc3834ca7abd
    * **sigs.k8s.io/structured-merge-diff/v4**                                         v4.2.3 -> v4.4.1
    * **sigs.k8s.io/yaml**                                                             v1.3.0 -> v1.4.0
    * **tags.cncf.io/container-device-interface**                                      v0.8.0 **_new_**
    * **tags.cncf.io/container-device-interface/specs-go**                             v0.8.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.21
    containerd 1.7.21
    
    Welcome to the v1.7.21 release of containerd!
    
    The twenty-first patch release for containerd 1.7 contains various fixes
    and updates.
    
    ### Highlights
    
    * Regenerate introspection UUID if state is empty ([#10510](https://github.com/containerd/containerd/pull/10510))
    * Set stderr to empty string when using terminal on Windows ([#10499](https://github.com/containerd/containerd/pull/10499))
    
    #### Build and Release Toolchain
    
    * Move builds to Go 1.22 and add support for testing with 1.23 ([#10596](https://github.com/containerd/containerd/pull/10596))
    
    #### Container Runtime Interface (CRI)
    
    * Borrow latest wsstream from k8s v1.31.x to 1.7 ([#10575](https://github.com/containerd/containerd/pull/10575))
    * Ensure the CRIAPIV1Alpha2 warning's lastOccurrence is accurate ([#10571](https://github.com/containerd/containerd/pull/10571))
    * Make `StopContainer` idempotent ([#10528](https://github.com/containerd/containerd/pull/10528))
    * Make `StopPodSandbox` idempotent ([#10527](https://github.com/containerd/containerd/pull/10527))
    
    #### Go client
    
    * Fix failed force deletion for tasks with PID 0 ([#10523](https://github.com/containerd/containerd/pull/10523))
    
    #### Runtime
    
    * Fix packaged runc reporting incorrect version ([#10559](https://github.com/containerd/containerd/pull/10559))
    * Ensure `/run/containerd` gets created with correct perms ([#10534](https://github.com/containerd/containerd/pull/10534))
    
    #### Deprecations
    
    * Ensure the CRIAPIV1Alpha2 warning's lastOccurrence is accurate ([#10571](https://github.com/containerd/containerd/pull/10571))
    * Update warnings for deprecated CRI config fields ([#10512](https://github.com/containerd/containerd/pull/10512))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Davanum Srinivas
    * Samuel Karp
    * Sebastiaan van Stijn
    * Phil Estes
    * Maksym Pavlenko
    * Akhil Mohan
    * Chris Henzie
    * Derek McGowan
    * Kazuyoshi Kato
    * Sascha Grunert
    * Akihiro Suda
    * Erikson Tung
    * Iceber Gu
    * Mauri de Souza Meneguzzo
    * Mike Brown
    * Shengjing Zhu
    * TinaMor
    * rongfu.leng
    
    ### Changes
    <details><summary>45 commits</summary>
    <p>
    
    * Prepare release notes for v1.7.21 ([#10632](https://github.com/containerd/containerd/pull/10632))
      * [`975f279ee`](https://github.com/containerd/containerd/commit/975f279eeb3033d05e1b1089b11bd678cc73efd7) Prepare release notes for v1.7.21
    * go.mod: keep minimum go version at go1.21 ([#10633](https://github.com/containerd/containerd/pull/10633))
      * [`d63bd8464`](https://github.com/containerd/containerd/commit/d63bd846458b7c504dc0efe59f275fee8e29322d) go.mod: keep minimum go version at go1.21
    * Move builds to Go 1.22 and add support for testing with 1.23 ([#10596](https://github.com/containerd/containerd/pull/10596))
      * [`c76028088`](https://github.com/containerd/containerd/commit/c7602808814d6ca235d37323ff37cde9bdf9d6bb) update golangci-lint to 1.60.1
      * [`3b263d082`](https://github.com/containerd/containerd/commit/3b263d082cb09a2911150135a760508527557a0e) add go1.23.0, drop go1.21.x
    * Fix TestNewBinaryIOCleanup on Go 1.23 and Linux 5.4 ([#10590](https://github.com/containerd/containerd/pull/10590))
      * [`09ca004de`](https://github.com/containerd/containerd/commit/09ca004dee1fe7752a652f474661e23d7e3489d4) Fix TestNewBinaryIOCleanup on Go 1.23 and Linux 5.4
    * Borrow latest wsstream from k8s v1.31.x to 1.7 ([#10575](https://github.com/containerd/containerd/pull/10575))
      * [`9269d97b1`](https://github.com/containerd/containerd/commit/9269d97b1d3c08afba0914028a1ae73220aaa6e4) hide wsstream under internal/ to prevent external use
      * [`59815fa44`](https://github.com/containerd/containerd/commit/59815fa44be5f20954e4acf02c91590f78c053f6) golangci-lint should only look for problems in new code
      * [`1c431dc6f`](https://github.com/containerd/containerd/commit/1c431dc6ff7bb928ad3656c318a24548026f560f) Run go mod tidy
      * [`226f93d92`](https://github.com/containerd/containerd/commit/226f93d928723e1cc14d07d84f774e77d4d1bb61) Add copyright headers
      * [`6f3252733`](https://github.com/containerd/containerd/commit/6f3252733c4f5dd13048096fdf08799ad5733893) switch over references to the new package
      * [`0a85d476a`](https://github.com/containerd/containerd/commit/0a85d476a1c2dd9b0ee562a8a3e295744a6f9685) Fix up some constant references
      * [`82bfa44d0`](https://github.com/containerd/containerd/commit/82bfa44d0fedef27c2b74af49866d74d5317359b) Copy over wsstream from k8s v1.31.0-rc.1 release
    * Ensure the CRIAPIV1Alpha2 warning's lastOccurrence is accurate ([#10571](https://github.com/containerd/containerd/pull/10571))
      * [`52b79f337`](https://github.com/containerd/containerd/commit/52b79f3377af7c0003abe85e3d93d7d679d8418f) Update CRIAPIV1Alpha2 warning lastOccurrence every call
    * pkg/userns: deprecate and migrate to github.com/moby/sys/userns ([#10564](https://github.com/containerd/containerd/pull/10564))
      * [`dce0b5a6d`](https://github.com/containerd/containerd/commit/dce0b5a6d338900f33ff44808483ebf63dced65a) migrate to github.com/moby/sys/userns
      * [`65f7d0740`](https://github.com/containerd/containerd/commit/65f7d07409562252aaab84da481ca4e9334a5810) pkg/userns: deprecate and migrate to github.com/moby/sys/user/userns
      * [`f21675c27`](https://github.com/containerd/containerd/commit/f21675c2731774c54412b3855a9eb43a757f69c4) vendor: github.com/moby/sys/user v0.2.0
    * update to go1.21.13 / go1.22.6 ([#10570](https://github.com/containerd/containerd/pull/10570))
      * [`228914a5e`](https://github.com/containerd/containerd/commit/228914a5e533db62f2637267c26b0093b6e8625e) update to go1.21.13 / go1.22.6
    * Fix TestNewBinaryIOCleanup failing with gotip ([#10554](https://github.com/containerd/containerd/pull/10554))
      * [`3ff82ba0f`](https://github.com/containerd/containerd/commit/3ff82ba0f007e0fb856f7b2b174f5bc1ab1237cd) Fix TestNewBinaryIOCleanup failing with gotip
    * Fix packaged runc reporting incorrect version ([#10559](https://github.com/containerd/containerd/pull/10559))
      * [`d51143f6f`](https://github.com/containerd/containerd/commit/d51143f6fad370fce2c2f5b0507365fb0a229372) script/setup/install-runc: fix runc using incorrect version
    * update auths code comment ([#10536](https://github.com/containerd/containerd/pull/10536))
      * [`7bb1455d8`](https://github.com/containerd/containerd/commit/7bb1455d88aef5c558125c8c3b08230dc78fbdcb) update auths code comment
    * Ensure `/run/containerd` gets created with correct perms ([#10534](https://github.com/containerd/containerd/pull/10534))
      * [`16c5fc768`](https://github.com/containerd/containerd/commit/16c5fc7689d8c9d715b2387c2844b22bb7a8e76e) Ensure /run/containerd is created with correct perms
    * Make `StopContainer` idempotent ([#10528](https://github.com/containerd/containerd/pull/10528))
      * [`6da4e40b2`](https://github.com/containerd/containerd/commit/6da4e40b22ce2beb3cbb88dcdb8c7ede279e5b14) Make `StopContainer` RPC idempotent
    * Make `StopPodSandbox` idempotent ([#10527](https://github.com/containerd/containerd/pull/10527))
      * [`b3b6f1507`](https://github.com/containerd/containerd/commit/b3b6f15075e1ecd07ca49d667e6dedd94bf4145a) Make `StopPodSandbox` RPC idempotent
    * Fix failed force deletion for tasks with PID 0 ([#10523](https://github.com/containerd/containerd/pull/10523))
      * [`0db46f664`](https://github.com/containerd/containerd/commit/0db46f664ab1394add6c813b764121a5f12d6ef3) client: fix tasks with PID 0 cannot be forced to delete
    * Update warnings for deprecated CRI config fields ([#10512](https://github.com/containerd/containerd/pull/10512))
      * [`9afb8dcdf`](https://github.com/containerd/containerd/commit/9afb8dcdfecfdc37297ab110548214e4954bb2ab) deprecation: update warnings for CRI config fields
    * Regenerate introspection UUID if state is empty ([#10510](https://github.com/containerd/containerd/pull/10510))
      * [`b140792e4`](https://github.com/containerd/containerd/commit/b140792e46e962d8a5c6aafaf0012cf572bdacb3) introspection: regenerate UUID if state is empty
    * Set stderr to empty string when using terminal on Windows ([#10499](https://github.com/containerd/containerd/pull/10499))
      * [`f9beac3db`](https://github.com/containerd/containerd/commit/f9beac3db8e9345b9acfc1cbe5126ff0c7e8c9eb) Set stderr to empty string when using terminal on Windows.
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/moby/sys/userns**  v0.1.0 **_new_**
    
    Previous release can be found at [v1.7.20](https://github.com/containerd/containerd/releases/tag/v1.7.20)
    
  • api/v1.8.0-rc.3
    containerd api/v1.8.0-rc.3
    
    Welcome to the api/v1.8.0-rc.3 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 Update API for sandbox controller ([#9903](https://github.com/containerd/containerd/pull/9903))
    * 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))
    
    #### Deprecations
    
    * Add type alias for event Envelope ([#10279](https://github.com/containerd/containerd/pull/10279))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Maksym Pavlenko
    * Wei Fu
    * Abel Feng
    * Akihiro Suda
    * Phil Estes
    * Danny Canter
    * Samuel Karp
    * Kohei Tokunaga
    * Sebastiaan van Stijn
    * Akhil Mohan
    * Bryant Biggs
    * Davanum Srinivas
    * Iceber Gu
    * Kirtana Ashok
    
    ### Changes
    <details><summary>61 commits</summary>
    <p>
    
    * Add Update API for sandbox controller ([#9903](https://github.com/containerd/containerd/pull/9903))
      * [`15887d7ef`](https://github.com/containerd/containerd/commit/15887d7efc60e4bde9e65c87a0376d94e9f6eb04) sandbox: add update api for controller
    * api: update github.com/containerd/ttrpc v1.2.5 to be aligned with containerd ([#10366](https://github.com/containerd/containerd/pull/10366))
      * [`cb38b1e2b`](https://github.com/containerd/containerd/commit/cb38b1e2be065ea9e248e03906ee893f954370d8) api: update github.com/containerd/ttrpc v1.2.5
    * 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/log**                  v0.1.0 **_new_**
    * **github.com/containerd/ttrpc**                v1.2.1 -> v1.2.5
    * **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.9.3
    * **golang.org/x/net**                           v0.7.0 -> v0.23.0
    * **golang.org/x/sys**                           v0.6.0 -> v0.18.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.35
    containerd 1.6.35
    
    Welcome to the v1.6.35 release of containerd!
    
    The thirty-fifth patch release for containerd 1.6 contains various fixes
    and updates.
    
    ### Highlights
    
    * Regenerate UUID if state is empty in introspection service ([#10511](https://github.com/containerd/containerd/pull/10511))
    * Set stderr to empty string when using terminal on Windows ([#10500](https://github.com/containerd/containerd/pull/10500))
    
    #### Container Runtime Interface (CRI)
    
    * Revert HPC working directory fix in pkg/cri/server code ([#10549](https://github.com/containerd/containerd/pull/10549))
    * Make `StopPodSandbox` RPC idempotent ([#10531](https://github.com/containerd/containerd/pull/10531))
    
    #### Runtime
    
    * Fix packaged runc reporting incorrect version ([#10558](https://github.com/containerd/containerd/pull/10558))
    * Ensure `/run/containerd` gets created with correct perms ([#10535](https://github.com/containerd/containerd/pull/10535))
    
    #### Deprecations
    
    * Update warnings for deprecated CRI config fields ([#10525](https://github.com/containerd/containerd/pull/10525))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Phil Estes
    * Samuel Karp
    * Kazuyoshi Kato
    * Kirtana Ashok
    * Sascha Grunert
    * Akihiro Suda
    * Derek McGowan
    * Erikson Tung
    * Iceber Gu
    * Maksym Pavlenko
    * Mauri de Souza Meneguzzo
    * Sebastiaan van Stijn
    * TinaMor
    * Wei Fu
    * rongfu.leng
    
    ### Changes
    <details><summary>24 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.35 ([#10565](https://github.com/containerd/containerd/pull/10565))
      * [`849650ab7`](https://github.com/containerd/containerd/commit/849650ab7268ae16d659492d6f942eaca67ecbd3) Prepare release notes for v1.6.35
    * Fix TestNewBinaryIOCleanup failing with gotip ([#10555](https://github.com/containerd/containerd/pull/10555))
      * [`4ec5cd6bd`](https://github.com/containerd/containerd/commit/4ec5cd6bd0c8d9a87ecade3812007b32e66232b2) Fix TestNewBinaryIOCleanup failing with gotip
    * Fix packaged runc reporting incorrect version ([#10558](https://github.com/containerd/containerd/pull/10558))
      * [`9539b9b7b`](https://github.com/containerd/containerd/commit/9539b9b7b459dd01a1de6694639abd12dfe53361) script/setup/install-runc: fix runc using incorrect version
    * Revert HPC working directory fix in pkg/cri/server code ([#10549](https://github.com/containerd/containerd/pull/10549))
      * [`c3c2b4eec`](https://github.com/containerd/containerd/commit/c3c2b4eec17844c3f3cbd7db9d9d03288ec36252) Revert "[release/1.7]: HPC working directory fix in pkg/cri/server code"
    * update auths code comment ([#10537](https://github.com/containerd/containerd/pull/10537))
      * [`65cf37bcb`](https://github.com/containerd/containerd/commit/65cf37bcb49de11c2fd20fd21f76809739cb788d) update auths code comment
    * Ensure `/run/containerd` gets created with correct perms ([#10535](https://github.com/containerd/containerd/pull/10535))
      * [`b1ef73e76`](https://github.com/containerd/containerd/commit/b1ef73e76a8913ae5347985647d576ea07873b9c) Ensure /run/containerd is created with correct perms
    * Make `StopContainer` RPC idempotent ([#10530](https://github.com/containerd/containerd/pull/10530))
      * [`7134b03ba`](https://github.com/containerd/containerd/commit/7134b03ba546a9183bd7daf03ae5de56aeaad202) Make `StopContainer` RPC idempotent
    * Make `StopPodSandbox` RPC idempotent ([#10531](https://github.com/containerd/containerd/pull/10531))
      * [`18ea8f288`](https://github.com/containerd/containerd/commit/18ea8f288ec87e3137d429adfc90c3a23e7277db) Make `StopPodSandbox` RPC idempotent
    * Update warnings for deprecated CRI config fields ([#10525](https://github.com/containerd/containerd/pull/10525))
      * [`ed87e4787`](https://github.com/containerd/containerd/commit/ed87e47878e8cbcc3bc6df1cfd362ba18201f772) deprecation: update warnings for CRI config fields
    * client: fix tasks with PID 0 cannot be forced to delete ([#10524](https://github.com/containerd/containerd/pull/10524))
      * [`5c8818782`](https://github.com/containerd/containerd/commit/5c8818782363935285f09b9ced3933c15baadfd8) client: fix tasks with PID 0 cannot be forced to delete
    * Regenerate UUID if state is empty in introspection service ([#10511](https://github.com/containerd/containerd/pull/10511))
      * [`a4846fc0d`](https://github.com/containerd/containerd/commit/a4846fc0d30878e2869cccdd7d46693df474bd65) introspection: regenerate UUID if state is empty
    * Set stderr to empty string when using terminal on Windows ([#10500](https://github.com/containerd/containerd/pull/10500))
      * [`484705c62`](https://github.com/containerd/containerd/commit/484705c62156ed058e27f6f66d6bf77d13c65198) Set stderr to empty string when using terminal on Windows.
    </p>
    </details>
    
    ### Dependency Changes
    
    This release has no dependency changes
    
    Previous release can be found at [v1.6.34](https://github.com/containerd/containerd/releases/tag/v1.6.34)
    
  • v1.7.20
    containerd 1.7.20
    
    Welcome to the v1.7.20 release of containerd!
    
    The twentieth patch release for containerd 1.7 contains various fixes
    and updates.
    
    ### Highlights
    
    * Support for dropping inheritable capabilities ([#10469](https://github.com/containerd/containerd/pull/10469))
    
    #### Container Runtime Interface (CRI)
    
    * Make PodSandboxStatus friendlier to shim crashes ([#10461](https://github.com/containerd/containerd/pull/10461))
    * Handle empty DNSConfig differently than unspecified ([#10462](https://github.com/containerd/containerd/pull/10462))
    * Fix for `[cri] ttrpc: closed` during ListPodSandboxStats ([#10423](https://github.com/containerd/containerd/pull/10423))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Akihiro Suda
    * Phil Estes
    * Akhil Mohan
    * Bryant Biggs
    * Danny Canter
    * Davanum Srinivas
    * Mike Brown
    * Samuel Karp
    * Tim Hockin
    
    ### Changes
    <details><summary>16 commits</summary>
    <p>
    
    * Prepare release notes for v1.7.20 ([#10481](https://github.com/containerd/containerd/pull/10481))
      * [`7f2d4cd97`](https://github.com/containerd/containerd/commit/7f2d4cd978f602bc5f68c3a3f7123a834150fe1d) Prepare release notes for v1.7.20
    * deps: Update otelgrpc ([#10413](https://github.com/containerd/containerd/pull/10413))
      * [`3a02c523d`](https://github.com/containerd/containerd/commit/3a02c523d07fd8636b72ba8de6fd21d6c3ffa042) deps: Update otelgrpc
    * Make PodSandboxStatus friendlier to shim crashes ([#10461](https://github.com/containerd/containerd/pull/10461))
      * [`df86bdd5d`](https://github.com/containerd/containerd/commit/df86bdd5dc6a9948e65fe8a8a296052b19734286) CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes
    * Handle empty DNSConfig differently than unspecified ([#10462](https://github.com/containerd/containerd/pull/10462))
      * [`209ee4f10`](https://github.com/containerd/containerd/commit/209ee4f107af61f1385bb77770c9ae0568add13e) CRI: An empty DNSConfig != unspecified
    * Support for dropping inheritable capabilities ([#10469](https://github.com/containerd/containerd/pull/10469))
      * [`ce65228af`](https://github.com/containerd/containerd/commit/ce65228afd0b0fce6f5ef3dd0d7ec312b2c552b0) Support for dropping inheritable capabilities
    * Fix for `[cri] ttrpc: closed` during ListPodSandboxStats ([#10423](https://github.com/containerd/containerd/pull/10423))
      * [`610498df7`](https://github.com/containerd/containerd/commit/610498df750c3b30b137ddb4ab236e5b0a84ceda) Fix for `[cri] ttrpc: closed` during ListPodSandboxStats
    * update to go1.21.12 / go1.22.5 ([#10426](https://github.com/containerd/containerd/pull/10426))
      * [`e61c7932e`](https://github.com/containerd/containerd/commit/e61c7932efc40f7246eaffb00b19fd697c0447f8) update to go1.21.12 / go1.22.5
    * errdefs: denote deprecation as a godoc comment ([#10424](https://github.com/containerd/containerd/pull/10424))
      * [`c7d5e430a`](https://github.com/containerd/containerd/commit/c7d5e430a4dc9e7fb3a0241adfb5477466f09c59) errdefs: denote deprecation as a godoc comment
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/go-logr/logr**                                                      v1.2.4 -> v1.3.0
    * **github.com/google/go-cmp**                                                     v0.5.9 -> v0.6.0
    * **github.com/google/uuid**                                                       v1.3.1 -> v1.4.0
    * **go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc**  v0.45.0 -> v0.46.1
    * **go.opentelemetry.io/otel**                                                     v1.19.0 -> v1.21.0
    * **go.opentelemetry.io/otel/metric**                                              v1.19.0 -> v1.21.0
    * **go.opentelemetry.io/otel/sdk**                                                 v1.19.0 -> v1.21.0
    * **go.opentelemetry.io/otel/trace**                                               v1.19.0 -> v1.21.0
    * **google.golang.org/genproto**                                                   e6e6cdab5c13 -> 989df2bf70f3
    * **google.golang.org/genproto/googleapis/api**                                    007df8e322eb -> 83a465c0220f
    * **google.golang.org/genproto/googleapis/rpc**                                    d307bd883b97 -> 995d672761c0
    
    Previous release can be found at [v1.7.19](https://github.com/containerd/containerd/releases/tag/v1.7.19)
    
  • v1.6.34
    containerd 1.6.34
    
    Welcome to the v1.6.34 release of containerd!
    
    The thirty-fourth patch release for containerd 1.6 contains various fixes
    and updates.
    
    ### Highlights
    
    * Remove overlayfs volatile option on temp mounts ([#10333](https://github.com/containerd/containerd/pull/10333))
    * Update runc binary to v1.1.13 ([#10335](https://github.com/containerd/containerd/pull/10335))
    
    #### Container Runtime Interface (CRI)
    
    * Handle empty DNSConfig differently than unspecified ([#10463](https://github.com/containerd/containerd/pull/10463))
    * Fix HPC working directory in pkg/cri/server code ([#10361](https://github.com/containerd/containerd/pull/10361))
    
    #### Runtime
    
    * Prepare release notes for v1.6.34 ([#10480](https://github.com/containerd/containerd/pull/10480))
    * Support for dropping inheritable capabilities ([#10470](https://github.com/containerd/containerd/pull/10470))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Akihiro Suda
    * Sebastiaan van Stijn
    * Wei Fu
    * Akhil Mohan
    * Maksim An
    * Maksym Pavlenko
    * Mike Brown
    * Phil Estes
    * Samuel Karp
    * Tim Hockin
    * Yuanyuan Lei
    * krglosse
    
    ### Changes
    <details><summary>26 commits</summary>
    <p>
    
    * Prepare release notes for v1.6.34 ([#10480](https://github.com/containerd/containerd/pull/10480))
      * [`b2863e9e7`](https://github.com/containerd/containerd/commit/b2863e9e712c07af8141aefddc052dc9e9a90bf6) Prepare release notes for v1.6.34
    * Handle empty DNSConfig differently than unspecified ([#10463](https://github.com/containerd/containerd/pull/10463))
      * [`b7d06a619`](https://github.com/containerd/containerd/commit/b7d06a619215bd1972ef19c4870e8e7f81c6dc6f) CRI: An empty DNSConfig != unspecified
    * Support for dropping inheritable capabilities ([#10470](https://github.com/containerd/containerd/pull/10470))
      * [`8d2739857`](https://github.com/containerd/containerd/commit/8d27398577471912762bb1aa53d68c6e315bbe54) Support for dropping inheritable capabilities
    * errdefs: denote deprecation as a godoc comment ([#10425](https://github.com/containerd/containerd/pull/10425))
      * [`ce685376f`](https://github.com/containerd/containerd/commit/ce685376f06d6bd6c9ba9c1581f4487930964dff) errdefs: denote deprecation as a godoc comment
    * update to go1.21.12 / go1.22.5 ([#10427](https://github.com/containerd/containerd/pull/10427))
      * [`634ae543d`](https://github.com/containerd/containerd/commit/634ae543d4df4a0fd73cc5d6a4163027be220010) update to go1.21.12 / go1.22.5
    * Updating hcsshim vendoring to 0.9.12 to include an important backported fix ([#10398](https://github.com/containerd/containerd/pull/10398))
      * [`a0adb2933`](https://github.com/containerd/containerd/commit/a0adb29333f7d2b4b5afe389105b35a4cfcf946a) Updating hcsshim to 0.9.12
    * golangci-lint: enable depguard for packages that moved ([#10368](https://github.com/containerd/containerd/pull/10368))
      * [`3ea0c4983`](https://github.com/containerd/containerd/commit/3ea0c498361e40a23b5e5c3781efe4cc7baf1725) golangci-lint: enable depguard for packages that moved
    * Fix HPC working directory in pkg/cri/server code ([#10361](https://github.com/containerd/containerd/pull/10361))
      * [`086e1f56e`](https://github.com/containerd/containerd/commit/086e1f56e446740466b113a04f201e2040ae5a22) [release/1.7]: HPC working directory fix in pkg/cri/server code
    * Remove overlayfs volatile option on temp mounts ([#10333](https://github.com/containerd/containerd/pull/10333))
      * [`166283a34`](https://github.com/containerd/containerd/commit/166283a34d6060d9c569673423440a2b1cf0ad85) integration: backport upgrade testsuite's utils
      * [`990a05d0a`](https://github.com/containerd/containerd/commit/990a05d0a851f2b188d97a884554b809e0361462) *: export RemoveVolatileOption for CRI image volumes
      * [`a894b5f81`](https://github.com/containerd/containerd/commit/a894b5f810756a3cbcc6d5d2b544a2a5e836e954) strip-volatile-option-tmp-mounts
    * Update runc binary to v1.1.13 ([#10335](https://github.com/containerd/containerd/pull/10335))
      * [`f6ef0071b`](https://github.com/containerd/containerd/commit/f6ef0071b487e3db7ad8c1ebc4ca0c50ac4698f4) update runc binary to v1.1.13
    * Update Fedora and EL linux version in vagrant ([#10339](https://github.com/containerd/containerd/pull/10339))
      * [`89bb437f8`](https://github.com/containerd/containerd/commit/89bb437f8b25840a2efbd2278d0f0b1b06025b13) Remove rocklinux 9
      * [`01fa3d0d7`](https://github.com/containerd/containerd/commit/01fa3d0d77f487e64a1a3f9760277fd16fa0289b) Backport version from box string in Vagrantfile
      * [`0be3788f5`](https://github.com/containerd/containerd/commit/0be3788f52f8e5889a018006b002f00cca63e4dd) Update Fedora and EL linux version
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**  v0.9.11 -> v0.9.12
    
    Previous release can be found at [v1.6.33](https://github.com/containerd/containerd/releases/tag/v1.6.33)
    
  • v1.7.19
    containerd 1.7.19
    
    Welcome to the v1.7.19 release of containerd!
    
    The nineteenth patch release for containerd 1.7 contains various updates and
    splits the main module from the api module in preparation for the same change
    in containerd 2.0. Splitting the modules will allow 1.7 and 2.x to both exist
    as transitive dependencies without running into API registration errors.
    Projects should use this version as the minimum 1.7 version in preparing to
    use containerd 2.0 or to be imported alongside it.
    
    ### Highlights
    
    * Fix support for OTLP config ([#10360](https://github.com/containerd/containerd/pull/10360))
    * Add API go module ([#10189](https://github.com/containerd/containerd/pull/10189))
    * Remove overlayfs volatile option on temp mounts ([#10332](https://github.com/containerd/containerd/pull/10332))
    * Update runc binary to v1.1.13 ([#10336](https://github.com/containerd/containerd/pull/10336))
    * Migrate platforms package to github.com/containerd/platforms ([#10292](https://github.com/containerd/containerd/pull/10292))
    * Migrate reference/docker package to github.com/distribution/reference ([#10316](https://github.com/containerd/containerd/pull/10316))
    
    #### Container Runtime Interface (CRI)
    
    * Fix panic in NRI from nil CRI reference ([#10406](https://github.com/containerd/containerd/pull/10406))
    * Fix Windows HPC working directory ([#10306](https://github.com/containerd/containerd/pull/10306))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Sebastiaan van Stijn
    * Wei Fu
    * Phil Estes
    * Akhil Mohan
    * Akihiro Suda
    * Brian Goff
    * Kirtana Ashok
    * Maksym Pavlenko
    * Samuel Karp
    * Austin Vazquez
    * Danny Canter
    * Kazuyoshi Kato
    * Maksim An
    * Yuanyuan Lei
    * krglosse
    
    ### Changes
    <details><summary>70 commits</summary>
    <p>
    
    * Prepare release notes for v1.7.19 ([#10391](https://github.com/containerd/containerd/pull/10391))
      * [`74a3d2901`](https://github.com/containerd/containerd/commit/74a3d29017d780a06601e9015958a162c86f44f4) Prepare release notes for v1.7.19
    * Fix panic in NRI from nil CRI reference ([#10406](https://github.com/containerd/containerd/pull/10406))
      * [`7f5d3c5f4`](https://github.com/containerd/containerd/commit/7f5d3c5f4d5325265f3dfe76f9cc4c17859a6e8a) cri: ensure NRI API never has nil CRI
    * Windows: Supply windows shim version via file ([#10403](https://github.com/containerd/containerd/pull/10403))
      * [`6efc5bb89`](https://github.com/containerd/containerd/commit/6efc5bb89621afab16ff7aaeb83460fd27d1c4c1) update runhcs binary to v0.11.7
      * [`945ae09fd`](https://github.com/containerd/containerd/commit/945ae09fd30a421f108993d7e04f9a6c0b5aa989) Windows: Supply windows shim version via file
    * reference: deprecate SplitObject ([#10397](https://github.com/containerd/containerd/pull/10397))
      * [`dba53578c`](https://github.com/containerd/containerd/commit/dba53578c2b8d5db159295371a6aa9fd0d1ee79f) pkg/reference: deprecate SplitObject
    * Updating hcsshim vendoring to 0.11.7 to include an important backported fix ([#10396](https://github.com/containerd/containerd/pull/10396))
      * [`415dd74a8`](https://github.com/containerd/containerd/commit/415dd74a81ad3a5ed5cc416ad16cfe3cbb09aec3) updating hcsshim to 0.11.7
    * reference: reduce allocations and improve GoDoc ([#10395](https://github.com/containerd/containerd/pull/10395))
      * [`5ad1d2e75`](https://github.com/containerd/containerd/commit/5ad1d2e7592e2a38e5d67eaec5501164f57c7fa2) pkg/reference: Spec.Digest(): inline SplitObject code
      * [`57ce09b42`](https://github.com/containerd/containerd/commit/57ce09b4284cc090af68fdd3f19f4f92125c5b94) pkg/reference: SplitObject: add proper GoDoc
      * [`78ac93fed`](https://github.com/containerd/containerd/commit/78ac93fed415d2d9246cf53cf646e939de955cc9) pkg/reference: SplitObject: zero allocations
      * [`b074e3a7c`](https://github.com/containerd/containerd/commit/b074e3a7ce4dae91324da1ec0f7a619ced0a5e37) pkg/reference: Spec.String(): use string-concatenation instead of sprintf
    * Update api version to v1.7.19 ([#10387](https://github.com/containerd/containerd/pull/10387))
      * [`0eb786de6`](https://github.com/containerd/containerd/commit/0eb786de6692db09ee8b3492f6b6df4c011603e8) Update api version to v1.7.19
    * Prepare release notes for api v1.7.19 ([#10386](https://github.com/containerd/containerd/pull/10386))
      * [`436feeb0d`](https://github.com/containerd/containerd/commit/436feeb0ddcf8188c84c616b97b34cc8acd1aa9f) Prepare api release for v1.7.19
      * [`83822d144`](https://github.com/containerd/containerd/commit/83822d144695458892cc04c237132653e54ca183) Add api release action
    * : api: update github.com/containerd/ttrpc v1.2.5 to align with containerd 1.7 module ([#10364](https://github.com/containerd/containerd/pull/10364))
      * [`2a6aa6ddf`](https://github.com/containerd/containerd/commit/2a6aa6ddf1f09bedc8b86f33a277f2cf6852eedd) [release/1.7] api: update github.com/containerd/ttrpc v1.2.5
    * vendor: github.com/containerd/ttrpc v1.2.5 ([#10373](https://github.com/containerd/containerd/pull/10373))
      * [`37926b10d`](https://github.com/containerd/containerd/commit/37926b10d0dc14cd068dc35dd18190bd38ef9a01) vendor: github.com/containerd/ttrpc v1.2.5
    * golangci-lint fix typo in depguard message ([#10371](https://github.com/containerd/containerd/pull/10371))
      * [`a522e267e`](https://github.com/containerd/containerd/commit/a522e267e8b3312fa1a8679a7dee0c28b208a474) golangci-lint fix typo in depguard message
    * Fix support for OTLP config ([#10360](https://github.com/containerd/containerd/pull/10360))
      * [`1ce1c8f3e`](https://github.com/containerd/containerd/commit/1ce1c8f3e6d36202dab28fe910bf9282fafc2aab) 1.7: Add back support for OTLP config from toml
    * remove imports of errdefs package, and add depguard linter ([#10367](https://github.com/containerd/containerd/pull/10367))
      * [`136e1b72d`](https://github.com/containerd/containerd/commit/136e1b72d8330d43b9cedf051a0b745cf70df9ee) golangci-lint: enable depguard for packages that moved
      * [`f5ce2f204`](https://github.com/containerd/containerd/commit/f5ce2f2049204e1792756b156299eb3470379692) remove imports of errdefs package
    * Add API go module ([#10189](https://github.com/containerd/containerd/pull/10189))
      * [`3be919f3c`](https://github.com/containerd/containerd/commit/3be919f3c023f776e5db1b162f642d79a36312a8) Add support for 1.8 interfaces
      * [`5b87eb502`](https://github.com/containerd/containerd/commit/5b87eb502c705dba767a203b64dfdc3ad0bda109) Add go mod replace when proto changes happen
      * [`a3a7431bc`](https://github.com/containerd/containerd/commit/a3a7431bc3151a5d0a8c6d9e36a6430a76418f81) Add api go submodule
      * [`61b3e2261`](https://github.com/containerd/containerd/commit/61b3e226104ccb52aff9230617750bddd046b76d) Alias protobuf plugin to new api types package
      * [`4b82470f6`](https://github.com/containerd/containerd/commit/4b82470f6939ab951334105cf0b10ca9167964ea) refactor: move plugin/fieldpath to api/types/
    * Remove overlayfs volatile option on temp mounts ([#10332](https://github.com/containerd/containerd/pull/10332))
      * [`24ce9e431`](https://github.com/containerd/containerd/commit/24ce9e4315aa0b1215d1ed0c52df13691e7ff523) integration: backport upgrade testsuite's utils
      * [`79500d5cb`](https://github.com/containerd/containerd/commit/79500d5cb24d2ce7189857ec3322970ff61817c7) *: export RemoveVolatileOption for CRI image volumes
      * [`bb80bd768`](https://github.com/containerd/containerd/commit/bb80bd7681ce22e8bd11aa5aa285a61ef1ac19c2) strip-volatile-option-tmp-mounts
    * Update runc binary to v1.1.13 ([#10336](https://github.com/containerd/containerd/pull/10336))
      * [`6dce90b15`](https://github.com/containerd/containerd/commit/6dce90b1586903a60d84028c7b4a643ac5472fbb) update runc binary to v1.1.13
    * Fail integration test early when a plugin load fails ([#10311](https://github.com/containerd/containerd/pull/10311))
      * [`884094be8`](https://github.com/containerd/containerd/commit/884094be857fd0d72edc716f0791b44b14861a53) devmapper plugin: skip plugin when not configured
      * [`40012b644`](https://github.com/containerd/containerd/commit/40012b6445f6275aabf10be78f2a7a9b6ec6b927) Fail integration test early when a plugin load fails
    * Migrate platforms package to github.com/containerd/platforms ([#10292](https://github.com/containerd/containerd/pull/10292))
      * [`869b78677`](https://github.com/containerd/containerd/commit/869b7867724e10f285f2f26f358b98d4ef0bd310) vendor: github.com/containerd/platforms v0.2.1
      * [`6ccdf6977`](https://github.com/containerd/containerd/commit/6ccdf697711dc9c8915e2c1c8da5f60c2472df5e) platforms: mark aliases as deprecated
      * [`19a056163`](https://github.com/containerd/containerd/commit/19a056163cc37077c33f4e11f8c60d52c14d9a8f) adjust default platform for backward-compatibility
      * [`6ff3e09d2`](https://github.com/containerd/containerd/commit/6ff3e09d201c82839be50f176895656d2bbcffec) migrate platforms package to github.com/containerd/platforms
    * go.mod: github.com/klauspost/compress v1.16.7 ([#10326](https://github.com/containerd/containerd/pull/10326))
      * [`327a3ac61`](https://github.com/containerd/containerd/commit/327a3ac61d9eb30a37a8227ca19fa3ce9ab26545) go.mod: github.com/klauspost/compress v1.16.7
      * [`d0d1264a6`](https://github.com/containerd/containerd/commit/d0d1264a65c522283b938179ab0d9b529952125b) vendor: github.com/klauspost/compress v1.16.5
    * Use Github Actions to run Vagrant CI ([#10325](https://github.com/containerd/containerd/pull/10325))
      * [`02b8dd5ff`](https://github.com/containerd/containerd/commit/02b8dd5ffcb552521d1e6589a488cdf401845a40) Remove cirrus configuration
      * [`31d951bf5`](https://github.com/containerd/containerd/commit/31d951bf5b6a2fc0cd0ee2d7388e52e6b73aba8f) Run vagrant integration tests as github actions
    * Migrate reference/docker package to github.com/distribution/reference ([#10316](https://github.com/containerd/containerd/pull/10316))
      * [`97abbe9cb`](https://github.com/containerd/containerd/commit/97abbe9cba96592987e5accc4951c89059ced51b) build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0
      * [`a00a2d20a`](https://github.com/containerd/containerd/commit/a00a2d20a367cf6b906b63cef18dbbbf4157bfb8) reference/docker: remove deprecated SplitHostname
      * [`b38c0f2ef`](https://github.com/containerd/containerd/commit/b38c0f2ef8c887ba2ebdaf186d94115934a2bbbb) replace reference/docker for github.com/distribution/reference v0.5.0
    * build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 ([#10315](https://github.com/containerd/containerd/pull/10315))
      * [`fef432bfe`](https://github.com/containerd/containerd/commit/fef432bfebd3e0ce813e4f05230649ba22af99e6) build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
      * [`487c61bfb`](https://github.com/containerd/containerd/commit/487c61bfbbbaccce4154a335c6a5cb97d1f08381) vendor: go.etcd.io/bbolt v1.3.9
      * [`7211f87c4`](https://github.com/containerd/containerd/commit/7211f87c4874b9d09af4545c7c9570a0f406b79c) build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0
      * [`e908c3e6f`](https://github.com/containerd/containerd/commit/e908c3e6fcc5e23d44fd9581bdcdd33868c5cd5b) vendor: golang.org/x/sync v0.4.0
      * [`d814be5ce`](https://github.com/containerd/containerd/commit/d814be5ce8194934b12e87fe2c50223bf8f38e60) build(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8
    * Fix Windows HPC working directory ([#10306](https://github.com/containerd/containerd/pull/10306))
      * [`33b62936e`](https://github.com/containerd/containerd/commit/33b62936ea56c85183331ad2b1d9cb3c76dce8da) [release/1.7]: HPC working directory fix in pkg/cri/server code
    </p>
    </details>
    
    ### Changes from containerd/platforms
    <details><summary>21 commits</summary>
    <p>
    
    * Remove hcsshim import from repo ([containerd/platforms#10](https://github.com/containerd/platforms/pull/10))
      * [`f680838`](https://github.com/containerd/platforms/commit/f6808384daf3b725b61bc23fd40fac5e3a85168f) Remove hcsshim import from repo
    * Fix windows matching when os version is empty ([containerd/platforms#11](https://github.com/containerd/platforms/pull/11))
      * [`983ba15`](https://github.com/containerd/platforms/commit/983ba156b67be3c9597b773bd1f509f0ba693c3d) Update windows matcher to not compare empty os version
      * [`17c859f`](https://github.com/containerd/platforms/commit/17c859f02e8008cc3a4fba44314aa35c947e3f7f) Add tests for osversion matching with no version
    * Add format for platform string ([containerd/platforms#6](https://github.com/containerd/platforms/pull/6))
      * [`38a74d2`](https://github.com/containerd/platforms/commit/38a74d209d3bd4091fa83db35061ce32da31b5c3) Add grammar for platform string
    * downgrade minimum required version of hcsshim to v0.10.0 ([containerd/platforms#5](https://github.com/containerd/platforms/pull/5))
      * [`724b9f8`](https://github.com/containerd/platforms/commit/724b9f89557de4d6e70a9d68882afb1b27e5ac57) downgrade minimum required version of hcsshim to v0.10.0
    * enable linter on windows ([containerd/platforms#4](https://github.com/containerd/platforms/pull/4))
      * [`f6dd384`](https://github.com/containerd/platforms/commit/f6dd3842706b19a665ff27854f12bc8a7f808eb6) enable linter on windows
    * fix grammar and highlights in README ([containerd/platforms#3](https://github.com/containerd/platforms/pull/3))
      * [`cb03428`](https://github.com/containerd/platforms/commit/cb034281bd28d792528b116680b2bbabac7bef75) fix grammar and highlights in README
    * Fix link in README ([containerd/platforms#1](https://github.com/containerd/platforms/pull/1))
      * [`5b937b0`](https://github.com/containerd/platforms/commit/5b937b0167e6bbe5c715dc03e0d37a00f6e833f2) Fix link in README
    * Update Windows linter version ([containerd/platforms#2](https://github.com/containerd/platforms/pull/2))
      * [`129b256`](https://github.com/containerd/platforms/commit/129b256bd216ea5f2fe6f6a78be0ec548c51c9ee) Update linter to skip Windows
      * [`18e3da6`](https://github.com/containerd/platforms/commit/18e3da61205bc54fe188a5a78c0cb83070c48a2c) Add Github actions CI
      * [`ed29dfd`](https://github.com/containerd/platforms/commit/ed29dfd2f71167ddc59cbb096fc28b173023f2ea) Remove space at end of readme
      * [`b3f80ee`](https://github.com/containerd/platforms/commit/b3f80ee8ee3f73aac75070feb14614cdfc2f8be4) Add go module
      * [`8ff004c`](https://github.com/containerd/platforms/commit/8ff004cf820d1b3fbe8d100fef3adb0e50ded133) Add license and readme
    </p>
    </details>
    
    ### Changes from containerd/ttrpc
    <details><summary>4 commits</summary>
    <p>
    
    * switch to github.com/containerd/log for logs ([containerd/ttrpc#169](https://github.com/containerd/ttrpc/pull/169))
      * [`4785c70`](https://github.com/containerd/ttrpc/commit/4785c70883bf1729151379b3b5c4674ed2101c61) switch to github.com/containerd/log for logs
    * Fix CI build status badge in readme ([containerd/ttrpc#162](https://github.com/containerd/ttrpc/pull/162))
      * [`e0f3ead`](https://github.com/containerd/ttrpc/commit/e0f3eadca58efdd8f24904d02ba8e1d8a561ec37) Fix CI build status badge in readme
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/Microsoft/hcsshim**          v0.11.5 -> v0.11.7
    * **github.com/containerd/containerd/api**  v1.7.19 **_new_**
    * **github.com/containerd/platforms**       v0.2.1 **_new_**
    * **github.com/containerd/ttrpc**           v1.2.4 -> v1.2.5
    * **github.com/distribution/reference**     v0.6.0 **_new_**
    * **github.com/klauspost/compress**         v1.16.0 -> v1.16.7
    * **go.etcd.io/bbolt**                      v1.3.7 -> v1.3.10
    * **golang.org/x/sync**                     v0.3.0 -> v0.5.0
    
    Previous release can be found at [v1.7.18](https://github.com/containerd/containerd/releases/tag/v1.7.18)
    
    
  • api/v1.7.19
    containerd api/v1.7.19
    
    Welcome to the api/v1.7.19 release of containerd!
    
    The first dedicated release for the containerd 1.7 API. This release is
    separately tagged from the main 1.7.x releases after the v1.7.18
    release but follows the versioning.
    
    ### Highlights
    
    * Add API go module ([#10189](https://github.com/containerd/containerd/pull/10189))
    
    Please try out the release binaries and report any issues at
    https://github.com/containerd/containerd/issues.
    
    ### Contributors
    
    * Derek McGowan
    * Akhil Mohan
    * Phil Estes
    * Sebastiaan van Stijn
    
    ### Changes
    <details><summary>8 commits</summary>
    <p>
    
    * Prepare release notes for api v1.7.19 ([#10386](https://github.com/containerd/containerd/pull/10386))
      * [`436feeb0d`](https://github.com/containerd/containerd/commit/436feeb0ddcf8188c84c616b97b34cc8acd1aa9f) Prepare api release for v1.7.19
    * : api: update github.com/containerd/ttrpc v1.2.5 to align with containerd 1.7 module ([#10364](https://github.com/containerd/containerd/pull/10364))
      * [`2a6aa6ddf`](https://github.com/containerd/containerd/commit/2a6aa6ddf1f09bedc8b86f33a277f2cf6852eedd) [release/1.7] api: update github.com/containerd/ttrpc v1.2.5
    * Add API go module ([#10189](https://github.com/containerd/containerd/pull/10189))
      * [`3be919f3c`](https://github.com/containerd/containerd/commit/3be919f3c023f776e5db1b162f642d79a36312a8) Add support for 1.8 interfaces
      * [`a3a7431bc`](https://github.com/containerd/containerd/commit/a3a7431bc3151a5d0a8c6d9e36a6430a76418f81) Add api go submodule
      * [`4b82470f6`](https://github.com/containerd/containerd/commit/4b82470f6939ab951334105cf0b10ca9167964ea) refactor: move plugin/fieldpath to api/types/
    </p>
    </details>
    
    ### Dependency Changes
    
    * **github.com/containerd/ttrpc**                v1.2.4 -> v1.2.5
    * **github.com/golang/protobuf**                 v1.5.4 -> v1.5.3
    * **google.golang.org/genproto/googleapis/rpc**  d307bd883b97 -> b8732ec3820d
    
    Previous release can be found at [v1.7.18](https://github.com/containerd/containerd/releases/tag/v1.7.18)
    
  • 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)