Skip to content

Commit 5863005

Browse files
Update module github.com/prometheus/common to v0.65.0 (#13254)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.64.0` -> `v0.65.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.64.0/v0.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.64.0/v0.65.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.65.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.65.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.64.0...v0.65.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/789](https://redirect.github.com/prometheus/common/pull/789) - Remove otlptranslator package by [@&#8203;ArthurSens](https://redirect.github.com/ArthurSens) in [https://github.com/prometheus/common/pull/791](https://redirect.github.com/prometheus/common/pull/791) - feat(promslog): add Level() method to get slog.Level by [@&#8203;tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/795](https://redirect.github.com/prometheus/common/pull/795) - feat: Support negative duration in new function ParseDurationAllowNegative by [@&#8203;iamhalje](https://redirect.github.com/iamhalje) in [https://github.com/prometheus/common/pull/793](https://redirect.github.com/prometheus/common/pull/793) #### New Contributors - [@&#8203;iamhalje](https://redirect.github.com/iamhalje) made their first contribution in [https://github.com/prometheus/common/pull/793](https://redirect.github.com/prometheus/common/pull/793) **Full Changelog**: prometheus/common@v0.64.0...v0.65.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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent 7f957ed commit 5863005

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require (
7272
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
7373
github.com/prometheus/client_golang v1.22.0 // indirect
7474
github.com/prometheus/client_model v0.6.2 // indirect
75-
github.com/prometheus/common v0.64.0 // indirect
75+
github.com/prometheus/common v0.65.0 // indirect
7676
github.com/prometheus/procfs v0.16.1 // indirect
7777
github.com/rs/cors v1.11.1 // indirect
7878
github.com/shirou/gopsutil/v4 v4.25.5 // 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.

internal/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
7777
github.com/prometheus/client_golang v1.22.0 // indirect
7878
github.com/prometheus/client_model v0.6.2 // indirect
79-
github.com/prometheus/common v0.64.0 // indirect
79+
github.com/prometheus/common v0.65.0 // indirect
8080
github.com/prometheus/procfs v0.16.1 // indirect
8181
github.com/rs/cors v1.11.1 // indirect
8282
github.com/shirou/gopsutil/v4 v4.25.5 // indirect

internal/e2e/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.

otelcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
6666
github.com/prometheus/client_golang v1.22.0 // indirect
6767
github.com/prometheus/client_model v0.6.2 // indirect
68-
github.com/prometheus/common v0.64.0 // indirect
68+
github.com/prometheus/common v0.65.0 // indirect
6969
github.com/prometheus/procfs v0.16.1 // indirect
7070
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
7171
github.com/spf13/pflag v1.0.6 // indirect

otelcol/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.

otelcol/otelcoltest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
5353
github.com/prometheus/client_golang v1.22.0 // indirect
5454
github.com/prometheus/client_model v0.6.2 // indirect
55-
github.com/prometheus/common v0.64.0 // indirect
55+
github.com/prometheus/common v0.65.0 // indirect
5656
github.com/prometheus/procfs v0.16.1 // indirect
5757
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
5858
github.com/spf13/cobra v1.9.1 // indirect

otelcol/otelcoltest/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.

service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/google/uuid v1.6.0
77
github.com/prometheus/client_model v0.6.2
8-
github.com/prometheus/common v0.64.0
8+
github.com/prometheus/common v0.65.0
99
github.com/shirou/gopsutil/v4 v4.25.5
1010
github.com/stretchr/testify v1.10.0
1111
go.opentelemetry.io/collector v0.128.0

service/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.

0 commit comments

Comments
 (0)