Skip to content

Commit 2e9d22f

Browse files
chore(deps): update containerd (8.19) (#8372)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/containerd/containerd/v2](https://redirect.github.com/containerd/containerd) | `v2.3.4` → `v2.3.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcontainerd%2fcontainerd%2fv2/v2.3.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcontainerd%2fcontainerd%2fv2/v2.3.4/v2.3.5?slim=true) | | [github.com/containerd/log](https://redirect.github.com/containerd/log) | `v0.1.0` → `v0.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcontainerd%2flog/v0.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcontainerd%2flog/v0.1.0/v0.2.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containerd/containerd (github.com/containerd/containerd/v2)</summary> ### [`v2.3.5`](https://redirect.github.com/containerd/containerd/releases/tag/v2.3.5): containerd 2.3.5 Welcome to the v2.3.5 release of containerd! The fifth patch release for containerd 2.3 contains various fixes and updates including security patches. ##### Security Updates - **containerd** - [**CVE-2026-53495**](https://redirect.github.com/containerd/containerd/security/advisories/GHSA-7jxh-36q5-gcqv) - [**GHSA-rp3h-jf77-q9p4**](https://redirect.github.com/containerd/containerd/security/advisories/GHSA-rp3h-jf77-q9p4) ##### Highlights ##### Image Distribution - Apply hardening to strip sensitive authentication headers when fetching descriptor URLs ([#&#8203;14030](https://redirect.github.com/containerd/containerd/pull/14030)) ##### Runtime - Avoid hangs and data races when streaming container standard I/O in CRI ([#&#8203;14094](https://redirect.github.com/containerd/containerd/pull/14094)) - Fix missing error messages in OpenTelemetry trace attributes ([#&#8203;14049](https://redirect.github.com/containerd/containerd/pull/14049)) - Fix user and group lookup failures in container rootfs containing symlinked /etc/passwd or /etc/group ([#&#8203;13999](https://redirect.github.com/containerd/containerd/pull/13999)) - Fix configuration loading error when drop-in configuration files have a higher version than the root configuration ([#&#8203;13995](https://redirect.github.com/containerd/containerd/pull/13995)) - Avoid containerd startup hangs when loading shims ([#&#8203;13983](https://redirect.github.com/containerd/containerd/pull/13983)) - Add context to error when shim delete times out ([#&#8203;13921](https://redirect.github.com/containerd/containerd/pull/13921)) - Fix Windows Server 2022 container compatibility on host builds newer than the latest LTSC ([containerd/platforms#34](https://redirect.github.com/containerd/platforms/pull/34)) ##### Snapshotters - Fix unpack failure for EROFS images containing the erofs OS feature ([#&#8203;14062](https://redirect.github.com/containerd/containerd/pull/14062)) Please try out the release binaries and report any issues at <https://github.com/containerd/containerd/issues>. ##### Contributors - Phil Estes - Samuel Karp - Derek McGowan - Sebastiaan van Stijn - Akhil Mohan - Maksym Pavlenko - Wei Fu - Oleh Konko - Austin Vazquez - Jing Chen - Martín Fernández - Paco Xu - XlabAI - Yuanliang Zhang ##### Changes <details><summary>33 commits</summary> <p> - [`934efa5e0`](https://redirect.github.com/containerd/containerd/commit/934efa5e09193139c810bcab1fb5ca547dbb6b90) Prepare release notes for v2.3.5 - [`be419b070`](https://redirect.github.com/containerd/containerd/commit/be419b070c178548c8e384d8bc3c8fe0ad6f154a) Merge commit from fork - [`9ec55f024`](https://redirect.github.com/containerd/containerd/commit/9ec55f024041d0641f6d79841e45c8781141ddaa) cri: cancel ExecSync IO drain on context cancellation - [`84ea25bc1`](https://redirect.github.com/containerd/containerd/commit/84ea25bc1d7e9f71390ce9d647dbdec4408c05bc) Merge commit from fork - [`c53577965`](https://redirect.github.com/containerd/containerd/commit/c535779652bc8d541328a36ba598088c09819b97) archive: skip redundant opaque whiteout walks - Fix data races and a deadlock in the byte stream helpers ([#&#8203;14094](https://redirect.github.com/containerd/containerd/pull/14094)) - [`9f6be869c`](https://redirect.github.com/containerd/containerd/commit/9f6be869c8a6144dc66befde081d6e262b7c4c7d) Fix data races and a deadlock in the byte stream helpers - plugins: remove some stray logrus imports ([#&#8203;14063](https://redirect.github.com/containerd/containerd/pull/14063)) - [`6c59399bf`](https://redirect.github.com/containerd/containerd/commit/6c59399bf07df45110770dbe28710e2e65c3e8c6) plugins: remove some stray logrus imports - snapshots/erofs: advertise the erofs OS feature from the snapshotter plugin ([#&#8203;14062](https://redirect.github.com/containerd/containerd/pull/14062)) - [`f65732115`](https://redirect.github.com/containerd/containerd/commit/f65732115d1319a62fd35dc694d5fbe3045594f7) snapshots/erofs: test the advertised erofs feature platform - [`5ffc2bbda`](https://redirect.github.com/containerd/containerd/commit/5ffc2bbda2a878f87b56ffa2496157f3b814fbc1) erofs: advertise the erofs OS feature platform from the snapshotter - update runc to v1.5.1 ([#&#8203;14059](https://redirect.github.com/containerd/containerd/pull/14059)) - [`af445ea0a`](https://redirect.github.com/containerd/containerd/commit/af445ea0afd99c4925e5aa2c01a3210146675e2d) update runc to v1.5.1 - [`c077e43bd`](https://redirect.github.com/containerd/containerd/commit/c077e43bd7f2fe75284e10974cec0ff82d38024a) update runc to v1.5.0 - vendor: github.com/containerd/platforms v1.0.0-rc.5 ([#&#8203;14048](https://redirect.github.com/containerd/containerd/pull/14048)) - [`676a64cad`](https://redirect.github.com/containerd/containerd/commit/676a64cad58b76448d3978bc5c7c663c97f99656) vendor: github.com/containerd/platforms v1.0.0-rc.5 - pkg/tracing: handle error and typed-nil Stringer attributes ([#&#8203;14049](https://redirect.github.com/containerd/containerd/pull/14049)) - [`c7ffd8b00`](https://redirect.github.com/containerd/containerd/commit/c7ffd8b006b52ee329757d71430193e91b16b09d) pkg/tracing: handle error and typed-nil Stringer attributes - docker fetcher: strip sensitive headers on descriptor URLs ([#&#8203;14030](https://redirect.github.com/containerd/containerd/pull/14030)) - [`58fb846d5`](https://redirect.github.com/containerd/containerd/commit/58fb846d53f212330dc6be8f0b13fdf550a741dd) core/remotes/docker: normalize descriptor URL origins - [`c7625a1ff`](https://redirect.github.com/containerd/containerd/commit/c7625a1ff2826ee58fe5d8924f5612213aefa109) core/remotes/docker: strip sensitive headers on desc.urls fetch - update runhcs to v0.15.0-rc.4 ([#&#8203;13990](https://redirect.github.com/containerd/containerd/pull/13990)) - [`6fbb92c33`](https://redirect.github.com/containerd/containerd/commit/6fbb92c33c58952735577e8943adc39a8528b888) update runhcs to v0.15.0-rc.4 - pkg/oci: resolve rootfs symlinks for user lookup ([#&#8203;13999](https://redirect.github.com/containerd/containerd/pull/13999)) - [`53bf030ea`](https://redirect.github.com/containerd/containerd/commit/53bf030ea230c8c6c7b2a74f49b4860950b1af93) pkg/oci: resolve rootfs symlinks for user lookup - Revert "add check on version of drop in configs" ([#&#8203;13995](https://redirect.github.com/containerd/containerd/pull/13995)) - [`7790c4c21`](https://redirect.github.com/containerd/containerd/commit/7790c4c2108ff6667e6a222cb3c9a7a02bc459ec) ensure that the final config version is the higest in the config list - [`1125b053f`](https://redirect.github.com/containerd/containerd/commit/1125b053f59ed3d4cacc07d1b6cb9e4da17d7fc7) Revert "add check on version of drop in configs" - fix(runtime): apply load timeout to load shim ([#&#8203;13983](https://redirect.github.com/containerd/containerd/pull/13983)) - [`460c47b28`](https://redirect.github.com/containerd/containerd/commit/460c47b28dbc0f7ef463c94129489532fd708290) fix(runtime): bound shim loading with the load timeout - Add more context to the shim delete error ([#&#8203;13921](https://redirect.github.com/containerd/containerd/pull/13921)) - [`7f97bc122`](https://redirect.github.com/containerd/containerd/commit/7f97bc1220b50dab542a88b39b09e7ac78ffda42) Add more context to the shim delete error </p> </details> ##### Changes from containerd/platforms <details><summary>2 commits</summary> <p> - Fix WS2022 compat on hosts past the latest LTSC ([containerd/platforms#34](https://redirect.github.com/containerd/platforms/pull/34)) - [`bacc690`](https://redirect.github.com/containerd/platforms/commit/bacc69061152115965f5b17fa59dc4e051ba8dc3) Fix WS2022 compat on hosts past the latest LTSC </p> </details> ##### Dependency Changes - **github.com/containerd/platforms** v1.0.0-rc.4 -> v1.0.0-rc.5 Previous release can be found at [v2.3.4](https://redirect.github.com/containerd/containerd/releases/tag/v2.3.4) ##### Which file should I download? - `containerd-<VERSION>-<OS>-<ARCH>.tar.gz`: ✅Recommended. Dynamically linked with glibc 2.35 (Ubuntu 22.04). - `containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz`: Statically linked. Expected to be used on Linux distributions that do not use glibc >= 2.35. Not position-independent. In addition to containerd, typically you will have to install [runc](https://redirect.github.com/opencontainers/runc/releases) and [CNI plugins](https://redirect.github.com/containernetworking/plugins/releases) from their official sites too. See also the [Getting Started](https://redirect.github.com/containerd/containerd/blob/main/docs/getting-started.md) documentation. </details> <details> <summary>containerd/log (github.com/containerd/log)</summary> ### [`v0.2.0`](https://redirect.github.com/containerd/log/releases/tag/v0.2.0) [Compare Source](https://redirect.github.com/containerd/log/compare/v0.1.0...v0.2.0) #### What's Changed - Update GitHub Actions packages and runners by [@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in [#&#8203;3](https://redirect.github.com/containerd/log/pull/3) - Update project-checks to v1.2.2 to unblock CI by [@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in [#&#8203;6](https://redirect.github.com/containerd/log/pull/6) - build(deps): bump actions/setup-go from 5 to 6 in /.github/workflows by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;9](https://redirect.github.com/containerd/log/pull/9) - ci: update golangci-lint to v2.1.6 by [@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in [#&#8203;5](https://redirect.github.com/containerd/log/pull/5) - ci: update github actions runner images to latest by [@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in [#&#8203;4](https://redirect.github.com/containerd/log/pull/4) - build(deps): bump actions/checkout from 4 to 6 in /.github/workflows by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;11](https://redirect.github.com/containerd/log/pull/11) - build(deps): bump golangci/golangci-lint-action from 8 to 9 in /.github/workflows by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;10](https://redirect.github.com/containerd/log/pull/10) - chore(deps): bump github.com/sirupsen/logrus v1.9.4 by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;15](https://redirect.github.com/containerd/log/pull/15) - Add support for using slog for log output by [@&#8203;dmcgowan](https://redirect.github.com/dmcgowan) in [#&#8203;12](https://redirect.github.com/containerd/log/pull/12) - build(deps): bump actions/setup-go from 6 to 7 in /.github/workflows by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;19](https://redirect.github.com/containerd/log/pull/19) - ci: test against module, oldstable, and stable Go versions, update golangci-lint go v2.12, update minimum go to v1.21 by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;20](https://redirect.github.com/containerd/log/pull/20) - chore(deps): bump github.com/sirupsen/logrus v1.10.0 by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;16](https://redirect.github.com/containerd/log/pull/16) - vendor: github.com/sirupsen/logrus v1.10.1 by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;23](https://redirect.github.com/containerd/log/pull/23) - ci: update actions and golangci-lint for go1.27, pin actions by sha by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;26](https://redirect.github.com/containerd/log/pull/26) - log: allow SetLevel to accept Level values by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;22](https://redirect.github.com/containerd/log/pull/22) - chore(deps): github.com/sirupsen/logrus v1.10.2 by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;27](https://redirect.github.com/containerd/log/pull/27) - slog: rewrite level synchronization with Logrus by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;21](https://redirect.github.com/containerd/log/pull/21) - migrate containerd/pkg/tracing by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;24](https://redirect.github.com/containerd/log/pull/24) - otel: avoid span lookup for entries without context by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;28](https://redirect.github.com/containerd/log/pull/28) - otel: add options to configure log level and span error status (WithLevel, WithErrorStatusLevel) by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;25](https://redirect.github.com/containerd/log/pull/25) #### New Contributors - [@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) made their first contribution in [#&#8203;3](https://redirect.github.com/containerd/log/pull/3) - [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] made their first contribution in [#&#8203;9](https://redirect.github.com/containerd/log/pull/9) - [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) made their first contribution in [#&#8203;15](https://redirect.github.com/containerd/log/pull/15) **Full Changelog**: <containerd/log@v0.1.0...v0.2.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 01:59 AM, Monday through Friday ( * 1 * * 1-5 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6IjguMTkiLCJsYWJlbHMiOlsiVGVhbTpTZWN1cml0eS1DbG91ZCBTZXJ2aWNlcyIsImJhY2twb3J0LXNraXAiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSIsInJlbm92YXRlLWF1dG8tYXBwcm92ZSJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 1425289 commit 2e9d22f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ require (
139139
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
140140
github.com/containerd/cgroups/v3 v3.1.3 // indirect
141141
github.com/containerd/containerd/api v1.11.1 // indirect
142-
github.com/containerd/containerd/v2 v2.3.4 // indirect
142+
github.com/containerd/containerd/v2 v2.3.5 // indirect
143143
github.com/containerd/errdefs v1.0.0 // indirect
144144
github.com/containerd/errdefs/pkg v0.3.0 // indirect
145-
github.com/containerd/log v0.1.0 // indirect
145+
github.com/containerd/log v0.2.0 // indirect
146146
github.com/containerd/platforms v1.0.0-rc.5 // indirect
147147
github.com/containerd/plugin v1.1.0 // indirect
148148
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ github.com/containerd/cgroups/v3 v3.1.3 h1:eUNflyMddm18+yrDmZPn3jI7C5hJ9ahABE5q6
332332
github.com/containerd/cgroups/v3 v3.1.3/go.mod h1:PKZ2AcWmSBsY/tJUVhtS/rluX0b1uq1GmPO1ElCmbOw=
333333
github.com/containerd/containerd/api v1.11.1 h1:h8nfoDW9+fNsC/9TwiAHj8B1GzXKtR4eFtkhi/X5RLU=
334334
github.com/containerd/containerd/api v1.11.1/go.mod h1:CaQFRu+N1MtbgL6JDOJLUB1hCKESU1lD6MuTJhgtdlw=
335-
github.com/containerd/containerd/v2 v2.3.4 h1:c2PJo/9UGVdiiw8SwrxuLxWGY+9b3jQ6Xp9zntneIvI=
336-
github.com/containerd/containerd/v2 v2.3.4/go.mod h1:a30D8fWZJ1Uzx/2WpjLbLsxBkq9He41pe8ENW+QZ3LY=
335+
github.com/containerd/containerd/v2 v2.3.5 h1:9MYlI81gUcOZ0WsCkSMtvOU7rTR3hqAoa2eCzhoLlkA=
336+
github.com/containerd/containerd/v2 v2.3.5/go.mod h1:RXDyLPaI3zoO7dFdAW9/54W4cix+z3A6larieufC9mg=
337337
github.com/containerd/continuity v0.5.0 h1:7a85HZpCSs+1Zps0Ee3DPSuAWY+0SJM1JNM51nlEVDg=
338338
github.com/containerd/continuity v0.5.0/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
339339
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
@@ -342,8 +342,8 @@ github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151X
342342
github.com/containerd/errdefs/pkg v0.3.0/go.mod h1:NJw6s9HwNuRhnjJhM7pylWwMyAkmCQvQ4GpJHEqRLVk=
343343
github.com/containerd/fifo v1.1.0 h1:4I2mbh5stb1u6ycIABlBw9zgtlK8viPI9QkQNRQEEmY=
344344
github.com/containerd/fifo v1.1.0/go.mod h1:bmC4NWMbXlt2EZ0Hc7Fx7QzTFxgPID13eH0Qu+MAb2o=
345-
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
346-
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
345+
github.com/containerd/log v0.2.0 h1:BewD/umNgVnoczglOpX8eRMyEy5t5iPlu5AIpnWDONc=
346+
github.com/containerd/log v0.2.0/go.mod h1:/M7L7CXKcPTfNC74XzaK+5H5KbO5+4lJVpuVI6vRLoM=
347347
github.com/containerd/platforms v1.0.0-rc.5 h1:vXd569rDrz8LeMXzAnBsy6LADV5YtsD8oyaRarxdmSU=
348348
github.com/containerd/platforms v1.0.0-rc.5/go.mod h1:lKlMXyLybmBedS/JJm11uDofzI8L2v0J2ZbYvNsbq1A=
349349
github.com/containerd/plugin v1.1.0 h1:O+7lczNJVMy8rz0YNx3xGB8tTf5qY4i5abF041Ew19U=

0 commit comments

Comments
 (0)