chore(deps): update module github.com/shirou/gopsutil/v4 to v4.25.8#883
Merged
Merged
Conversation
7717284 to
7862b29
Compare
jakobmoellerdev
approved these changes
Sep 15, 2025
7de8b47 to
5bc38e5
Compare
5bc38e5 to
93fd22c
Compare
fabianburth
approved these changes
Sep 16, 2025
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` | [](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 [#​1873](https://redirect.github.com/shirou/gopsutil/issues/1873) and [#​1882](https://redirect.github.com/shirou/gopsutil/issues/1882). ##### What's Changed ##### cpu - Do not return an error on unknown CPU stepping by [@​pgimalac](https://redirect.github.com/pgimalac) in [#​1895](https://redirect.github.com/shirou/gopsutil/pull/1895) - Remove common test helper to skip tests by [@​rosstimothy](https://redirect.github.com/rosstimothy) in [#​1894](https://redirect.github.com/shirou/gopsutil/pull/1894) - feat(cpu): add Neoverse-V2/\* other models by [@​gyuho](https://redirect.github.com/gyuho) in [#​1902](https://redirect.github.com/shirou/gopsutil/pull/1902) - \[cpu]\[mem]\[linux]: throw error on Readline failed by [@​shirou](https://redirect.github.com/shirou) in [#​1908](https://redirect.github.com/shirou/gopsutil/pull/1908) ##### disk - \[disk]\[process]\[freebsd]: remove binary.go from common by [@​shirou](https://redirect.github.com/shirou) in [#​1907](https://redirect.github.com/shirou/gopsutil/pull/1907) ##### mem - \[mem]\[linux]: Used calculated from Total and Available by [@​shirou](https://redirect.github.com/shirou) in [#​1882](https://redirect.github.com/shirou/gopsutil/pull/1882) ##### process - process: Fix data race on darwin by [@​prashantv](https://redirect.github.com/prashantv) in [#​1901](https://redirect.github.com/shirou/gopsutil/pull/1901) ##### Other Changes - chore: enable fatcontext linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​1885](https://redirect.github.com/shirou/gopsutil/pull/1885) - chore: enable time-date and time-equal rules from revive by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​1891](https://redirect.github.com/shirou/gopsutil/pull/1891) - Fix: use compatible perfstat version to fix aix cgo builds by [@​gremat](https://redirect.github.com/gremat) in [#​1910](https://redirect.github.com/shirou/gopsutil/pull/1910) ##### New Contributors - [@​rosstimothy](https://redirect.github.com/rosstimothy) made their first contribution in [#​1894](https://redirect.github.com/shirou/gopsutil/pull/1894) - [@​prashantv](https://redirect.github.com/prashantv) made their first contribution in [#​1901](https://redirect.github.com/shirou/gopsutil/pull/1901) - [@​gyuho](https://redirect.github.com/gyuho) made their first contribution in [#​1902](https://redirect.github.com/shirou/gopsutil/pull/1902) - [@​gremat](https://redirect.github.com/gremat) made their first contribution in [#​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` | [](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 [#​1873](https://redirect.github.com/shirou/gopsutil/issues/1873) and [#​1882](https://redirect.github.com/shirou/gopsutil/issues/1882). ##### What's Changed ##### cpu - Do not return an error on unknown CPU stepping by [@​pgimalac](https://redirect.github.com/pgimalac) in [#​1895](https://redirect.github.com/shirou/gopsutil/pull/1895) - Remove common test helper to skip tests by [@​rosstimothy](https://redirect.github.com/rosstimothy) in [#​1894](https://redirect.github.com/shirou/gopsutil/pull/1894) - feat(cpu): add Neoverse-V2/\* other models by [@​gyuho](https://redirect.github.com/gyuho) in [#​1902](https://redirect.github.com/shirou/gopsutil/pull/1902) - \[cpu]\[mem]\[linux]: throw error on Readline failed by [@​shirou](https://redirect.github.com/shirou) in [#​1908](https://redirect.github.com/shirou/gopsutil/pull/1908) ##### disk - \[disk]\[process]\[freebsd]: remove binary.go from common by [@​shirou](https://redirect.github.com/shirou) in [#​1907](https://redirect.github.com/shirou/gopsutil/pull/1907) ##### mem - \[mem]\[linux]: Used calculated from Total and Available by [@​shirou](https://redirect.github.com/shirou) in [#​1882](https://redirect.github.com/shirou/gopsutil/pull/1882) ##### process - process: Fix data race on darwin by [@​prashantv](https://redirect.github.com/prashantv) in [#​1901](https://redirect.github.com/shirou/gopsutil/pull/1901) ##### Other Changes - chore: enable fatcontext linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​1885](https://redirect.github.com/shirou/gopsutil/pull/1885) - chore: enable time-date and time-equal rules from revive by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [#​1891](https://redirect.github.com/shirou/gopsutil/pull/1891) - Fix: use compatible perfstat version to fix aix cgo builds by [@​gremat](https://redirect.github.com/gremat) in [#​1910](https://redirect.github.com/shirou/gopsutil/pull/1910) ##### New Contributors - [@​rosstimothy](https://redirect.github.com/rosstimothy) made their first contribution in [#​1894](https://redirect.github.com/shirou/gopsutil/pull/1894) - [@​prashantv](https://redirect.github.com/prashantv) made their first contribution in [#​1901](https://redirect.github.com/shirou/gopsutil/pull/1901) - [@​gyuho](https://redirect.github.com/gyuho) made their first contribution in [#​1902](https://redirect.github.com/shirou/gopsutil/pull/1902) - [@​gremat](https://redirect.github.com/gremat) made their first contribution in [#​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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.25.7->v4.25.8Release Notes
shirou/gopsutil (github.com/shirou/gopsutil/v4)
v4.25.8Compare Source
Important Change
Starting from this release,
VirtualMemoryStat.Usedon Linux is now calculated based onMemAvailableinmeminfo. 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
WillBeDeletedOptOutMemAvailableCalctotrue. 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.
This PR has been generated by Renovate Bot.