Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps the go-deps group with 5 updates in the / directory:

Package From To
github.com/containerd/containerd/v2 2.2.0 2.2.1
github.com/containerd/nerdctl/v2 2.2.0 2.2.1
github.com/moby/buildkit 0.26.2 0.26.3
google.golang.org/grpc 1.77.0 1.78.0
k8s.io/api 0.34.3 0.35.0

Updates github.com/containerd/containerd/v2 from 2.2.0 to 2.2.1

Release notes

Sourced from github.com/containerd/containerd/v2's releases.

containerd 2.2.1

Welcome to the v2.2.1 release of containerd!

The first patch release for containerd 2.2 contains various fixes and improvements.

Highlights

Container Runtime Interface (CRI)

  • Redact all query parameters in CRI error logs (#12546)

Image Distribution

  • Fix image defaults on Darwin to usable configuration (#12544)
  • Fix possible panic from WithMediaTypeKeyPrefix (#12516)

Runtime

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

Contributors

  • Krisztian Litkey
  • Markus Lehtonen
  • Akihiro Suda
  • Mike Brown
  • Sebastiaan van Stijn
  • Derek McGowan
  • Heran Yang
  • Wei Fu
  • Phil Estes
  • Samuel Karp
  • Austin Vazquez
  • Sascha Grunert
  • Akhil Mohan
  • Andrey Noskov
  • Brian Goff
  • CrazyMax
  • Davanum Srinivas
  • Gaurav Ghildiyal
  • Neeraj Krishna Gopalakrishna
  • Paweł Gronowski
  • Tariq Ibrahim
  • TomerLev
  • Tõnis Tiigi
  • bo.jiang

... (truncated)

Commits
  • dea7da5 Merge pull request #12677 from dmcgowan/prepare-2.2.1
  • f6bae1f Prepare release notes for v2.2.1
  • b77253f Merge pull request #12701 from k8s-infra-cherrypick-robot/cherry-pick-12699-t...
  • c22cf5d cri,nri: pass any linux security profile to plugins.
  • d7532de cri,nri: pass any linux RDT constraints to plugins.
  • ef36e61 cri,nri: pass any linux net devices to plugins.
  • d56faf4 cri,nri: pass any linux scheduler attributes to plugins.
  • e1824d2 cri,nri: pass any linux I/O priority to plugins.
  • 01d5490 go.{mod,sum}: bump NRI deps to v0.11.0, re-vendor.
  • 815932a Merge pull request #12697 from thaJeztah/release_2.2_backport_bump_semconv
  • Additional commits viewable in compare view

Updates github.com/containerd/nerdctl/v2 from 2.2.0 to 2.2.1

Release notes

Sourced from github.com/containerd/nerdctl/v2's releases.

v2.2.1

Changes

  • nerdctl run:
    • Set net.ipv4.ip_unprivileged_port_start=0 by default inside containers (not on the host) (#4615, thanks to @​yashkukrecha)
  • nerdctl ps:
  • nerdctl compose:
  • healthcheck:
  • nerdctl-full:
    • Update containerd (2.2.1), runc (1.4.0), CNI plugins (1.9.0), BuildKit (0.26.3), imgcrypt (2.0.2), RootlessKit (2.3.6), etc. (#4667)

Full changes: https://github.com/containerd/nerdctl/milestone/58?closed=1

Thanks to @​Swapnanil-Gupta @​coderbirju @​haytok @​henry118 @​krig @​opjt @​yashkukrecha

Compatible containerd versions

This release of nerdctl is expected to be used with containerd v1.7, v2.0, v2.1, or v2.2. Some features may not work with other releases of containerd.

About the binaries

  • Minimal (nerdctl-2.2.1-linux-amd64.tar.gz): nerdctl only
  • Full (nerdctl-full-2.2.1-linux-amd64.tar.gz): Includes dependencies such as containerd, runc, and CNI

Minimal

Extract the archive to a path like /usr/local/bin or ~/bin .

-rwxr-xr-x root/root  30355640 2025-12-22 08:54 nerdctl
-rwxr-xr-x root/root     22657 2025-12-22 08:53 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root      8708 2025-12-22 08:53 containerd-rootless.sh

Full

Extract the archive to a path like /usr/local or ~/.local .

drwxr-xr-x 0/0               0 2025-12-22 09:02 bin/
-rwxr-xr-x 0/0        33267852 2025-12-16 19:06 bin/buildctl
-rwxr-xr-x 0/0        29909144 2025-05-12 13:10 bin/buildg
lrwxrwxrwx 0/0               0 2025-12-22 09:01 bin/buildkit-cni-bandwidth -> ../libexec/cni/bandwidth
lrwxrwxrwx 0/0               0 2025-12-22 09:01 bin/buildkit-cni-bridge -> ../libexec/cni/bridge
</tr></table> 

... (truncated)

Commits
  • 0d10893 Merge pull request #4671 from haytok/improve-the-visibility-of-orphaned-conta...
  • 38507f9 chore: improve the visibility of orphaned containers in logs
  • 4ca50d9 Merge pull request #4668 from containerd/dependabot/github_actions/docker/set...
  • dff086b Merge pull request #4669 from containerd/dependabot/github_actions/actions/at...
  • e12cd73 Merge pull request #4667 from AkihiroSuda/dev
  • 7ba0ae2 build(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0
  • 4a8e9d0 build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0
  • 59b6569 update kind (0.31.0)
  • 017436c update Kubo (0.39.0)
  • 8622837 update soci-snapshotter (0.12.1)
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.26.2 to 0.26.3

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.26.3

Welcome to the v0.26.3 release of buildkit!

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

Contributors

  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Tõnis Tiigi

Notable Changes

  • Fix session policy metadata resolution for git attributes and image attestations #6383

Dependency Changes

  • github.com/containernetworking/plugins v1.8.0 -> v1.9.0

Previous release can be found at v0.26.2

Commits
  • c70e8e6 Merge pull request #6423 from jsternberg/v0.26.3-picks
  • 92d657f Dockerfile: update download URL for nydus snapshotter
  • 281567c docs: update nydus repository URLs
  • 99eb71e build(deps): bump github.com/containernetworking/plugins
  • 25463ff policy: fix metadata resolve via sessionpolicy for git and attestations
  • See full diff in compare view

Updates google.golang.org/grpc from 1.77.0 to 1.78.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.78.0

Behavior Changes

  • client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (#8716)

New Features

  • stats/otel: Add backend service label to wrr metrics as part of A89. (#8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#8746)

Bug Fixes

  • transport/client : Return status code Unknown on malformed grpc-status. (#8735)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#8718)
  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#8723)
  • xds/resolver:
    • Drop previous route resources and report an error when no matching virtual host is found.
    • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#8711)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#8627)

Performance Improvements

  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#8705)
Commits
  • 9df039e Change version to 1.78.0 (#8761)
  • 9b990b6 gracefulswitch: Wait for all goroutines on close (#8746)
  • 6677d9a xds: Fixing a typo (#8760)
  • d35cedd xds/resolver: pass route's auto_host_rewrite to LB picker (gRFC A81) (#8740)
  • d931fdc client: allow overriding grpc-accept-encoding header (#8718)
  • 0800ec7 xds/clusterimpl: update TestChildPolicyChangeOnConfigUpdate to use custom lb ...
  • 6553ea1 stats/otel: Add subchannel metrics (A94) (#8738)
  • 81a00ce grpc: Fixing spelling typo (#8756)
  • e413838 client: Change connectivity state to CONNECTING when creating the name resolv...
  • f9d2bdb stats/otel: Add grpc.lb.backend_service label to wrr metrics (A89) (#8737)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.34.3 to 0.35.0

Commits
  • 9afe7de Update dependencies to v0.35.0 tag
  • bbcbaa8 Merge remote-tracking branch 'origin/master' into release-1.35
  • 5bced61 Bump golang.org/x/crypto to v0.45.0
  • 39e2e26 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • c22b4a1 vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • e3b1f3d Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 3da327c Update vendored dependencies
  • c764b44 Merge pull request #132919 from ndixita/pod-level-in-place-pod-resize
  • aced136 Generated files from API changes
  • 02d790d Adding Resources and AllocatedResoures fields to the list of expected fields ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) | `2.2.0` | `2.2.1` |
| [github.com/containerd/nerdctl/v2](https://github.com/containerd/nerdctl) | `2.2.0` | `2.2.1` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.26.2` | `0.26.3` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.77.0` | `1.78.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.3` | `0.35.0` |



Updates `github.com/containerd/containerd/v2` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.2.0...v2.2.1)

Updates `github.com/containerd/nerdctl/v2` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/containerd/nerdctl/releases)
- [Commits](containerd/nerdctl@v2.2.0...v2.2.1)

Updates `github.com/moby/buildkit` from 0.26.2 to 0.26.3
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.26.2...v0.26.3)

Updates `google.golang.org/grpc` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

Updates `k8s.io/api` from 0.34.3 to 0.35.0
- [Commits](kubernetes/api@v0.34.3...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/containerd/nerdctl/v2
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/api
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 28, 2025
@dependabot dependabot bot requested a review from nderjung as a code owner December 28, 2025 09:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2025
@dependabot dependabot bot requested a review from craciunoiuc as a code owner December 28, 2025 09:07
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 28, 2025
@github-project-automation github-project-automation bot moved this to 🧊 Icebox in KraftKit Roadmap Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

Status: 🧊 Icebox

Development

Successfully merging this pull request may close these issues.

1 participant