Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/prometheus/client_golang to v1.22.0 #874

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus/client_golang v1.21.1 -> v1.22.0 age adoption passing confidence

Release Notes

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

v1.22.0: - 2025-04-07

Compare 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 request Accept-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.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #​1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #​1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #​1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #​1765
All Changes

New Contributors

Full Changelog: prometheus/client_golang@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: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

Copy link
Contributor Author

renovate bot commented Mar 26, 2025

ℹ 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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/prometheus/common v0.55.0 -> v0.62.0
golang.org/x/oauth2 v0.21.0 -> v0.24.0
google.golang.org/protobuf v1.34.2 -> v1.36.1

@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/client_golang to v1.21.1 fix(deps): update module github.com/prometheus/client_golang to v1.21.1 - autoclosed Apr 2, 2025
@renovate renovate bot closed this Apr 2, 2025
@renovate renovate bot deleted the renovate/g.yxqyang.asia-prometheus-client_golang-1.x branch April 2, 2025 20:56
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/client_golang to v1.21.1 - autoclosed fix(deps): update module github.com/prometheus/client_golang to v1.21.1 Apr 8, 2025
@renovate renovate bot reopened this Apr 8, 2025
@renovate renovate bot force-pushed the renovate/g.yxqyang.asia-prometheus-client_golang-1.x branch from cd2e200 to c92c2f6 Compare April 8, 2025 13:20
@renovate renovate bot changed the title fix(deps): update module github.com/prometheus/client_golang to v1.21.1 fix(deps): update module github.com/prometheus/client_golang to v1.22.0 Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants