Skip to content

Commit 75c47cd

Browse files
⬆️ Bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8 in /utils (#692)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.7 to 4.25.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.25.8</h2> <!-- raw HTML omitted --> <h1>Important Change</h1> <p>Starting from this release, <code>VirtualMemoryStat.Used</code> on Linux is now calculated based on <code>MemAvailable</code> in <code>meminfo</code>. This may cause a difference of approximately 6–10% compared to the previous calculation.</p> <p>To address this, we have introduced an opt-out mechanism. You can disable the new calculation by setting the context key <code>WillBeDeletedOptOutMemAvailableCalc</code> to <code>true</code>. Please note that this option is undocumented and <strong>will be removed in six months</strong> (Feb. 2026).</p> <p>For more details, see <a href="https://redirect.github.com/shirou/gopsutil/issues/1873">#1873</a> and <a href="https://redirect.github.com/shirou/gopsutil/issues/1882">#1882</a>.</p> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>Do not return an error on unknown CPU stepping by <a href="https://github.com/pgimalac"><code>@​pgimalac</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1895">shirou/gopsutil#1895</a></li> <li>Remove common test helper to skip tests by <a href="https://github.com/rosstimothy"><code>@​rosstimothy</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1894">shirou/gopsutil#1894</a></li> <li>feat(cpu): add Neoverse-V2/* other models by <a href="https://github.com/gyuho"><code>@​gyuho</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1902">shirou/gopsutil#1902</a></li> <li>[cpu][mem][linux]: throw error on Readline failed by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1908">shirou/gopsutil#1908</a></li> </ul> <h3>disk</h3> <ul> <li>[disk][process][freebsd]: remove binary.go from common by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1907">shirou/gopsutil#1907</a></li> </ul> <h3>mem</h3> <ul> <li>[mem][linux]: Used calculated from Total and Available by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1882">shirou/gopsutil#1882</a></li> </ul> <h3>process</h3> <ul> <li>process: Fix data race on darwin by <a href="https://github.com/prashantv"><code>@​prashantv</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1901">shirou/gopsutil#1901</a></li> </ul> <h3>Other Changes</h3> <ul> <li>chore: enable fatcontext linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1885">shirou/gopsutil#1885</a></li> <li>chore: enable time-date and time-equal rules from revive by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1891">shirou/gopsutil#1891</a></li> <li>Fix: use compatible perfstat version to fix aix cgo builds by <a href="https://github.com/gremat"><code>@​gremat</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1910">shirou/gopsutil#1910</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rosstimothy"><code>@​rosstimothy</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1894">shirou/gopsutil#1894</a></li> <li><a href="https://github.com/prashantv"><code>@​prashantv</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1901">shirou/gopsutil#1901</a></li> <li><a href="https://github.com/gyuho"><code>@​gyuho</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1902">shirou/gopsutil#1902</a></li> <li><a href="https://github.com/gremat"><code>@​gremat</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1910">shirou/gopsutil#1910</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.25.7...v4.25.8">https://github.com/shirou/gopsutil/compare/v4.25.7...v4.25.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/02f56286d39e5e08b74923227d9d3ae3c6b32042"><code>02f5628</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1910">#1910</a> from gremat/fix/use-compatible-perfstat-version-to-f...</li> <li><a href="https://github.com/shirou/gopsutil/commit/1d96565ed22e74987aca0a58853a618c849b25ec"><code>1d96565</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1891">#1891</a> from mmorel-35/revive/time</li> <li><a href="https://github.com/shirou/gopsutil/commit/b1b09bc0146911007027da9775a88c2643396dfc"><code>b1b09bc</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1907">#1907</a> from shirou/feat/remove_binary_go_file</li> <li><a href="https://github.com/shirou/gopsutil/commit/3d59eeb23d9b71eff1393cb75726f921bb9cc9af"><code>3d59eeb</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1885">#1885</a> from mmorel-35/fatcontext</li> <li><a href="https://github.com/shirou/gopsutil/commit/97f9dfe771743ce72b8a525dbe9b14ba799bd21f"><code>97f9dfe</code></a> chore: bump power-devops/perfstat to a compatible version</li> <li><a href="https://github.com/shirou/gopsutil/commit/519169e1cb421925d041d87c6ffc7b41b3d476ef"><code>519169e</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1909">#1909</a> from shirou/dependabot/go_modules/github.com/stretch...</li> <li><a href="https://github.com/shirou/gopsutil/commit/84ffa6adcb24913bec809632abc1982cf2c61647"><code>84ffa6a</code></a> chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1</li> <li><a href="https://github.com/shirou/gopsutil/commit/7247909af5f6a5a2abcdcfda4444cb861cc04bad"><code>7247909</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1908">#1908</a> from shirou/feat/throw_error_on_readline_failed</li> <li><a href="https://github.com/shirou/gopsutil/commit/f37ef4772dbcd4baa62e14fcbc05fe3257e06b41"><code>f37ef47</code></a> [cpu][mem][linux]: throw error on Readline failed</li> <li><a href="https://github.com/shirou/gopsutil/commit/2758ffc346a65bc99084e20ff3c2dee4b8ce7b58"><code>2758ffc</code></a> [disk][process][freebsd]: remove binary.go from common</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.25.7...v4.25.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.25.7&new-version=4.25.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com>
1 parent 39c13f4 commit 75c47cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+49
-9
lines changed

changes/20250903101909.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903101917.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903101937.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903101947.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903102003.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903102016.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903102029.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903102045.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903102056.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

changes/20250903102111.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.25.8

0 commit comments

Comments
 (0)