Skip to content

fix(deps): update all-dependencies - #36

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/prometheus/client_golang v1.23.2v1.24.1 age confidence require minor
go 1.26.11.27.1 age confidence tools minor
golang (source) 1.26-alpine1.27-alpine age confidence stage minor
grafana/grafana 13.0.113.2.1 age confidence minor 13.2.2
grafana/k6 1.6.11.8.1 age confidence minor
node (source) 25.8.125.9.0 age confidence tools minor
pinact 3.8.03.10.1 age confidence tools minor
pnpm (source) 10.32.110.34.5 age confidence tools minor
prom/prometheus v3.10.0v3.14.0 age confidence minor
yq 4.52.44.53.6 age confidence tools minor

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

golang/go (go)

v1.27.1

Compare Source

v1.27.0

Compare Source

v1.26.8

Compare Source

v1.26.7

Compare Source

v1.26.6

Compare Source

v1.26.5

Compare Source

v1.26.4

Compare Source

v1.26.3

Compare Source

v1.26.2

Compare Source

grafana/grafana (grafana/grafana)

v13.2.1

v13.2.0

v13.1.5

v13.1.4

v13.1.3: 13.1.3

Download page
What's new highlights

v13.1.2

Features and enhancements

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "on monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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/all-dependencies branch 3 times, most recently from 0fa4fa5 to e042f37 Compare April 5, 2026 13:18
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 87fd0be to facab4e Compare April 17, 2026 14:55
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 282b4f7 to e5208a9 Compare April 26, 2026 12:34
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 14b638a to 53c8296 Compare May 2, 2026 05:25
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 5 times, most recently from adc448c to 62746ed Compare May 10, 2026 16:53
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 7e8d4aa to 3cbe820 Compare May 19, 2026 01:10
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 5 times, most recently from aa7a4cc to ab3b11d Compare June 5, 2026 23:03
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 0aa376a to eb64011 Compare June 14, 2026 21:40
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 3 times, most recently from ff4123d to 4e11ce5 Compare August 5, 2026 15:51
@renovate renovate Bot changed the title fix(deps): update all-dependencies chore(deps): update all-dependencies Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from 4e11ce5 to f682e35 Compare August 5, 2026 17:42
@renovate renovate Bot changed the title chore(deps): update all-dependencies fix(deps): update all-dependencies Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 2 times, most recently from b34c883 to fdd8a44 Compare August 10, 2026 05:11
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 5 times, most recently from d4a2cea to 57561b9 Compare August 22, 2026 13:56
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 155a96f to efc05b7 Compare August 28, 2026 11:42
@renovate renovate Bot changed the title fix(deps): update all-dependencies chore(deps): update all-dependencies Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch from efc05b7 to ebedabe Compare August 28, 2026 18:08
@renovate renovate Bot changed the title chore(deps): update all-dependencies fix(deps): update all-dependencies Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/all-dependencies branch 9 times, most recently from 34872a4 to 5ae72b6 Compare September 2, 2026 05:03
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.

0 participants