Skip to content

Commit dffde01

Browse files
renovate[bot]otelbot[bot]codeboten
authored
fix(deps): update module github.com/docker/docker to v28.5.2+incompatible (open-telemetry#44144)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/docker/docker](https://redirect.github.com/docker/docker) | `v28.5.1+incompatible` -> `v28.5.2+incompatible` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v28.5.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fdocker/v28.5.1+incompatible/v28.5.2+incompatible?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>docker/docker (github.com/docker/docker)</summary> ### [`v28.5.2+incompatible`](https://redirect.github.com/docker/docker/compare/v28.5.1...v28.5.2) [Compare Source](https://redirect.github.com/docker/docker/compare/v28.5.1...v28.5.2) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent ad7683e commit dffde01

File tree

27 files changed

+41
-41
lines changed

27 files changed

+41
-41
lines changed

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.

extension/observer/dockerobserver/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/extension/obser
33
go 1.24.0
44

55
require (
6-
github.com/docker/docker v28.5.1+incompatible
6+
github.com/docker/docker v28.5.2+incompatible
77
github.com/docker/go-connections v0.6.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.139.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.139.0

extension/observer/dockerobserver/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.

extension/observer/k8sobserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/containerd/errdefs/pkg v0.3.0 // indirect
3434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3535
github.com/distribution/reference v0.5.0 // indirect
36-
github.com/docker/docker v28.5.1+incompatible // indirect
36+
github.com/docker/docker v28.5.2+incompatible // indirect
3737
github.com/docker/go-connections v0.4.0 // indirect
3838
github.com/docker/go-units v0.5.0 // indirect
3939
github.com/emicklei/go-restful/v3 v3.12.2 // indirect

extension/observer/k8sobserver/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.

extension/storage/dbstorage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2
7-
github.com/docker/docker v28.5.1+incompatible
7+
github.com/docker/docker v28.5.2+incompatible
88
github.com/docker/go-connections v0.6.0
99
github.com/jackc/pgx/v5 v5.7.6
1010
github.com/stretchr/testify v1.11.1

extension/storage/dbstorage/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
@@ -184,7 +184,7 @@ require (
184184
github.com/digitalocean/go-metadata v0.0.0-20250129100319-e3650a3df44b // indirect
185185
github.com/digitalocean/godo v1.165.1 // indirect
186186
github.com/distribution/reference v0.6.0 // indirect
187-
github.com/docker/docker v28.5.1+incompatible // indirect
187+
github.com/docker/docker v28.5.2+incompatible // indirect
188188
github.com/docker/go-connections v0.6.0 // indirect
189189
github.com/docker/go-units v0.5.0 // indirect
190190
github.com/dustin/go-humanize v1.0.1 // 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.

internal/docker/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/Microsoft/go-winio v0.6.2
77
github.com/containerd/errdefs v1.0.0
8-
github.com/docker/docker v28.5.1+incompatible
8+
github.com/docker/docker v28.5.2+incompatible
99
github.com/gobwas/glob v0.2.3
1010
github.com/stretchr/testify v1.11.1
1111
go.opentelemetry.io/collector/confmap v1.45.1-0.20251106125304-a6a176660925

0 commit comments

Comments
 (0)