Skip to content

cadvisor

v0.57.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 20d Monitoring & Metrics
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

deps breaking_upgrade

ReleasePort's take

Moderate signal
editorial:auto 13d

cAdvisor v0.57.0 adds container_creation_time_seconds metric, exposes cgroup v2 memory.events as Prometheus metrics, and supports Podman's new JSON files.

Why it matters: Monitor the new container_creation_time_seconds metric to assess pod startup latency; enable cgroup v2 memory.events collection for enhanced OOM detection.

Summary

AI summary

Add container_creation_time_seconds metric, expose cgroup v2 memory.events, and support Podman's new JSON files.

Changes in this release

Feature Medium

Add container_creation_time_seconds using runtime start time for podman & docker

Add container_creation_time_seconds using runtime start time for podman & docker

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Expose cgroup v2 memory.events as Prometheus metrics

Expose cgroup v2 memory.events as Prometheus metrics

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

feat(manager/container): add configurable initial splay and max jitter factors

feat(manager/container): add configurable initial splay and max jitter factors

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

feat(manager): add constraint data in OOM events

feat(manager): add constraint data in OOM events

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

proposed roadmap for cAdvisor

proposed roadmap for cAdvisor

Source: llm_adapter@2026-05-21

Confidence: low

Feature Low

Propose roadmap for cAdvisor development

Propose roadmap for cAdvisor development

Source: granite4.1:30b@2026-05-22-audit

Confidence: low

Dependency Medium

deps: update github.com/moby/moby/client to v0.4.0, moby/api to v1.54.1, containerd/ttrpc to v1.2.8

deps: update github.com/moby/moby/client to v0.4.0, moby/api to v1.54.1, containerd/ttrpc to v1.2.8

Source: llm_adapter@2026-05-21

Confidence: high

Performance Medium

deploy: bump base images to Alpine 3.23

deploy: bump base images to Alpine 3.23

Source: llm_adapter@2026-05-21

Confidence: low

Performance Low

Upgrade base Docker images to Alpine 3.23

Upgrade base Docker images to Alpine 3.23

Source: granite4.1:30b@2026-05-22-audit

Confidence: high

Bugfix Medium

fix crio deadlock in getting cri-o sandbox containers

fix crio deadlock in getting cri-o sandbox containers

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

fix: support podman volatile-containers.json and/or containers.json

fix: support podman volatile-containers.json and/or containers.json

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

Add v-prefixed GHCR image tags for release consistency

Add v-prefixed GHCR image tags for release consistency

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

remove log message when cannot read productName

remove log message when cannot read productName

Source: llm_adapter@2026-05-21

Confidence: low

Refactor Medium

Refactor Github Action per b/485167538

Refactor Github Action per b/485167538

Source: llm_adapter@2026-05-21

Confidence: low

Other Medium

integration: add more Docker container handler tests

integration: add more Docker container handler tests

Source: llm_adapter@2026-05-21

Confidence: low

Other Medium

integration: add containerd container handler tests

integration: add containerd container handler tests

Source: llm_adapter@2026-05-21

Confidence: low

Other Medium

integration: add Prometheus metrics endpoint tests

integration: add Prometheus metrics endpoint tests

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

What's Changed

  • integration: add more Docker container handler tests by @dims in https://github.com/google/cadvisor/pull/3817
  • integration: add containerd container handler tests by @dims in https://github.com/google/cadvisor/pull/3818
  • integration: add Prometheus metrics endpoint tests by @dims in https://github.com/google/cadvisor/pull/3819
  • fix: support podman volatile-containers.json and/or containers.json by @sirno in https://github.com/google/cadvisor/pull/3726
  • proposed roadmap for cAdvisor by @SergeyKanzhelev in https://github.com/google/cadvisor/pull/3826
  • remove log message when you can't read productName by @kannon92 in https://github.com/google/cadvisor/pull/3840
  • Refactor Github Action per b/485167538 by @google-admin in https://github.com/google/cadvisor/pull/3841
  • fix crio deadlock in getting crio sandbox containers by @olyazavr in https://github.com/google/cadvisor/pull/3838
  • Add container_creation_time_seconds (previously: container_start_time_seconds); use runtime start time for container_start_time_seconds (podman & docker) by @ultinous-akos in https://github.com/google/cadvisor/pull/3808
  • deps: github.com/moby/moby/client v0.4.0, moby/api v1.54.1, containerd/ttrpc v1.2.8 by @thaJeztah in https://github.com/google/cadvisor/pull/3863
  • fix(build): update k8s-staging-test-infra image in integ tests by @sambhav-jain-16 in https://github.com/google/cadvisor/pull/3865
  • feat(manager/container): add configurable initial splay and max jitter factors by @sambhav-jain-16 in https://github.com/google/cadvisor/pull/3854
  • feat(manager): add constraint data in OOM events by @sambhav-jain-16 in https://github.com/google/cadvisor/pull/3861
  • fix: add v-prefixed GHCR image tags for release consistency by @hwan515 in https://github.com/google/cadvisor/pull/3857
  • build(deps): bump the go_modules group across 2 directories with 1 update by @dependabot[bot] in https://github.com/google/cadvisor/pull/3855
  • Expose cgroup v2 memory.events as Prometheus metrics by @sohankunkerkar in https://github.com/google/cadvisor/pull/3870
  • deploy: bump base images to Alpine 3.23 by @dims in https://github.com/google/cadvisor/pull/3872

