chore(deps): update dependency containerd/containerd to v2.3.4 - #179
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency containerd/containerd to v2.3.4#179renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/containerd-containerd-2.x
branch
from
July 10, 2026 01:34
a18c07f to
5ddaf41
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/containerd-containerd-2.x
branch
from
August 12, 2026 22:09
5ddaf41 to
51a4ca9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.1→2.3.4Release Notes
containerd/containerd (containerd/containerd)
v2.3.4: containerd 2.3.4Compare Source
Welcome to the v2.3.4 release of containerd!
The fourth patch release for containerd 2.3 contains various fixes and updates.
Highlights
Container Runtime Interface (CRI)
Node Resource Interface (NRI)
Runtime
Snapshotters
Breaking
Deprecations
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
35 commits
c1f5360efPrepare release notes for v2.3.4928c03c68cri: disable restore in CreateContainer by default5966e2edbnri,deprecation: emit warnings for old NRI plugins.ab52c58f1Set the default of runtimeFeatures.UserNamespacesHostNetwork to true0c255158actr: add --scrub-logs flag for Windows1c2b13dc9cri/config: use ScrubLogs by default on Windows0c511e068snapshots/erofs: keep lowers stacked above a merged fsmetadc98141dfcri: deprecate restore in CreateContainer537d82d54internal/oom: Fix memory leak by removing watcher from map on Stopdecf97a9cshim_load: Consider shim leaked only if we can't find pids796f07dc8core/runtime/v2: Drop checkpointctl module dependency751fddddbHandle []byte envvar value0bce9060eupdate to v0.36.x kubernetes dependencies61a8f6f45fix(cri): introspect OCI runtime features for non-runc runtimes1d28017becore/runtime/v2: Preserve protobuf shim response bytes374091d67github/workflows: install criu in node-e2edb03e3968cri: add enable_criu configuration optiondacd4c7d0cri: validate CRIU availability and version early890a9c86cci: bound Go fuzzing by execution count0b2f1d078cri: auto-add prefix for pause imageDependency Changes
Previous release can be found at v2.3.3
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
and CNI plugins from their official sites too.
See also the Getting Started documentation.
v2.3.3: containerd 2.3.3Compare Source
Welcome to the v2.3.3 release of containerd!
The third patch release for containerd 2.3 contains various fixes and updates.
Highlights
Container Runtime Interface (CRI)
Image Distribution
Snapshotters
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
14 commits
7f6cee02aPrepare release notes for v2.3.37316210ceCI: migrate Vagrant to Lima457fba3a3remotes: surface OCI error body on HEAD 403 via GET fallbackdc2df934eUpdate go to 1.26.55be0495dfci: pin fog-json to resolve gem conflict36c713971Fix nil pointer dereference in NRI GetIPs26dce170dSet SystemTemp env var to config temp on Windows9bc2c2349update runhcs to v0.15.0-rc.33e97edeb7Update to current setup-go version8856b0f9ccri: reject CreateContainer when sandbox is not runningae796cec5update runhcs to v0.15.0-rc.2168d56783test: fix flaky image timestamp check on coarse clocksd1db61db8Add deferred call to ShutdownSandbox to avoid leaks01b0f03f6erofs: align default mkfs block size across platformsDependency Changes
This release has no dependency changes
Previous release can be found at v2.3.2
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
and CNI plugins from their official sites too.
See also the Getting Started documentation.
v2.3.2: containerd 2.3.2Compare Source
Welcome to the v2.3.2 release of containerd!
The second patch release for containerd 2.3 contains various fixes
and updates including security patches.
Security Updates
Highlights
Image Distribution
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
30 commits
fb8ca00b0Prepare release notes for v2.3.29c69960baMerge commit from fork0f6251520Merge commit from fork91d7471e2cri: filter CDI annotations on checkpoint restore7c2e086bfMerge commit from forkdae67765fcri: do not re-tag restored checkpoints94aa1e2c1Merge commit from fork09599078fcri: make checkpoint restore robust to unexpected archive contente1fdb8d22Merge commit from forkff1d116efBound user-database file reads in openUserFiled156e07cbMerge commit from forkf99aad54aDo not propagate reserved labels from image configs0b9469501[release/2.3] vendor: golang.org/x/crypto v0.53.0983bbddc1resolver: retry on transient network errors3f76f2dc1update runc binary to v1.4.38a49dfe85update go to 1.26.45aa6bb2b7remove 1.26.2 from CI builds as it is not supported any longer due to the dependencybfb8aebc0Configure udevd children-max for root-test62ceafff0core/runtime/v2: fix race on Windows deferredPipeConnection.c in Read9b0c0dc58runc-shim: don't hold the service lock across runc createf588bc6fbcontrib/checkpoint: increase timeouts to 30sDependency Changes
Previous release can be found at v2.3.1
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
and CNI plugins from their official sites too.
See also the Getting Started documentation.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.