mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #647] [MERGED] fix(deps): update module github.com/prometheus/client_golang to v1.22.0 #820
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/647
Author: @renovate[bot]
Created: 4/8/2025
Status: ✅ Merged
Merged: 4/8/2025
Merged by: @kolaente
Base:
main← Head:renovate/github.com-prometheus-client_golang-1.x📝 Commits (1)
bc8b163fix(deps): update module github.com/prometheus/client_golang to v1.22.0📊 Changes
2 files changed (+8 additions, -3 deletions)
View changed files
📝
go.mod(+3 -3)📝
go.sum(+5 -0)📄 Description
This PR contains the following updates:
v1.21.1->v1.22.0Release 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
zstdsupport introduce in #1496 ⚠️Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader.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.:
WithLookbackDeltaandWithStatsoptions 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 was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.