Skip to content

Commit a9e244c

Browse files
chore(deps): update module github.com/prometheus/common to v0.70.0 (8.19) (#7409)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.69.0` → `v0.70.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.70.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.69.0/v0.70.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/common (github.com/prometheus/common)</summary> ### [`v0.70.0`](https://redirect.github.com/prometheus/common/blob/HEAD/CHANGELOG.md#v0700--2026-07-10) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.69.0...v0.70.0) ##### Enhancements - route: add support for the QUERY HTTP method. [#&#8203;932](https://redirect.github.com/prometheus/common/issues/932) ##### Bugfixes - config: fix `TLSVersion.String()` printing a pointer address instead of the numeric version for unknown TLS versions. [#&#8203;929](https://redirect.github.com/prometheus/common/issues/929) ##### Internal - expfmt: add `BenchmarkConvertMetricFamily` comparing the Prometheus text and OpenMetrics 1.0 encoders. [#&#8203;943](https://redirect.github.com/prometheus/common/issues/943) - Update Go dependencies. [#&#8203;933](https://redirect.github.com/prometheus/common/issues/933) [#&#8203;934](https://redirect.github.com/prometheus/common/issues/934) - Synchronize common files from prometheus/prometheus. [#&#8203;923](https://redirect.github.com/prometheus/common/issues/923) [#&#8203;927](https://redirect.github.com/prometheus/common/issues/927) [#&#8203;930](https://redirect.github.com/prometheus/common/issues/930) [#&#8203;937](https://redirect.github.com/prometheus/common/issues/937) - Update GitHub Actions. [#&#8203;938](https://redirect.github.com/prometheus/common/issues/938) [#&#8203;939](https://redirect.github.com/prometheus/common/issues/939) [#&#8203;940](https://redirect.github.com/prometheus/common/issues/940) [#&#8203;941](https://redirect.github.com/prometheus/common/issues/941) [#&#8203;942](https://redirect.github.com/prometheus/common/issues/942) **Full Changelog**: <prometheus/common@v0.69.0...v0.70.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 01:59 AM, Monday through Friday ( * 1 * * 1-5 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6IjguMTkiLCJsYWJlbHMiOlsiVGVhbTpTZWN1cml0eS1DbG91ZCBTZXJ2aWNlcyIsImJhY2twb3J0LXNraXAiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSIsInJlbm92YXRlLWF1dG8tYXBwcm92ZSJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent df1c2cb commit a9e244c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ require (
518518
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
519519
github.com/prometheus/client_golang v1.23.2 // indirect
520520
github.com/prometheus/client_model v0.6.2 // indirect
521-
github.com/prometheus/common v0.69.0 // indirect
521+
github.com/prometheus/common v0.70.0 // indirect
522522
github.com/prometheus/procfs v0.21.1 // indirect
523523
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
524524
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,8 +1123,8 @@ github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UH
11231123
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
11241124
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
11251125
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
1126-
github.com/prometheus/common v0.69.0 h1:OA85nJQS/T/MaYh/Q2CcgDKSGWqNIgrBDvDH85CuiNk=
1127-
github.com/prometheus/common v0.69.0/go.mod h1:ZzL3f6u94qUxh9p+tJTrF+FvBS1XXbbRAZCQkytAL0Y=
1126+
github.com/prometheus/common v0.70.0 h1:bcpru3tWPVnxGnETLgOV5jbp/JRXgYEyv65CuBLAMMI=
1127+
github.com/prometheus/common v0.70.0/go.mod h1:S/SFasQmgGiYH6C81LKCtYa8QACgthGg5zxL2udV7SY=
11281128
github.com/prometheus/otlptranslator v1.0.0 h1:s0LJW/iN9dkIH+EnhiD3BlkkP5QVIUVEoIwkU+A6qos=
11291129
github.com/prometheus/otlptranslator v1.0.0/go.mod h1:vRYWnXvI6aWGpsdY/mOT/cbeVRBlPWtBNDb7kGR3uKM=
11301130
github.com/prometheus/procfs v0.21.1 h1:GljZCt+zSTS+NZq88cyQ1LjZ+RCHp3uVuabBWA5+OJI=

0 commit comments

Comments
 (0)