Skip to content

chore(deps): update module github.com/shirou/gopsutil/v4 to v4.25.8#883

Merged
ocmbot[bot] merged 1 commit into
mainfrom
renovate/github.com-shirou-gopsutil-v4-4.25.x
Sep 16, 2025
Merged

chore(deps): update module github.com/shirou/gopsutil/v4 to v4.25.8#883
ocmbot[bot] merged 1 commit into
mainfrom
renovate/github.com-shirou-gopsutil-v4-4.25.x

Conversation

@ocmbot

@ocmbot ocmbot Bot commented Sep 14, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/shirou/gopsutil/v4 indirect patch v4.25.7 -> v4.25.8 OpenSSF Scorecard

Release Notes

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@ocmbot ocmbot Bot requested a review from a team as a code owner September 14, 2025 00:27
@ocmbot ocmbot Bot enabled auto-merge (squash) September 14, 2025 00:27
@github-actions github-actions Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/s Small labels Sep 14, 2025
@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.25.x branch 2 times, most recently from 7717284 to 7862b29 Compare September 14, 2025 00:32
@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.25.x branch 5 times, most recently from 7de8b47 to 5bc38e5 Compare September 16, 2025 11:32
@ocmbot ocmbot Bot force-pushed the renovate/github.com-shirou-gopsutil-v4-4.25.x branch from 5bc38e5 to 93fd22c Compare September 16, 2025 15:19
@ocmbot ocmbot Bot merged commit 8abda3a into main Sep 16, 2025
27 checks passed
@ocmbot ocmbot Bot deleted the renovate/github.com-shirou-gopsutil-v4-4.25.x branch September 16, 2025 15:30
jakobmoellerdev pushed a commit to jakobmoellerdev/open-component-model that referenced this pull request Sep 17, 2025
…pen-component-model#883)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil)
| indirect | patch | `v4.25.7` -> `v4.25.8` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/shirou/gopsutil/badge)](https://securityscorecards.dev/viewer/?uri=github.com/shirou/gopsutil)
|

---

### 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 - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
matthiasbruns pushed a commit to matthiasbruns/open-component-model that referenced this pull request Sep 18, 2025
…pen-component-model#883)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil)
| indirect | patch | `v4.25.7` -> `v4.25.8` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/shirou/gopsutil/badge)](https://securityscorecards.dev/viewer/?uri=github.com/shirou/gopsutil)
|

---

### 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 - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. size/s Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants