Skip to content

chore(deps): update containerd (8.19) - #6013

Merged
elastic-renovate-prod[bot] merged 1 commit into
8.19from
renovate/8.19-containerd
Aug 7, 2026
Merged

chore(deps): update containerd (8.19)#6013
elastic-renovate-prod[bot] merged 1 commit into
8.19from
renovate/8.19-containerd

Conversation

@elastic-renovate-prod

@elastic-renovate-prod elastic-renovate-prod Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/containerd/containerd/v2 v2.3.1v2.3.3 age confidence
github.com/containerd/ttrpc v1.2.8v1.2.9 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

containerd/containerd (github.com/containerd/containerd/v2)

v2.3.3: containerd 2.3.3

Compare Source

Welcome to the v2.3.3 release of containerd!

The third patch release for containerd 2.3 contains various fixes and updates.

Highlights
  • Set SystemTemp environment variable on Windows so temp directory overrides work for SYSTEM services (#​13694)
Container Runtime Interface (CRI)
  • Fix nil pointer dereference in NRI GetIPs during pod sandbox teardown or container exit (#​13697)
  • Reject CreateContainer calls when the target sandbox is not running (#​13668)
  • Ensure sandbox shutdown on RunPodSandbox hook failures to avoid mount leaks (#​13645)
Image Distribution
  • Surface OCI error bodies in registry 403 responses by falling back to GET requests (#​13738)
Snapshotters
  • Align default 4K mkfs block size for EROFS across all platforms (#​13632)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Maksym Pavlenko
  • Samuel Karp
  • Chris Henzie
  • Phil Estes
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Austin Vazquez
  • Chris Crone
  • Derek McGowan
  • Maksim An
  • crawfordxx
  • cshung
  • lauralorenz
Changes
14 commits

  • Prepare release notes for v2.3.3 (#​13750)
  • CI: migrate Vagrant to Lima (#​13744)
  • remotes: surface OCI error body in registry 4xx responses (#​13738)
    • 457fba3a3 remotes: surface OCI error body on HEAD 403 via GET fallback
  • Update go to 1.26.5 (#​13732)
  • ci: pin fog-json to resolve gem conflict (#​13711)
    • 5be0495df ci: pin fog-json to resolve gem conflict
  • Fix nil pointer dereference in NRI GetIPs (#​13697)
    • 36c713971 Fix nil pointer dereference in NRI GetIPs
  • Set SystemTemp env var to config temp on Windows (#​13694)
    • 26dce170d Set SystemTemp env var to config temp on Windows
  • update runhcs to v0.15.0-rc.3 (#​13693)
  • Update to current setup-go version (#​13686)
    • 3e97edeb7 Update to current setup-go version
  • cri: reject CreateContainer when sandbox is not running (#​13668)
    • 8856b0f9c cri: reject CreateContainer when sandbox is not running
  • update runhcs to v0.15.0-rc.2 (#​13666)
  • test: fix flaky image timestamp check on coarse clocks (#​13643)
    • 168d56783 test: fix flaky image timestamp check on coarse clocks
  • Add defer in event of mid-function failures in RunPodSandbox to avoid mount leaks (#​13645)
    • d1db61db8 Add deferred call to ShutdownSandbox to avoid leaks
  • erofs: align default mkfs block size across platforms (#​13632)
    • 01b0f03f6 erofs: align default mkfs block size across platforms

Dependency 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.2

Compare 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
  • Fix a data race when reading shim logs on Windows (#​13522)
Image Distribution
  • Allow the last host to retry on transient network errors (#​13591)
Runtime
  • Fix container startup failures caused by concurrent task RPC timeouts during slow container creation (#​13512)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Samuel Karp
  • Chris Henzie
  • Akihiro Suda
  • Derek McGowan
  • Akhil Mohan
  • Austin Vazquez
  • Ben Cressey
  • Brian Goff
  • Maksym Pavlenko
  • Sebastiaan van Stijn
  • Sergey Kanzhelev
Changes
30 commits

  • Prepare release notes for v2.3.2 (#​13627)
    • fb8ca00b0 Prepare release notes for v2.3.2
    • 9c69960ba Merge commit from fork
    • 0f6251520 Merge commit from fork
    • 91d7471e2 cri: filter CDI annotations on checkpoint restore
    • 7c2e086bf Merge commit from fork
    • dae67765f cri: do not re-tag restored checkpoints
    • 94aa1e2c1 Merge commit from fork
    • 09599078f cri: make checkpoint restore robust to unexpected archive content
    • e1fdb8d22 Merge commit from fork
    • ff1d116ef Bound user-database file reads in openUserFile
    • d156e07cb Merge commit from fork
    • f99aad54a Do not propagate reserved labels from image configs
  • vendor: golang.org/x/crypto v0.53.0 (#​13608)
    • 0b9469501 [release/2.3] vendor: golang.org/x/crypto v0.53.0
  • resolver: retry on transient network errors (#​13591)
    • 983bbddc1 resolver: retry on transient network errors
  • update runc binary to v1.4.3 (#​13601)
  • update go to 1.26.4 (#​13580)
    • 8a49dfe85 update go to 1.26.4
    • 5aa6bb2b7 remove 1.26.2 from CI builds as it is not supported any longer due to the dependency
  • Configure udevd children-max for root-test (#​13568)
    • bfb8aebc0 Configure udevd children-max for root-test
  • core/runtime/v2: fix race on Windows deferredPipeConnection.c in Read (#​13522)
    • 62ceafff0 core/runtime/v2: fix race on Windows deferredPipeConnection.c in Read
  • runc-shim: don't hold the service lock across runc create (#​13512)
    • 9b0c0dc58 runc-shim: don't hold the service lock across runc create
  • contrib/checkpoint: increase timeouts to 30s (#​13459)
    • f588bc6fb contrib/checkpoint: increase timeouts to 30s

Dependency Changes
  • golang.org/x/crypto v0.49.0 -> v0.53.0
  • golang.org/x/mod v0.35.0 -> v0.36.0
  • golang.org/x/net v0.52.0 -> v0.55.0
  • golang.org/x/sync v0.20.0 -> v0.21.0
  • golang.org/x/sys v0.43.0 -> v0.46.0
  • golang.org/x/term v0.41.0 -> v0.44.0
  • golang.org/x/text v0.35.0 -> v0.38.0

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.

containerd/ttrpc (github.com/containerd/ttrpc)

v1.2.9

Compare Source

What's Changed

New Contributors

Full Changelog: containerd/ttrpc@v1.2.8...v1.2.9


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod
elastic-renovate-prod Bot requested a review from a team as a code owner May 7, 2026 11:12
@elastic-renovate-prod elastic-renovate-prod Bot added backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team. labels May 7, 2026
@elastic-renovate-prod
elastic-renovate-prod Bot enabled auto-merge May 7, 2026 11:12
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 9daeffa to 775347a Compare May 7, 2026 18:54
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 775347a to bfaaf28 Compare May 8, 2026 01:03
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from bfaaf28 to 46e361d Compare May 8, 2026 01:04
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch 2 times, most recently from a61fce8 to 21c6913 Compare May 8, 2026 01:04
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 21c6913 to 3227238 Compare May 8, 2026 01:06
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 3227238 to 5aa1c4a Compare May 8, 2026 01:07
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 5aa1c4a to 170ace8 Compare May 8, 2026 02:49
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 170ace8 to dea42d6 Compare May 8, 2026 06:49
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 9a9a06c to 430b3eb Compare July 8, 2026 23:03
@mergify

mergify Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b renovate/8.19-containerd upstream/renovate/8.19-containerd
git merge upstream/8.19
git push upstream renovate/8.19-containerd

@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 430b3eb to bfb6e4d Compare July 10, 2026 23:01
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from bfb6e4d to d5deb38 Compare July 12, 2026 03:03
@mergify

mergify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b renovate/8.19-containerd upstream/renovate/8.19-containerd
git merge upstream/8.19
git push upstream renovate/8.19-containerd

@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from d5deb38 to 9e7d8c0 Compare July 21, 2026 11:02
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 9e7d8c0 to 75d21f1 Compare July 30, 2026 21:39
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 75d21f1 to cb5388e Compare July 31, 2026 03:22
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from cb5388e to 3408521 Compare August 5, 2026 07:08
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 3408521 to cf083fa Compare August 7, 2026 15:19
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from cf083fa to ede1092 Compare August 7, 2026 23:00
@mergify

mergify Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b renovate/8.19-containerd upstream/renovate/8.19-containerd
git merge upstream/8.19
git push upstream renovate/8.19-containerd

@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from ede1092 to 0620be6 Compare August 7, 2026 23:13
@elastic-renovate-prod
elastic-renovate-prod Bot force-pushed the renovate/8.19-containerd branch from 0620be6 to ac7a262 Compare August 7, 2026 23:13
@elastic-renovate-prod
elastic-renovate-prod Bot added this pull request to the merge queue Aug 7, 2026
@mergify

mergify Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Merged via the queue into 8.19 with commit 93f715e Aug 7, 2026
11 checks passed
@elastic-renovate-prod
elastic-renovate-prod Bot deleted the renovate/8.19-containerd branch August 7, 2026 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants