Skip to content

Bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12#1679

Merged
sawka merged 1 commit intomainfrom
dependabot/go_modules/github.com/shirou/gopsutil/v4-4.24.12
Jan 3, 2025
Merged

Bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12#1679
sawka merged 1 commit intomainfrom
dependabot/go_modules/github.com/shirou/gopsutil/v4-4.24.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12.

Release notes

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

v4.24.12

What's Changed

cpu

mem

net

process

sensors

Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.24.11...v4.24.12

Commits
  • 252dcbf Merge pull request #1768 from uubulb/darwin
  • 1f39525 refactor(darwin): optimize string allocation
  • bcd0c0a Merge pull request #1767 from chuangbo/fix/memory-leak-and-string-corruption-...
  • 19082b3 fix: memory leak and string corruption in ARM Mac temperature sensors
  • b8e1b28 Merge pull request #1766 from shirou/feat/update_readme
  • b9890b1 [doc]: Update README for supported metrics.
  • 90efec0 Merge pull request #1765 from shirou/feat/process_cwd_freebsd
  • a284e30 [process][freebsd]: add CWD
  • ab66f2d Merge pull request #1764 from shirou/refactor/net_merge_base_functions
  • 69c2c10 feat: enable build test on OpenBSD.
  • 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.11 to 4.24.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.24.11...v4.24.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Jan 3, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 3, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sawka sawka merged commit 0ecf9cc into main Jan 3, 2025
5 checks passed
@sawka sawka deleted the dependabot/go_modules/github.com/shirou/gopsutil/v4-4.24.12 branch January 3, 2025 22:02
xxyy2024 pushed a commit to xxyy2024/waveterm_aipy that referenced this pull request Jun 24, 2025
…ev#1679)

Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.11 to 4.24.12.
<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.12</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>cpu</h3>
<ul>
<li>enable all rules of perfsprint linter by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1762">shirou/gopsutil#1762</a></li>
<li>refactor(darwin): optimize string allocation by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1768">shirou/gopsutil#1768</a></li>
</ul>
<h3>mem</h3>
<ul>
<li>enable testifylint linter by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1743">shirou/gopsutil#1743</a></li>
</ul>
<h3>net</h3>
<ul>
<li>[openbsd] set ConnectionsPid to return NotImplemented by <a
href="https://github.com/tuftedocelot"><code>@​tuftedocelot</code></a>
in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1757">shirou/gopsutil#1757</a></li>
<li>Refactor: merge base functions to net.go by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1764">shirou/gopsutil#1764</a></li>
</ul>
<h3>process</h3>
<ul>
<li>fix[posix,windows]: release process after os.FindProcess() by <a
href="https://github.com/NitroCao"><code>@​NitroCao</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1716">shirou/gopsutil#1716</a></li>
<li>enable all rules of testifylint linter by <a
href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1761">shirou/gopsutil#1761</a></li>
<li>[freebsd]: add CWD by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1765">shirou/gopsutil#1765</a></li>
</ul>
<h3>sensors</h3>
<ul>
<li>fix[darwin]: memory leak and string corruption in ARM Mac
temperature sensors by <a
href="https://github.com/chuangbo"><code>@​chuangbo</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1767">shirou/gopsutil#1767</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>fix[github]: deprecate macos-12, add macos-15 by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1760">shirou/gopsutil#1760</a></li>
<li>[doc]: Update README for supported metrics. by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1766">shirou/gopsutil#1766</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/NitroCao"><code>@​NitroCao</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1716">shirou/gopsutil#1716</a></li>
<li><a
href="https://github.com/tuftedocelot"><code>@​tuftedocelot</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1757">shirou/gopsutil#1757</a></li>
<li><a href="https://github.com/chuangbo"><code>@​chuangbo</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1767">shirou/gopsutil#1767</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12">https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/252dcbf8a2ec3f9d5c63e1f1255cce87e7dd441c"><code>252dcbf</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1768">#1768</a>
from uubulb/darwin</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/1f39525d2d27d2a01f40bfe6551363ef8f582352"><code>1f39525</code></a>
refactor(darwin): optimize string allocation</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/bcd0c0a661569e3aea04973f28e5b6cb922ce897"><code>bcd0c0a</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1767">#1767</a>
from chuangbo/fix/memory-leak-and-string-corruption-...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/19082b35aed83fc1d7de0f6acac35a98684b25c6"><code>19082b3</code></a>
fix: memory leak and string corruption in ARM Mac temperature
sensors</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/b8e1b282bae6521ef7e26e6541711c7c393f1485"><code>b8e1b28</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1766">#1766</a>
from shirou/feat/update_readme</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/b9890b1fbcbb2a50ffea4241003da6b90c2cd240"><code>b9890b1</code></a>
[doc]: Update README for supported metrics.</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/90efec0764aafcff0f313cf494f8511b7f377201"><code>90efec0</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1765">#1765</a>
from shirou/feat/process_cwd_freebsd</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a284e309300beb30f4aea9a82e3b41773a8a95d7"><code>a284e30</code></a>
[process][freebsd]: add CWD</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/ab66f2d0e1be241d25f2ebe7c2cc1875fdb52270"><code>ab66f2d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1764">#1764</a>
from shirou/refactor/net_merge_base_functions</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/69c2c10b0f418d2aa6302da6a38f0f853421bd53"><code>69c2c10</code></a>
feat: enable build test on OpenBSD.</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12">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.11&new-version=4.24.12)](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] <support@github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant