fix(deps): update module github.com/prometheus/common to v0.63.0#12656
Conversation
da65abd to
a0a50e6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12656 +/- ##
=======================================
Coverage 91.63% 91.63%
=======================================
Files 479 479
Lines 26423 26423
=======================================
Hits 24214 24214
Misses 1749 1749
Partials 460 460 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It looks like this is what broke contrib tests. There is a breaking change in 0.63.0 that is incompatible with the version of (Not sure why the Go resolver allows this to happen; does it assume minor versions have no breaking changes even before 1.0? Or maybe there is no way to pull in two different versions of a package at the same time if no resolution is possible?) |
…3.0 (open-telemetry#12656)" This reverts commit c11fa87.
|
Opened #12673 to revert the update |
…3.0 (#12656)" (#12673) #### Description Contrib tests are currently failing on main with the following build error: ``` Error: /home/runner/go/pkg/mod/github.com/prometheus/prometheus@v0.300.1/util/logging/file.go:42:23: undefined: promslog.AllowedFormat ``` I believe this is because of the update in #12656: there is [a breaking change in `github.com/prometheus/common` 0.63.0](prometheus/common#754) that is incompatible with the version of `github.com/prometheus` used in some contrib modules. While the latter package [has been updated](prometheus/prometheus#16210) on main, the updated version hasn't been released yet, so I this the only solution is to revert this PR until then.
This PR contains the following updates:
v0.62.0->v0.63.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus/common (github.com/prometheus/common)
v0.63.0Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/common@v0.62.0...v0.63.0
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.