Skip to content

Commit b3606b8

Browse files
fix(deps): update module github.com/prometheus/common to v0.67.4 (#44497)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.67.3` -> `v0.67.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.67.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.67.3/v0.67.4?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.67.4`](https://redirect.github.com/prometheus/common/releases/tag/v0.67.4): / 2025-11-18 [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.67.3...v0.67.4) #### What's Changed - chore: clean up golangci-lint configuration by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&#8203;782](https://redirect.github.com/prometheus/common/pull/782) - chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them by [@&#8203;JorTurFer](https://redirect.github.com/JorTurFer) in [#&#8203;864](https://redirect.github.com/prometheus/common/pull/864) - chore: Add omitempty tag to all config fields by [@&#8203;JorTurFer](https://redirect.github.com/JorTurFer) in [#&#8203;865](https://redirect.github.com/prometheus/common/pull/865) **Full Changelog**: <prometheus/common@v0.67.3...v0.67.4> </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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 42e671c commit b3606b8

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

exporter/alertmanagerexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/cenkalti/backoff/v5 v5.0.3
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.140.1
8-
github.com/prometheus/common v0.67.3
8+
github.com/prometheus/common v0.67.4
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/component v1.46.1-0.20251120204106-2e9c82787618
1111
go.opentelemetry.io/collector/component/componenttest v0.140.1-0.20251120204106-2e9c82787618

exporter/alertmanagerexporter/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.

exporter/prometheusremotewriteexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
101101
github.com/prometheus/client_golang v1.23.2 // indirect
102102
github.com/prometheus/client_model v0.6.2 // indirect
103-
github.com/prometheus/common v0.67.3 // indirect
103+
github.com/prometheus/common v0.67.4 // indirect
104104
github.com/prometheus/procfs v0.16.1 // indirect
105105
github.com/prometheus/sigv4 v0.2.1 // indirect
106106
github.com/rs/cors v1.11.1 // indirect

exporter/prometheusremotewriteexporter/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.

pkg/translator/loki/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/grafana/loki/pkg/push v0.0.0-20240514112848-a1b1eeb09583
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.140.1
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.140.1
10-
github.com/prometheus/common v0.67.3
10+
github.com/prometheus/common v0.67.4
1111
github.com/prometheus/otlptranslator v1.0.0
1212
github.com/prometheus/prometheus v0.307.3
1313
github.com/stretchr/testify v1.11.1

pkg/translator/loki/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.

pkg/translator/prometheusremotewrite/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/google/go-cmp v0.7.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.140.1
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.140.1
10-
github.com/prometheus/common v0.67.3
10+
github.com/prometheus/common v0.67.4
1111
github.com/prometheus/otlptranslator v1.0.0
1212
github.com/prometheus/prometheus v0.307.3
1313
github.com/stretchr/testify v1.11.1

pkg/translator/prometheusremotewrite/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.

receiver/lokireceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6969
github.com/prometheus/client_golang v1.23.2 // indirect
7070
github.com/prometheus/client_model v0.6.2 // indirect
71-
github.com/prometheus/common v0.67.3 // indirect
71+
github.com/prometheus/common v0.67.4 // indirect
7272
github.com/prometheus/otlptranslator v1.0.0 // indirect
7373
github.com/prometheus/procfs v0.16.1 // indirect
7474
github.com/prometheus/prometheus v0.307.3 // indirect

receiver/lokireceiver/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)