Skip to content

Commit dd8c056

Browse files
Pipeline Service CI RobotRoming22
authored andcommitted
Update binaries
- argocd to v2.7.2 - checkov to 2.3.247 - go to 1.20.4 - kind to v0.19.0 - kubectl to v1.27.2 - oc to 4.13.0 - tektoncd_cli to v0.31.0 Signed-off-by: Pipeline Service CI Robot <[email protected]>
1 parent 7ac6028 commit dd8c056

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.6.7"
6+
export ARGOCD_VERSION="v2.7.2"
77
export BITWARDEN_VERSION="v2023.4.0"
8-
export CHECKOV_VERSION="2.3.203"
9-
export GO_VERSION="1.20.3"
8+
export CHECKOV_VERSION="2.3.247"
9+
export GO_VERSION="1.20.4"
1010
export HADOLINT_VERSION="v2.12.0"
1111
export HYPERSHIFT_VERSION="main" # Freeze
1212
export JQ_VERSION="1.6"
13-
export KIND_VERSION="v0.18.0"
14-
export KUBECTL_VERSION="v1.27.1"
15-
export OC_VERSION="4.12.14"
13+
export KIND_VERSION="v0.19.0"
14+
export KUBECTL_VERSION="v1.27.2"
15+
export OC_VERSION="4.13.0"
1616
export SHELLCHECK_VERSION="v0.9.0"
17-
export TEKTONCD_CLI_VERSION="v0.30.1"
17+
export TEKTONCD_CLI_VERSION="v0.31.0"
1818
export YAMLLINT_VERSION="1.31.0"
1919
export YQ_VERSION="v4.33.3"

0 commit comments

Comments
 (0)