Skip to content

Commit b60ee0d

Browse files
Pipeline Service CI RobotRoming22
authored andcommitted
Update binaries
- argocd to v2.7.4 - bitwarden to v2023.5.0 - checkov to 2.3.289 - go to 1.20.5 - oc to 4.13.2 - tektoncd_cli to v0.31.1 - terraform to 1.5.0 - yq to v4.34.1 Signed-off-by: Pipeline Service CI Robot <[email protected]>
1 parent 12862f6 commit b60ee0d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

shared/config/dependencies.sh

Lines changed: 8 additions & 8 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.7.2"
7-
export BITWARDEN_VERSION="v2023.4.0"
8-
export CHECKOV_VERSION="2.3.251"
9-
export GO_VERSION="1.20.4"
6+
export ARGOCD_VERSION="v2.7.4"
7+
export BITWARDEN_VERSION="v2023.5.0"
8+
export CHECKOV_VERSION="2.3.289"
9+
export GO_VERSION="1.20.5"
1010
export HADOLINT_VERSION="v2.12.0"
1111
export JQ_VERSION="1.6"
1212
export KIND_VERSION="v0.19.0"
1313
export KUBECTL_VERSION="v1.27.2"
14-
export OC_VERSION="4.13.0"
14+
export OC_VERSION="4.13.2"
1515
export ROSA_VERSION="1.2.22"
1616
export SHELLCHECK_VERSION="v0.9.0"
17-
export TEKTONCD_CLI_VERSION="v0.31.0"
18-
export TERRAFORM_VERSION="1.4.6"
17+
export TEKTONCD_CLI_VERSION="v0.31.1"
18+
export TERRAFORM_VERSION="1.5.0"
1919
export YAMLLINT_VERSION="1.32.0"
20-
export YQ_VERSION="v4.33.3"
20+
export YQ_VERSION="v4.34.1"

0 commit comments

Comments
 (0)