carvel-dev / vendir

Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively
https://carvel.dev/vendir
Apache License 2.0
268 stars 46 forks source link

[chore] bump docker/docker, docker/cli to v25.0.5 #370

Closed grokspawn closed 3 months ago

grokspawn commented 3 months ago

related to https://github.com/moby/moby/pull/47538

Some of the indirect deps cannot be resolved until those project update & release, so this is incomplete but at least updates the direct deps

go mod graph output after changes:

carvel.dev/vendir github.com/docker/cli@v25.0.5+incompatible
carvel.dev/imgpkg@v0.40.0 github.com/docker/cli@v24.0.0+incompatible
github.com/google/go-containerregistry@v0.16.1 github.com/docker/cli@v24.0.0+incompatible
carvel.dev/vendir github.com/docker/docker@v25.0.5+incompatible
carvel.dev/imgpkg@v0.40.0 github.com/docker/docker@v24.0.7+incompatible
github.com/google/go-containerregistry@v0.16.1 github.com/docker/docker@v24.0.0+incompatible