Skip to content

Conversation

@dims
Copy link
Collaborator

@dims dims commented Jan 11, 2026

This PR updates dependencies to match the target versions for Kubernetes, ensuring cadvisor stays in sync with the broader ecosystem.

golang.org/x packages:

  • golang.org/x/crypto: v0.45.0 -> v0.46.0
  • golang.org/x/net: v0.40.0/v0.47.0 -> v0.48.0
  • golang.org/x/oauth2: v0.30.0 -> v0.34.0
  • golang.org/x/sys: v0.33.0/v0.39.0 -> v0.40.0
  • golang.org/x/text: v0.25.0/v0.31.0 -> v0.33.0
  • golang.org/x/time: v0.9.0 -> v0.14.0

Container ecosystem:

  • github.com/containerd/containerd/api: v1.9.0 -> v1.10.0
  • github.com/opencontainers/runtime-spec: v1.2.1 -> v1.3.0

Prometheus ecosystem:

  • github.com/prometheus/common: v0.64.0 -> v0.67.5
  • github.com/prometheus/procfs: v0.16.1 -> v0.19.2

OpenTelemetry ecosystem:

  • go.opentelemetry.io/otel: v1.36.0 -> v1.39.0
  • go.opentelemetry.io/otel/metric: v1.36.0 -> v1.39.0
  • go.opentelemetry.io/otel/trace: v1.36.0 -> v1.39.0
  • go.opentelemetry.io/auto/sdk: v1.1.0 -> v1.2.1
  • go.opentelemetry.io/contrib/.../otelhttp: v0.61.0 -> v0.64.0
  • go.opentelemetry.io/otel/exporters/otlp/*: v1.27.0 -> v1.39.0
  • go.opentelemetry.io/proto/otlp: v1.2.0/v1.3.1 -> v1.9.0

gRPC and protobuf:

  • google.golang.org/grpc: v1.72.2 -> v1.78.0
  • google.golang.org/protobuf: v1.36.6 -> v1.36.11

Other updates:

  • github.com/cenkalti/backoff: v4.3.0 -> v5.0.3
  • github.com/stretchr/testify: v1.10.0 -> v1.11.1
  • cloud.google.com/go/compute/metadata: v0.7.0 -> v0.9.0

Notable changes in these updates include security fixes in x/crypto (X509 root bundle update), x/sys (out-of-bounds memory access fix), x/time (rate limiter overflow fix), and performance improvements across the OpenTelemetry stack.

This PR updates dependencies to match the target versions for Kubernetes,
ensuring cadvisor stays in sync with the broader ecosystem.

golang.org/x packages:
- golang.org/x/crypto: v0.45.0 -> v0.46.0
- golang.org/x/net: v0.40.0/v0.47.0 -> v0.48.0
- golang.org/x/oauth2: v0.30.0 -> v0.34.0
- golang.org/x/sys: v0.33.0/v0.39.0 -> v0.40.0
- golang.org/x/text: v0.25.0/v0.31.0 -> v0.33.0
- golang.org/x/time: v0.9.0 -> v0.14.0

Container ecosystem:
- github.com/containerd/containerd/api: v1.9.0 -> v1.10.0
- github.com/opencontainers/runtime-spec: v1.2.1 -> v1.3.0

Prometheus ecosystem:
- github.com/prometheus/common: v0.64.0 -> v0.67.5
- github.com/prometheus/procfs: v0.16.1 -> v0.19.2

OpenTelemetry ecosystem:
- go.opentelemetry.io/otel: v1.36.0 -> v1.39.0
- go.opentelemetry.io/otel/metric: v1.36.0 -> v1.39.0
- go.opentelemetry.io/otel/trace: v1.36.0 -> v1.39.0
- go.opentelemetry.io/auto/sdk: v1.1.0 -> v1.2.1
- go.opentelemetry.io/contrib/.../otelhttp: v0.61.0 -> v0.64.0
- go.opentelemetry.io/otel/exporters/otlp/*: v1.27.0 -> v1.39.0
- go.opentelemetry.io/proto/otlp: v1.2.0/v1.3.1 -> v1.9.0

gRPC and protobuf:
- google.golang.org/grpc: v1.72.2 -> v1.78.0
- google.golang.org/protobuf: v1.36.6 -> v1.36.11

Other updates:
- github.com/cenkalti/backoff: v4.3.0 -> v5.0.3
- github.com/stretchr/testify: v1.10.0 -> v1.11.1
- cloud.google.com/go/compute/metadata: v0.7.0 -> v0.9.0

Notable changes in these updates include security fixes in x/crypto (X509 root
bundle update), x/sys (out-of-bounds memory access fix), x/time (rate limiter
overflow fix), and performance improvements across the OpenTelemetry stack.

Signed-off-by: Davanum Srinivas <[email protected]>
@dims dims closed this Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant