Update gcr.io/cadvisor/cadvisor Docker tag to v0.52.1
Automtated patch upgrade of cAdvisor Docker container by means of Watchtower and Portainer GitOps.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
gcr.io/cadvisor/cadvisor | minor | v0.49.2 -> v0.52.1 |
Release Notes
google/cadvisor (gcr.io/cadvisor/cadvisor)
v0.52.1
: - first cut to support kubernetes 1.33
What's Changed
- Make resctrl optional/pluggable by @dims in https://github.com/google/cadvisor/pull/3668
Full Changelog: https://github.com/google/cadvisor/compare/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
v0.51.0
What's Changed
- address another nil ptr check in podmanFactory.CanHandleAndAccept() by @char8 in https://github.com/google/cadvisor/pull/3566
- sysfs: trim spaces in device hidden check by @clwluvw in https://github.com/google/cadvisor/pull/3522
- Avoid linting in Prow CI jobs by @dims in https://github.com/google/cadvisor/pull/3608
- Drop unused setNetworkStats by @dims in https://github.com/google/cadvisor/pull/3609
New Contributors
- @char8 made their first contribution in https://github.com/google/cadvisor/pull/3566
- @clwluvw made their first contribution in https://github.com/google/cadvisor/pull/3522
Full Changelog: https://github.com/google/cadvisor/compare/v0.50.0...v0.51.0
Multi Arch Container Image:
gcr.io/cadvisor/cadvisor:v0.51.0
Architecture Specific Container Images:
gcr.io/cadvisor/cadvisor-arm:v0.51.0
gcr.io/cadvisor/cadvisor-arm64:v0.51.0
gcr.io/cadvisor/cadvisor-s390x:v0.51.0
gcr.io/cadvisor/cadvisor-amd64:v0.51.0
Binaries:
SHA256 (./cadvisor-v0.51.0-linux-arm64) = 518f05a7aeb122be88ecb0fa3fb905aa0840bb029cb08de0e4b523b7e8aae1e1
SHA256 (./cadvisor-v0.51.0-linux-s390x) = 08f3fd69ac8c4b167b110994c3df711c51875ed21eb818172dfd3cc285e958cd
SHA256 (./cadvisor-v0.51.0-linux-amd64) = cc3d2555f1eed948c5b3d448766107ba5ea90e9b5f8a06c60f010826fbb806a7
SHA256 (./cadvisor-v0.51.0-linux-arm) = 9df65d377f082a80c7f04b92badd16b141d8d3021e7c1f4929c5f89f95e8937b
v0.50.0
What's Changed
- Remove s390x support by @bobbypage in https://github.com/google/cadvisor/pull/3485
- build docker - add --provenance=false flag by @bobbypage in https://github.com/google/cadvisor/pull/3487
- chore: fix some typos in comments by @worrycare in https://github.com/google/cadvisor/pull/3509
- Update version number in README.md quick start example by @narbux in https://github.com/google/cadvisor/pull/3510
- build(deps): bump github.com/docker/docker from 20.10.27+incompatible to 24.0.9+incompatible in /cmd by @dependabot in https://github.com/google/cadvisor/pull/3504
- build(deps): bump github.com/docker/docker from 20.10.27+incompatible to 24.0.9+incompatible by @dependabot in https://github.com/google/cadvisor/pull/3505
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /cmd by @dependabot in https://github.com/google/cadvisor/pull/3499
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in https://github.com/google/cadvisor/pull/3498
- fix type of C.malloc in cgo by @cwangVT in https://github.com/google/cadvisor/pull/3480
- Remove non-existent psi_avg and psi_total from the docs by @bobrik in https://github.com/google/cadvisor/pull/3501
- fix broken link to docker document by @mghahari in https://github.com/google/cadvisor/pull/3496
- Using bookworm images by @iwankgb in https://github.com/google/cadvisor/pull/3540
- Update dependencies to latest by @dims in https://github.com/google/cadvisor/pull/3542
- Add s390/s390x CPU topology by @madeelibm in https://github.com/google/cadvisor/pull/3516
- Revert to docker/docker 26.1.4 by @skitt in https://github.com/google/cadvisor/pull/3553
- doc: fix TCPRcvCollapsed comment by @0x0034 in https://github.com/google/cadvisor/pull/3550
- CI: update busybox image to fix CI by @zhangguanzhang in https://github.com/google/cadvisor/pull/3559
- Expose Podman version info by @riyad in https://github.com/google/cadvisor/pull/3552
- Add s390x support again by @madeelibm in https://github.com/google/cadvisor/pull/3521
- feat: add metrics for total_active_file and total_inactive_file memory by @jrcichra in https://github.com/google/cadvisor/pull/3445
- Add uninterruptible metric load d by @j4ckstraw in https://github.com/google/cadvisor/pull/3555
- Avoiding nil pointer in podmanFactory.CanHandleAndAccept() by @iwankgb in https://github.com/google/cadvisor/pull/3562
- Migrate to AWS Go SDK v2 by @skitt in https://github.com/google/cadvisor/pull/3201
- Fix kubelet stuck issue due to hung fs #125298 by @pragvija in https://github.com/google/cadvisor/pull/3541
- build(deps): bump the go_modules group across 2 directories with 1 update by @dependabot in https://github.com/google/cadvisor/pull/3564
- use containerd/containerd/api module by @akhilerm in https://github.com/google/cadvisor/pull/3526
- Revert "reduce_logs_for_kubelet_use_crio" by @uablrek in https://github.com/google/cadvisor/pull/3565
New Contributors
- @worrycare made their first contribution in https://github.com/google/cadvisor/pull/3509
- @narbux made their first contribution in https://github.com/google/cadvisor/pull/3510
- @cwangVT made their first contribution in https://github.com/google/cadvisor/pull/3480
- @mghahari made their first contribution in https://github.com/google/cadvisor/pull/3496
- @madeelibm made their first contribution in https://github.com/google/cadvisor/pull/3516
- @0x0034 made their first contribution in https://github.com/google/cadvisor/pull/3550
- @zhangguanzhang made their first contribution in https://github.com/google/cadvisor/pull/3559
- @riyad made their first contribution in https://github.com/google/cadvisor/pull/3552
- @jrcichra made their first contribution in https://github.com/google/cadvisor/pull/3445
- @j4ckstraw made their first contribution in https://github.com/google/cadvisor/pull/3555
- @pragvija made their first contribution in https://github.com/google/cadvisor/pull/3541
- @akhilerm made their first contribution in https://github.com/google/cadvisor/pull/3526
- @uablrek made their first contribution in https://github.com/google/cadvisor/pull/3565
Full Changelog: https://github.com/google/cadvisor/compare/v0.49.0...v0.50.0
Multi Arch Container Image:
gcr.io/cadvisor/cadvisor:v0.50.0
Architecture Specific Container Images:
gcr.io/cadvisor/cadvisor-arm:v0.50.0
gcr.io/cadvisor/cadvisor-arm64:v0.50.0
gcr.io/cadvisor/cadvisor-s390x:v0.50.0
gcr.io/cadvisor/cadvisor-amd64:v0.50.0
Binaries:
SHA256 (./cadvisor-v0.50.0-linux-arm64) = 37c998d54dc0e8b1635d9be4c0ab15dfc3123aa41805ad0bd909c896d5a1a89b
SHA256 (./cadvisor-v0.50.0-linux-amd64) = c63976400ca980b4b34bd074ef93c5321650050e45e6dc4d0cb1baf7dc772639
SHA256 (./cadvisor-v0.50.0-linux-s390x) = 0886ad85af4c8940a6f315ab814de988538891d2e04719cbb2df343181b55760
SHA256 (./cadvisor-v0.50.0-linux-arm) = c6d72fe6d2004bb2ff1f7f2462692eed36295349a0f4dfd6dab9efae10e257f1