Skip to content

Commit fe5dece

Browse files
Update module github.com/shirou/gopsutil/v4 to v4.24.7 (#10805)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/shirou/gopsutil/v4](https://togithub.com/shirou/gopsutil) | `v4.24.6` -> `v4.24.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.6/v4.24.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.6/v4.24.7?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.24.7`](https://togithub.com/shirou/gopsutil/releases/tag/v4.24.7) [Compare Source](https://togithub.com/shirou/gopsutil/compare/v4.24.6...v4.24.7) <!-- Release notes generated using configuration in .github/release.yml at v4.24.7 --> #### **Important Notice Regarding Value Changes on mem.SwapMemory() on Windows** In change [#&#8203;1677](https://togithub.com/shirou/gopsutil/issues/1677), the values returned by `mem.SwapMemory()` on Windows have been significantly revised. Previously, these values were calculated from the [`PERFORMANCE_INFORMATION`](https://learn.microsoft.com/en-us/windows/win32/api/psapi/ns-psapi-performance_information) structure of the [`GetPerformanceInfo`](https://learn.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-getperformanceinfo) win32 function, but this calculation was incorrect. Consequently, it has been adjusted to align with the [psutil implementation](https://togithub.com/giampaolo/psutil/blob/c034e6692cf736b5e87d14418a8153bb03f6cf42/psutil/\_pswindows.py#L250-L273). As a result, the values returned by `mem.SwapMemory()` are expected to differ greatly from previous values. #### What's Changed ##### docker - fix: docker_memory in centos\_7.5 & docker\_1.13.1 by [@&#8203;coderZoe](https://togithub.com/coderZoe) in [https://github.com/shirou/gopsutil/pull/1670](https://togithub.com/shirou/gopsutil/pull/1670) ##### mem - \[windows]\[mem]: change to use Performance Counter on SwapMemory. by [@&#8203;shirou](https://togithub.com/shirou) in [https://github.com/shirou/gopsutil/pull/1677](https://togithub.com/shirou/gopsutil/pull/1677) ##### Other Changes - fix: read temperature sensors darwin arm by [@&#8203;Girbons](https://togithub.com/Girbons) in [https://github.com/shirou/gopsutil/pull/1672](https://togithub.com/shirou/gopsutil/pull/1672) - fix: remove macos11 and add ubuntu-24.04 on GitHub runner list. by [@&#8203;shirou](https://togithub.com/shirou) in [https://github.com/shirou/gopsutil/pull/1676](https://togithub.com/shirou/gopsutil/pull/1676) #### New Contributors - [@&#8203;coderZoe](https://togithub.com/coderZoe) made their first contribution in [https://github.com/shirou/gopsutil/pull/1670](https://togithub.com/shirou/gopsutil/pull/1670) **Full Changelog**: shirou/gopsutil@v4.24.6...v4.24.7 </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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 082d962 commit fe5dece

File tree

38 files changed

+69
-69
lines changed

38 files changed

+69
-69
lines changed

cmd/mdatagen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require (
5656
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
5757
go.uber.org/multierr v1.11.0 // indirect
5858
golang.org/x/net v0.26.0 // indirect
59-
golang.org/x/sys v0.21.0 // indirect
59+
golang.org/x/sys v0.22.0 // indirect
6060
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
6161
google.golang.org/grpc v1.65.0 // indirect
6262
google.golang.org/protobuf v1.34.2 // indirect

cmd/mdatagen/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcorecol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/prometheus/common v0.55.0 // indirect
7272
github.com/prometheus/procfs v0.15.1 // indirect
7373
github.com/rs/cors v1.11.0 // indirect
74-
github.com/shirou/gopsutil/v4 v4.24.6 // indirect
74+
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
7575
github.com/shoenig/go-m1cpu v0.1.6 // indirect
7676
github.com/spf13/cobra v1.8.1 // indirect
7777
github.com/spf13/pflag v1.0.5 // indirect

cmd/otelcorecol/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configgrpc/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require (
6464
go.opentelemetry.io/otel/trace v1.28.0 // indirect
6565
go.uber.org/multierr v1.11.0 // indirect
6666
golang.org/x/net v0.26.0 // indirect
67-
golang.org/x/sys v0.21.0 // indirect
67+
golang.org/x/sys v0.22.0 // indirect
6868
golang.org/x/text v0.16.0 // indirect
6969
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
7070
google.golang.org/protobuf v1.34.2 // indirect

config/configgrpc/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/connectorprofiles/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
go.uber.org/multierr v1.11.0 // indirect
3030
go.uber.org/zap v1.27.0 // indirect
3131
golang.org/x/net v0.26.0 // indirect
32-
golang.org/x/sys v0.21.0 // indirect
32+
golang.org/x/sys v0.22.0 // indirect
3333
golang.org/x/text v0.16.0 // indirect
3434
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
3535
google.golang.org/grpc v1.65.0 // indirect

connector/connectorprofiles/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/forwardconnector/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ require (
5353
go.uber.org/multierr v1.11.0 // indirect
5454
go.uber.org/zap v1.27.0 // indirect
5555
golang.org/x/net v0.26.0 // indirect
56-
golang.org/x/sys v0.21.0 // indirect
56+
golang.org/x/sys v0.22.0 // indirect
5757
golang.org/x/text v0.16.0 // indirect
5858
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
5959
google.golang.org/grpc v1.65.0 // indirect

connector/forwardconnector/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
4444
go.opentelemetry.io/otel/trace v1.28.0 // indirect
4545
golang.org/x/net v0.26.0 // indirect
46-
golang.org/x/sys v0.21.0 // indirect
46+
golang.org/x/sys v0.22.0 // indirect
4747
golang.org/x/text v0.16.0 // indirect
4848
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
4949
google.golang.org/grpc v1.65.0 // indirect

connector/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/ballastextension/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/prometheus/client_model v0.6.1 // indirect
3838
github.com/prometheus/common v0.55.0 // indirect
3939
github.com/prometheus/procfs v0.15.1 // indirect
40-
github.com/shirou/gopsutil/v4 v4.24.6 // indirect
40+
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
4141
github.com/tklauser/go-sysconf v0.3.12 // indirect
4242
github.com/tklauser/numcpus v0.6.1 // indirect
4343
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -53,7 +53,7 @@ require (
5353
go.opentelemetry.io/otel/trace v1.28.0 // indirect
5454
go.uber.org/multierr v1.11.0 // indirect
5555
golang.org/x/net v0.26.0 // indirect
56-
golang.org/x/sys v0.21.0 // indirect
56+
golang.org/x/sys v0.22.0 // indirect
5757
golang.org/x/text v0.16.0 // indirect
5858
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
5959
google.golang.org/grpc v1.65.0 // indirect

extension/ballastextension/go.sum

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/memorylimiterextension/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/prometheus/client_model v0.6.1 // indirect
3737
github.com/prometheus/common v0.55.0 // indirect
3838
github.com/prometheus/procfs v0.15.1 // indirect
39-
github.com/shirou/gopsutil/v4 v4.24.6 // indirect
39+
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
4040
github.com/tklauser/go-sysconf v0.3.12 // indirect
4141
github.com/tklauser/numcpus v0.6.1 // indirect
4242
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -52,7 +52,7 @@ require (
5252
go.opentelemetry.io/otel/trace v1.28.0 // indirect
5353
go.uber.org/multierr v1.11.0 // indirect
5454
golang.org/x/net v0.26.0 // indirect
55-
golang.org/x/sys v0.21.0 // indirect
55+
golang.org/x/sys v0.22.0 // indirect
5656
golang.org/x/text v0.16.0 // indirect
5757
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
5858
google.golang.org/grpc v1.65.0 // indirect

extension/memorylimiterextension/go.sum

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module go.opentelemetry.io/collector
1111
go 1.21.0
1212

1313
require (
14-
github.com/shirou/gopsutil/v4 v4.24.6
14+
github.com/shirou/gopsutil/v4 v4.24.7
1515
github.com/stretchr/testify v1.9.0
1616
go.opentelemetry.io/collector/component v0.106.1
1717
go.opentelemetry.io/collector/confmap v0.106.1
@@ -81,7 +81,7 @@ require (
8181
go.opentelemetry.io/otel/trace v1.28.0 // indirect
8282
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
8383
golang.org/x/net v0.26.0 // indirect
84-
golang.org/x/sys v0.21.0 // indirect
84+
golang.org/x/sys v0.22.0 // indirect
8585
golang.org/x/text v0.16.0 // indirect
8686
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
8787
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect

go.sum

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/prometheus/client_model v0.6.1 // indirect
5656
github.com/prometheus/common v0.55.0 // indirect
5757
github.com/prometheus/procfs v0.15.1 // indirect
58-
github.com/shirou/gopsutil/v4 v4.24.6 // indirect
58+
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
5959
github.com/shoenig/go-m1cpu v0.1.6 // indirect
6060
github.com/spf13/pflag v1.0.5 // indirect
6161
github.com/tklauser/go-sysconf v0.3.12 // indirect

otelcol/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/otelcoltest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/prometheus/client_model v0.6.1 // indirect
5252
github.com/prometheus/common v0.55.0 // indirect
5353
github.com/prometheus/procfs v0.15.1 // indirect
54-
github.com/shirou/gopsutil/v4 v4.24.6 // indirect
54+
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
5555
github.com/shoenig/go-m1cpu v0.1.6 // indirect
5656
github.com/spf13/cobra v1.8.1 // indirect
5757
github.com/spf13/pflag v1.0.5 // indirect

otelcol/otelcoltest/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/batchprocessor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
5555
go.uber.org/multierr v1.11.0 // indirect
5656
golang.org/x/net v0.26.0 // indirect
57-
golang.org/x/sys v0.21.0 // indirect
57+
golang.org/x/sys v0.22.0 // indirect
5858
golang.org/x/text v0.16.0 // indirect
5959
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
6060
google.golang.org/grpc v1.65.0 // indirect

0 commit comments

Comments
 (0)