Skip to content

Commit

Permalink
Update module github.com/DataDog/agent-payload/v5 to v5.0.122 (#33606)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://togithub.com/DataDog/agent-payload)
| `v5.0.121` -> `v5.0.122` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fagent-payload%2fv5/v5.0.122?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.122?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.121/v5.0.122?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.121/v5.0.122?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.122`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.122)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.121...v5.0.122)

#### What's Changed

- Add image and imageID to container status by
[@&#8203;aureleoules](https://togithub.com/aureleoules) in
[DataDog/agent-payload#319

**Full Changelog**:
DataDog/agent-payload@v5.0.121...v5.0.122

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
  • Loading branch information
renovate[bot] and opentelemetrybot committed Jun 19, 2024
1 parent dd1ba41 commit 9ef64b7
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ require (
github.com/ClickHouse/ch-go v0.61.5 // indirect
github.com/ClickHouse/clickhouse-go/v2 v2.23.0 // indirect
github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
github.com/DataDog/agent-payload/v5 v5.0.121 // indirect
github.com/DataDog/agent-payload/v5 v5.0.122 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/otelcontribcol/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 connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (

require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/DataDog/agent-payload/v5 v5.0.121 // indirect
github.com/DataDog/agent-payload/v5 v5.0.122 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0 // 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.21.0

require (
github.com/DataDog/agent-payload/v5 v5.0.121
github.com/DataDog/agent-payload/v5 v5.0.122
github.com/DataDog/datadog-agent/comp/core/config v0.54.0
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0
github.com/DataDog/datadog-agent/comp/core/log v0.54.0
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 @@ -29,7 +29,7 @@ require (

require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/DataDog/agent-payload/v5 v5.0.121 // indirect
github.com/DataDog/agent-payload/v5 v5.0.122 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0 // 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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ require (
github.com/ClickHouse/ch-go v0.61.5 // indirect
github.com/ClickHouse/clickhouse-go/v2 v2.23.0 // indirect
github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
github.com/DataDog/agent-payload/v5 v5.0.121 // indirect
github.com/DataDog/agent-payload/v5 v5.0.122 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

0 comments on commit 9ef64b7

Please sign in to comment.