Skip to content

Commit b2dbb4a

Browse files
renovate[bot]otelbot[bot]songy23
authored
Update module github.com/DataDog/agent-payload/v5 to v5.0.181 (open-telemetry#46160)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/DataDog/agent-payload/v5](https://redirect.github.com/DataDog/agent-payload) | `v5.0.180` → `v5.0.181` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.181?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.180/v5.0.181?slim=true) | --- > [!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.181`](https://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.181) [Compare Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.180...v5.0.181) ##### What's Changed - Add stateful\_encoding.proto by [@&open-telemetry#8203;TheSafo](https://redirect.github.com/TheSafo) in [#&open-telemetry#8203;443](https://redirect.github.com/DataDog/agent-payload/pull/443) - Add service field and make agent\_version optional in health platform proto by [@&open-telemetry#8203;pducolin](https://redirect.github.com/pducolin) in [#&open-telemetry#8203;442](https://redirect.github.com/DataDog/agent-payload/pull/442) ##### New Contributors - [@&open-telemetry#8203;TheSafo](https://redirect.github.com/TheSafo) made their first contribution in [#&open-telemetry#8203;443](https://redirect.github.com/DataDog/agent-payload/pull/443) **Full Changelog**: <DataDog/agent-payload@v5.0.180...v5.0.181> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
1 parent 3aeec92 commit b2dbb4a

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
@@ -29,7 +29,7 @@ require (
2929

3030
require (
3131
cloud.google.com/go/compute/metadata v0.9.0 // indirect
32-
github.com/DataDog/agent-payload/v5 v5.0.180 // indirect
32+
github.com/DataDog/agent-payload/v5 v5.0.181 // indirect
3333
github.com/DataDog/datadog-agent/comp/core/config v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
3434
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
3535
github.com/DataDog/datadog-agent/comp/core/flare/types v0.77.0-devel.0.20260213154712-e02b9359151a // 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.25.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.180
6+
github.com/DataDog/agent-payload/v5 v5.0.181
77
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.77.0-devel.0.20260213154712-e02b9359151a
88
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.77.0-devel.0.20260213154712-e02b9359151a
99
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.77.0-devel.0.20260213154712-e02b9359151a

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.25.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.180
6+
github.com/DataDog/agent-payload/v5 v5.0.181
77
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.77.0-devel.0.20260213154712-e02b9359151a
88
github.com/DataDog/datadog-agent/pkg/proto v0.77.0-devel.0.20260213154712-e02b9359151a
99
github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector v0.145.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/datadog/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
4040
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
4141
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
42-
github.com/DataDog/agent-payload/v5 v5.0.180 // indirect
42+
github.com/DataDog/agent-payload/v5 v5.0.181 // indirect
4343
github.com/DataDog/datadog-agent/comp/core/config v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
4444
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.77.0-devel.0.20260213154712-e02b9359151a // indirect
4545
github.com/DataDog/datadog-agent/comp/core/flare/types v0.77.0-devel.0.20260213154712-e02b9359151a // indirect

internal/datadog/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.25.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.180
6+
github.com/DataDog/agent-payload/v5 v5.0.181
77
github.com/DataDog/datadog-agent/pkg/obfuscate v0.77.0-devel.0.20260213154712-e02b9359151a
88
github.com/DataDog/datadog-agent/pkg/proto v0.77.0-devel.0.20260213154712-e02b9359151a
99
github.com/DataDog/datadog-agent/pkg/trace/stats v0.77.0-devel.0.20260213154712-e02b9359151a

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)