Skip to content

Commit 95593a7

Browse files
Pipeline Service CI RobotRoming22
authored andcommitted
Update binaries
- argocd to v2.6.3 - bitwarden to v2023.2.0 - checkov to 2.3.49 - go to 1.20.1 - oc to 4.12.4 - tektoncd_cli to v0.29.1 - yq to v4.31.1 Signed-off-by: Pipeline Service CI Robot <[email protected]>
1 parent 630f88d commit 95593a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

shared/config/dependencies.sh

Lines changed: 7 additions & 7 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.5.7"
7-
export BITWARDEN_VERSION="v2023.1.0"
8-
export CHECKOV_VERSION="2.2.281"
9-
export GO_VERSION="1.19.5"
6+
export ARGOCD_VERSION="v2.6.3"
7+
export BITWARDEN_VERSION="v2023.2.0"
8+
export CHECKOV_VERSION="2.3.49"
9+
export GO_VERSION="1.20.1"
1010
export HADOLINT_VERSION="v2.12.0"
1111
export HYPERSHIFT_VERSION="main" # Freeze
1212
export JQ_VERSION="1.6"
1313
export KIND_VERSION="v0.17.0"
1414
export KUBECTL_VERSION="v1.26.1"
15-
export OC_VERSION="4.12.0"
15+
export OC_VERSION="4.12.4"
1616
export SHELLCHECK_VERSION="v0.9.0"
17-
export TEKTONCD_CLI_VERSION="v0.29.0"
17+
export TEKTONCD_CLI_VERSION="v0.29.1"
1818
export YAMLLINT_VERSION="1.29.0"
19-
export YQ_VERSION="v4.30.8"
19+
export YQ_VERSION="v4.31.1"

0 commit comments

Comments
 (0)