Skip to content

Commit e52f83e

Browse files
Tekton CIgabemontero
Tekton CI
authored andcommitted
Update binaries
- argocd to v2.10.6 - bitwarden to v2024.3.1 - checkov to 3.2.55 - go to 1.22.2 - kubectl to v1.29.3 - oc to 4.15.8 - rosa to 1.2.37 - shellcheck to v0.10.0 - tektoncd_cli to v0.36.0 - terraform to 1.7.5 - yamllint to 1.35.1 - yq to v4.43.1 Signed-off-by: Tekton CI <[email protected]>
1 parent 9d129d8 commit e52f83e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

shared/config/dependencies.sh

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
# add '# Freeze' after the export.
44
# E.g.:
55
# export FOOBAR_VERSION="1.2.3" # Freeze
6-
export ARGOCD_VERSION="v2.9.6"
7-
export BITWARDEN_VERSION="v2024.1.0"
8-
export CHECKOV_VERSION="3.2.8"
9-
export GO_VERSION="1.21.6"
6+
export ARGOCD_VERSION="v2.10.6"
7+
export BITWARDEN_VERSION="v2024.3.1"
8+
export CHECKOV_VERSION="3.2.55"
9+
export GO_VERSION="1.22.2"
1010
export HADOLINT_VERSION="v2.12.0"
1111
export JQ_VERSION="1.7.1"
12-
export KUBECTL_VERSION="v1.29.1"
13-
export OC_VERSION="4.14.10"
14-
export ROSA_VERSION="1.2.34"
15-
export SHELLCHECK_VERSION="v0.9.0"
16-
export TEKTONCD_CLI_VERSION="v0.34.0"
17-
export TERRAFORM_VERSION="1.7.2"
18-
export YAMLLINT_VERSION="1.33.0"
19-
export YQ_VERSION="v4.40.5"
12+
export KUBECTL_VERSION="v1.29.3"
13+
export OC_VERSION="4.15.8"
14+
export ROSA_VERSION="1.2.37"
15+
export SHELLCHECK_VERSION="v0.10.0"
16+
export TEKTONCD_CLI_VERSION="v0.36.0"
17+
export TERRAFORM_VERSION="1.7.5"
18+
export YAMLLINT_VERSION="1.35.1"
19+
export YQ_VERSION="v4.43.1"

0 commit comments

Comments
 (0)