Skip to content

Commit

Permalink
bump clis
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Jun 21, 2024
1 parent 0483bbe commit 24d02d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
40 changes: 20 additions & 20 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ ARG DEBIAN_FRONTEND=noninteractive

#--- Clis versions
ENV ARGO_VERSION="3.5.4" \
BBR_VERSION="1.9.47" \
BOSH_VERSION="7.5.6" \
BBR_VERSION="1.9.66" \
BOSH_VERSION="7.6.1" \
BOSH_COMPLETION_VERSION="1.2.0" \
BOSH_GEN_VERSION="0.101.2" \
CF_VERSION="8.7.10" \
CF_UAAC_VERSION="4.23.0" \
CILIUM_VERSION="0.16.6" \
CREDHUB_VERSION="2.9.29" \
CROSSPLANE_CLI="1.15.0" \
CILIUM_VERSION="0.16.10" \
CREDHUB_VERSION="2.9.31" \
CROSSPLANE_CLI="1.16.0" \
FLUX_VERSION="2.2.3" \
FLY_VERSION="7.9.1" \
GITLAB_VERSION="1.40.0" \
GITHUB_VERSION="2.49.0" \
GOSS_VERSION="0.4.6" \
GOVC_VERSION="0.37.1" \
GITLAB_VERSION="1.42.0" \
GITHUB_VERSION="2.51.0" \
GOSS_VERSION="0.4.7" \
GOVC_VERSION="0.37.3" \
GO3FR_VERSION="0.5.0" \
HELM_VERSION="3.14.0" \
HUBBLE_VERSION="0.13.3" \
HUBBLE_VERSION="0.13.5" \
JQ_VERSION="1.7.1" \
JWT_VERSION="6.0.0" \
KAPP_VERSION="0.62.0" \
KCTRL_VERSION="0.51.0" \
KLBD_VERSION="0.43.0" \
JWT_VERSION="6.1.0" \
KAPP_VERSION="0.62.1" \
KCTRL_VERSION="0.52.0" \
KLBD_VERSION="0.43.2" \
KREW_VERSION="0.4.4" \
KUBECTL_VERSION="1.26.15" \
KUBECTL_WHOAMI_VERSION="0.0.46" \
Expand All @@ -39,22 +39,22 @@ ENV ARGO_VERSION="3.5.4" \
OC_VERSION="4.10.25" \
OCM_VERSION="0.1.72" \
POPEYE_VERSION="0.21.3" \
RBAC_TOOL_VERSION="1.16.0" \
RBAC_TOOL_VERSION="1.19.0" \
REDIS_VERSION="6.2.4" \
RUBY_BUNDLER_VERSION="2.3.18" \
RUBY_VERSION="3.1.2" \
SHIELD_VERSION="8.8.6" \
SPRUCE_VERSION="1.31.0" \
TERRAFORM_PLUGIN_CF_VERSION="0.11.2" \
TERRAFORM_VERSION="0.11.14" \
TESTKUBE_VERSION="1.17.22" \
TESTKUBE_VERSION="1.17.63" \
TFCTL_VERSION="0.15.1" \
VAULT_VERSION="1.16.2" \
VCLUSTER_VERSION="0.19.5" \
VENDIR_VERSION="0.40.1" \
VCLUSTER_VERSION="0.19.6" \
VENDIR_VERSION="0.40.2" \
YAML_PATH_VERSION="0.4" \
YQ_VERSION="4.43.1" \
YTT_VERSION="0.49.0"
YQ_VERSION="4.44.2" \
YTT_VERSION="0.49.1"

#--- Packages list, ruby env and plugins
ENV INIT_PACKAGES="apt-transport-https ca-certificates curl openssh-server openssl sudo unzip wget" \
Expand Down
1 change: 0 additions & 1 deletion tools/check-available-clis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ printf '\n=> Check BOSH-CLI\n' ; bosh --version
printf '\n=> Check CF-CLI\n' ; cf --version
printf '\n=> Check CILIUM-CLI\n' ; cilium version
printf '\n=> Check CREDHUB-CLI\n' ; credhub --version
printf '\n=> Check CROSSPLANE-CLI\n' ; crossplane --version
printf '\n=> Check FLUX-CLI\n' ; flux --version
printf '\n=> Check FLY-CLI\n' ; fly --version
printf '\n=> Check GCLOUD-CLI\n' ; gcloud --version
Expand Down

0 comments on commit 24d02d7

Please sign in to comment.