Skip to content

Releases: google/cadvisor

cAdvisor v0.57.0

14 May 15:14

Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.56.2...v0.57.0

What's Changed

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

New Contributors

Full Changelog: v0.56.2...v0.57.0

cAdvisor v0.56.2

16 Jan 14:47

Choose a tag to compare

What's Changed

  • docker: fix nil pointer dereference when GraphDriver is nil by @dims in #3816

Full Changelog: v0.56.1...v0.56.2

What's Changed

  • docker: fix nil pointer dereference when GraphDriver is nil by @dims in #3816

Full Changelog: v0.56.1...v0.56.2

cAdvisor v0.56.1

15 Jan 22:59

Choose a tag to compare

What's Changed

  • Fixing entrypoint- and healthcheck script in container by @benji2k2 in #3814

Full Changelog: v0.56.0...v0.56.1

What's Changed

  • Fixing entrypoint- and healthcheck script in container by @benji2k2 in #3814

Full Changelog: v0.56.0...v0.56.1

cAdvisor v0.56.0

15 Jan 13:56

Choose a tag to compare

Upgrade

What's Changed

New Contributors

Full Changelog: v0.55.1...v0.56.0

What's Changed

New Contributors

Full Changelog: v0.55.1...v0.56.0

cAdvisor v0.55.1

19 Dec 20:20

Choose a tag to compare

What's Changed

  • manager: fix race condition in Stop() using sync.Once by @dims in #3803

Full Changelog: v0.55.0...v0.55.1

What's Changed

  • manager: fix race condition in Stop() using sync.Once by @dims in #3803

Full Changelog: v0.55.0...v0.55.1

cAdvisor v0.55.0

18 Dec 16:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.54.1...v0.55.0

What's Changed

New Contributors

Full Changelog: v0.54.1...v0.55.0

cAdvisor v0.54.1

04 Dec 13:19

Choose a tag to compare

What's Changed

  • chore: update cAdvisor image registry and version in DaemonSet by @kahirokunn in #3732
  • ci: update Ubuntu version to 24.04 in GitHub Actions workflows by @dims in #3754
  • chore: re-enable golangci-lint checks and fix violations by @dims in #3755
  • container/docker: GetStats: prevent nil-pointer by @thaJeztah in #3759

New Contributors

Full Changelog: v0.54.0...v0.54.1

What's Changed

  • chore: update cAdvisor image registry and version in DaemonSet by @kahirokunn in #3732
  • ci: update Ubuntu version to 24.04 in GitHub Actions workflows by @dims in #3754
  • chore: re-enable golangci-lint checks and fix violations by @dims in #3755
  • container/docker: GetStats: prevent nil-pointer by @thaJeztah in #3759

New Contributors

Full Changelog: v0.54.0...v0.54.1

cAdvisor v0.54.0

02 Dec 21:59

Choose a tag to compare

What's Changed

  • Let us try to use ghcr.io for container images by @dims in #3699
  • Add a GH action to create release binaries by @dims in #3700
  • use qemu/docker to build arch specific binaries by @dims in #3701
  • add -buildvcs=false to GH action by @dims in #3702
  • fix(3643) add containerd-snapshotter support by @dillon-giacoppo in #3709
  • Update README.md with latest Docker image version and registry by @eneiss in #3740
  • Rebase to alpine 3.22, install thin-provisioning-tools from main repo by @aptalca in #3705
  • feat: add metric for container health check status (DOCKER-Specific!) by @mateuszdrab in #3640
  • Update golang and deps by @dims in #3753

New Contributors

Full Changelog: v0.53.0...v0.54.0

What's Changed

  • Let us try to use ghcr.io for container images by @dims in #3699
  • Add a GH action to create release binaries by @dims in #3700
  • use qemu/docker to build arch specific binaries by @dims in #3701
  • add -buildvcs=false to GH action by @dims in #3702
  • fix(3643) add containerd-snapshotter support by @dillon-giacoppo in #3709
  • Update README.md with latest Docker image version and registry by @eneiss in #3740
  • Rebase to alpine 3.22, install thin-provisioning-tools from main repo by @aptalca in #3705
  • feat: add metric for container health check status (DOCKER-Specific!) by @mateuszdrab in #3640
  • Update golang and deps by @dims in #3753

New Contributors

Full Changelog: v0.53.0...v0.54.0

cAdvisor v0.53.0

05 Jun 15:02
85d18c6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.52.1...v0.53.0

v0.52.1 - second cut to support kubernetes 1.33

05 Mar 02:20

Choose a tag to compare

What's Changed

  • Make resctrl optional/pluggable by @dims in #3668

Full Changelog: v0.52.0...v0.52.1

Multi Arch Container Image:
gcr.io/cadvisor/cadvisor:v0.52.1

Architecture Specific Container Images:
gcr.io/cadvisor/cadvisor-arm:v0.52.1
gcr.io/cadvisor/cadvisor-arm64:v0.52.1
gcr.io/cadvisor/cadvisor-s390x:v0.52.1
gcr.io/cadvisor/cadvisor-amd64:v0.52.1

Binaries:
SHA256 (./cadvisor-v0.52.1-linux-s390x) = fbf8ee2c2bf553b424e124cb881ffa321af9754562fb88bfb84336801fb76d44
SHA256 (./cadvisor-v0.52.1-linux-arm64) = 56ad56304b2829747b455d1f6e7afc1dd6c0db415bb302c584f5b6079b195dda
SHA256 (./cadvisor-v0.52.1-linux-arm) = db350f846647c62435c477c79885d675d91bf763e8729736a8b7ba8f0a9d3147
SHA256 (./cadvisor-v0.52.1-linux-amd64) = 37b04a2c2e939966ff8ea17628afda5f3a24ca647be36b3ba3748ed016a15ecc