Skip to content

Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 #954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9.

Release notes

Sourced from github.com/shirou/gopsutil/v4's releases.

v4.24.9

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

Commits
  • 2e10d9f Merge pull request #1715 from henrygd/master
  • 112f4c0 Fix error message typo in sensors_linux
  • 7ec1343 Merge pull request #1713 from joshiste/joshiste-precise-create-time
  • 4140cda Merge pull request #1702 from uubulb/purego_darwin
  • 3dc1224 Allow subsecont precision for process create time
  • f56b53a update purego
  • fdc3c05 Merge pull request #1712 from al-online/numfds_for_windows
  • 462736c add comment for NumFDsWithContext
  • 86b68e8 Merge branch 'master' into purego_darwin
  • 9e6efdb update disk & cpu & process
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.8 to 4.24.9.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.24.8...v4.24.9)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 4, 2024
@esimkowitz esimkowitz merged commit 60bec95 into main Oct 4, 2024
5 checks passed
@esimkowitz esimkowitz deleted the dependabot/go_modules/github.com/shirou/gopsutil/v4-4.24.9 branch October 4, 2024 17:34
xxyy2024 pushed a commit to xxyy2024/waveterm_aipy that referenced this pull request Jun 24, 2025
…#954)

Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.8 to 4.24.9.
<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.24.9</h2>
<!-- raw HTML omitted -->
<h2>Important Change</h2>
<p>Since <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702">#1702</a>,
the Darwin implementation has been switched from cgo to <a
href="https://github.com/ebitengine/purego">purego</a> (Great
contribution from <a
href="https://github.com/uubulb"><code>@​uubulb</code></a>). 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.</p>
<h2>What's Changed</h2>
<h3>cpu, mem, sensors, disk, process on darwin</h3>
<ul>
<li>feat(cpu, mem, sensors, disk, process)(darwin): cgo-free
implementations by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1702">shirou/gopsutil#1702</a></li>
</ul>
<h3>process</h3>
<ul>
<li>[process][darwin][freebsd][linux][openbsd] Make process.Children not
reliant on pgrep by <a
href="https://github.com/Lomanic"><code>@​Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1706">shirou/gopsutil#1706</a></li>
<li>implement process:NumFDs for Windows by <a
href="https://github.com/al-online"><code>@​al-online</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712">shirou/gopsutil#1712</a></li>
<li>Fix resolution for process create time limited to seconds by <a
href="https://github.com/joshiste"><code>@​joshiste</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713">shirou/gopsutil#1713</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>fix: remove coverall and godocs.io badge from README by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1705">shirou/gopsutil#1705</a></li>
<li>[common] add HOST_PROC_MOUNTINFO to EnvMap by <a
href="https://github.com/atoulme"><code>@​atoulme</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1707">shirou/gopsutil#1707</a></li>
<li>Fix error message typo in sensors_linux by <a
href="https://github.com/henrygd"><code>@​henrygd</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715">shirou/gopsutil#1715</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/al-online"><code>@​al-online</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712">shirou/gopsutil#1712</a></li>
<li><a href="https://github.com/joshiste"><code>@​joshiste</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713">shirou/gopsutil#1713</a></li>
<li><a href="https://github.com/henrygd"><code>@​henrygd</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715">shirou/gopsutil#1715</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9">https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/2e10d9f7d0fbe5db80b5748c82f136b48e829233"><code>2e10d9f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1715">#1715</a>
from henrygd/master</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/112f4c00b7100e342bf1d11273f88120373d1fac"><code>112f4c0</code></a>
Fix error message typo in sensors_linux</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/7ec134321c445f8771e6f99fb633649da6de9e64"><code>7ec1343</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1713">#1713</a>
from joshiste/joshiste-precise-create-time</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/4140cda4acce741ea415b623a8521424dec702c5"><code>4140cda</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702">#1702</a>
from uubulb/purego_darwin</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/3dc12249d36575518e868bc39976d63ed4254516"><code>3dc1224</code></a>
Allow subsecont precision for process create time</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/f56b53a15517a3a006f10197072f3fe651763df6"><code>f56b53a</code></a>
update purego</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/fdc3c05c9289dbd18bf044f410f451bcf353a869"><code>fdc3c05</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1712">#1712</a>
from al-online/numfds_for_windows</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/462736cb8b6c3a0bce352908303593e649491993"><code>462736c</code></a>
add comment for NumFDsWithContext</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/86b68e8d4f0fc99aaee14e33512dbf0adde9d2bf"><code>86b68e8</code></a>
Merge branch 'master' into purego_darwin</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/9e6efdb991614ad075c2f8d7416c356ab6b7fe6b"><code>9e6efdb</code></a>
update disk &amp; cpu &amp; process</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9">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.24.8&new-version=4.24.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant