Skip to content

fix(deps): update module github.com/shirou/gopsutil/v3 to v4 - #29

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-shirou-gopsutil-v3-4.x
Open

fix(deps): update module github.com/shirou/gopsutil/v3 to v4#29
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-shirou-gopsutil-v3-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/shirou/gopsutil/v3 v3.22.10v4.26.7 age confidence

Release Notes

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

v4.26.7

Compare Source

What's Changed

cpu
net
process
other

New Contributors

Full Changelog: shirou/gopsutil@v4.26.6...v4.26.7

v4.26.6

Compare Source

v4.26.5

Compare Source

What's Changed

disk
net
process

New Contributors

Full Changelog: shirou/gopsutil@v4.26.4...v4.26.5

v4.26.4

Compare Source

What's Changed

cpu
  • [cpu][windows]: fix percpu stats on Windows hosts with multiple processor groups by @​shirou in #​2081
disk
host
load
mem
net
process

New Contributors

Full Changelog: shirou/gopsutil@v4.26.3...v4.26.4

v4.26.3

Compare Source

Important Notice

The temporary opt-out option WillBeDeletedOptOutMemAvailableCalc, introduced in v4.25.8, has been removed in this release.

Code that relied on this option may fail to build. If so, please update your code to work with the current VirtualMemoryStat.Used calculation, as the opt-out mechanism is no longer available.

What's Changed

cpu
disk
host
load
mem
net
process
sensors

New Contributors

Full Changelog: shirou/gopsutil@v4.26.2...v4.26.3

v4.26.2

Compare Source

What's Changed

disk
host
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.26.1...v4.26.2

v4.26.1

Compare Source

What's Changed

disk
host
mem
process
sensor

New Contributors

Full Changelog: shirou/gopsutil@v4.25.12...v4.26.1

v4.25.12

Compare Source

What's Changed

cpu
disk
host
mem
process

New Contributors

Full Changelog: shirou/gopsutil@v4.25.11...v4.25.12

v4.25.11

Compare Source

What's Changed

cpu
disk
process
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.10...v4.25.11

v4.25.10

Compare Source

What's Changed

cpu
disk
host
net
Other Changes

New Contributors

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

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

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 from 249f2b8 to 735d243 Compare July 1, 2024 02:31
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 735d243 to 51b5241 Compare August 1, 2024 04:08
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 51b5241 to 6bb2c68 Compare September 1, 2024 03:46
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 6bb2c68 to dfe26aa Compare October 1, 2024 14:24
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from dfe26aa to 3141955 Compare November 1, 2024 20:37
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 3141955 to 0bdafc8 Compare December 1, 2024 04:08
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 0bdafc8 to fa00ba6 Compare January 1, 2025 04:04
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from fa00ba6 to d3a5474 Compare February 1, 2025 04:40
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from d3a5474 to 4e2b292 Compare March 1, 2025 05:28
@renovate

renovate Bot commented Mar 1, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.24.0

@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 4e2b292 to e36015f Compare March 11, 2025 11:06
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from e36015f to 4f59532 Compare April 1, 2025 07:05
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 4f59532 to 155a63b Compare April 8, 2025 11:41
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch 2 times, most recently from ec7b603 to 0b94285 Compare May 7, 2025 12:52
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 0b94285 to ac58b7f Compare June 1, 2025 02:14
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from ac58b7f to 97a2266 Compare July 1, 2025 02:53
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 97a2266 to 570be48 Compare August 1, 2025 07:09
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 570be48 to c44d7f6 Compare August 10, 2025 13:14
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from c44d7f6 to 39a2112 Compare September 6, 2025 23:48
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 39a2112 to 0c5c539 Compare October 1, 2025 02:53
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 0c5c539 to 32b2c0a Compare November 1, 2025 03:33
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 32b2c0a to 51b5900 Compare December 1, 2025 01:56
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.24.0

@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 51b5900 to 6aab3b1 Compare January 1, 2026 07:06
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 6aab3b1 to d6e8cf2 Compare February 1, 2026 15:24
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from d6e8cf2 to 08770be Compare March 1, 2026 16:02
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 08770be to 2a2258c Compare April 1, 2026 05:12
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 2a2258c to 0bef7fc Compare May 1, 2026 13:41
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 0bef7fc to 7bd8b35 Compare June 1, 2026 23:06
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from 7bd8b35 to c0da4c9 Compare July 1, 2026 22:07
@renovate
renovate Bot force-pushed the renovate/github.com-shirou-gopsutil-v3-4.x branch from c0da4c9 to 34a1c27 Compare August 1, 2026 09:16
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