Skip to content

build(deps): Bump the go-dependencies group with 7 updates - #587

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-de63b67667
Open

build(deps): Bump the go-dependencies group with 7 updates#587
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-de63b67667

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 7 updates:

Package From To
github.com/grafana/pyroscope/api 1.5.0 1.6.0
github.com/prometheus/exporter-toolkit 0.17.1 0.19.0
google.golang.org/grpc 1.83.1 1.83.2
k8s.io/apimachinery 0.36.4 0.37.0
k8s.io/client-go 0.36.4 0.37.0
k8s.io/kubelet 0.36.4 0.37.0
k8s.io/streaming 0.36.4 0.37.0

Updates github.com/grafana/pyroscope/api from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/grafana/pyroscope/api's releases.

v1.6.0

Release Notes for Pyroscope 1.6.0

Improvements and Updates

  • eBPF: Allow resizing maps (#3181)
  • Performance: optimize tree node insertion (#3105)
  • Performance: tune row iterator buffer size (#3266)
  • Compactor: Add a compactor rewriter LRU cache (#3165)
  • Helm: Add HPA Support for all Pyroscope components (#3157)
  • API: Call for exposing query analysis (#3276)
  • API: Use custom codec for vtproto within connect-go (#3310)
  • Config: Add S3 force-path-style parameter (#3158)
  • Config: Add flag to disable printing banner (#3123)

Fixes

  • Fix bug in query frontend diff handling (#3315)
  • Fix panic when dealing with missing mapping ID (#3188)
  • Fix empty string handling in pprof (#3204, #3244)
  • Fix panic recovery interceptor (#3246)
  • Fix pprof merge profiles ignoring sample type stub (#3198)
  • eBPF: Fix issue when a cls arg is a cell (#3280)
  • eBPF: handle case when self is put in cell (#3284)

Documentation Improvements

  • Add changes from Cloud Profiles UI to OSS docs (#3243)
  • Add links to supported profile types in SDKs (#3228)
  • Add note for Agent to Alloy to docs (#3201, #3272)
  • Add Pyroscope landing page for doc (#3176)
  • Update screenshots in Pyroscope UI' (#3234)

Changelog

  • f4f2c4302 API for exposing query analysis (#3276)
  • 94c1b6536 Adapt disk util to FreeBSD (#3132)
  • 4fdd876d8 Add HPA Support for all Pyroscope components (#3157)
  • 3a8ea67c2 Add an option to override the profile timestamp before upload (#3161)
  • ed202fa09 Add check for negative name indices in flamebearer profiles (#3324)
  • dd7856c44 Add integration testing of microservices/replication for label queries (#3130)
  • db8017114 Add link to use pprof and go sdk simultaneously (#3160)
  • 14bcf5817 Add profilecli command to dump the tsdb index (#3189)
  • a868886f2 Add release notes for v1.5 (#3120)
  • 7aaf8e1e1 Add warning about environment variables (#3291)
  • c3164c305 Allow fuzzer to run manually (#3245)
  • 175f5922e Bump helm chart to 1.5.0 (#3121)
  • 5c34f6357 Ensure the ebpf debug info supports both river and alloy (#3253)
  • 635b42c31 Example and docs for .NET span profiles (#3224)
  • 960fc3221 Example and docs for Python span profiles (#3252)
  • 1a3a8a176 Fix bug in query frontend diff handling (#3315)

... (truncated)

Commits
  • 65ad9d6 chore(deps): bump axios from 0.26.1 to 0.28.0 in /examples/language-sdk-instr...
  • ed202fa Add check for negative name indices in flamebearer profiles (#3324)
  • 24a46e4 Use dynamic labels for nodejs examples and docs (#3309)
  • 5d5abe9 Update make docs procedure (#3321)
  • a767e2c docs: adds node inline source maps example (#3318)
  • 1a3a8a1 Fix bug in query frontend diff handling (#3315)
  • cf55c09 connect: Use klauspost/compress/gzip decompression (#3314)
  • 53f7de2 Update golangci-lint and refactor code after update to 1.21 standards (#3313)
  • 616e81a Use custom codec for vtproto within connect-go (#3310)
  • b79c573 Fix link to spanprofiler (#3311)
  • Additional commits viewable in compare view

Updates github.com/prometheus/exporter-toolkit from 0.17.1 to 0.19.0

Release notes

Sourced from github.com/prometheus/exporter-toolkit's releases.

v0.19.0

It's the second release today because @​ArthurSens forgot to pull latest master before tagging v0.18.0 🤦

What's Changed

Full Changelog: prometheus/exporter-toolkit@v0.18.0...v0.19.0

v0.18.0

What's Changed

New Contributors

Full Changelog: prometheus/exporter-toolkit@v0.17.1...v0.18.0

Commits
  • 007f1cd Merge pull request #430 from nicolastakashi/bootstrap-extra-routes
  • 053fde5 Merge remote-tracking branch 'upstream/master' into bootstrap-extra-routes
  • 157a6e4 bootstrap: allow overriding the root route, keep the metrics path reserved
  • 97c0308 Merge pull request #421 from randomizedcoder/bootstrap-read-header-timeout
  • ab92444 bootstrap: add configurable ReadHeaderTimeout to the HTTP server
  • c5b079e bootstrap: reject routes that conflict with protected paths
  • 7021956 bootstrap: inline the metrics path flag registration
  • f4ecc5f bootstrap: drop MetricsPathEnvar support
  • d167c59 Merge pull request #425 from prometheus/dependabot/github_actions/codeql-ba9c...
  • 228b5a0 Merge pull request #426 from prometheus/dependabot/github_actions/actions/che...
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.83.1 to 1.83.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.2

Security

  • server: Reject requests missing both :authority and Host headers with HTTP 400 and status Internal. (grpc/grpc-go#9365)
Commits

Updates k8s.io/apimachinery from 0.36.4 to 0.37.0

Commits
  • 7164e39 Update dependencies to v0.37.0 tag
  • e55f9ba feat(api): Update node restriction admission to use new API
  • cb0680d Merge pull request #129125 from pohly/log-client-go-tools-apis
  • 97b2132 Merge pull request #140194 from gnufied/implement-volume-health-api
  • f21afab Add validation for camelcase in reason field
  • d7ad413 Merge pull request #140782 from dims/update-kube-openapi
  • e15ad7c Merge pull request #138808 from chenk008/cbor-streaminglist
  • 464b5d1 Update k8s.io/kube-openapi to v0.0.0-20260721132016-d427ff9ee9ad
  • 0de14ec Merge pull request #140732 from thockin/dv-add-prefixed-label-key
  • 95258eb Merge pull request #134037 from ibihim/ibihim/2025-09-09_unsafe-delete-of-cor...
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.36.4 to 0.37.0

Commits
  • 2807644 Update dependencies to v0.37.0 tag
  • 50c6f9b metrics: Register: Fix incorrect assignment
  • 49f0a7b Merge pull request #140931 from pohly/client-go-changelog-adding-apigroups
  • 74d4b1e Merge pull request #140966 from alancaldelas/client-go-fakecustomstore-store
  • 2bf14f2 Merge pull request #140990 from xigang/revert-140448
  • 7b892fe Revert "Merge pull request #140448 from xigang/event_broadcaster_goroutine_leak"
  • df92378 Merge pull request #140334 from nojnhuh/dra-workloadresourceclaims-beta
  • 45a0ff1 client-go: restore FakeCustomStore conformance to cache.Store
  • 9d3b531 Merge pull request #139795 from omeryahud/worktree-kep-5963-device-compat-groups
  • 694f4eb apidiff: ignore adding entirely new API groups
  • Additional commits viewable in compare view

Updates k8s.io/kubelet from 0.36.4 to 0.37.0

Commits
  • f73ba00 Update dependencies to v0.37.0 tag
  • 71c07b7 Merge pull request #140052 from VeraQin/master
  • d9ca143 Merge pull request #140007 from QiWang19/mem_high_default
  • a5a3290 Kep-5996: Add kubelet configuration "DefaultPodSysctls" with feature gate.
  • d3d0dac Promote MemoryQoS to beta; default memoryThrottlingFactor to nil
  • 1773f7f Merge pull request #139477 from harche/dra-kubelet-plugin-cleanup
  • 3396c66 Merge pull request #140194 from gnufied/implement-volume-health-api
  • 5b7699f Remove older volume metrics from stats API
  • afbdaf4 Merge pull request #140782 from dims/update-kube-openapi
  • 191196a Update k8s.io/kube-openapi to v0.0.0-20260721132016-d427ff9ee9ad
  • Additional commits viewable in compare view

Updates k8s.io/streaming from 0.36.4 to 0.37.0

Commits
  • cdd8da2 bump github.com/google/cadvisor/lib from v0.60.3 to v0.60.4
  • 68009e8 Merge pull request #140021 from dims/conntrack-cpuset
  • bed9c7d kube-proxy: detect host CPU count via cpuset.NumCPU instead of cadvisor
  • 0a84e25 Merge pull request #139420 from dims/update-x-net-deps
  • 9ef12fe Bump golang.org/x/net to HEAD for http2 go1.27 wrap fixes
  • f00c6a5 Merge pull request #139258 from dims/update-x-net-deps
  • a1f0619 Bump golang.org/x/net from v0.54.0 to v0.55.0
  • 2d09b61 Merge pull request #139248 from dims/bump-golang.org/x/crypto-to-v0.52.0
  • eb30797 Bump golang.org/x/crypto to v0.52.0
  • 99242c8 Merge pull request #138561 from dims/update-xnet-dep
  • 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 go-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/grafana/pyroscope/api](https://github.com/grafana/pyroscope) | `1.5.0` | `1.6.0` |
| [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) | `0.17.1` | `0.19.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.1` | `1.83.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.4` | `0.37.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.4` | `0.37.0` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.36.4` | `0.37.0` |
| [k8s.io/streaming](https://github.com/kubernetes/streaming) | `0.36.4` | `0.37.0` |


Updates `github.com/grafana/pyroscope/api` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/grafana/pyroscope/releases)
- [Changelog](https://github.com/grafana/pyroscope/blob/main/CHANGELOG.md)
- [Commits](grafana/pyroscope@v1.5.0...v1.6.0)

Updates `github.com/prometheus/exporter-toolkit` from 0.17.1 to 0.19.0
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Commits](prometheus/exporter-toolkit@v0.17.1...v0.19.0)

Updates `google.golang.org/grpc` from 1.83.1 to 1.83.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.1...v1.83.2)

Updates `k8s.io/apimachinery` from 0.36.4 to 0.37.0
- [Commits](kubernetes/apimachinery@v0.36.4...v0.37.0)

Updates `k8s.io/client-go` from 0.36.4 to 0.37.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.4...v0.37.0)

Updates `k8s.io/kubelet` from 0.36.4 to 0.37.0
- [Commits](kubernetes/kubelet@v0.36.4...v0.37.0)

Updates `k8s.io/streaming` from 0.36.4 to 0.37.0
- [Commits](kubernetes/streaming@v0.36.4...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/pyroscope/api
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/kubelet
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/streaming
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 31, 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.

0 participants