fix(deps): update all-dependencies - #36
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
3 times, most recently
from
April 5, 2026 13:18
0fa4fa5 to
e042f37
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
5 times, most recently
from
April 17, 2026 14:55
87fd0be to
facab4e
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
3 times, most recently
from
April 26, 2026 12:34
282b4f7 to
e5208a9
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
3 times, most recently
from
May 2, 2026 05:25
14b638a to
53c8296
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
5 times, most recently
from
May 10, 2026 16:53
adc448c to
62746ed
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
2 times, most recently
from
May 19, 2026 01:10
7e8d4aa to
3cbe820
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
5 times, most recently
from
June 5, 2026 23:03
aa7a4cc to
ab3b11d
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
4 times, most recently
from
June 14, 2026 21:40
0aa376a to
eb64011
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
3 times, most recently
from
August 5, 2026 15:51
ff4123d to
4e11ce5
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
from
August 5, 2026 17:42
4e11ce5 to
f682e35
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
2 times, most recently
from
August 10, 2026 05:11
b34c883 to
fdd8a44
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
5 times, most recently
from
August 22, 2026 13:56
d4a2cea to
57561b9
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
4 times, most recently
from
August 28, 2026 11:42
155a96f to
efc05b7
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
from
August 28, 2026 18:08
efc05b7 to
ebedabe
Compare
renovate
Bot
force-pushed
the
renovate/all-dependencies
branch
9 times, most recently
from
September 2, 2026 05:03
34872a4 to
5ae72b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.23.2→v1.24.11.26.1→1.27.11.26-alpine→1.27-alpine13.0.1→13.2.113.2.21.6.1→1.8.125.8.1→25.9.03.8.0→3.10.110.32.1→10.34.5v3.10.0→v3.14.04.52.4→4.53.6Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.24.1Compare Source
v1.24.0: - 2026-07-20Compare Source
Changes
model.NameValidationSchemeglobal. Default behavior is unchanged; code that setNameValidationScheme = LegacyValidationno longer gets legacy enforcement at metric, label, and push-grouping construction. #2051matches[]parameter) inRulesmethod (Rules(ctx context.Context, matches []string) (RulesResult, error)). #1843LabelNamesmethod to returnmodel.LabelNamesinstead of[]stringfor consistency across the API. #1850Storeinterface, renameHandlertoWriteHandler, and encapsulate write response handling. #1855/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). #1942WithUnit(unit string)option and explicit OpenMetrics unit support inCounterOpts,GaugeOpts,SummaryOpts, andHistogramOpts. #1392Err()method onDesc. #1902HandlerOpts.CoalesceGatherto deduplicate concurrentGathercalls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #1969promhttppackage now support metrics filtering by providing one or morename[]query parameters. The default behavior when none are provided remains the same, returning all metrics. #1925/format_query) andFormatQuery(ctx context.Context, query string) (string, error)method. #1846, #1856/status/tsdb/blocksendpoint viaTSDBBlocks(ctx context.Context) ([]TSDBBlock, error)method. #1896BackoffConfigto allow customization when usingWithAPIBackoff. #1895RetryCallBackto allow custom logging or handling on retry attempts in the remote write client. #1888, #1890http.DefaultTransportwhen constructing default HTTP clients to prevent accidental mutations of shared global transport state. #1885Gather()and return an error instead of crashing the process. #1961cpu-secondsunit suffix handling for metricgo_cpu_classes_gc_mark_assist_cpu_seconds. #1991InstrumentHandlerDurationandInstrumentHandlerCounterno longer panic when given an observer/counter that does not implementExemplarObserver/ExemplarAdder(e.g. aSummaryVec). The exemplar is dropped and the value is recorded via the plainObserve/Addpath, matching the safe-cast already used byTimer.ObserveDurationWithExemplar. #2005GETrequests whenPOSTrequests return403 Forbiddenor method not allowed. #2030httpClient.Do. #1971All commits
/status/tsdb/blocksendpoint by @tjhop in #1896/metricshandler output filtering vianame[]query param by @colega in #1925New Contributors
Full Changelog: prometheus/client_golang@v1.23.2...v1.24.0
golang/go (go)
v1.27.1Compare Source
v1.27.0Compare Source
v1.26.8Compare Source
v1.26.7Compare Source
v1.26.6Compare Source
v1.26.5Compare Source
v1.26.4Compare Source
v1.26.3Compare Source
v1.26.2Compare Source
grafana/grafana (grafana/grafana)
v13.2.1v13.2.0v13.1.5v13.1.4v13.1.3: 13.1.3Download page
What's new highlights
v13.1.2Features and enhancements
aria-pressedstate toFilterPill#123069, @ashharrison90groupBylabels in alerts #122983, @yuri-tceretianfetchInitialRowsto improve async utilisation #123278, @adamyeatsConfiguration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.