Skip to content

Commit

Permalink
chore(deps): update k8s related bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent f288a0b commit 249920e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bosh-cli-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN wget -nv https://github.com/cloudfoundry/credhub-cli/releases/download/${CRE
&& mv credhub /usr/local/bin/credhub

# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION 4.34.1
ENV YQ_VERSION 4.34.2
ENV YQ_SUM c5a92a572b3bd0024c7b1fe8072be3251156874c05f017c23f9db7b3254ae71a
ENV YQ_FILENAME yq_linux_amd64
ENV YQ_REPO github.com/mikefarah/yq
Expand Down
6 changes: 3 additions & 3 deletions k8s-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \
WORKDIR /usr/local/bin

# renovate: datasource=github-releases depName=k14s/ytt
ENV YTT_VERSION "0.45.2"
ENV YTT_VERSION "0.45.3"
ENV YTT_SUM c909d88845ce55430a91a1cf9db5e3f14ffa8ce53d6ecb42e7ff3acf56a2037f
ENV YTT_FILENAME ytt-linux-amd64
ADD https://github.com/k14s/ytt/releases/download/v${YTT_VERSION}/${YTT_FILENAME} .
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN echo "Computed sha256sum: $(sha256sum ${KUSTOMIZE_FILENAME})" \
&& tar zxvf ${KUSTOMIZE_FILENAME}

# renovate: datasource=github-releases depName=k14s/kapp
ENV KAPP_VERSION 0.57.0
ENV KAPP_VERSION 0.57.1
ENV KAPP_SUM f71adcf7292aa5a38f4fd8925bec27ab3af61e24e2eed122cb4856381c17efc1
ENV KAPP_FILENAME kapp-linux-amd64
ADD https://github.com/k14s/kapp/releases/download/v${KAPP_VERSION}/kapp-linux-amd64 .
Expand Down Expand Up @@ -78,7 +78,7 @@ RUN echo "Computed ${KUTTL_PLUGIN_FILENAME} sha256sum: $(sha256sum ${KUTTL_PLUGI
&& ln -s kubectl-kuttl kuttl

# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION 4.34.1
ENV YQ_VERSION 4.34.2
ENV YQ_SUM c5a92a572b3bd0024c7b1fe8072be3251156874c05f017c23f9db7b3254ae71a
ENV YQ_FILENAME yq_linux_amd64
ADD https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/${YQ_FILENAME} .
Expand Down
4 changes: 2 additions & 2 deletions k8s-tools/k8s-tools_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require 'serverspec'

BOSH_CLI_VERSION="7.2.3" # renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
YTT_VERSION="0.45.2" # renovate: datasource=github-releases depName=k14s/ytt
YTT_VERSION="0.45.3" # renovate: datasource=github-releases depName=k14s/ytt
CREDHUB_CLI_VERSION='2.9.16' # renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
KUSTOMIZE_VERSION="4.5.4" # renovate: datasource=github-releases depName=kubernetes-sigs/kustomize
KAPP_VERSION="0.57.0" # renovate: datasource=github-releases depName=k14s/kapp
KAPP_VERSION="0.57.1" # renovate: datasource=github-releases depName=k14s/kapp
KUBECTL_VERSION="1.24.14" # renovate: datasource=github-tags depName=kubernetes/kubectl
HELM_VERSION="3.12.0" # renovate: datasource=github-releases depName=helm/helm
KUTTL_VERSION="0.15.0" # renovate: datasource=github-releases depName=kudobuilder/kuttl
Expand Down

0 comments on commit 249920e

Please sign in to comment.