New Contributors

  • @sirno made their first contribution in https://github.com/google/cadvisor/pull/3726
  • @SergeyKanzhelev made their first contribution in https://github.com/google/cadvisor/pull/3826
  • @google-admin made their first contribution in https://github.com/google/cadvisor/pull/3841
  • @olyazavr made their first contribution in https://github.com/google/cadvisor/pull/3838
  • @ultinous-akos made their first contribution in https://github.com/google/cadvisor/pull/3808
  • @hwan515 made their first contribution in https://github.com/google/cadvisor/pull/3857
  • @sohankunkerkar made their first contribution in https://github.com/google/cadvisor/pull/3870

Full Changelog: https://github.com/google/cadvisor/compare/v0.56.2...v0.57.0

What's Changed

  • integration: add more Docker container handler tests by @dims in https://github.com/google/cadvisor/pull/3817
  • integration: add containerd container handler tests by @dims in https://github.com/google/cadvisor/pull/3818
  • integration: add Prometheus metrics endpoint tests by @dims in https://github.com/google/cadvisor/pull/3819
  • fix: support podman volatile-containers.json and/or containers.json by @sirno in https://github.com/google/cadvisor/pull/3726
  • proposed roadmap for cAdvisor by @SergeyKanzhelev in https://github.com/google/cadvisor/pull/3826
  • remove log message when you can't read productName by @kannon92 in https://github.com/google/cadvisor/pull/3840
  • Refactor Github Action per b/485167538 by @google-admin in https://github.com/google/cadvisor/pull/3841
  • fix crio deadlock in getting crio sandbox containers by @olyazavr in https://github.com/google/cadvisor/pull/3838
  • Add container_creation_time_seconds (previously: container_start_time_seconds); use runtime start time for container_start_time_seconds (podman & docker) by @ultinous-akos in https://github.com/google/cadvisor/pull/3808
  • deps: github.com/moby/moby/client v0.4.0, moby/api v1.54.1, containerd/ttrpc v1.2.8 by @thaJeztah in https://github.com/google/cadvisor/pull/3863
  • fix(build): update k8s-staging-test-infra image in integ tests by @sambhav-jain-16 in https://github.com/google/cadvisor/pull/3865
  • feat(manager/container): add configurable initial splay and max jitter factors by @sambhav-jain-16 in https://github.com/google/cadvisor/pull/3854
  • feat(manager): add constraint data in OOM events by @sambhav-jain-16 in https://github.com/google/cadvisor/pull/3861
  • fix: add v-prefixed GHCR image tags for release consistency by @hwan515 in https://github.com/google/cadvisor/pull/3857
  • build(deps): bump the go_modules group across 2 directories with 1 update by @dependabot[bot] in https://github.com/google/cadvisor/pull/3855
  • Expose cgroup v2 memory.events as Prometheus metrics by @sohankunkerkar in https://github.com/google/cadvisor/pull/3870
  • deploy: bump base images to Alpine 3.23 by @dims in https://github.com/google/cadvisor/pull/3872

New Contributors

  • @sirno made their first contribution in https://github.com/google/cadvisor/pull/3726
  • @SergeyKanzhelev made their first contribution in https://github.com/google/cadvisor/pull/3826
  • @google-admin made their first contribution in https://github.com/google/cadvisor/pull/3841
  • @olyazavr made their first contribution in https://github.com/google/cadvisor/pull/3838
  • @ultinous-akos made their first contribution in https://github.com/google/cadvisor/pull/3808
  • @hwan515 made their first contribution in https://github.com/google/cadvisor/pull/3857
  • @sohankunkerkar made their first contribution in https://github.com/google/cadvisor/pull/3870

Full Changelog: https://github.com/google/cadvisor/compare/v0.56.2...v0.57.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track cadvisor

Get notified when new releases ship.

Sign up free

About cadvisor

Analyzes resource usage and performance characteristics of running containers.

All releases →

Beta — feedback welcome: [email protected]