golang-github-prometheus-common (0.62.0-3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.62.0-4 > 0.62.0-3
- Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 1409024
- Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common
- Last scan: 2025-03-25 00:28:07+00
- Next scan: 2025-04-02 14:05:00+00
- CI pipeline status: success
- Debian changelog in Git:
golang-github-prometheus-common (0.62.0-4) UNRELEASED; urgency=medium
* Drop unnecessary patch overriding default label name validation scheme
- Applications which have not yet updated to prometheus/common v0.62.0
should override model.NameValidationScheme to model.LegacyValidation in
their init() function.
* debian/control: update Breaks versions
-- Daniel Swarbrick <dswarbrick@debian.org> Thu, 20 Feb 2025 14:03:55 +0000
- This branch is 3 commits ahead of tag debian/0.62.0-3
- Git log:
commit d994cc4e46301703d9e89110642b71a77a8fc976
Author: Daniel Swarbrick <dswarbrick@debian.org>
Date: Thu Feb 20 01:45:06 2025 +0100
Prepare changelog
commit 69604aee9575618f27294c207fb5d5843eeddf41
Author: Daniel Swarbrick <dswarbrick@debian.org>
Date: Thu Feb 20 02:22:42 2025 +0100
d/control: update Breaks versions
commit c4f130e4bc643e717339cf233d151e5bd3f8b612
Author: Daniel Swarbrick <dswarbrick@debian.org>
Date: Thu Feb 20 01:37:24 2025 +0100
Drop unnecessary 0004-Revert-change-default-validation-scheme-to-UTF8Valid.patch
Applications which expect the semantics of prometheus/common v0.61.0 and
earlier can override model.NameValidationScheme to model.LegacyValidation an
their init() function.