Update ghcr.io/google/cadvisor Docker tag to v0.55.0 #613

Merged
AverageMarcus merged 1 commits from renovate/ghcr.io-google-cadvisor-0.x into master 2025-12-19 10:29:37 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/google/cadvisor minor 0.54.10.55.0

Release Notes

google/cadvisor (ghcr.io/google/cadvisor)

v0.55.0: cAdvisor v0.55.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/google/cadvisor/compare/v0.54.1...v0.55.0

What's Changed

New Contributors

Full Changelog: https://github.com/google/cadvisor/compare/v0.54.1...v0.55.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/google/cadvisor](https://github.com/google/cadvisor) | minor | `0.54.1` → `0.55.0` | --- ### Release Notes <details> <summary>google/cadvisor (ghcr.io/google/cadvisor)</summary> ### [`v0.55.0`](https://github.com/google/cadvisor/releases/tag/v0.55.0): cAdvisor v0.55.0 [Compare Source](https://github.com/google/cadvisor/compare/v0.54.1...v0.55.0) #### What's Changed - Reduce lock contention in manager package by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3756](https://github.com/google/cadvisor/pull/3756) - container/podman: fix `zfsFilesystem` and `zfsParent` being swapped. by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3765](https://github.com/google/cadvisor/pull/3765) - devicemapper: use atomic.Value for lock-free cache reads by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3764](https://github.com/google/cadvisor/pull/3764) - Reduce lock contention in cache/memory package by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3762](https://github.com/google/cadvisor/pull/3762) - zfs: use atomic.Value for lock-free cache reads by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3763](https://github.com/google/cadvisor/pull/3763) - fix: docker health check status not updating by [@&#8203;thielepaul](https://github.com/thielepaul) in [#&#8203;3760](https://github.com/google/cadvisor/pull/3760) - align docker and podman implementations by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3761](https://github.com/google/cadvisor/pull/3761) - disable CGO for fully static binaries by [@&#8203;corporate-gadfly](https://github.com/corporate-gadfly) in [#&#8203;3770](https://github.com/google/cadvisor/pull/3770) - close stale PRs and Issues by [@&#8203;dims](https://github.com/dims) in [#&#8203;3773](https://github.com/google/cadvisor/pull/3773) - refactor(container): Migrate to std lib context package by [@&#8203;Rahul-Lashkari](https://github.com/Rahul-Lashkari) in [#&#8203;3771](https://github.com/google/cadvisor/pull/3771) - add workflow\_dispatch to stale github action by [@&#8203;dims](https://github.com/dims) in [#&#8203;3774](https://github.com/google/cadvisor/pull/3774) - plugin factory: remove useless RegisterPlugin log output by [@&#8203;pohly](https://github.com/pohly) in [#&#8203;3778](https://github.com/google/cadvisor/pull/3778) - feat(summary): add count in percentiles by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3729](https://github.com/google/cadvisor/pull/3729) - machine: fixes for unix.Uname use by [@&#8203;tklauser](https://github.com/tklauser) in [#&#8203;3775](https://github.com/google/cadvisor/pull/3775) - feat: add LoadTaskProcess api in containerd client by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3723](https://github.com/google/cadvisor/pull/3723) - feat: add exit code in container deletion events by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3779](https://github.com/google/cadvisor/pull/3779) - feat: add CRI-O integration tests by [@&#8203;dims](https://github.com/dims) in [#&#8203;3784](https://github.com/google/cadvisor/pull/3784) - test: reorganize integration tests and add CRI-O test coverage by [@&#8203;dims](https://github.com/dims) in [#&#8203;3785](https://github.com/google/cadvisor/pull/3785) - refactor: remove duplicate tests from api package and add missing CRI-O tests by [@&#8203;dims](https://github.com/dims) in [#&#8203;3786](https://github.com/google/cadvisor/pull/3786) - fix: update golang.org/x/crypto to v0.45.0 to fix security vulnerabilities by [@&#8203;dims](https://github.com/dims) in [#&#8203;3787](https://github.com/google/cadvisor/pull/3787) - container/(docker|podman): rewrite obtaining IP-address by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3768](https://github.com/google/cadvisor/pull/3768) - Upgrade GitHub Actions to latest versions by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;3792](https://github.com/google/cadvisor/pull/3792) - Upgrade GitHub Actions for Node 24 compatibility by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;3791](https://github.com/google/cadvisor/pull/3791) - feat: add fs io cost metrics by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3782](https://github.com/google/cadvisor/pull/3782) - go.mod: github.com/docker/go-connections v0.6.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3767](https://github.com/google/cadvisor/pull/3767) - fs: introduce pluggable filesystem architecture by [@&#8203;dims](https://github.com/dims) in [#&#8203;3794](https://github.com/google/cadvisor/pull/3794) - Apply build tags liberally for supported environments (linux) by [@&#8203;dims](https://github.com/dims) in [#&#8203;3798](https://github.com/google/cadvisor/pull/3798) - Replace godirwalk with os.ReadDir from standard library by [@&#8203;dims](https://github.com/dims) in [#&#8203;3800](https://github.com/google/cadvisor/pull/3800) - feat: add cpu burst metrics by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3795](https://github.com/google/cadvisor/pull/3795) #### New Contributors - [@&#8203;dgrisonnet](https://github.com/dgrisonnet) made their first contribution in [#&#8203;3756](https://github.com/google/cadvisor/pull/3756) - [@&#8203;thielepaul](https://github.com/thielepaul) made their first contribution in [#&#8203;3760](https://github.com/google/cadvisor/pull/3760) - [@&#8203;corporate-gadfly](https://github.com/corporate-gadfly) made their first contribution in [#&#8203;3770](https://github.com/google/cadvisor/pull/3770) - [@&#8203;Rahul-Lashkari](https://github.com/Rahul-Lashkari) made their first contribution in [#&#8203;3771](https://github.com/google/cadvisor/pull/3771) - [@&#8203;pohly](https://github.com/pohly) made their first contribution in [#&#8203;3778](https://github.com/google/cadvisor/pull/3778) - [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) made their first contribution in [#&#8203;3729](https://github.com/google/cadvisor/pull/3729) - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;3792](https://github.com/google/cadvisor/pull/3792) **Full Changelog**: <https://github.com/google/cadvisor/compare/v0.54.1...v0.55.0> #### What's Changed - Reduce lock contention in manager package by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3756](https://github.com/google/cadvisor/pull/3756) - container/podman: fix `zfsFilesystem` and `zfsParent` being swapped. by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3765](https://github.com/google/cadvisor/pull/3765) - devicemapper: use atomic.Value for lock-free cache reads by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3764](https://github.com/google/cadvisor/pull/3764) - Reduce lock contention in cache/memory package by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3762](https://github.com/google/cadvisor/pull/3762) - zfs: use atomic.Value for lock-free cache reads by [@&#8203;dgrisonnet](https://github.com/dgrisonnet) in [#&#8203;3763](https://github.com/google/cadvisor/pull/3763) - fix: docker health check status not updating by [@&#8203;thielepaul](https://github.com/thielepaul) in [#&#8203;3760](https://github.com/google/cadvisor/pull/3760) - align docker and podman implementations by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3761](https://github.com/google/cadvisor/pull/3761) - disable CGO for fully static binaries by [@&#8203;corporate-gadfly](https://github.com/corporate-gadfly) in [#&#8203;3770](https://github.com/google/cadvisor/pull/3770) - close stale PRs and Issues by [@&#8203;dims](https://github.com/dims) in [#&#8203;3773](https://github.com/google/cadvisor/pull/3773) - refactor(container): Migrate to std lib context package by [@&#8203;Rahul-Lashkari](https://github.com/Rahul-Lashkari) in [#&#8203;3771](https://github.com/google/cadvisor/pull/3771) - add workflow\_dispatch to stale github action by [@&#8203;dims](https://github.com/dims) in [#&#8203;3774](https://github.com/google/cadvisor/pull/3774) - plugin factory: remove useless RegisterPlugin log output by [@&#8203;pohly](https://github.com/pohly) in [#&#8203;3778](https://github.com/google/cadvisor/pull/3778) - feat(summary): add count in percentiles by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3729](https://github.com/google/cadvisor/pull/3729) - machine: fixes for unix.Uname use by [@&#8203;tklauser](https://github.com/tklauser) in [#&#8203;3775](https://github.com/google/cadvisor/pull/3775) - feat: add LoadTaskProcess api in containerd client by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3723](https://github.com/google/cadvisor/pull/3723) - feat: add exit code in container deletion events by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3779](https://github.com/google/cadvisor/pull/3779) - feat: add CRI-O integration tests by [@&#8203;dims](https://github.com/dims) in [#&#8203;3784](https://github.com/google/cadvisor/pull/3784) - test: reorganize integration tests and add CRI-O test coverage by [@&#8203;dims](https://github.com/dims) in [#&#8203;3785](https://github.com/google/cadvisor/pull/3785) - refactor: remove duplicate tests from api package and add missing CRI-O tests by [@&#8203;dims](https://github.com/dims) in [#&#8203;3786](https://github.com/google/cadvisor/pull/3786) - fix: update golang.org/x/crypto to v0.45.0 to fix security vulnerabilities by [@&#8203;dims](https://github.com/dims) in [#&#8203;3787](https://github.com/google/cadvisor/pull/3787) - container/(docker|podman): rewrite obtaining IP-address by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3768](https://github.com/google/cadvisor/pull/3768) - Upgrade GitHub Actions to latest versions by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;3792](https://github.com/google/cadvisor/pull/3792) - Upgrade GitHub Actions for Node 24 compatibility by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;3791](https://github.com/google/cadvisor/pull/3791) - feat: add fs io cost metrics by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3782](https://github.com/google/cadvisor/pull/3782) - go.mod: github.com/docker/go-connections v0.6.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;3767](https://github.com/google/cadvisor/pull/3767) - fs: introduce pluggable filesystem architecture by [@&#8203;dims](https://github.com/dims) in [#&#8203;3794](https://github.com/google/cadvisor/pull/3794) - Apply build tags liberally for supported environments (linux) by [@&#8203;dims](https://github.com/dims) in [#&#8203;3798](https://github.com/google/cadvisor/pull/3798) - Replace godirwalk with os.ReadDir from standard library by [@&#8203;dims](https://github.com/dims) in [#&#8203;3800](https://github.com/google/cadvisor/pull/3800) - feat: add cpu burst metrics by [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) in [#&#8203;3795](https://github.com/google/cadvisor/pull/3795) #### New Contributors - [@&#8203;dgrisonnet](https://github.com/dgrisonnet) made their first contribution in [#&#8203;3756](https://github.com/google/cadvisor/pull/3756) - [@&#8203;thielepaul](https://github.com/thielepaul) made their first contribution in [#&#8203;3760](https://github.com/google/cadvisor/pull/3760) - [@&#8203;corporate-gadfly](https://github.com/corporate-gadfly) made their first contribution in [#&#8203;3770](https://github.com/google/cadvisor/pull/3770) - [@&#8203;Rahul-Lashkari](https://github.com/Rahul-Lashkari) made their first contribution in [#&#8203;3771](https://github.com/google/cadvisor/pull/3771) - [@&#8203;pohly](https://github.com/pohly) made their first contribution in [#&#8203;3778](https://github.com/google/cadvisor/pull/3778) - [@&#8203;sambhav-jain-16](https://github.com/sambhav-jain-16) made their first contribution in [#&#8203;3729](https://github.com/google/cadvisor/pull/3729) - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;3792](https://github.com/google/cadvisor/pull/3792) **Full Changelog**: <https://github.com/google/cadvisor/compare/v0.54.1...v0.55.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-12-19 03:06:35 +00:00
AverageMarcus merged commit bfbcaefb3e into master 2025-12-19 10:29:37 +00:00
AverageMarcus deleted branch renovate/ghcr.io-google-cadvisor-0.x 2025-12-19 10:29:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#613