Skip to content

Commit

Permalink
test(deps): update dependency vendir to v0.42.0 (#3236)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 40ae873 commit d22aed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN install-tool terraform 1.9.5
RUN install-tool jb v0.6.0

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.41.1
RUN install-tool vendir v0.42.0

#--------------------------------------
# Image: test-erlang
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ RUN install-tool skopeo 1.16.1
RUN install-tool sops v3.9.0

# renovate: datasource=github-releases depName=vendir packageName=vmware-tanzu/carvel-vendir
ARG VENDIR_VERSION=0.41.1
ARG VENDIR_VERSION=0.42.0

# renovate: datasource=github-releases depName=helmfile packageName=helmfile/helmfile
ARG HELMFILE_VERSION=0.167.1
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN install-tool terraform 1.9.5
FROM base AS test-vendir

# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-vendir
RUN install-tool vendir v0.41.1
RUN install-tool vendir v0.42.0

#--------------------------------------
# Image: others
Expand Down

0 comments on commit d22aed6

Please # to comment.