Skip to content

chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11#27

Merged
aaydin-tr merged 2 commits intomainfrom
b50edependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.11
Dec 13, 2025
Merged

chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11#27
aaydin-tr merged 2 commits intomainfrom
b50edependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 2, 2025

Bumps github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11.

Commits
  • 93ca345 Merge pull request #1943 from StefanoBalzarottiNozomi/add-context-disk-windows
  • 438f88e Merge pull request #1955 from OverOrion/fix/windows-file-handle-leaks
  • 28dc11c fix(process): add missing CloseHandle to OpenFilesWithContext for Windows
  • b44cda7 use select ctx for context cancellation
  • 82391ff Merge pull request #1934 from johnnybubonic/fix_pidparse_edge
  • 1172d89 Merge pull request #1893 from mmorel-35/nilnesserr
  • 678a63e Merge pull request #1948 from shirou/fix/update_github_action_runner_202511
  • 2f83a2c fix: remove and add GitHub action runner images.
  • 768bc18 Merge pull request #1947 from shirou/dependabot/go_modules/github.com/tklause...
  • 3bb7cd5 chore(deps): bump github.com/tklauser/go-sysconf from 0.3.15 to 0.3.16
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 2, 2025
@dependabot dependabot Bot force-pushed the b50edependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.11 branch from ed93cc9 to d2886e9 Compare December 12, 2025 23:00
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.10 to 4.25.11.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.10...v4.25.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the b50edependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.11 branch from d2886e9 to 8a49db9 Compare December 12, 2025 23:18
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 12, 2025

Claude finished @dependabot[bot]'s task —— View job


PR Review: Dependency Update - gopsutil v4.25.10 → v4.25.11

  • Examine dependency changes in go.mod and go.sum
  • Check codebase usage of gopsutil
  • Review upstream changes for compatibility
  • Check CI status
  • Provide final review feedback

Summary

Approved - This is a safe patch version update with bug fixes.

Changes

Updated Dependencies:

  • github.com/shirou/gopsutil/v4: 4.25.10 → 4.25.11
  • github.com/tklauser/go-sysconf: 0.3.15 → 0.3.16 (transitive)

Analysis

Usage in codebase:
The gopsutil library is used in internal/monitoring/monitoring.go:14-16 for system metrics:

  • cpu - CPU usage monitoring
  • mem - Memory statistics
  • process - Process-level metrics

Upstream changes in v4.25.11:

  • Fix: Windows file handle leaks in OpenFilesWithContext (#1955)
  • Fix: Context cancellation improvements for disk operations on Windows
  • Fix: PID parsing edge cases

Impact assessment:

  • ✅ All changes are bug fixes (no breaking changes)
  • ✅ Patch version update (semantic versioning)
  • ✅ CI passing (Go workflow succeeded)
  • ✅ No API changes affecting current usage
  • ✅ Includes important Windows file handle leak fix

Recommendation

Merge this PR. The update includes bug fixes with no breaking changes and the CI tests are passing.


@aaydin-tr aaydin-tr enabled auto-merge December 13, 2025 00:03
@aaydin-tr aaydin-tr disabled auto-merge December 13, 2025 00:03
@aaydin-tr aaydin-tr merged commit 849fea5 into main Dec 13, 2025
4 checks passed
@dependabot dependabot Bot deleted the b50edependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.11 branch December 13, 2025 00:03
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