Skip to content

Commit 5963fc3

Browse files
author
Tekton CI
committed
Update binaries
- argocd to v2.12.0 - bitwarden to v2024.7.2 - checkov to 3.2.219 - go to 1.22.6 - kubectl to v1.30.3 - oc to 4.16.6 - rosa to 1.2.43 - terraform to 1.9.4 - yq to v4.44.3 Signed-off-by: Tekton CI <[email protected]>
1 parent 6c63f92 commit 5963fc3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

shared/config/dependencies.sh

+9-9
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.11.3"
7-
export BITWARDEN_VERSION="v2024.6.0"
8-
export CHECKOV_VERSION="3.2.140"
9-
export GO_VERSION="1.22.4"
6+
export ARGOCD_VERSION="v2.12.0"
7+
export BITWARDEN_VERSION="v2024.7.2"
8+
export CHECKOV_VERSION="3.2.219"
9+
export GO_VERSION="1.22.6"
1010
export HADOLINT_VERSION="v2.12.0"
1111
export JQ_VERSION="1.7.1"
12-
export KUBECTL_VERSION="v1.30.2"
13-
export OC_VERSION="4.15.17"
14-
export ROSA_VERSION="1.2.40"
12+
export KUBECTL_VERSION="v1.30.3"
13+
export OC_VERSION="4.16.6"
14+
export ROSA_VERSION="1.2.43"
1515
export SHELLCHECK_VERSION="v0.10.0"
1616
export TEKTONCD_CLI_VERSION="v0.37.0"
17-
export TERRAFORM_VERSION="1.8.5"
17+
export TERRAFORM_VERSION="1.9.4"
1818
export YAMLLINT_VERSION="1.35.1"
19-
export YQ_VERSION="v4.44.2"
19+
export YQ_VERSION="v4.44.3"

0 commit comments

Comments
 (0)