Skip to content

Commit 6c9376e

Browse files
renovate[bot]dd-octo-sts[bot]devflow.devflow-routing-intake
authored
Update module github.com/docker/cli to v29.6.0+incompatible (#52886)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [github.com/docker/cli](https://redirect.github.com/docker/cli) | `v29.5.3+incompatible` → `v29.6.0+incompatible` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fcli/v29.6.0+incompatible?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdocker%2fcli/v29.6.0+incompatible?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdocker%2fcli/v29.5.3+incompatible/v29.6.0+incompatible?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fcli/v29.5.3+incompatible/v29.6.0+incompatible?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/33469) for more information. --- ### Release Notes <details> <summary>docker/cli (github.com/docker/cli)</summary> ### [`v29.6.0+incompatible`](https://redirect.github.com/docker/cli/compare/v29.5.3...v29.6.0) [Compare Source](https://redirect.github.com/docker/cli/compare/v29.5.3...v29.6.0) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Paris) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - 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/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvbm8tY2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIiwiZGVwZW5kZW5jaWVzLWdvIiwicWEvbm8tY29kZS1jaGFuZ2UiXX0=--> Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 6ea230e commit 6c9376e

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ require (
531531
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
532532
github.com/digitalocean/go-metadata v0.0.0-20250129100319-e3650a3df44b // indirect
533533
github.com/digitalocean/godo v1.193.0 // indirect
534-
github.com/docker/cli v29.5.3+incompatible // indirect
534+
github.com/docker/cli v29.6.0+incompatible // indirect
535535
github.com/docker/docker-credential-helpers v0.9.4 // indirect
536536
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
537537
github.com/docker/go-units v0.5.0 // indirect

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.

pkg/fleet/installer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
require (
3434
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.73.2 // indirect
3535
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
36-
github.com/docker/cli v29.5.3+incompatible // indirect
36+
github.com/docker/cli v29.6.0+incompatible // indirect
3737
github.com/docker/docker-credential-helpers v0.9.4 // indirect
3838
github.com/ebitengine/purego v0.10.0 // indirect
3939
github.com/go-ole/go-ole v1.3.0 // indirect

pkg/fleet/installer/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.

test/e2e-framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/ssm v1.69.3
2323
github.com/aws/session-manager-plugin v0.0.0-20241119210807-82dc72922492
2424
github.com/cenkalti/backoff/v6 v6.0.1
25-
github.com/docker/cli v29.5.3+incompatible
25+
github.com/docker/cli v29.6.0+incompatible
2626
github.com/google/gofuzz v1.2.0
2727
github.com/google/uuid v1.6.0
2828
github.com/moby/moby/api v1.55.0

test/e2e-framework/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.

test/new-e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/aws/aws-sdk-go-v2/service/ssm v1.69.3 // indirect
2020
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
2121
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
22-
github.com/docker/cli v29.5.3+incompatible // indirect
22+
github.com/docker/cli v29.6.0+incompatible // indirect
2323
github.com/fatih/color v1.19.0
2424
github.com/google/uuid v1.6.0
2525
github.com/kr/pretty v0.3.1

test/new-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.

tools/build-ddot-byoc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
require (
1111
cloud.google.com/go/compute/metadata v0.9.0 // indirect
1212
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
13-
github.com/docker/cli v29.5.3+incompatible // indirect
13+
github.com/docker/cli v29.6.0+incompatible // indirect
1414
github.com/docker/docker-credential-helpers v0.9.4 // indirect
1515
github.com/opencontainers/go-digest v1.0.0 // indirect
1616
github.com/opencontainers/image-spec v1.1.1 // indirect

tools/build-ddot-byoc/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)