Skip to content

fix(deps): update bump-dependencies - #6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate.bump-dependencies
Open

fix(deps): update bump-dependencies#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate.bump-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/prometheus/client_golang v1.23.2v1.24.1 age confidence require minor
golang (source) 1.25.12-alpine1.27.0-alpine age confidence stage minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prometheus/client_golang (github.com/prometheus/client_golang)

v1.24.1

Compare Source

v1.24.0: - 2026-07-20

Compare Source

Changes
  • [CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. #​1862
  • [CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated model.NameValidationScheme global. Default behavior is unchanged; code that set NameValidationScheme = LegacyValidation no longer gets legacy enforcement at metric, label, and push-grouping construction. #​2051
  • [CHANGE] api/prometheus/v1: Support matchers (matches[] parameter) in Rules method (Rules(ctx context.Context, matches []string) (RulesResult, error)). #​1843
  • [CHANGE] api/prometheus/v1: Refactor LabelNames method to return model.LabelNames instead of []string for consistency across the API. #​1850
  • [CHANGE] exp/api/remote: Simplify Store interface, rename Handler to WriteHandler, and encapsulate write response handling. #​1855
  • [FEATURE] prometheus: Add new Go 1.26 runtime metrics (/sched/goroutines-created:goroutines, /sched/goroutines/not-in-go:goroutines, /sched/goroutines/runnable:goroutines, /sched/goroutines/running:goroutines, /sched/goroutines/waiting:goroutines, /sched/threads/total:threads). #​1942
  • [FEATURE] prometheus: Add WithUnit(unit string) option and explicit OpenMetrics unit support in CounterOpts, GaugeOpts, SummaryOpts, and HistogramOpts. #​1392
  • [FEATURE] prometheus: Expose descriptor construction error through public Err() method on Desc. #​1902
  • [FEATURE] promhttp: Add opt-in HandlerOpts.CoalesceGather to deduplicate concurrent Gather calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #​1969
  • [FEATURE] promhttp: HTTP handlers created by promhttp package now support metrics filtering by providing one or more name[] query parameters. The default behavior when none are provided remains the same, returning all metrics. #​1925
  • [FEATURE] api/prometheus/v1: Add query formatting endpoint support (/format_query) and FormatQuery(ctx context.Context, query string) (string, error) method. #​1846, #​1856
  • [FEATURE] api/prometheus/v1: Add support for /status/tsdb/blocks endpoint via TSDBBlocks(ctx context.Context) ([]TSDBBlock, error) method. #​1896
  • [FEATURE] exp/api/remote: Export BackoffConfig to allow customization when using WithAPIBackoff. #​1895
  • [FEATURE] exp/api/remote: Add RetryCallBack to allow custom logging or handling on retry attempts in the remote write client. #​1888, #​1890
  • [ENHANCEMENT] prometheus/collectors/version: Allow specifying custom labels when registering the version collector. #​1860
  • [ENHANCEMENT] api: Use cloned http.DefaultTransport when constructing default HTTP clients to prevent accidental mutations of shared global transport state. #​1885
  • [BUGFIX] prometheus: Recover from collector panics during Gather() and return an error instead of crashing the process. #​1961
  • [BUGFIX] prometheus: Fix cpu-seconds unit suffix handling for metric go_cpu_classes_gc_mark_assist_cpu_seconds. #​1991
  • [BUGFIX] promhttp: InstrumentHandlerDuration and InstrumentHandlerCounter no longer panic when given an observer/counter that does not implement ExemplarObserver/ExemplarAdder (e.g. a SummaryVec). The exemplar is dropped and the value is recorded via the plain Observe/Add path, matching the safe-cast already used by Timer.ObserveDurationWithExemplar. #​2005
  • [BUGFIX] api/prometheus/v1: Fall back to GET requests when POST requests return 403 Forbidden or method not allowed. #​2030
  • [BUGFIX] api: Respect context cancellation inside httpClient.Do. #​1971
  • [BUGFIX] exp/api/remote: Fix compression buffer pooling where compressed buffers were released prematurely, causing corrupted remote-write payloads. #​1889
  • [BUGFIX] exp/api/remote: Reject malformed snappy payloads declaring huge decoded sizes. Enforce a 32MB decoded-size limit to prevent OOM from oversized remote-write requests. #​1917
  • [BUGFIX] exp/api/remote: Ensure remote write v2 headers cannot be returned on v1 requests. #​1927
All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.23.2...v1.24.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 3 times, most recently from 17c22c7 to 1860de5 Compare April 13, 2026 20:58
@renovate renovate Bot changed the title fix(deps): update bump-dependencies fix(deps): update module github.com/googlecloudplatform/prometheus-engine to v0.17.2 Apr 13, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/googlecloudplatform/prometheus-engine to v0.17.2 fix(deps): update bump-dependencies to v0.17.2 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from 878582e to 3f60522 Compare June 13, 2026 22:51
@renovate renovate Bot changed the title fix(deps): update bump-dependencies to v0.17.2 fix(deps): update bump-dependencies Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch from 3f60522 to 2b3a2dc Compare June 13, 2026 22:54
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch from 2b3a2dc to 9659c5e Compare June 21, 2026 17:15
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from 3b06b37 to da6cac4 Compare July 9, 2026 11:53
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from 42e5ee1 to c395c28 Compare July 15, 2026 11:29
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from 3bb76dd to cc9150e Compare July 25, 2026 19:07
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 3 times, most recently from 3e650ba to 18439ea Compare August 13, 2026 22:14
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from ccc269b to 5be0f51 Compare August 19, 2026 22:42
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch from 5be0f51 to 1e466e3 Compare August 28, 2026 12:14
@renovate renovate Bot changed the title fix(deps): update bump-dependencies chore(deps): update golang docker tag to v1.27.0 Aug 28, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch from 1e466e3 to ebf2880 Compare August 28, 2026 17:56
@renovate renovate Bot changed the title chore(deps): update golang docker tag to v1.27.0 fix(deps): update bump-dependencies Aug 28, 2026
@renovate

renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/prometheus/common v0.68.1 -> v0.70.1
github.com/prometheus/procfs v0.20.1 -> v0.21.1
golang.org/x/crypto v0.53.0 -> v0.54.0
golang.org/x/net v0.56.0 -> v0.57.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/text v0.39.0 -> v0.40.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant