From 31a8192d676e4aeb16346e3f871f63fd1ee7f200 Mon Sep 17 00:00:00 2001 From: Olivier Grand Date: Thu, 19 Oct 2023 11:03:42 +0200 Subject: [PATCH] bump tfctl cli --- Dockerfile | 2 +- tools/log-bosh.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1aab9a..337a673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ ENV ARGO_VERSION="3.4.11" \ TERRAFORM_PLUGIN_CF_VERSION="0.11.2" \ TERRAFORM_VERSION="0.11.14" \ TESTKUBE_VERSION="1.14.4" \ - TFCTL_VERSION="0.15.1" \ + TFCTL_VERSION="0.14.5" \ VCLUSTER_VERSION="0.15.7" \ VENDIR_VERSION="0.35.0" \ YAML_PATH_VERSION="0.4" \ diff --git a/tools/log-bosh.sh b/tools/log-bosh.sh index efa6e89..81f3991 100755 --- a/tools/log-bosh.sh +++ b/tools/log-bosh.sh @@ -1,6 +1,6 @@ #!/bin/bash #=========================================================================== -# Log with bosh cli V2 +# Log with bosh cli # Parameters : # --target, -t : Bosh director target (micro, master, ops...) # --deployment, -d : Bosh deployment name @@ -139,5 +139,4 @@ if [ ${flagError} = 0 ] ; then fi fi fi - printf "\n" \ No newline at end of file