Update module github.com/prometheus/client_golang to v1.22.0 #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-prometheus-client_golang-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.21.1
->v1.22.0
Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0
: - 2025-04-07Compare Source
⚠️ This release contains potential breaking change if you use experimental
zstd
support introduce in #1496 ⚠️Experimental support for
zstd
on scrape was added, controlled by the requestAccept-Encoding
header.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDelta
andWithStats
options have been added to API client. #1743All Changes
New Contributors
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0-rc.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ 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):go
directive was updated for compatibility reasonsDetails:
go
1.21
->1.22
github.com/klauspost/compress
v1.17.11
->v1.18.0
golang.org/x/sys
v0.28.0
->v0.30.0
google.golang.org/protobuf
v1.36.1
->v1.36.5