cAdvisor - v0.48.0

Security

What's Changed

  • deps: Move from cloud.google.com/go/compute -> cloud.google.com/go by @bobbypage in https://github.com/google/cadvisor/pull/3230
  • dockerfile: Fix typo in go build tags. by @Creatone in https://github.com/google/cadvisor/pull/3237
  • Revert "dockerfile: Fix typo in go build tags." by @bobbypage in https://github.com/google/cadvisor/pull/3250
  • Update build script and golang CI-lint by @bobbypage in https://github.com/google/cadvisor/pull/3256
  • Decreasing verbosity level for "Cannot read vendor id correctly, set empty" by @iwankgb in https://github.com/google/cadvisor/pull/3249
  • build: bump golang to 1.20 by @bobbypage in https://github.com/google/cadvisor/pull/3258
  • readme: Update Creatone contributor info. by @Creatone in https://github.com/google/cadvisor/pull/3265
  • reduce useless check in resctrl file system by @Rouzip in https://github.com/google/cadvisor/pull/3264
  • Fix comment to refer to correct client by @eldondev in https://github.com/google/cadvisor/pull/3261
  • Fix CVE-2022-27664 by @iwankgb in https://github.com/google/cadvisor/pull/3248
  • add nerdctl to ignoredDevices by @Rouzip in https://github.com/google/cadvisor/pull/3267
  • nvm: Decrease the "no nvm devices" warning log. by @Creatone in https://github.com/google/cadvisor/pull/3268
  • Fix asset build by @bobbypage in https://github.com/google/cadvisor/pull/3283
  • feat(logging): add verbosity to non-NUMA node warning by @j1mbl3s in https://github.com/google/cadvisor/pull/3282
  • Set containerd grpc.MaxCallRecvMsgSize to 16MB by @gjkim42 in https://github.com/google/cadvisor/pull/3297
  • Request the pid of another container if current pid is not longer valid by @harche in https://github.com/google/cadvisor/pull/3301
  • Add s390x support for docker image by @srajmane in https://github.com/google/cadvisor/pull/3163
  • Add crio client timeout by @VicThomas-Medallia in https://github.com/google/cadvisor/pull/3308
  • Bugfix: MachineInfo Clone() to also clone "SwapCapacity" by @iholder101 in https://github.com/google/cadvisor/pull/3293
  • Optimize network metrics collection by @kolyshkin in https://github.com/google/cadvisor/pull/3302
  • Updating minimum Go version to 1.19 by @iwankgb in https://github.com/google/cadvisor/pull/3304
  • Update actions/checkout to v3 by @kishen-v in https://github.com/google/cadvisor/pull/3324
  • Update dependencies by @bobbypage in https://github.com/google/cadvisor/pull/3333
  • Determine online CPUs from a standard source. by @kishen-v in https://github.com/google/cadvisor/pull/3318
  • Fix flags typo by @caiocfer in https://github.com/google/cadvisor/pull/3327
  • Upgrade to blang/semver/v4 v4.0.0 by @skitt in https://github.com/google/cadvisor/pull/3078
  • fix: add space trimming for label allowlist by @oif in https://github.com/google/cadvisor/pull/3325
  • Podman support. by @Creatone in https://github.com/google/cadvisor/pull/3021
  • Avoid repeated message when not scrapping root container metrics by @iwankgb in https://github.com/google/cadvisor/pull/3341
  • Add a metric for machine swap capacity by @iholder101 in https://github.com/google/cadvisor/pull/3339
  • docs(deploy/k8s): remote build for kustomize by @Dentrax in https://github.com/google/cadvisor/pull/3335
  • export-memory-kernal-usage by @9bany in https://github.com/google/cadvisor/pull/3306
  • fix: fix cgo memory leak&fix typo issue by @Rouzip in https://github.com/google/cadvisor/pull/3346
  • fix performance degradation of NFS by @fusida in https://github.com/google/cadvisor/pull/3351
  • reduce inotify watch by @MingZhang-YBPS in https://github.com/google/cadvisor/pull/3354
  • remove the check for the existence of NFS files by @fusida in https://github.com/google/cadvisor/pull/3358
  • sysinfo: Ignore "hidden" sysfs device entries by @sagigrimberg in https://github.com/google/cadvisor/pull/3260
  • Update genproto dependency to isolated submodule by @liggitt in https://github.com/google/cadvisor/pull/3364
  • Bump golang ci lint to v1.54.1 and switch to registry.k8s.io images by @bobbypage in https://github.com/google/cadvisor/pull/3380
  • vendor: bump runc to 1.1.9 by @haircommander in https://github.com/google/cadvisor/pull/3373
  • fix: error message typo by @0o001 in https://github.com/google/cadvisor/pull/3382
  • container/libcontainer: Improve limits file parsing perf by @brancz in https://github.com/google/cadvisor/pull/3396
  • Go 1.21 compatibility: Set verbosity after flag definition by @frebib in https://github.com/google/cadvisor/pull/3384
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /cmd by @dependabot in https://github.com/google/cadvisor/pull/3367
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in https://github.com/google/cadvisor/pull/3366
  • Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible in /cmd by @dependabot in https://github.com/google/cadvisor/pull/3369
  • build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 in /cmd by @dependabot in https://github.com/google/cadvisor/pull/3392
  • Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible by @dependabot in https://github.com/google/cadvisor/pull/3368
  • build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 by @dependabot in https://github.com/google/cadvisor/pull/3391
  • No NVM devices: information should be logged on increased verbosity only by @iwankgb in https://github.com/google/cadvisor/pull/3359
  • manager: require higher verbosity level for container info misses by @hhromic in https://github.com/google/cadvisor/pull/3412
  • build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /cmd by @dependabot in https://github.com/google/cadvisor/pull/3413
  • fix: variable naming by @ls-2018 in https://github.com/google/cadvisor/pull/3294
  • add ignored device by @Rouzip in https://github.com/google/cadvisor/pull/3272
  • Adjust the log level of Initialize Plugins by @yangjunmyfm192085 in https://github.com/google/cadvisor/pull/3361
  • container: skip checking for files in non-existent directories. by @filippog in https://github.com/google/cadvisor/pull/3410

