Skip to content

Commit 86f66bb

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/prometheus/common to v0.57.0 (#11033)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.56.0` -> `v0.57.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.56.0/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.56.0/v0.57.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!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.57.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.57.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.56.0...v0.57.0) #### What's Changed - feat: new promslog and promslog/flag packages to wrap log/slog by [@&#8203;tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/677](https://redirect.github.com/prometheus/common/pull/677) #### New Contributors - [@&#8203;tjhop](https://redirect.github.com/tjhop) made their first contribution in [https://github.com/prometheus/common/pull/677](https://redirect.github.com/prometheus/common/pull/677) **Full Changelog**: prometheus/common@v0.56.0...v0.57.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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 3d37e53 commit 86f66bb

File tree

59 files changed

+89
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+89
-89
lines changed

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/pmezard/go-difflib v1.0.0 // indirect
4646
github.com/prometheus/client_golang v1.20.2 // indirect
4747
github.com/prometheus/client_model v0.6.1 // indirect
48-
github.com/prometheus/common v0.56.0 // indirect
48+
github.com/prometheus/common v0.57.0 // indirect
4949
github.com/prometheus/procfs v0.15.1 // indirect
5050
go.opentelemetry.io/collector/consumer/consumerprofiles v0.108.1 // indirect
5151
go.opentelemetry.io/collector/pdata/pprofile v0.108.1 // indirect

cmd/mdatagen/go.sum

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

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require (
6969
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
7070
github.com/prometheus/client_golang v1.20.2 // indirect
7171
github.com/prometheus/client_model v0.6.1 // indirect
72-
github.com/prometheus/common v0.56.0 // indirect
72+
github.com/prometheus/common v0.57.0 // indirect
7373
github.com/prometheus/procfs v0.15.1 // indirect
7474
github.com/rs/cors v1.11.0 // indirect
7575
github.com/shirou/gopsutil/v4 v4.24.7 // indirect

cmd/otelcorecol/go.sum

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

component/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/prometheus/client_golang v1.20.2
77
github.com/prometheus/client_model v0.6.1
8-
github.com/prometheus/common v0.56.0
8+
github.com/prometheus/common v0.57.0
99
github.com/stretchr/testify v1.9.0
1010
go.opentelemetry.io/collector/config/configtelemetry v0.108.1
1111
go.opentelemetry.io/collector/pdata v1.14.1

component/go.sum

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

config/configauth/go.sum

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

config/configgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/pmezard/go-difflib v1.0.0 // indirect
5252
github.com/prometheus/client_golang v1.20.2 // indirect
5353
github.com/prometheus/client_model v0.6.1 // indirect
54-
github.com/prometheus/common v0.56.0 // indirect
54+
github.com/prometheus/common v0.57.0 // indirect
5555
github.com/prometheus/procfs v0.15.1 // indirect
5656
go.opentelemetry.io/collector/confmap v1.14.1 // indirect
5757
go.opentelemetry.io/collector/extension v0.108.1 // indirect

config/configgrpc/go.sum

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

config/confighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/pmezard/go-difflib v1.0.0 // indirect
4848
github.com/prometheus/client_golang v1.20.2 // indirect
4949
github.com/prometheus/client_model v0.6.1 // indirect
50-
github.com/prometheus/common v0.56.0 // indirect
50+
github.com/prometheus/common v0.57.0 // indirect
5151
github.com/prometheus/procfs v0.15.1 // indirect
5252
go.opentelemetry.io/collector/confmap v1.14.1 // indirect
5353
go.opentelemetry.io/collector/extension v0.108.1 // indirect

0 commit comments

Comments
 (0)