Skip to content

Commit ad97404

Browse files
Tekton CIenarha
authored andcommitted
Update binaries
- argocd to v2.11.3 - bitwarden to v2024.6.0 - checkov to 3.2.140 - go to 1.22.4 - kubectl to v1.30.2 - oc to 4.15.17 - rosa to 1.2.40 - terraform to 1.8.5 - yq to v4.44.2 Signed-off-by: Tekton CI <[email protected]>
1 parent c002396 commit ad97404

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

shared/config/dependencies.sh

Lines changed: 9 additions & 9 deletions
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.0"
7-
export BITWARDEN_VERSION="v2024.4.0"
8-
export CHECKOV_VERSION="3.2.91"
9-
export GO_VERSION="1.22.3"
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"
1010
export HADOLINT_VERSION="v2.12.0"
1111
export JQ_VERSION="1.7.1"
12-
export KUBECTL_VERSION="v1.30.0"
13-
export OC_VERSION="4.15.12"
14-
export ROSA_VERSION="1.2.38"
12+
export KUBECTL_VERSION="v1.30.2"
13+
export OC_VERSION="4.15.17"
14+
export ROSA_VERSION="1.2.40"
1515
export SHELLCHECK_VERSION="v0.10.0"
1616
export TEKTONCD_CLI_VERSION="v0.37.0"
17-
export TERRAFORM_VERSION="1.8.3"
17+
export TERRAFORM_VERSION="1.8.5"
1818
export YAMLLINT_VERSION="1.35.1"
19-
export YQ_VERSION="v4.44.1"
19+
export YQ_VERSION="v4.44.2"

0 commit comments

Comments
 (0)