Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
github.com/shirou/gopsutil/v3 v3.24.5 -> v4.25.9 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shirou/gopsutil (github.com/shirou/gopsutil/v3)

v4.25.9

Compare Source

What's Changed

cpu
disk
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.8...v4.25.9

v4.25.8

Compare Source

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 #​1873 and #​1882.

What's Changed

cpu
disk
mem
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.7...v4.25.8

v4.25.7

Compare Source

What's Changed

disk
mem
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.6...v4.25.7

v4.25.6

Compare Source

What's Changed

disk
mem
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.5...v4.25.6

v4.25.5

Compare Source

What's Changed

cpu
docker
host
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.4...v4.25.5

v4.25.4

Compare Source

What's Changed

cpu
disk
host
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.3...v4.25.4

v4.25.3

Compare Source

Important Notice

Starting from this release, we have set the Go version in go.mod to 1.23. Moving forward, we plan to continuously update it to the second most recent Go release.

We understand that gopsutil runs on various platforms, and some applications using it may only support older Go versions. With this release, those applications might no longer be able to build. However, as discussed in #​1804, we made this change because golang.org/x/sys, which gopsutil depends on, has adopted a policy of continuously updating its Go version.

That said, we intend to be conservative about syntax changes and avoid unnecessary modifications whenever possible.

What's Changed

disk
host
process
Chore
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.2...v4.25.3

v4.25.2

Compare Source

What's Changed

cpu
net
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.1...v4.25.2

v4.25.1

Compare Source

What's Changed

Other Changes

Full Changelog: shirou/gopsutil@v4.24.12...v4.25.1

v4.24.12

Compare Source

What's Changed

cpu
mem
net
process
sensors
  • fix[darwin]: memory leak and string corruption in ARM Mac temperature sensors by @​chuangbo in #​1767
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.11...v4.24.12

v4.24.11

Compare Source

What's Changed

host

New Contributors

Full Changelog: shirou/gopsutil@v4.24.10...v4.24.11

v4.24.10

Compare Source

What's Changed

cpu
mem
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.9...v4.24.10

v4.24.9

Compare Source

Important Change

Since #​1702, the Darwin implementation has been switched from cgo to purego (Great contribution from @​uubulb). As a result, cgo has been removed from the Darwin implementation, making cross-compilation easier. We believe this change will not have any impact, but if you encounter any issues, please create an issue.

What's Changed

cpu, mem, sensors, disk, process on darwin
  • feat(cpu, mem, sensors, disk, process)(darwin): cgo-free implementations by @​uubulb in #​1702
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.8...v4.24.9

v4.24.8

Compare Source

What's Changed

disk
  • fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation by @​zmyzheng in #​1688
  • [disk][windows]: ignore network drive when not ready by @​shirou in #​1699
process
Other Changes

New Contributors 🎉

Full Changelog: shirou/gopsutil@v4.24.7...v4.24.8

v4.24.7

Compare Source

Important Notice Regarding Value Changes on mem.SwapMemory() on Windows

In change #​1677, the values returned by mem.SwapMemory() on Windows have been significantly revised. Previously, these values were calculated from the PERFORMANCE_INFORMATION structure of the GetPerformanceInfo win32 function, but this calculation was incorrect. Consequently, it has been adjusted to align with the psutil implementation. As a result, the values returned by mem.SwapMemory() are expected to differ greatly from previous values.

What's Changed

docker
mem
  • [windows][mem]: change to use Performance Counter on SwapMemory. by @​shirou in #​1677
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.6...v4.24.7

v4.24.6

Compare Source

What's Changed

host
sensors
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.5...v4.24.6

What's Changed

host
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.5...v4.24.6

v4.24.5

Compare Source

What's Changed

gopsutil v4 is released as v4.24.5. v3 will not be updated except for high level security issues.

Breaking Changes

  • host/SensorsTemperatures() moved to in the new sensors package.
  • process.Groups() now returns uint32. (#​1424)
  • process.Uids() and process.Gids() also now uint32.
    • The Pid remains int32. This is because changing it is expected to have a significant impact.
  • mem.VirtualMemoryExStat is now ExVirtualMemory with ExLinux and ExWindows. See document about Ex structs.

Other

  • Add SPDX license header line.
  • Remove coveralls.io
  • Remove old go build tag such as // +build

Full Changelog: shirou/gopsutil@v3.24.5...v4.24.5


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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from dc28c2e to 066a117 Compare April 2, 2025 18:07
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 066a117 to 34de566 Compare April 8, 2025 15:29
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 5 times, most recently from 8c80a93 to 6561024 Compare April 20, 2025 07:12
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 7 times, most recently from e119c2a to abfb717 Compare May 6, 2025 14:45
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 8 times, most recently from f838f3b to 12ae83f Compare May 10, 2025 13:17
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from 14c45fa to edc5156 Compare May 23, 2025 13:26
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from db057fa to 321d291 Compare May 29, 2025 20:14
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from f02754a to ae0377a Compare June 12, 2025 10:13
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from eeb7f70 to f7c7941 Compare June 24, 2025 10:23
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from f7c7941 to fba0c04 Compare July 1, 2025 02:57
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 3 times, most recently from a4e85a8 to 4e55d78 Compare July 16, 2025 18:40
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 4 times, most recently from 821881e to a798185 Compare July 24, 2025 20:31
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from a798185 to fde26c4 Compare August 1, 2025 02:56
Copy link
Contributor Author

renovate bot commented Aug 1, 2025

ℹ Artifact update notice

File name: runner/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b -> v0.0.0-20240221224432-82ca36839d55
github.com/tklauser/go-sysconf v0.3.13 -> v0.3.15
github.com/tklauser/numcpus v0.7.0 -> v0.10.0
golang.org/x/sys v0.29.0 -> v0.35.0
File name: worker/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b -> v0.0.0-20240221224432-82ca36839d55
github.com/tklauser/go-sysconf v0.3.12 -> v0.3.15
github.com/tklauser/numcpus v0.6.1 -> v0.10.0
golang.org/x/sys v0.29.0 -> v0.35.0
github.com/stretchr/testify v1.10.0 -> v1.11.1

@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from fde26c4 to bc8d905 Compare August 1, 2025 10:36
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from bc8d905 to 7592bf6 Compare August 22, 2025 10:38
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from d261246 to c6962f9 Compare September 5, 2025 12:44
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from b314649 to bfaab7a Compare September 14, 2025 22:25
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 6 times, most recently from 1447301 to e9d160a Compare September 27, 2025 16:09
@renovate renovate bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from e9d160a to 0b55646 Compare October 1, 2025 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants