Skip to content

Commit a329dd3

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
Update module github.com/DataDog/agent-payload/v5 to v5.0.146 (open-telemetry#39088)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/DataDog/agent-payload/v5](https://redirect.github.com/DataDog/agent-payload) | `v5.0.145` -> `v5.0.146` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.146?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.146?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.145/v5.0.146?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.145/v5.0.146?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.146`](https://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.146) [Compare Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.145...v5.0.146) ##### What's Changed - Fix issues by [@&open-telemetry#8203;kangyili](https://redirect.github.com/kangyili) in [https://github.com/DataDog/agent-payload/pull/375](https://redirect.github.com/DataDog/agent-payload/pull/375) - collect deletionGracePeriodSeconds by [@&open-telemetry#8203;kangyili](https://redirect.github.com/kangyili) in [https://github.com/DataDog/agent-payload/pull/377](https://redirect.github.com/DataDog/agent-payload/pull/377) **Full Changelog**: DataDog/agent-payload@v5.0.145...v5.0.146 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 83fa906 commit a329dd3

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

connector/datadogconnector/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343

4444
require (
4545
cloud.google.com/go/compute/metadata v0.6.0 // indirect
46-
github.com/DataDog/agent-payload/v5 v5.0.145 // indirect
46+
github.com/DataDog/agent-payload/v5 v5.0.146 // indirect
4747
github.com/DataDog/datadog-agent/comp/core/config v0.64.1 // indirect
4848
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.64.1 // indirect
4949
github.com/DataDog/datadog-agent/comp/core/flare/types v0.64.1 // indirect

connector/datadogconnector/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/go.mod

+1-1
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.23.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.145
6+
github.com/DataDog/agent-payload/v5 v5.0.146
77
github.com/DataDog/datadog-agent/comp/core/config v0.64.1
88
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.64.1
99
github.com/DataDog/datadog-agent/comp/core/log/def v0.64.1

exporter/datadogexporter/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/integrationtest/go.mod

+1-1
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.23.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.145
6+
github.com/DataDog/agent-payload/v5 v5.0.146
77
github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil v0.64.1
88
github.com/DataDog/datadog-agent/pkg/proto v0.64.1
99
github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector v0.123.0

exporter/datadogexporter/integrationtest/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/datadogreceiver/go.mod

+1-1
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.23.0
44

55
require (
6-
github.com/DataDog/agent-payload/v5 v5.0.145
6+
github.com/DataDog/agent-payload/v5 v5.0.146
77
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.1
88
github.com/DataDog/datadog-agent/pkg/proto v0.64.1
99
github.com/DataDog/datadog-agent/pkg/trace v0.64.1

receiver/datadogreceiver/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testbed/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
8484
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
8585
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
86-
github.com/DataDog/agent-payload/v5 v5.0.145 // indirect
86+
github.com/DataDog/agent-payload/v5 v5.0.146 // indirect
8787
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.1 // indirect
8888
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.1 // indirect
8989
github.com/DataDog/datadog-agent/pkg/proto v0.64.1 // indirect

testbed/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)