Skip to content

Commit dc2034c

Browse files
Update module github.com/shirou/gopsutil/v4 to v4.25.8 (#13743)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.25.7` -> `v4.25.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.7/v4.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary> ### [`v4.25.8`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.8) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.7...v4.25.8) <!-- Release notes generated using configuration in .github/release.yml at v4.25.8 --> ##### Important Change Starting from this release, `VirtualMemoryStat.Used` on Linux is now calculated based on `MemAvailable` in `meminfo`. This may cause a difference of approximately 6–10% compared to the previous calculation. To address this, we have introduced an opt-out mechanism. You can disable the new calculation by setting the context key `WillBeDeletedOptOutMemAvailableCalc` to `true`. Please note that this option is undocumented and **will be removed in six months** (Feb. 2026). For more details, see [#&#8203;1873](https://redirect.github.com/shirou/gopsutil/issues/1873) and [#&#8203;1882](https://redirect.github.com/shirou/gopsutil/issues/1882). ##### What's Changed ##### cpu - Do not return an error on unknown CPU stepping by [@&#8203;pgimalac](https://redirect.github.com/pgimalac) in [#&#8203;1895](https://redirect.github.com/shirou/gopsutil/pull/1895) - Remove common test helper to skip tests by [@&#8203;rosstimothy](https://redirect.github.com/rosstimothy) in [#&#8203;1894](https://redirect.github.com/shirou/gopsutil/pull/1894) - feat(cpu): add Neoverse-V2/\* other models by [@&#8203;gyuho](https://redirect.github.com/gyuho) in [#&#8203;1902](https://redirect.github.com/shirou/gopsutil/pull/1902) - \[cpu]\[mem]\[linux]: throw error on Readline failed by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1908](https://redirect.github.com/shirou/gopsutil/pull/1908) ##### disk - \[disk]\[process]\[freebsd]: remove binary.go from common by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1907](https://redirect.github.com/shirou/gopsutil/pull/1907) ##### mem - \[mem]\[linux]: Used calculated from Total and Available by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1882](https://redirect.github.com/shirou/gopsutil/pull/1882) ##### process - process: Fix data race on darwin by [@&#8203;prashantv](https://redirect.github.com/prashantv) in [#&#8203;1901](https://redirect.github.com/shirou/gopsutil/pull/1901) ##### Other Changes - chore: enable fatcontext linter by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&#8203;1885](https://redirect.github.com/shirou/gopsutil/pull/1885) - chore: enable time-date and time-equal rules from revive by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&#8203;1891](https://redirect.github.com/shirou/gopsutil/pull/1891) - Fix: use compatible perfstat version to fix aix cgo builds by [@&#8203;gremat](https://redirect.github.com/gremat) in [#&#8203;1910](https://redirect.github.com/shirou/gopsutil/pull/1910) ##### New Contributors - [@&#8203;rosstimothy](https://redirect.github.com/rosstimothy) made their first contribution in [#&#8203;1894](https://redirect.github.com/shirou/gopsutil/pull/1894) - [@&#8203;prashantv](https://redirect.github.com/prashantv) made their first contribution in [#&#8203;1901](https://redirect.github.com/shirou/gopsutil/pull/1901) - [@&#8203;gyuho](https://redirect.github.com/gyuho) made their first contribution in [#&#8203;1902](https://redirect.github.com/shirou/gopsutil/pull/1902) - [@&#8203;gremat](https://redirect.github.com/gremat) made their first contribution in [#&#8203;1910](https://redirect.github.com/shirou/gopsutil/pull/1910) **Full Changelog**: <shirou/gopsutil@v4.25.7...v4.25.8> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 2772e37 commit dc2034c

File tree

16 files changed

+66
-66
lines changed

16 files changed

+66
-66
lines changed

cmd/otelcorecol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ require (
6767
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6868
github.com/pierrec/lz4/v4 v4.1.22 // indirect
6969
github.com/pmezard/go-difflib v1.0.0 // indirect
70-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
70+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7171
github.com/prometheus/client_golang v1.22.0 // indirect
7272
github.com/prometheus/client_model v0.6.2 // indirect
7373
github.com/prometheus/common v0.65.0 // indirect
7474
github.com/prometheus/procfs v0.17.0 // indirect
7575
github.com/rs/cors v1.11.1 // indirect
76-
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
76+
github.com/shirou/gopsutil/v4 v4.25.8 // indirect
7777
github.com/spf13/cobra v1.10.1 // indirect
7878
github.com/spf13/pflag v1.0.9 // indirect
7979
github.com/stretchr/testify v1.11.1 // indirect

cmd/otelcorecol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/memorylimiterextension/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/extension/memorylimiterextension
33
go 1.24
44

55
require (
6-
github.com/stretchr/testify v1.10.0
6+
github.com/stretchr/testify v1.11.1
77
go.opentelemetry.io/collector/component v1.40.0
88
go.opentelemetry.io/collector/component/componenttest v0.134.0
99
go.opentelemetry.io/collector/confmap v1.40.0
@@ -35,8 +35,8 @@ require (
3535
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3636
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3737
github.com/pmezard/go-difflib v1.0.0 // indirect
38-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
39-
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
38+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
39+
github.com/shirou/gopsutil/v4 v4.25.8 // indirect
4040
github.com/tklauser/go-sysconf v0.3.15 // indirect
4141
github.com/tklauser/numcpus v0.10.0 // indirect
4242
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -54,7 +54,7 @@ require (
5454
go.uber.org/multierr v1.11.0 // indirect
5555
go.yaml.in/yaml/v3 v3.0.4 // indirect
5656
golang.org/x/net v0.41.0 // indirect
57-
golang.org/x/sys v0.34.0 // indirect
57+
golang.org/x/sys v0.35.0 // indirect
5858
golang.org/x/text v0.26.0 // indirect
5959
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
6060
google.golang.org/grpc v1.75.0 // indirect

extension/memorylimiterextension/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ require (
8787
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8888
github.com/pierrec/lz4/v4 v4.1.22 // indirect
8989
github.com/pmezard/go-difflib v1.0.0 // indirect
90-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
90+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
9191
github.com/prometheus/client_golang v1.22.0 // indirect
9292
github.com/prometheus/client_model v0.6.2 // indirect
9393
github.com/prometheus/procfs v0.17.0 // indirect
9494
github.com/rs/cors v1.11.1 // indirect
95-
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
95+
github.com/shirou/gopsutil/v4 v4.25.8 // indirect
9696
github.com/spf13/cobra v1.10.1 // indirect
9797
github.com/spf13/pflag v1.0.9 // indirect
9898
github.com/tklauser/go-sysconf v0.3.15 // indirect

internal/e2e/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/memorylimiter/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module go.opentelemetry.io/collector/internal/memorylimiter
33
go 1.24
44

55
require (
6-
github.com/shirou/gopsutil/v4 v4.25.7
7-
github.com/stretchr/testify v1.10.0
6+
github.com/shirou/gopsutil/v4 v4.25.8
7+
github.com/stretchr/testify v1.11.1
88
go.opentelemetry.io/collector/component v1.40.0
99
go.opentelemetry.io/collector/confmap v1.40.0
1010
go.uber.org/goleak v1.3.0
@@ -32,7 +32,7 @@ require (
3232
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3333
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3434
github.com/pmezard/go-difflib v1.0.0 // indirect
35-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
35+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
3636
github.com/tklauser/go-sysconf v0.3.15 // indirect
3737
github.com/tklauser/numcpus v0.10.0 // indirect
3838
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -49,7 +49,7 @@ require (
4949
go.uber.org/multierr v1.11.0 // indirect
5050
go.yaml.in/yaml/v3 v3.0.4 // indirect
5151
golang.org/x/net v0.41.0 // indirect
52-
golang.org/x/sys v0.34.0 // indirect
52+
golang.org/x/sys v0.35.0 // indirect
5353
golang.org/x/text v0.26.0 // indirect
5454
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
5555
google.golang.org/grpc v1.75.0 // indirect

internal/memorylimiter/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ require (
6262
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6363
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6464
github.com/pmezard/go-difflib v1.0.0 // indirect
65-
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
65+
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6666
github.com/prometheus/client_golang v1.22.0 // indirect
6767
github.com/prometheus/client_model v0.6.2 // indirect
6868
github.com/prometheus/common v0.65.0 // indirect
6969
github.com/prometheus/procfs v0.17.0 // indirect
70-
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
70+
github.com/shirou/gopsutil/v4 v4.25.8 // indirect
7171
github.com/spf13/pflag v1.0.9 // indirect
7272
github.com/tklauser/go-sysconf v0.3.15 // indirect
7373
github.com/tklauser/numcpus v0.10.0 // indirect

otelcol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)