Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • archive/debian/1.7.20_ds2-2

    containerd release 1.7.20~ds2-2 for unstable (sid) [dgit]
    
    [dgit distro=debian split --quilt=gbp]
    
  • debian/1.7.20_ds2-2

    42bc9278 · debian/changelog: update ·
    containerd release 1.7.20~ds2-2 for unstable (sid)
    
    (maintainer view tag generated by dgit --quilt=gbp)
    
    [dgit distro=debian split --quilt=gbp]
    
  • archive/debian/1.7.20_ds2-1

    containerd release 1.7.20~ds2-1 for experimental (rc-buggy) [dgit]
    
    [dgit distro=debian split --quilt=gbp]
    
  • debian/1.7.20_ds2-1

    f36e7db1 · debian/changelog: update ·
    containerd release 1.7.20~ds2-1 for experimental (rc-buggy)
    
    (maintainer view tag generated by dgit --quilt=gbp)
    
    [dgit distro=debian split --quilt=gbp]
    
  • upstream/1.7.20_ds2

    Upstream version 1.7.20~ds2
  • 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)
    
  • debian/1.7.18_ds2-1

    containerd Debian release 1.7.18~ds2-1
  • upstream/1.7.18_ds2

    Upstream version 1.7.18~ds2
  • archive/debian/1.7.18_ds1-6

    containerd release 1.7.18~ds1-6 for unstable (sid) [dgit]
    
    [dgit distro=debian split --quilt=gbp]
    
  • debian/1.7.18_ds1-6

    containerd release 1.7.18~ds1-6 for unstable (sid)
    
    (maintainer view tag generated by dgit --quilt=gbp)
    
    [dgit distro=debian split --quilt=gbp]
    
  • archive/debian/1.7.18_ds1-5

    containerd release 1.7.18~ds1-5 for unstable (sid) [dgit]
    
    [dgit distro=debian split --quilt=gbp]
    
  • debian/1.7.18_ds1-5

    containerd release 1.7.18~ds1-5 for unstable (sid)
    
    (maintainer view tag generated by dgit --quilt=gbp)
    
    [dgit distro=debian split --quilt=gbp]
    
  • upstream/1.7.20_ds1

    Upstream version 1.7.20~ds1
  • debian/1.7.18_ds1-4

  • 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)
    
  • archive/debian/1.7.18_ds1-3

    containerd release 1.7.18~ds1-3 for experimental (rc-buggy) [dgit]
    
    [dgit distro=debian split --quilt=gbp]