Skip to content

Commit a538223

Browse files
Tekton CIRoming22
authored andcommitted
Update binaries
- argocd to v2.8.3 - checkov to 2.4.30 - go to 1.21.1 - jq to 1.7 - tektoncd_cli to v0.32.0 - terraform to 1.5.7 Signed-off-by: Tekton CI <[email protected]>
1 parent d09e915 commit a538223

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

shared/config/dependencies.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
# add '# Freeze' after the export.
44
# E.g.:
55
# export FOOBAR_VERSION="1.2.3" # Freeze
6-
export ARGOCD_VERSION="v2.8.2"
6+
export ARGOCD_VERSION="v2.8.3"
77
export BITWARDEN_VERSION="v2023.8.2"
8-
export CHECKOV_VERSION="2.4.27"
9-
export GO_VERSION="1.21.0"
8+
export CHECKOV_VERSION="2.4.30"
9+
export GO_VERSION="1.21.1"
1010
export HADOLINT_VERSION="v2.12.0"
11-
export JQ_VERSION="1.6"
11+
export JQ_VERSION="1.7"
1212
export KIND_VERSION="v0.20.0"
1313
export KUBECTL_VERSION="v1.28.1"
1414
export OC_VERSION="4.13.11"
1515
export ROSA_VERSION="1.2.26"
1616
export SHELLCHECK_VERSION="v0.9.0"
17-
export TEKTONCD_CLI_VERSION="v0.31.2"
18-
export TERRAFORM_VERSION="1.5.6"
17+
export TEKTONCD_CLI_VERSION="v0.32.0"
18+
export TERRAFORM_VERSION="1.5.7"
1919
export YAMLLINT_VERSION="1.32.0"
2020
export YQ_VERSION="v4.35.1"

0 commit comments

Comments
 (0)