Skip to content

Commit e1b26ba

Browse files
fix(deps): update module github.com/prometheus/common to v0.61.0 (open-telemetry#36758)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.60.1` -> `v0.61.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.60.1/v0.61.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.61.0`](https://redirect.github.com/prometheus/common/releases/tag/v0.61.0) [Compare Source](https://redirect.github.com/prometheus/common/compare/v0.60.1...v0.61.0) #### What's Changed - Mark sigv4 deprecated by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/715](https://redirect.github.com/prometheus/common/pull/715) - Provide a way to get UserAgent by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/716](https://redirect.github.com/prometheus/common/pull/716) - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/714](https://redirect.github.com/prometheus/common/pull/714) - Bump golang.org/x/net from 0.29.0 to 0.30.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/712](https://redirect.github.com/prometheus/common/pull/712) - chore: enable perfsprint linter by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/717](https://redirect.github.com/prometheus/common/pull/717) - chore: use testify instead of testing.Fatal by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/718](https://redirect.github.com/prometheus/common/pull/718) - Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/711](https://redirect.github.com/prometheus/common/pull/711) - setup dependabot for `github.com/prometheus/common/assets` by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/719](https://redirect.github.com/prometheus/common/pull/719) - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/721](https://redirect.github.com/prometheus/common/pull/721) - Mark promlog deprecated by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/prometheus/common/pull/720](https://redirect.github.com/prometheus/common/pull/720) - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/722](https://redirect.github.com/prometheus/common/pull/722) - Allow custom user-agent definition by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/prometheus/common/pull/725](https://redirect.github.com/prometheus/common/pull/725) - fix: values escaping bugs by [@&#8203;ywwg](https://redirect.github.com/ywwg) in [https://github.com/prometheus/common/pull/727](https://redirect.github.com/prometheus/common/pull/727) - fix(promslog): always use UTC for time by [@&#8203;tjhop](https://redirect.github.com/tjhop) in [https://github.com/prometheus/common/pull/735](https://redirect.github.com/prometheus/common/pull/735) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /assets by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/729](https://redirect.github.com/prometheus/common/pull/729) - Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/730](https://redirect.github.com/prometheus/common/pull/730) - promslog: always lowercase log level from CLI by [@&#8203;jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus/common/pull/728](https://redirect.github.com/prometheus/common/pull/728) - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://redirect.github.com/prombot) in [https://github.com/prometheus/common/pull/726](https://redirect.github.com/prometheus/common/pull/726) - Bump golang.org/x/net from 0.30.0 to 0.32.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/736](https://redirect.github.com/prometheus/common/pull/736) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/731](https://redirect.github.com/prometheus/common/pull/731) - Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/prometheus/common/pull/732](https://redirect.github.com/prometheus/common/pull/732) **Full Changelog**: prometheus/common@v0.60.1...v0.61.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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent ccf3cae commit e1b26ba

File tree

32 files changed

+301
-301
lines changed

32 files changed

+301
-301
lines changed

connector/datadogconnector/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ require (
209209
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
210210
github.com/prometheus/client_golang v1.20.5 // indirect
211211
github.com/prometheus/client_model v0.6.1 // indirect
212-
github.com/prometheus/common v0.60.1 // indirect
212+
github.com/prometheus/common v0.61.0 // indirect
213213
github.com/prometheus/procfs v0.15.1 // indirect
214214
github.com/rs/cors v1.11.1 // indirect
215215
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
@@ -295,11 +295,11 @@ require (
295295
go.uber.org/fx v1.22.2 // indirect
296296
go.uber.org/multierr v1.11.0 // indirect
297297
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
298-
golang.org/x/net v0.31.0 // indirect
299-
golang.org/x/oauth2 v0.23.0 // indirect
298+
golang.org/x/net v0.32.0 // indirect
299+
golang.org/x/oauth2 v0.24.0 // indirect
300300
golang.org/x/sys v0.28.0 // indirect
301-
golang.org/x/term v0.26.0 // indirect
302-
golang.org/x/text v0.20.0 // indirect
301+
golang.org/x/term v0.27.0 // indirect
302+
golang.org/x/text v0.21.0 // indirect
303303
golang.org/x/time v0.6.0 // indirect
304304
gonum.org/v1/gonum v0.15.1 // indirect
305305
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect

connector/datadogconnector/go.sum

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

exporter/alertmanagerexporter/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.115.0
8-
github.com/prometheus/common v0.60.1
8+
github.com/prometheus/common v0.61.0
99
github.com/stretchr/testify v1.10.0
1010
go.opentelemetry.io/collector/component v0.115.1-0.20241206185113-3f3e208e71b8
1111
go.opentelemetry.io/collector/component/componenttest v0.115.1-0.20241206185113-3f3e208e71b8
@@ -72,9 +72,9 @@ require (
7272
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
7373
go.opentelemetry.io/otel/trace v1.32.0 // indirect
7474
go.uber.org/multierr v1.11.0 // indirect
75-
golang.org/x/net v0.31.0 // indirect
76-
golang.org/x/sys v0.27.0 // indirect
77-
golang.org/x/text v0.20.0 // indirect
75+
golang.org/x/net v0.32.0 // indirect
76+
golang.org/x/sys v0.28.0 // indirect
77+
golang.org/x/text v0.21.0 // indirect
7878
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
7979
google.golang.org/grpc v1.67.1 // indirect
8080
google.golang.org/protobuf v1.35.2 // indirect

exporter/alertmanagerexporter/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ require (
302302
github.com/prometheus-community/windows_exporter v0.27.2 // indirect
303303
github.com/prometheus/client_golang v1.20.5 // indirect
304304
github.com/prometheus/client_model v0.6.1 // indirect
305-
github.com/prometheus/common v0.60.1 // indirect
305+
github.com/prometheus/common v0.61.0 // indirect
306306
github.com/prometheus/common/sigv4 v0.1.0 // indirect
307307
github.com/prometheus/procfs v0.15.1 // indirect
308308
github.com/prometheus/prometheus v0.54.1 // indirect
@@ -388,15 +388,15 @@ require (
388388
go.uber.org/dig v1.18.0 // indirect
389389
go.uber.org/fx v1.22.2 // indirect
390390
go.uber.org/multierr v1.11.0 // indirect
391-
golang.org/x/crypto v0.29.0 // indirect
391+
golang.org/x/crypto v0.30.0 // indirect
392392
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
393393
golang.org/x/mod v0.21.0 // indirect
394-
golang.org/x/net v0.31.0 // indirect
395-
golang.org/x/oauth2 v0.23.0 // indirect
396-
golang.org/x/sync v0.9.0 // indirect
394+
golang.org/x/net v0.32.0 // indirect
395+
golang.org/x/oauth2 v0.24.0 // indirect
396+
golang.org/x/sync v0.10.0 // indirect
397397
golang.org/x/sys v0.28.0 // indirect
398-
golang.org/x/term v0.26.0 // indirect
399-
golang.org/x/text v0.20.0 // indirect
398+
golang.org/x/term v0.27.0 // indirect
399+
golang.org/x/text v0.21.0 // indirect
400400
golang.org/x/time v0.6.0 // indirect
401401
golang.org/x/tools v0.26.0 // indirect
402402
gonum.org/v1/gonum v0.15.1 // indirect

0 commit comments

Comments
 (0)