Skip to content

go: bump the dependencies group with 3 updates - #42

Merged
kazeburo merged 1 commit into
masterfrom
dependabot/go_modules/dependencies-4d78276875
Sep 11, 2026
Merged

go: bump the dependencies group with 3 updates#42
kazeburo merged 1 commit into
masterfrom
dependabot/go_modules/dependencies-4d78276875

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 3 updates: github.com/prometheus/procfs, github.com/monitoring-forge/saferio and golang.org/x/sys.

Updates github.com/prometheus/procfs from 0.21.1 to 0.22.0

Release notes

Sourced from github.com/prometheus/procfs's releases.

v0.22.0

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.21.1...v0.22.0

Commits
  • e81f9e1 fix(mdstat): parse (W), (J) and (R) component device flags (#842)
  • 8fbfb57 isRealProc should return false on notype architectures (#853)
  • 6f6ab1f Add InfiniBandClassDevices and InfiniBandDevice with tests (#854)
  • a3d6856 sysfs: add support for ACPI 4.0 power meters (#860)
  • b18599b Rename internal/util package (#864)
  • 1ed24f2 Update common Prometheus files (#858)
  • a7d7e41 build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#856)
  • a87803e Add resctrlfs package (#862)
  • c8c8f52 netstat: model legacy TcpExt counters removed from recent kernels (#863)
  • 95cb71f sysfs: add NetClassPCIDevice and PciDeviceVFAddress for SR-IOV support
  • Additional commits viewable in compare view

Updates github.com/monitoring-forge/saferio from 0.0.2 to 0.0.3

Release notes

Sourced from github.com/monitoring-forge/saferio's releases.

v0.0.3

What's Changed

New Contributors

Full Changelog: monitoring-forge/saferio@v0.0.2...v0.0.3

Changelog

Sourced from github.com/monitoring-forge/saferio's changelog.

v0.0.3 - 2026-08-29

Commits
  • 6514def Merge pull request #9 from monitoring-forge/tagpr-from-v0.0.2
  • 644bdc7 [tagpr] update CHANGELOG.md
  • 434f46b [tagpr] prepare for the next release
  • 4ce6820 Merge pull request #6 from monitoring-forge/dependabot/github_actions/depende...
  • 8d629cb ci: bump the-pr-agent/pr-agent
  • 124b088 Merge pull request #10 from monitoring-forge/feat/stat-with-filecheck
  • 12bd07b Merge pull request #8 from monitoring-forge/files-sync/monitoring-forge-githu...
  • 315df59 Merge pull request #7 from monitoring-forge/dependabot/go_modules/dependencie...
  • b99f81e Refactor FileExists and Stat functions; add tests for Stat
  • 406583c chore: sync files with monitoring-forge/github-common
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.47.0 to 0.48.0

Commits
  • 613e257 cpu: add riscv64 hwprobe drift test
  • 6f7b10f unix: add MLOCK_ONFAULT constant
  • 663e7c8 cpu: add basic support for GOARCH=sparc64
  • de5f12f cpu: add ppc64le POWER10 detection
  • 80e8acf unix: run go fix
  • 1e3c182 unix: add IPMI interface
  • d429e20 unix: stop generating sparc termbits from the generic header
  • bd3bddf unix: add missing HWTSTAMP_* constants
  • e812f53 windows: add SO_SNDTIMEO constant for socket options
  • f6989c5 unix: align Ifreq so its union accessors cannot fault
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [github.com/prometheus/procfs](https://github.com/prometheus/procfs), [github.com/monitoring-forge/saferio](https://github.com/monitoring-forge/saferio) and [golang.org/x/sys](https://github.com/golang/sys).


Updates `github.com/prometheus/procfs` from 0.21.1 to 0.22.0
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.21.1...v0.22.0)

Updates `github.com/monitoring-forge/saferio` from 0.0.2 to 0.0.3
- [Release notes](https://github.com/monitoring-forge/saferio/releases)
- [Changelog](https://github.com/monitoring-forge/saferio/blob/main/CHANGELOG.md)
- [Commits](monitoring-forge/saferio@v0.0.2...v0.0.3)

Updates `golang.org/x/sys` from 0.47.0 to 0.48.0
- [Commits](golang/sys@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/monitoring-forge/saferio
  dependency-version: 0.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.48.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Sep 10, 2026
@sonarqubecloud

Copy link
Copy Markdown

@kazeburo
kazeburo merged commit b89f73e into master Sep 11, 2026
3 checks passed
@kazeburo
kazeburo deleted the dependabot/go_modules/dependencies-4d78276875 branch September 11, 2026 06:49
@github-actions github-actions Bot mentioned this pull request Sep 11, 2026
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