fix(deps): update module github.com/shirou/gopsutil/v3 to v4#116
fix(deps): update module github.com/shirou/gopsutil/v3 to v4#116renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v3.24.5->v4.25.4Release Notes
shirou/gopsutil (github.com/shirou/gopsutil/v3)
v4.25.4Compare Source
What's Changed
cpu
disk
host
Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.25.3...v4.25.4
v4.25.3Compare Source
Important Notice
Starting from this release, we have set the Go version in
go.modto 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.2Compare Source
What's Changed
cpu
net
process
Process.CmdlineSliceWithContextincorrect on Windows by @RomainMuller in https://github.com/shirou/gopsutil/pull/1796Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.25.1...v4.25.2
v4.25.1Compare Source
What's Changed
Other Changes
Full Changelog: shirou/gopsutil@v4.24.12...v4.25.1
v4.24.12Compare Source
What's Changed
cpu
mem
net
process
sensors
Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.24.11...v4.24.12
v4.24.11Compare Source
What's Changed
host
New Contributors
Full Changelog: shirou/gopsutil@v4.24.10...v4.24.11
v4.24.10Compare Source
What's Changed
cpu
mem
Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.24.9...v4.24.10
v4.24.9Compare 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
process
Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.24.8...v4.24.9
v4.24.8Compare Source
What's Changed
disk
process
Other Changes
New Contributors 🎉
Full Changelog: shirou/gopsutil@v4.24.7...v4.24.8
v4.24.7Compare 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 thePERFORMANCE_INFORMATIONstructure of theGetPerformanceInfowin32 function, but this calculation was incorrect. Consequently, it has been adjusted to align with the psutil implementation. As a result, the values returned bymem.SwapMemory()are expected to differ greatly from previous values.What's Changed
docker
mem
Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.24.6...v4.24.7
v4.24.6Compare Source
What's Changed
host
sensors
sensors_freebsd.goby @uubulb in https://github.com/shirou/gopsutil/pull/1668Other Changes
New Contributors
Full Changelog: shirou/gopsutil@v4.24.5...v4.24.6
What's Changed
host
Other Changes
sensors_freebsd.goby @uubulb in https://github.com/shirou/gopsutil/pull/1668New Contributors
Full Changelog: shirou/gopsutil@v4.24.5...v4.24.6
v4.24.5Compare Source
What's Changed
gopsutil v4 is released as
v4.24.5.v3will not be updated except for high level security issues.Breaking Changes
host/SensorsTemperatures()moved to in the newsensorspackage.process.Groups()now returns uint32. (#1424)process.Uids()andprocess.Gids()also now uint32.mem.VirtualMemoryExStatis nowExVirtualMemorywithExLinuxandExWindows. See document aboutEx structs.Other
// +buildFull 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.
This PR was generated by Mend Renovate. View the repository job log.