Skip to content

Commit 44a42d0

Browse files
renovate[bot]opentelemetrybotcodeboten
authored
fix(deps): update module github.com/prometheus/client_golang to v1.19.0 (#31455)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang) | `v1.18.0` -> `v1.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.18.0/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.18.0/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.19.0`](https://togithub.com/prometheus/client_golang/releases/tag/v1.19.0) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.18.0...v1.19.0) #### What's Changed The module `prometheus/common v0.48.0` introduced a bug when used together with client_golang. If your project uses client_golang and you want to use `prometheus/common v0.48.0` or higher, please update client_golang to v1.19.0. - \[CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). [#&#8203;1445](https://togithub.com/prometheus/client_golang/issues/1445) [#&#8203;1449](https://togithub.com/prometheus/client_golang/issues/1449) - \[FEATURE] collectors: Add version collector. [#&#8203;1422](https://togithub.com/prometheus/client_golang/issues/1422) [#&#8203;1427](https://togithub.com/prometheus/client_golang/issues/1427) #### New Contributors - [@&#8203;michurin](https://togithub.com/michurin) made their first contribution in [https://github.com/prometheus/client_golang/pull/1423](https://togithub.com/prometheus/client_golang/pull/1423) - [@&#8203;kavu](https://togithub.com/kavu) made their first contribution in [https://github.com/prometheus/client_golang/pull/1445](https://togithub.com/prometheus/client_golang/pull/1445) - [@&#8203;ywwg](https://togithub.com/ywwg) made their first contribution in [https://github.com/prometheus/client_golang/pull/1448](https://togithub.com/prometheus/client_golang/pull/1448) **Full Changelog**: prometheus/client_golang@v1.18.0...v1.19.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent cef707e commit 44a42d0

File tree

14 files changed

+42
-45
lines changed

14 files changed

+42
-45
lines changed

cmd/configschema/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,9 @@ require (
555555
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
556556
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
557557
github.com/pquerna/cachecontrol v0.1.0 // indirect
558-
github.com/prometheus/client_golang v1.18.0 // indirect
558+
github.com/prometheus/client_golang v1.19.0 // indirect
559559
github.com/prometheus/client_model v0.5.0 // indirect
560-
github.com/prometheus/common v0.46.0 // indirect
560+
github.com/prometheus/common v0.48.0 // indirect
561561
github.com/prometheus/common/sigv4 v0.1.0 // indirect
562562
github.com/prometheus/procfs v0.12.0 // indirect
563563
github.com/prometheus/prometheus v0.48.1 // indirect

cmd/configschema/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ require (
586586
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
587587
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
588588
github.com/pquerna/cachecontrol v0.1.0 // indirect
589-
github.com/prometheus/client_golang v1.18.0 // indirect
589+
github.com/prometheus/client_golang v1.19.0 // indirect
590590
github.com/prometheus/client_model v0.5.0 // indirect
591-
github.com/prometheus/common v0.46.0 // indirect
591+
github.com/prometheus/common v0.48.0 // indirect
592592
github.com/prometheus/common/sigv4 v0.1.0 // indirect
593593
github.com/prometheus/procfs v0.12.0 // indirect
594594
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/oteltestbedcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ require (
191191
github.com/pkg/errors v0.9.1 // indirect
192192
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
193193
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
194-
github.com/prometheus/client_golang v1.18.0 // indirect
194+
github.com/prometheus/client_golang v1.19.0 // indirect
195195
github.com/prometheus/client_model v0.5.0 // indirect
196-
github.com/prometheus/common v0.46.0 // indirect
196+
github.com/prometheus/common v0.48.0 // indirect
197197
github.com/prometheus/common/sigv4 v0.1.0 // indirect
198198
github.com/prometheus/procfs v0.12.0 // indirect
199199
github.com/prometheus/prometheus v0.48.1 // indirect

cmd/oteltestbedcol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/prometheusexporter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.95.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.95.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.95.0
10-
github.com/prometheus/client_golang v1.18.0
10+
github.com/prometheus/client_golang v1.19.0
1111
github.com/prometheus/client_model v0.5.0
12-
github.com/prometheus/common v0.46.0
12+
github.com/prometheus/common v0.48.0
1313
github.com/stretchr/testify v1.8.4
1414
go.opentelemetry.io/collector/component v0.95.0
1515
go.opentelemetry.io/collector/config/confighttp v0.95.0

exporter/prometheusexporter/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,9 @@ require (
554554
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
555555
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
556556
github.com/pquerna/cachecontrol v0.1.0 // indirect
557-
github.com/prometheus/client_golang v1.18.0 // indirect
557+
github.com/prometheus/client_golang v1.19.0 // indirect
558558
github.com/prometheus/client_model v0.5.0 // indirect
559-
github.com/prometheus/common v0.46.0 // indirect
559+
github.com/prometheus/common v0.48.0 // indirect
560560
github.com/prometheus/common/sigv4 v0.1.0 // indirect
561561
github.com/prometheus/procfs v0.12.0 // indirect
562562
github.com/prometheus/prometheus v0.48.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)