Skip to content

Commit

Permalink
fix(deps): update module github.com/datadog/agent-payload/v5 to v5.0.…
Browse files Browse the repository at this point in the history
…140 (#37016)

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.138` -> `v5.0.140` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.140?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.140?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.138/v5.0.140?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.138/v5.0.140?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.140`](https://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.140)

[Compare
Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.139...v5.0.140)

##### What's Changed

- \[CWS] Add network device, syscall and flow nodes to process activity
nodes
[#&#8203;360](https://redirect.github.com/DataDog/agent-payload/issues/360)

**Full Changelog**:
DataDog/agent-payload@v5.0.139...v5.0.140

###
[`v5.0.139`](https://redirect.github.com/DataDog/agent-payload/releases/tag/v5.0.139)

[Compare
Source](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.138...v5.0.139)

What's Changed
\[CWS] Add node affinity to pods in
[#&#8203;359](https://redirect.github.com/DataDog/agent-payload/issues/359)
Full Changelog:
[v5.0.138...v5.0.139](https://redirect.github.com/DataDog/agent-payload/compare/v5.0.138...v5.0.139)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored Jan 3, 2025
1 parent ff12928 commit 9e00174
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (

require (
cloud.google.com/go/compute/metadata v0.6.0 // indirect
github.com/DataDog/agent-payload/v5 v5.0.138 // indirect
github.com/DataDog/agent-payload/v5 v5.0.140 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.60.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.60.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.60.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions connector/datadogconnector/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exporter/datadogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datado
go 1.22.0

require (
github.com/DataDog/agent-payload/v5 v5.0.138
github.com/DataDog/agent-payload/v5 v5.0.140
github.com/DataDog/datadog-agent/comp/core/config v0.60.1
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.60.1
github.com/DataDog/datadog-agent/comp/core/log/def v0.60.1
Expand Down
4 changes: 2 additions & 2 deletions exporter/datadogexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exporter/datadogexporter/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
github.com/DataDog/agent-payload/v5 v5.0.138 // indirect
github.com/DataDog/agent-payload/v5 v5.0.140 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.60.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.60.1 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.60.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions exporter/datadogexporter/integrationtest/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/datadogreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datado
go 1.22.0

require (
github.com/DataDog/agent-payload/v5 v5.0.138
github.com/DataDog/agent-payload/v5 v5.0.140
github.com/DataDog/datadog-agent/pkg/obfuscate v0.60.1
github.com/DataDog/datadog-agent/pkg/proto v0.60.1
github.com/DataDog/datadog-agent/pkg/trace v0.60.1
Expand Down
4 changes: 2 additions & 2 deletions receiver/datadogreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testbed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
github.com/DataDog/agent-payload/v5 v5.0.138 // indirect
github.com/DataDog/agent-payload/v5 v5.0.140 // indirect
github.com/DataDog/datadog-agent/pkg/obfuscate v0.60.1 // indirect
github.com/DataDog/datadog-agent/pkg/proto v0.60.1 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.60.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions testbed/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e00174

Please sign in to comment.