New Contributors

  • @Rouzip made their first contribution in https://github.com/google/cadvisor/pull/3264
  • @eldondev made their first contribution in https://github.com/google/cadvisor/pull/3261
  • @j1mbl3s made their first contribution in https://github.com/google/cadvisor/pull/3282
  • @srajmane made their first contribution in https://github.com/google/cadvisor/pull/3163
  • @VicThomas-Medallia made their first contribution in https://github.com/google/cadvisor/pull/3308
  • @iholder101 made their first contribution in https://github.com/google/cadvisor/pull/3293
  • @kishen-v made their first contribution in https://github.com/google/cadvisor/pull/3324
  • @caiocfer made their first contribution in https://github.com/google/cadvisor/pull/3327
  • @skitt made their first contribution in https://github.com/google/cadvisor/pull/3078
  • @oif made their first contribution in https://github.com/google/cadvisor/pull/3325
  • @Dentrax made their first contribution in https://github.com/google/cadvisor/pull/3335
  • @9bany made their first contribution in https://github.com/google/cadvisor/pull/3306
  • @fusida made their first contribution in https://github.com/google/cadvisor/pull/3351
  • @MingZhang-YBPS made their first contribution in https://github.com/google/cadvisor/pull/3354
  • @sagigrimberg made their first contribution in https://github.com/google/cadvisor/pull/3260
  • @0o001 made their first contribution in https://github.com/google/cadvisor/pull/3382
  • @brancz made their first contribution in https://github.com/google/cadvisor/pull/3396
  • @frebib made their first contribution in https://github.com/google/cadvisor/pull/3384
  • @dependabot made their first contribution in https://github.com/google/cadvisor/pull/3367
  • @hhromic made their first contribution in https://github.com/google/cadvisor/pull/3412
  • @ls-2018 made their first contribution in https://github.com/google/cadvisor/pull/3294
  • @filippog made their first contribution in https://github.com/google/cadvisor/pull/3410

Full Changelog: https://github.com/google/cadvisor/compare/v0.47.0...v0.48.0


Details

date
Oct. 31, 2023, 2:36 a.m.
name
v0.48.0
type
Minor
👇
Register or login to:
  • 🔍View and search all cAdvisor releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or