Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Update module github.com/containerd/containerd to v2#434

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-containerd-containerd-2.x
Open

Update module github.com/containerd/containerd to v2#434
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-containerd-containerd-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 9, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/containerd/containerd require major v1.7.29v2.3.0 OpenSSF Scorecard

Release Notes

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

v2.3.0: containerd 2.3.0

Compare Source

Welcome to the v2.3.0 release of containerd!

The third minor release of containerd 2.x focuses on continued stability alongside
new features and improvements. This is the third time-based release for containerd.

Starting with containerd 2.3, the project has moved to release cadence aligned with
the Kubernetes release schedule, with new minor releases about every 4 months. The
containerd 2.3 release is also the first annual LTS (Long Term Stable) release under
this new schedule, with support planned for at least two years. Direct upgrades
between sequential LTS releases (e.g., 1.7 to 2.3) will be tested and supported.

Highlights
  • Add transfer types for container filesystem copy (#​13165)
  • Add option to inject trace ID to logs (#​13117)
  • Propagate OpenTelemetry traces in outgoing RPCs from plugin clients (#​13113)
  • Update plugin config migration to run on load (#​12608)
  • Update sandbox API to include spec field (#​12840)
Container Runtime Interface (CRI)
  • Allow containers to use user namespaces with host networking (#​12518)
  • Wire UpdatePodSandboxResources to Sandbox API (#​13118)
  • Unpack images with per-layer labels for specific runtime (#​12835)
  • Populate ImageId field in container status (#​12787)
  • Set annotations parameter in CreateSandbox request (#​12566)
  • Add background stats collector to calculate UsageNanoCores for containers and pod sandboxes (#​12629)
Image Distribution
  • Support zstd-wrapped EROFS layers (#​13185)
  • Add os.features support for EROFS native container images (#​13091)
  • Add EROFS layer media type (#​12567)
Image Storage
  • Add dmverity support to the erofs snapshotter (#​12502)
  • Use fsmount API to avoid PAGE_SIZE limit for erofs (#​12783)
Node Resource Interface (NRI)
Runtime
  • Add configured socket directory to shim bootstrap protocol (#​12785)
  • Introduce shim bootstrap protocol (#​12786)
  • Fix binary logging driver not blocking container start on failure (#​12595)
  • Use new filtered cgroups stats API (#​12901)
  • Update OOMKilled event handling (#​12714)
Snapshotters
  • Propagate parent chain ID and diff ID via labels during snapshot preparation (#​13071)
ctr development tool
  • Detect vendor in CDI specs to generate device IDs for --gpus in ctr (#​12839)
Breaking
  • Accumulate owners for OCI hook adjustments, disallowing commas in plugin names (containerd/nri#264)
Deprecations

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

Contributors
  • Maksym Pavlenko
  • Derek McGowan
  • Sebastiaan van Stijn
  • Krisztian Litkey
  • Samuel Karp
  • Wei Fu
  • Akihiro Suda
  • Phil Estes
  • Mike Brown
  • Markus Lehtonen
  • Hudson Zhu
  • Davanum Srinivas
  • Chris Henzie
  • Gao Xiang
  • Chengyu Zhu
  • Akhil Mohan
  • Kazuyoshi Kato
  • Sergey Kanzhelev
  • Austin Vazquez
  • ningmingxiao
  • Aadhar Agarwal
  • Andrew Halaney
  • Apurv Barve
  • Bing Hongtao
  • Brian Goff
  • Michael Zappa
  • Paweł Gronowski
  • Fabiano Fidêncio
  • Hasan Siddiqui
  • Jintao Zhang
  • Paulo Oliveira
  • Shiv Tyagi
  • Albin Kerouanton
  • Alex Lyn
  • Avinesh Singh
  • Danny Canter
  • Esteban Ginez
  • Henry Wang
  • Jin Dong
  • Jérôme Poulin
  • Laura Lorenz
  • Luke Hinds
  • Mark Dodgson
  • Sascha Grunert
  • Tianon Gravi
  • majianhan
  • qiuxue
  • Adrien Delorme
  • Alessio Biancalana
  • Alex Chernyakhovsky
  • Andrey Noskov
  • Andrey Smirnov
  • Annie Cherkaev
  • Antti Kervinen
  • Anuj Singh
  • Benjamin Elder
  • Bo Jiang
  • Cameron McDermott
  • Chris Adeniyi-Jones
  • Chris Chang
  • Chris Henderson
  • Cindy Li
  • CrazyMax
  • Eldon Stegall
  • Evan Lezar
  • Fletcher Woodruff
  • Gaurav Ghildiyal
  • Harsh Rawat
  • Hayato Kiwata
  • Joseph Zhang
  • Justin Chadwell
  • Kaleab Ayenew
  • Manuel de Brito Fontes
  • Mikhail Dmitrichenko
  • Mujib Ahasan
  • Neeraj Krishna Gopalakrishna
  • Pierluigi Lenoci
  • Ricardo Branco
  • Rob Murray
  • Rodrigo Campos
  • Sameer
  • Sameer Saeed
  • Sanil Khurana
  • Shachar Tal
  • Shaobao Feng
  • Shiming Zhang
  • Sreeram Venkitesh
  • Tariq Ibrahim
  • Tim Windelschmidt
  • Tõnis Tiigi
  • Wade Simmons
  • Weixie Cui
  • Will Jordan
  • William Myers
  • Yohei Yamamoto
  • You Binhao
  • Youfu Zhang
  • Yuanliang Zhang
  • delthas
  • guodong
  • jinda.ljd
  • jokemanfire
  • pandaWall
Dependency Changes
  • cyphar.com/go-pathrs v0.2.1 new
  • github.com/Microsoft/go-winio v0.6.2 -> ad3df93
  • github.com/Microsoft/hcsshim v0.14.0-rc.1 -> v0.15.0-rc.1
  • github.com/cenkalti/backoff/v5 v5.0.3 new
  • github.com/checkpoint-restore/checkpointctl v1.4.0 -> v1.5.0
  • github.com/containerd/cgroups/v3 v3.1.0 -> v3.1.3
  • github.com/containerd/containerd/api v1.10.0 -> v1.11.0
  • github.com/containerd/continuity v0.4.5 -> v0.5.0
  • github.com/containerd/go-dmverity v0.1.0 new
  • github.com/containerd/imgcrypt/v2 v2.0.1 -> v2.0.2
  • github.com/containerd/nri v0.10.0 -> v0.12.0
  • github.com/containerd/platforms v1.0.0-rc.2 -> v1.0.0-rc.4
  • github.com/containerd/plugin v1.0.0 -> v1.1.0
  • github.com/containerd/ttrpc v1.2.7 -> v1.2.8
  • github.com/containerd/zfs/v2 v2.0.0-rc.0 -> v2.0.0
  • github.com/containernetworking/plugins v1.8.0 -> v1.9.1
  • github.com/coreos/go-systemd/v22 v22.6.0 -> v22.7.0
  • github.com/cyphar/filepath-securejoin v0.6.0 new
  • github.com/davecgh/go-spew v1.1.1 -> d8f796a
  • github.com/erofs/go-erofs v0.3.0 new
  • github.com/go-jose/go-jose/v4 v4.1.2 -> v4.1.4
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.28.0
  • github.com/intel/goresctrl v0.10.0 -> v0.12.0
  • github.com/klauspost/compress v1.18.1 -> v1.18.5
  • github.com/moby/spdystream v0.5.0 -> v0.5.1
  • github.com/opencontainers/runtime-spec v1.2.1 -> v1.3.0
  • github.com/opencontainers/runtime-tools 0ea5ed0 -> edf4cb3
  • github.com/opencontainers/selinux v1.12.0 -> v1.13.1
  • github.com/pelletier/go-toml/v2 v2.2.4 -> v2.3.0
  • github.com/pmezard/go-difflib v1.0.0 -> 5d4384e
  • github.com/prometheus/common v0.66.1 -> v0.67.5
  • github.com/prometheus/procfs v0.16.1 -> v0.19.2
  • github.com/sirupsen/logrus v1.9.3 -> v1.9.4
  • github.com/tetratelabs/wazero v1.9.0 -> v1.11.0
  • go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.68.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.68.0
  • go.opentelemetry.io/otel v1.37.0 -> v1.43.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.43.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.43.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 -> v1.43.0
  • go.opentelemetry.io/otel/metric v1.37.0 -> v1.43.0
  • go.opentelemetry.io/otel/sdk v1.37.0 -> v1.43.0
  • go.opentelemetry.io/otel/trace v1.37.0 -> v1.43.0
  • go.opentelemetry.io/proto/otlp v1.5.0 -> v1.10.0
  • go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
  • golang.org/x/crypto v0.41.0 -> v0.49.0
  • golang.org/x/mod v0.29.0 -> v0.35.0
  • golang.org/x/net v0.43.0 -> v0.52.0
  • golang.org/x/oauth2 v0.30.0 -> v0.35.0
  • golang.org/x/sync v0.17.0 -> v0.20.0
  • golang.org/x/sys v0.37.0 -> v0.43.0
  • golang.org/x/term v0.34.0 -> v0.41.0
  • golang.org/x/text v0.28.0 -> v0.35.0
  • golang.org/x/time v0.14.0 -> v0.15.0
  • google.golang.org/genproto/googleapis/api a7a43d2 -> 9d38bb4
  • google.golang.org/genproto/googleapis/rpc a7a43d2 -> 6f92a3b
  • google.golang.org/grpc v1.76.0 -> v1.80.0
  • google.golang.org/protobuf v1.36.10 -> f2248ac
  • k8s.io/api v0.34.1 -> v0.36.0
  • k8s.io/apimachinery v0.34.1 -> v0.36.0
  • k8s.io/client-go v0.34.1 -> v0.36.0
  • k8s.io/component-base v0.36.0 new
  • k8s.io/cri-api v0.34.1 -> v0.36.0
  • k8s.io/cri-client v0.36.0 new
  • k8s.io/cri-streaming v0.36.0 new
  • k8s.io/klog/v2 v2.130.1 -> v2.140.0
  • k8s.io/kube-openapi 5883c5e new
  • k8s.io/streaming v0.36.0 new
  • k8s.io/utils 4c0f3b2 -> 28399d8
  • sigs.k8s.io/json cfa47c3 -> 2d32026
  • sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.2
  • tags.cncf.io/container-device-interface v1.0.1 -> v1.1.0
  • tags.cncf.io/container-device-interface/specs-go v1.0.0 -> v1.1.0

Previous release can be found at v2.2.0

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.2.3: containerd 2.2.3

Compare Source

Welcome to the v2.2.3 release of containerd!

The third patch release for containerd 2.2 contains various fixes
and updates including a security patch.

Security Updates
Highlights
Container Runtime Interface (CRI)
  • Preserve cgroup mount options for privileged containers (#​13120)
  • Ensure UpdatePodSandbox returns Unimplemented instead of a generic error (#​13023)
Go client
  • Handle absolute symlinks in rootfs user lookup to fix regressions when using Go 1.24 (#​13015)
Image Distribution
  • Enable mount manager in diff walking to fix layer extraction errors with some snapshotters (e.g., EROFS) (#​13198)
  • Apply hardening to prevent TOCTOU race during tar extraction (#​12971)
Runtime
  • Restore support for client-mounted roots in Windows containers using process isolation (#​13195)
  • Update runc to v1.3.5 (#​13061)
  • Apply absolute symlink resolution to /etc/group in OCI spec to fix lookups on NixOS-style systems (#​13019)
  • Handle absolute symlinks in rootfs user lookup to fix regressions when using Go 1.24 (#​13015)
Snapshotters
  • Fix bug that caused whiteouts to be ignored when parallel unpack was used (#​13125)

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

Contributors
  • Samuel Karp
  • Sebastiaan van Stijn
  • Maksym Pavlenko
  • Chris Henzie
  • Derek McGowan
  • Paulo Oliveira
  • Henry Wang
  • Phil Estes
  • Wei Fu
  • Akihiro Suda
  • Gao Xiang
  • Ricardo Branco
  • Shachar Tal
Changes
40 commits

  • Prepare release notes for v2.2.3 (#​13224)
  • update github.com/moby/spdystream v0.5.1 (#​13217)
    • 31bd34a06 update github.com/moby/spdystream v0.5.1
  • vendor: github.com/klauspost/compress v1.18.5 (#​13197)
    • 1336f6c45 vendor: github.com/klauspost/compress v1.18.5
  • diff/walking: enable mount manager (#​13198)
    • 409f75be8 diff/walking: enable mount manager
  • update runhcs to v0.14.1 (#​13195)
  • vendor: github.com/Microsoft/hcsshim v0.14.1 (#​13196)
    • 8bd1b74e5 vendor: github.com/Microsoft/hcsshim v0.14.1
    • c6b0be8e1 vendor: github.com/Microsoft/hcsshim v0.14.0
  • update to Go 1.25.9, 1.26.2 (#​13190)
  • Skip TestExportAndImportMultiLayer on s390x (#​13154)
    • be554f478 Skip TestExportAndImportMultiLayer on s390x
  • Tweak mount info for overlayfs in case of parallel unpack (#​13125)
    • 660de195b Tweak mount info for overlayfs in case of parallel unpack
    • bc9274a4b Add integration test for issue 13030
  • Preserve cgroup mount options for privileged containers (#​13120)
    • c387890b5 Add integration test for privileged container cgroup mounts
    • 047a335a6 Forward RUNC_FLAVOR env var down to integration tests
    • 9b2d72ee0 Preserve host cgroup mount options for privileged containers
    • 5b66cd6a0 Move cgroup namespace placement higher in spec builder
  • update runc binary to v1.3.5 (#​13061)
    • 584205c2f [release/2.2] update runc binary to v1.3.5
  • Fix vagrant on CI (#​13066)
  • Fix TOCTOU race bug in tar extraction (#​12971)
    • fbed68b8f Fix TOCTOU race bug in tar extraction
  • cri: UpdatePodSandbox should return Unimplemented (#​13023)
    • a83510103 cri: UpdatePodSandbox should return Unimplemented
  • fix(oci): apply absolute symlink resolution to /etc/group (#​13019)
    • ee4179e52 fix(oci): apply absolute symlink resolution to /etc/group
  • fix(oci): handle absolute symlinks in rootfs user lookup (#​13015)
    • fd061b848 test(oci): use fstest and mock fs for better symlink coverage
    • 5d44d2c22 fix(oci): handle absolute symlinks in rootfs user lookup
  • update to go1.25.8, test go1.26.1 (#​13011)
    • 00c776f07 update to go1.25.8, test go1.26.1

Dependency Changes
  • github.com/Microsoft/hcsshim v0.14.0-rc.1 -> v0.14.1
  • github.com/klauspost/compress v1.18.1 -> v1.18.5
  • github.com/moby/spdystream v0.5.0 -> v0.5.1

Previous release can be found at v2.2.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.2.2: containerd 2.2.2

Compare Source

Welcome to the v2.2.2 release of containerd!

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

Highlights
Container Runtime Interface (CRI)
  • Fix migrated CRI image config when using legacy registry mirrors (#​12987)
  • Unpack images with per-layer labels for runtime-specific snapshotters (#​12936)
  • Fix CNI issue where DEL is never executed after a restart (#​12926)
  • Harden error handling to strip potentially-sensitive registry parameters (#​12804)
  • Fix nil pointer dereference in container spec memory metrics when memory constraints are not fully configured (#​12731)
  • Use the specified runtime handler when pulling images (#​12721)
  • Reduce noisy CDI logs (#​12717)
  • Fix regression for pulling encrypted images (#​12712)
Runtime
  • Fix unintended dropping of mount flags for read-only bind-mounts in user namespaces (#​12944)
  • Fix AppArmor bug disallowing unix domain sockets on newer kernels (#​12897)
ctr development tool
  • Fix ctr image mount failing with "no such device" (#​12831)

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

Contributors
  • Maksym Pavlenko
  • Akhil Mohan
  • Samuel Karp
  • Wei Fu
  • Michael Zappa
  • Phil Estes
  • Fabiano Fidêncio
  • Jérôme Poulin
  • Luke Hinds
  • Aadhar Agarwal
  • Akihiro Suda
  • Alex Chernyakhovsky
  • Chris Adeniyi-Jones
  • Kazuyoshi Kato
  • Rodrigo Campos
  • Sebastiaan van Stijn
  • You Binhao
  • ningmingxiao
  • qiuxue
Changes
48 commits

  • Prepare release notes for v2.2.2 (#​12998)
  • Fix migrated CRI image config when using legacy registry mirrors (#​12987)
    • a20dead7c set default config_path in plugin init
  • Unpack images with per-layer labels for runtime-specific snapshotters (#​12936)
    • a5f83d8c2 cri: unpack images with per-layer labels for runtime-specific snapshotters
  • ci: modprobe xt_comment on almalinux (#​12957)
    • 68855cb0b ci: modprobe xt_comment on almalinux
  • Fix unintended dropping of mount flags for read-only bind-mounts in user namespaces (#​12944)
    • ef7a8beb3 core/mount: add test for getUnprivilegedMountFlags
    • 07b2cc07e core/mount: fix getUnprivilegedMountFlags iterating over indices instead of values
  • Fix CNI issue where DEL is never executed after a restart (#​12926)
  • Fix AppArmor bug disallowing unix domain sockets on newer kernels (#​12897)
  • ci: add build/test go1.26.0, drop go1.24 (#​12917)
    • 5dbf1b915 update golangci-lint to v2.9.0 with go1.26 support
    • 8ec695ebe remove windows/arm from cross build
    • b9c22a6e3 ci: build/test go1.26.0
  • integration: Fix TestImageLoad() failure on CI (#​12906)
    • 09b876a81 integration: Fix TestImageLoad() failure on CI
  • cri: Fix image volumes with user namespaces (#​12885)
    • 172ba65b6 cri: Fix image volumes with user namespaces
  • update to go1.24.13, go1.25.7 (#​12871)
  • ci: set fetch-depth for containerd to 0 for version parsing (#​12875)
    • e46a7a286 set fetch-depth for containerd to 0 for version parsing
  • Fix ctr image mount failing with "no such device" (#​12831)
    • 1d7908273 core/mount/manager: fix bind mount missing rbind option
    • 3d509bcd3 core/mount/manager: add tests for WithTemporary option
  • Harden error handling to strip potentially-sensitive registry parameters (#​12804)
    • cb3ae2119 fix: sanitize error before gRPC return to prevent credential leak in pod events
  • bump google.golang.org/grpc from 1.76.0 to 1.78.0 (#​12739)
    • 533a2552e build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0
    • b120237fb build(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0
  • Fix nil pointer dereference in container spec memory metrics when memory constraints are not fully configured (#​12731)
    • 4be4e5156 Fix nil pointer dereference in container spec memory metrics
  • cri: emit warning for concurrent CreateContainer (#​12735)
    • a76eb698a cri: emit warning for concurrent CreateContainer
  • Use the specified runtime handler when pulling images (#​12721)
    • 3d2e188b1 cri: Use the runtimeHandler parameter in PullImage
  • Reduce noisy CDI logs (#​12717)
    • 633057382 cri: move noisy CDI logs to debug level
  • Fix regression for pulling encrypted images (#​12712)

Dependency Changes
  • github.com/go-jose/go-jose/v4 v4.1.2 -> v4.1.3
  • go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
  • go.opentelemetry.io/otel v1.37.0 -> v1.38.0
  • go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0
  • go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0
  • golang.org/x/oauth2 v0.30.0 -> v0.32.0
  • google.golang.org/genproto/googleapis/api a7a43d2 -> ab9386a
  • google.golang.org/genproto/googleapis/rpc a7a43d2 -> ab9386a
  • google.golang.org/grpc v1.76.0 -> v1.78.0

Previous release can be found at v2.2.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.

v2.2.1: containerd 2.2.1

Compare Source

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
  • ningmingxiao
Changes
53 commits

  • Prepare release notes for v2.2.1 (#​12677)
  • cri,nri: bump NRI dependencies to v0.11.0 (#​12701)
    • c22cf5d49 cri,nri: pass any linux security profile to plugins.
    • d7532de75 cri,nri: pass any linux RDT constraints to plugins.
    • ef36e6181 cri,nri: pass any linux net devices to plugins.
    • d56faf426 cri,nri: pass any linux scheduler attributes to plugins.
    • e1824d261 cri,nri: pass any linux I/O priority to plugins.
    • 01d5490ae go.{mod,sum}: bump NRI deps to v0.11.0, re-vendor.
  • pkg/tracing: HTTPStatusCodeAttributes: remove use of deprecated SemConv const (#​12697)
    • 58d23ab63 pkg/tracing: HTTPStatusCodeAttributes: remove use of deprecated SemConv const
  • cri/nri: short-circuit nil adjustment. (#​12672)
    • 05ccbb3a7 cri/nri: short-circuit nil adjustment.
  • go.{mod,sum}: bump CDI deps to v1.1.0. (#​12664)
    • c166a577d go.{mod,sum} bump CDI deps to v1.1.0.
  • go.mod: containerd/zfs v2.0.0; remove exclude rules (#​12654)
    • 73a08aa00 go.mod: remove exclude rules
    • cee08c8af build(deps): bump github.com/containerd/zfs/v2 from 2.0.0-rc.0 to 2.0.0
  • go.mod: github.com/containernetworking/plugins v1.9.0 (#​12658)
    • 8a5fc8641 go.mod: github.com/containernetworking/plugins v1.9.0
  • go.mod: golang.org/x/crypto v0.45.0 (#​12638)
    • 55c93d6fb go.mod: golang.org/x/crypto v0.45.0
  • ci :bump Go 1.24.11, 1.25.5 (#​12625)
  • core/runtime/v2: remove uses of otelgrpc.UnaryClientInterceptor (#​12622)
    • ed19c5420 core/runtime/v2: remove uses of otelgrpc.UnaryClientInterceptor
  • ci: update CIFuzz actions to support Ubuntu 24.04 (#​12632)
    • 952237d9b ci: update CIFuzz actions to support Ubuntu 24.04
  • Update runc binary to v1.3.4 (#​12593)
    • fb5b818a9 runc: Update runc binary to v1.3.4
  • : update containerd/cgroups from v3.1.0 to v3.1.2 (#​12598)
    • 51582ed27 bump containerd/cgroups to v3.1.2
    • 50d0e4fd4 build(deps): bump github.com/containerd/cgroups/v3 from 3.1.0 to 3.1.1
  • core/mount: should not call removeLoop when set autoclear (#​12587)
    • 41a69eb0d core/mount: should not call removeLoop when set autoclear
  • build(deps): bump github.com/opencontainers/selinux (#​12589)
    • e3bf2b80b build(deps): bump github.com/opencontainers/selinux
  • .github: skip 5 critest cases for window-2022 (#​12584)
    • da8e846f9 .github: skip 5 critest cases in window CI pipeline
  • Fix image defaults on Darwin to usable configuration (#​12544)
    • d154e234b Update the ctr pull defaults when using the transfer service
    • 09364216d Fix transfer unpack defaults on darwin
    • 2055d3c62 Update default differs on darwin
    • 9da97686d Use default writable size in erofs snapshotter for non-Linux hosts
    • eeb0f889a Update default erofs block size on macOS during erofs diff
  • Redact all query parameters in CRI error logs (#​12546)
    • c707f771a fix: redact all query parameters in CRI error logs
  • Revert "Implement io.ReaderAt on docker fetch reader" (#​12542)
    • 678f944dd Revert "Implement io.ReaderAt on docker fetch reader"
  • Fix possible panic from WithMediaTypeKeyPrefix (#​12516)
    • 8b73c2de3 remotes: fix possible panic from WithMediaTypeKeyPrefix

Changes from containerd/cgroups
13 commits

Changes from containerd/nri
79 commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from 8eaf99b to f5af2b5 Compare December 14, 2024 00:15
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from f5af2b5 to 8d7aec0 Compare December 22, 2024 16:49
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from b353fae to a5bcf81 Compare January 17, 2025 14:02
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from a5bcf81 to 73d08f4 Compare February 4, 2025 09:37
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from 73d08f4 to 3c84a0c Compare February 17, 2025 14:22
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from 4ca43ac to 988b258 Compare March 3, 2025 17:28
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from 88ea3f6 to b5fecd6 Compare March 13, 2025 19:15
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from ea00ff4 to cc6408e Compare March 17, 2025 20:15
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from cc6408e to c906a0f Compare April 8, 2025 10:49
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 3 times, most recently from 8b4b8a8 to e614520 Compare April 24, 2025 11:00
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from e614520 to 45be5a4 Compare May 7, 2025 23:02
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 7, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 59 additional dependencies were updated

Details:

Package Change
github.com/containerd/containerd/api v1.8.0 -> v1.10.0
github.com/golang/glog v1.2.4 -> v1.2.5
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 -> v1.1.0
github.com/prometheus/client_golang v1.21.1 -> v1.23.2
golang.org/x/net v0.42.0 -> v0.44.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.35.0 -> v0.37.0
golang.org/x/time v0.12.0 -> v0.14.0
google.golang.org/grpc v1.71.1 -> v1.76.0
google.golang.org/protobuf v1.36.6 -> v1.36.10
k8s.io/api v0.32.3 -> v0.34.1
k8s.io/apimachinery v0.32.3 -> v0.34.1
k8s.io/client-go v0.32.3 -> v0.34.1
k8s.io/cri-api v0.32.2 -> v0.34.1
cel.dev/expr v0.23.1 -> v0.24.0
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 -> v1.29.0
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 -> v0.0.0-20250501225837-2ac532fd4443
github.com/containerd/cgroups/v3 v3.0.3 -> v3.1.0
github.com/containerd/platforms v1.0.0-rc.1 -> v1.0.0-rc.2
github.com/coreos/go-systemd/v22 v22.5.0 -> v22.6.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/tchap/go-patricia/v2 v2.3.2 -> v2.3.3
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 -> v1.3.1
go.etcd.io/bbolt v1.4.0 -> v1.4.3
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 -> v1.36.0
go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.37.0
golang.org/x/tools v0.34.0 -> v0.37.0
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/Microsoft/hcsshim v0.12.9 -> v0.14.0-rc.1
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.13.0
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/klauspost/compress v1.18.0 -> v1.18.1
github.com/mdlayher/socket v0.5.0 -> v0.5.1
github.com/moby/sys/user v0.3.0 -> v0.4.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/opencontainers/runtime-spec v1.2.0 -> v1.2.1
github.com/opencontainers/selinux v1.11.1 -> v1.12.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.63.0 -> v0.66.1
github.com/prometheus/procfs v0.15.1 -> v0.16.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 -> v0.60.0
go.opentelemetry.io/otel v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
golang.org/x/crypto v0.40.0 -> v0.42.0
golang.org/x/mod v0.26.0 -> v0.29.0
golang.org/x/term v0.33.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250804133106-a7a43d27e69b
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 -> v0.0.0-20250804133106-a7a43d27e69b
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 3 times, most recently from 8ac5908 to 5baf8ee Compare May 26, 2025 10:51
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from 5baf8ee to ea0d0e4 Compare June 12, 2025 13:50
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from ea0d0e4 to e1c70da Compare June 20, 2025 00:55
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from e1c70da to 6716c0b Compare July 4, 2025 12:18
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from 6716c0b to 123b924 Compare July 30, 2025 19:07
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from 15b8cf9 to 979b8b0 Compare August 20, 2025 12:18
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from 979b8b0 to cfee2fd Compare September 18, 2025 11:29
@renovate renovate Bot deleted the renovate/github.com-containerd-containerd-2.x branch December 3, 2025 15:11
@renovate renovate Bot changed the title Update module github.com/containerd/containerd to v2 - autoclosed Update module github.com/containerd/containerd to v2 Dec 8, 2025
@renovate renovate Bot reopened this Dec 8, 2025
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 3 times, most recently from 6787588 to e885993 Compare December 9, 2025 11:06
@renovate renovate Bot changed the title Update module github.com/containerd/containerd to v2 fix(deps): update module github.com/containerd/containerd to v2 Dec 9, 2025
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from e885993 to a15b5aa Compare December 15, 2025 16:29
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 32 additional dependencies were updated

Details:

Package Change
github.com/containerd/containerd/api v1.8.0 -> v1.10.0
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 -> v1.1.0
github.com/prometheus/client_golang v1.21.1 -> v1.23.2
k8s.io/api v0.32.3 -> v0.34.1
k8s.io/apimachinery v0.32.3 -> v0.34.1
k8s.io/client-go v0.32.3 -> v0.34.1
k8s.io/cri-api v0.32.2 -> v0.34.1
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/containerd/cgroups/v3 v3.0.3 -> v3.1.2
github.com/containerd/platforms v1.0.0-rc.1 -> v1.0.0-rc.2
github.com/coreos/go-systemd/v22 v22.5.0 -> v22.6.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/moby/spdystream v0.5.0 -> v0.5.1
github.com/tchap/go-patricia/v2 v2.3.2 -> v2.3.3
github.com/vishvananda/netlink v1.3.1-0.20241022031324-976bd8de7d81 -> v1.3.1
go.etcd.io/bbolt v1.4.0 -> v1.4.3
github.com/Microsoft/hcsshim v0.12.9 -> v0.14.1
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.13.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/klauspost/compress v1.18.0 -> v1.18.5
github.com/mdlayher/socket v0.5.0 -> v0.5.1
github.com/moby/sys/user v0.3.0 -> v0.4.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/opencontainers/runtime-spec v1.2.0 -> v1.3.0
github.com/opencontainers/selinux v1.13.0 -> v1.13.1
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/prometheus/common v0.63.0 -> v0.66.1
github.com/prometheus/procfs v0.15.1 -> v0.16.1
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from a15b5aa to a918ee2 Compare December 18, 2025 21:13
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from a918ee2 to d652338 Compare January 14, 2026 12:48
@renovate renovate Bot changed the title fix(deps): update module github.com/containerd/containerd to v2 Update module github.com/containerd/containerd to v2 Jan 20, 2026
@renovate renovate Bot changed the title Update module github.com/containerd/containerd to v2 fix(deps): update module github.com/containerd/containerd to v2 Jan 20, 2026
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from d652338 to 6508def Compare February 2, 2026 20:59
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from 3771d65 to 6cd9aa0 Compare February 12, 2026 12:06
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from 831531c to abe860d Compare February 27, 2026 12:59
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from cd97be4 to 0f31960 Compare March 11, 2026 01:38
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from 0f31960 to 91b974e Compare March 13, 2026 13:06
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from f014a11 to 0cf0c31 Compare April 2, 2026 07:10
@renovate renovate Bot changed the title fix(deps): update module github.com/containerd/containerd to v2 Update module github.com/containerd/containerd to v2 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from 0cf0c31 to 03d02f6 Compare April 15, 2026 12:07
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch 2 times, most recently from cbce7b4 to e35bf91 Compare April 30, 2026 17:21
@renovate renovate Bot force-pushed the renovate/github.com-containerd-containerd-2.x branch from e35bf91 to b2f1a87 Compare April 30, 2026 22:17
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 30, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/containerd/containerd/v2@v2.3.0 requires go >= 1.26.2; switching to go1.26.2
go: downloading github.com/ClickHouse/clickhouse-go/v2 v2.32.2
go: downloading github.com/castai/logging v0.3.0
go: downloading github.com/go-playground/validator/v10 v10.26.0
go: downloading github.com/samber/lo v1.52.0
go: downloading github.com/cilium/cilium v1.17.0-pre.2
go: downloading github.com/florianl/go-conntrack v0.4.0
go: downloading github.com/jedib0t/go-pretty/v6 v6.6.7
go: downloading github.com/testcontainers/testcontainers-go v0.35.0
go: downloading github.com/spf13/pflag v1.0.9
go: downloading github.com/labstack/echo/v4 v4.13.3
go: downloading golang.stackrox.io/kube-linter v0.7.3-0.20250507172404-3f4b9037f56f
go: downloading github.com/redis/go-redis/v9 v9.7.3
go: downloading github.com/google/go-containerregistry v0.20.3
go: downloading github.com/aquasecurity/trivy v0.61.1
go: downloading github.com/mattn/go-shellwords v1.0.12
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/spf13/viper v1.20.1
go: downloading github.com/magiconair/properties v1.8.9
go: downloading github.com/hamba/avro/v2 v2.27.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.13
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.66
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.279.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.18
go: downloading cloud.google.com/go/compute v1.52.0
go: downloading google.golang.org/api v0.256.0
go: downloading github.com/containerd/containerd v1.7.27
go: downloading github.com/cilium/ebpf v0.17.3
go: downloading github.com/miekg/dns v1.1.62
go: downloading golang.org/x/net v0.52.0
go: downloading github.com/tklauser/go-sysconf v0.3.15
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d
go: downloading google.golang.org/genproto v0.0.0-20250603155806-513f23925822
go: downloading github.com/ClickHouse/ch-go v0.65.1
go: downloading github.com/andybalholm/brotli v1.1.1
go: downloading github.com/gabriel-vasile/mimetype v1.4.8
go: downloading golang.org/x/crypto v0.49.0
go: downloading golang.org/x/text v0.35.0
go: downloading github.com/cilium/hive v0.0.0-20250121145729-e67f66eb0375
go: downloading github.com/cilium/statedb v0.3.4
go: downloading github.com/vishvananda/netlink v1.3.1
go: downloading github.com/klauspost/cpuid/v2 v2.2.3
go: downloading github.com/docker/docker v27.5.1+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/term v0.5.0
go: downloading golang.org/x/term v0.41.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.8.1
go: downloading github.com/kedacore/keda/v2 v2.17.3
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.2
go: downloading helm.sh/helm/v3 v3.17.4
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading k8s.io/kube-openapi v0.0.0-20260319004828-5883c5ee87b9
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/package-url/packageurl-go v0.1.3
go: downloading github.com/docker/cli v29.2.0+incompatible
go: downloading github.com/sagikazarmark/locafero v0.7.0
go: downloading github.com/spf13/afero v1.12.0
go: downloading github.com/spf13/cast v1.7.1
go: downloading github.com/aws/smithy-go v1.24.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17
go: downloading github.com/googleapis/gax-go/v2 v2.15.0
go: downloading cloud.google.com/go/auth v0.17.0
go: downloading golang.org/x/oauth2 v0.35.0
go: downloading golang.org/x/tools v0.43.0
go: downloading github.com/tklauser/numcpus v0.10.0
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/paulmach/orb v0.11.1
go: downloading github.com/go-openapi/errors v0.22.0
go: downloading github.com/go-openapi/strfmt v0.23.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/go-openapi/validate v0.24.0
go: downloading github.com/sasha-s/go-deadlock v0.3.5
go: downloading github.com/go-openapi/runtime v0.28.0
go: downloading github.com/mackerelio/go-osstat v0.2.5
go: downloading github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744
go: downloading github.com/cilium/workerpool v1.2.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/shirou/gopsutil/v3 v3.24.2
go: downloading github.com/expr-lang/expr v1.17.7
go: downloading knative.dev/pkg v0.0.0-20250326102644-9f3e60a9244c
go: downloading sigs.k8s.io/controller-runtime v0.19.7
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/cyphar/filepath-securejoin v0.6.0
go: downloading k8s.io/apiextensions-apiserver v0.32.2
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/aquasecurity/trivy-db v0.0.0-20250227071930-8bd8a9b89e2d
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/pelletier/go-toml/v2 v2.3.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17
go: downloading github.com/Microsoft/hcsshim v0.15.0-rc.1
go: downloading github.com/containerd/continuity v0.5.0
go: downloading github.com/Microsoft/go-winio v0.6.3-0.20251027160822-ad3df93bed29
go: downloading go.mongodb.org/mongo-driver v1.17.3
go: downloading github.com/mailru/easyjson v0.9.0
go: downloading github.com/go-openapi/analysis v0.23.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/go-openapi/loads v0.22.0
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
go: downloading github.com/gopacket/gopacket v1.3.1
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/vbatts/tar-split v0.11.6
go: downloading github.com/liamg/memoryfs v1.6.0
go: downloading github.com/zclconf/go-cty v1.16.2
go: downloading github.com/aquasecurity/trivy-checks v1.8.1
go: downloading github.com/open-policy-agent/opa v1.4.0
go: downloading github.com/moby/buildkit v0.18.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.42.1
go: downloading github.com/docker/docker-credential-helpers v0.8.2
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/hashicorp/go-getter v1.7.9
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.7
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
go: downloading github.com/shoenig/go-m1cpu v0.1.6
go: downloading k8s.io/cli-runtime v0.32.3
go: downloading github.com/hashicorp/hcl/v2 v2.23.0
go: downloading github.com/zclconf/go-cty-yaml v1.1.0
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535
go: downloading github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
go: downloading github.com/aquasecurity/go-npm-version v0.0.1
go: downloading github.com/ProtonMail/go-crypto v1.1.6
go: downloading github.com/in-toto/in-toto-golang v0.9.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
go: downloading cloud.google.com/go/storage v1.56.0
go: downloading github.com/aws/aws-sdk-go v1.55.6
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading sigs.k8s.io/gateway-api v1.2.1
go: downloading sigs.k8s.io/mcs-api v0.1.1-0.20250116162235-62ede9a032dc
go: downloading github.com/cilium/proxy v0.0.0-20241115112946-fb67566cbd95
go: downloading go.etcd.io/etcd/api/v3 v3.5.21
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.21
go: downloading go.etcd.io/etcd/client/v3 v3.5.21
go: downloading golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
go: downloading k8s.io/kubectl v0.32.3
go: downloading github.com/owenrumney/squealer v1.2.11
go: downloading mvdan.cc/sh/v3 v3.11.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/containerd/containerd/v2 v2.3.0
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.9.0
go: downloading github.com/CycloneDX/cyclonedx-go v0.9.2
go: downloading github.com/spdx/tools-golang v0.5.5
go: downloading github.com/Azure/go-autorest/autorest v0.11.30
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading cloud.google.com/go/iam v1.5.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
go: downloading sigs.k8s.io/kustomize/api v0.19.0
go: downloading sigs.k8s.io/kustomize/kyaml v0.19.0
go: downloading k8s.io/component-base v0.36.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.78.1
go: downloading github.com/rubenv/sql-migrate v1.7.1
go: downloading github.com/containerd/plugin v1.1.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.24
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading cloud.google.com/go/monitoring v1.24.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
go: downloading github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/go-git/go-git/v5 v5.16.5
go: downloading github.com/go-git/go-billy/v5 v5.6.2
go: downloading k8s.io/apiserver v0.32.2
go: downloading github.com/samber/oops v1.15.0
go: downloading github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0
go: downloading github.com/oklog/ulid/v2 v2.1.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.5.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading k8s.io/streaming v0.36.0
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/moby/spdystream v0.5.1
go: github.com/castai/kvisor/cmd/controller/controllers/kubelinter imports
	golang.stackrox.io/kube-linter/pkg/lintcontext imports
	k8s.io/api/autoscaling/v2beta1: cannot find module providing package k8s.io/api/autoscaling/v2beta1
go: github.com/castai/kvisor/cmd/controller/controllers/kubelinter imports
	golang.stackrox.io/kube-linter/pkg/templates/danglinghpa imports
	k8s.io/api/autoscaling/v2beta2: cannot find module providing package k8s.io/api/autoscaling/v2beta2
go: github.com/castai/kvisor/cmd/controller/controllers/kubelinter imports
	golang.stackrox.io/kube-linter/pkg/lintcontext imports
	helm.sh/helm/v3/pkg/cli/values imports
	helm.sh/helm/v3/pkg/getter imports
	helm.sh/helm/v3/pkg/cli imports
	helm.sh/helm/v3/pkg/kube imports
	k8s.io/kubectl/pkg/cmd/util imports
	k8s.io/kubectl/pkg/scheme imports
	k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1
go: warning: github.com/openshift/api@v3.9.0+incompatible: retracted by module author: v3.9.0 is the only tag in openshift/api and it was created before go.mod was
go: to switch to the latest unretracted version, run:
	go get github.com/openshift/api@latest

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants