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 [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3756](https://github.com/google/cadvisor/pull/3756)
- container/podman: fix `zfsFilesystem` and `zfsParent` being swapped. by [@​thaJeztah](https://github.com/thaJeztah) in [#​3765](https://github.com/google/cadvisor/pull/3765)
- devicemapper: use atomic.Value for lock-free cache reads by [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3764](https://github.com/google/cadvisor/pull/3764)
- Reduce lock contention in cache/memory package by [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3762](https://github.com/google/cadvisor/pull/3762)
- zfs: use atomic.Value for lock-free cache reads by [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3763](https://github.com/google/cadvisor/pull/3763)
- fix: docker health check status not updating by [@​thielepaul](https://github.com/thielepaul) in [#​3760](https://github.com/google/cadvisor/pull/3760)
- align docker and podman implementations by [@​thaJeztah](https://github.com/thaJeztah) in [#​3761](https://github.com/google/cadvisor/pull/3761)
- disable CGO for fully static binaries by [@​corporate-gadfly](https://github.com/corporate-gadfly) in [#​3770](https://github.com/google/cadvisor/pull/3770)
- close stale PRs and Issues by [@​dims](https://github.com/dims) in [#​3773](https://github.com/google/cadvisor/pull/3773)
- refactor(container): Migrate to std lib context package by [@​Rahul-Lashkari](https://github.com/Rahul-Lashkari) in [#​3771](https://github.com/google/cadvisor/pull/3771)
- add workflow\_dispatch to stale github action by [@​dims](https://github.com/dims) in [#​3774](https://github.com/google/cadvisor/pull/3774)
- plugin factory: remove useless RegisterPlugin log output by [@​pohly](https://github.com/pohly) in [#​3778](https://github.com/google/cadvisor/pull/3778)
- feat(summary): add count in percentiles by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3729](https://github.com/google/cadvisor/pull/3729)
- machine: fixes for unix.Uname use by [@​tklauser](https://github.com/tklauser) in [#​3775](https://github.com/google/cadvisor/pull/3775)
- feat: add LoadTaskProcess api in containerd client by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3723](https://github.com/google/cadvisor/pull/3723)
- feat: add exit code in container deletion events by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3779](https://github.com/google/cadvisor/pull/3779)
- feat: add CRI-O integration tests by [@​dims](https://github.com/dims) in [#​3784](https://github.com/google/cadvisor/pull/3784)
- test: reorganize integration tests and add CRI-O test coverage by [@​dims](https://github.com/dims) in [#​3785](https://github.com/google/cadvisor/pull/3785)
- refactor: remove duplicate tests from api package and add missing CRI-O tests by [@​dims](https://github.com/dims) in [#​3786](https://github.com/google/cadvisor/pull/3786)
- fix: update golang.org/x/crypto to v0.45.0 to fix security vulnerabilities by [@​dims](https://github.com/dims) in [#​3787](https://github.com/google/cadvisor/pull/3787)
- container/(docker|podman): rewrite obtaining IP-address by [@​thaJeztah](https://github.com/thaJeztah) in [#​3768](https://github.com/google/cadvisor/pull/3768)
- Upgrade GitHub Actions to latest versions by [@​salmanmkc](https://github.com/salmanmkc) in [#​3792](https://github.com/google/cadvisor/pull/3792)
- Upgrade GitHub Actions for Node 24 compatibility by [@​salmanmkc](https://github.com/salmanmkc) in [#​3791](https://github.com/google/cadvisor/pull/3791)
- feat: add fs io cost metrics by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3782](https://github.com/google/cadvisor/pull/3782)
- go.mod: github.com/docker/go-connections v0.6.0 by [@​thaJeztah](https://github.com/thaJeztah) in [#​3767](https://github.com/google/cadvisor/pull/3767)
- fs: introduce pluggable filesystem architecture by [@​dims](https://github.com/dims) in [#​3794](https://github.com/google/cadvisor/pull/3794)
- Apply build tags liberally for supported environments (linux) by [@​dims](https://github.com/dims) in [#​3798](https://github.com/google/cadvisor/pull/3798)
- Replace godirwalk with os.ReadDir from standard library by [@​dims](https://github.com/dims) in [#​3800](https://github.com/google/cadvisor/pull/3800)
- feat: add cpu burst metrics by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3795](https://github.com/google/cadvisor/pull/3795)
#### New Contributors
- [@​dgrisonnet](https://github.com/dgrisonnet) made their first contribution in [#​3756](https://github.com/google/cadvisor/pull/3756)
- [@​thielepaul](https://github.com/thielepaul) made their first contribution in [#​3760](https://github.com/google/cadvisor/pull/3760)
- [@​corporate-gadfly](https://github.com/corporate-gadfly) made their first contribution in [#​3770](https://github.com/google/cadvisor/pull/3770)
- [@​Rahul-Lashkari](https://github.com/Rahul-Lashkari) made their first contribution in [#​3771](https://github.com/google/cadvisor/pull/3771)
- [@​pohly](https://github.com/pohly) made their first contribution in [#​3778](https://github.com/google/cadvisor/pull/3778)
- [@​sambhav-jain-16](https://github.com/sambhav-jain-16) made their first contribution in [#​3729](https://github.com/google/cadvisor/pull/3729)
- [@​salmanmkc](https://github.com/salmanmkc) made their first contribution in [#​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 [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3756](https://github.com/google/cadvisor/pull/3756)
- container/podman: fix `zfsFilesystem` and `zfsParent` being swapped. by [@​thaJeztah](https://github.com/thaJeztah) in [#​3765](https://github.com/google/cadvisor/pull/3765)
- devicemapper: use atomic.Value for lock-free cache reads by [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3764](https://github.com/google/cadvisor/pull/3764)
- Reduce lock contention in cache/memory package by [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3762](https://github.com/google/cadvisor/pull/3762)
- zfs: use atomic.Value for lock-free cache reads by [@​dgrisonnet](https://github.com/dgrisonnet) in [#​3763](https://github.com/google/cadvisor/pull/3763)
- fix: docker health check status not updating by [@​thielepaul](https://github.com/thielepaul) in [#​3760](https://github.com/google/cadvisor/pull/3760)
- align docker and podman implementations by [@​thaJeztah](https://github.com/thaJeztah) in [#​3761](https://github.com/google/cadvisor/pull/3761)
- disable CGO for fully static binaries by [@​corporate-gadfly](https://github.com/corporate-gadfly) in [#​3770](https://github.com/google/cadvisor/pull/3770)
- close stale PRs and Issues by [@​dims](https://github.com/dims) in [#​3773](https://github.com/google/cadvisor/pull/3773)
- refactor(container): Migrate to std lib context package by [@​Rahul-Lashkari](https://github.com/Rahul-Lashkari) in [#​3771](https://github.com/google/cadvisor/pull/3771)
- add workflow\_dispatch to stale github action by [@​dims](https://github.com/dims) in [#​3774](https://github.com/google/cadvisor/pull/3774)
- plugin factory: remove useless RegisterPlugin log output by [@​pohly](https://github.com/pohly) in [#​3778](https://github.com/google/cadvisor/pull/3778)
- feat(summary): add count in percentiles by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3729](https://github.com/google/cadvisor/pull/3729)
- machine: fixes for unix.Uname use by [@​tklauser](https://github.com/tklauser) in [#​3775](https://github.com/google/cadvisor/pull/3775)
- feat: add LoadTaskProcess api in containerd client by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3723](https://github.com/google/cadvisor/pull/3723)
- feat: add exit code in container deletion events by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3779](https://github.com/google/cadvisor/pull/3779)
- feat: add CRI-O integration tests by [@​dims](https://github.com/dims) in [#​3784](https://github.com/google/cadvisor/pull/3784)
- test: reorganize integration tests and add CRI-O test coverage by [@​dims](https://github.com/dims) in [#​3785](https://github.com/google/cadvisor/pull/3785)
- refactor: remove duplicate tests from api package and add missing CRI-O tests by [@​dims](https://github.com/dims) in [#​3786](https://github.com/google/cadvisor/pull/3786)
- fix: update golang.org/x/crypto to v0.45.0 to fix security vulnerabilities by [@​dims](https://github.com/dims) in [#​3787](https://github.com/google/cadvisor/pull/3787)
- container/(docker|podman): rewrite obtaining IP-address by [@​thaJeztah](https://github.com/thaJeztah) in [#​3768](https://github.com/google/cadvisor/pull/3768)
- Upgrade GitHub Actions to latest versions by [@​salmanmkc](https://github.com/salmanmkc) in [#​3792](https://github.com/google/cadvisor/pull/3792)
- Upgrade GitHub Actions for Node 24 compatibility by [@​salmanmkc](https://github.com/salmanmkc) in [#​3791](https://github.com/google/cadvisor/pull/3791)
- feat: add fs io cost metrics by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3782](https://github.com/google/cadvisor/pull/3782)
- go.mod: github.com/docker/go-connections v0.6.0 by [@​thaJeztah](https://github.com/thaJeztah) in [#​3767](https://github.com/google/cadvisor/pull/3767)
- fs: introduce pluggable filesystem architecture by [@​dims](https://github.com/dims) in [#​3794](https://github.com/google/cadvisor/pull/3794)
- Apply build tags liberally for supported environments (linux) by [@​dims](https://github.com/dims) in [#​3798](https://github.com/google/cadvisor/pull/3798)
- Replace godirwalk with os.ReadDir from standard library by [@​dims](https://github.com/dims) in [#​3800](https://github.com/google/cadvisor/pull/3800)
- feat: add cpu burst metrics by [@​sambhav-jain-16](https://github.com/sambhav-jain-16) in [#​3795](https://github.com/google/cadvisor/pull/3795)
#### New Contributors
- [@​dgrisonnet](https://github.com/dgrisonnet) made their first contribution in [#​3756](https://github.com/google/cadvisor/pull/3756)
- [@​thielepaul](https://github.com/thielepaul) made their first contribution in [#​3760](https://github.com/google/cadvisor/pull/3760)
- [@​corporate-gadfly](https://github.com/corporate-gadfly) made their first contribution in [#​3770](https://github.com/google/cadvisor/pull/3770)
- [@​Rahul-Lashkari](https://github.com/Rahul-Lashkari) made their first contribution in [#​3771](https://github.com/google/cadvisor/pull/3771)
- [@​pohly](https://github.com/pohly) made their first contribution in [#​3778](https://github.com/google/cadvisor/pull/3778)
- [@​sambhav-jain-16](https://github.com/sambhav-jain-16) made their first contribution in [#​3729](https://github.com/google/cadvisor/pull/3729)
- [@​salmanmkc](https://github.com/salmanmkc) made their first contribution in [#​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-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
0.54.1→0.55.0Release Notes
google/cadvisor (ghcr.io/google/cadvisor)
v0.55.0: cAdvisor v0.55.0Compare Source
What's Changed
zfsFilesystemandzfsParentbeing swapped. by @thaJeztah in #3765New Contributors
Full Changelog: https://github.com/google/cadvisor/compare/v0.54.1...v0.55.0
What's Changed
zfsFilesystemandzfsParentbeing swapped. by @thaJeztah in #3765New 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.
This PR has been generated by Renovate Bot.