Skip to content

Commit a221877

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/datadog/agent-payload/v5 to v5.0.170 (#43710)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/DataDog/agent-payload/v5](https://redirect.github.com/DataDog/agent-payload) | `v5.0.169` -> `v5.0.170` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.170?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.169/v5.0.170?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>DataDog/agent-payload (github.com/DataDog/agent-payload/v5)</summary> ### [`v5.0.170`](https://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.170) [Compare Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.169...v5.0.170) ##### What's Changed - \[cluster autoscaling] Use key instead of name for domain labels by [@&#8203;jennchenn](https://redirect.github.com/jennchenn) in [#&#8203;421](https://redirect.github.com/DataDog/agent-payload/pull/421) **Full Changelog**: <DataDog/agent-payload@v5.0.169...v5.0.170> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 9b91abf commit a221877

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242

4343
require (
4444
cloud.google.com/go/compute/metadata v0.9.0 // indirect
45-
github.com/DataDog/agent-payload/v5 v5.0.169 // indirect
45+
github.com/DataDog/agent-payload/v5 v5.0.170 // indirect
4646
github.com/DataDog/datadog-agent/comp/core/config v0.72.0-rc.8 // indirect
4747
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.72.0-rc.8 // indirect
4848
github.com/DataDog/datadog-agent/comp/core/flare/types v0.72.0-rc.8 // indirect

connector/datadogconnector/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/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datado
33
go 1.24.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.169
6+
github.com/DataDog/agent-payload/v5 v5.0.170
77
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.72.0-rc.8
88
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.72.0-rc.8
99
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.72.0-rc.8

exporter/datadogexporter/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/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datado
33
go 1.24.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.169
6+
github.com/DataDog/agent-payload/v5 v5.0.170
77
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.72.0-rc.8
88
github.com/DataDog/datadog-agent/pkg/proto v0.72.0-rc.8
99
github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector v0.138.0

exporter/datadogexporter/integrationtest/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
@@ -37,7 +37,7 @@ require (
3737
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
3838
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
3939
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
40-
github.com/DataDog/agent-payload/v5 v5.0.169 // indirect
40+
github.com/DataDog/agent-payload/v5 v5.0.170 // indirect
4141
github.com/DataDog/datadog-agent/comp/core/config v0.72.0-rc.8 // indirect
4242
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.72.0-rc.8 // indirect
4343
github.com/DataDog/datadog-agent/comp/core/flare/types v0.72.0-rc.8 // 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.

receiver/datadogreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datado
33
go 1.24.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.169
6+
github.com/DataDog/agent-payload/v5 v5.0.170
77
github.com/DataDog/datadog-agent/pkg/obfuscate v0.72.0-rc.8
88
github.com/DataDog/datadog-agent/pkg/proto v0.72.0-rc.8
99
github.com/DataDog/datadog-agent/pkg/trace v0.72.0-rc.8

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