Skip to content

Commit

Permalink
Update binaries
Browse files Browse the repository at this point in the history
- argocd to v2.8.2
- bitwarden to v2023.7.0
- checkov to 2.4.10
- go to 1.21.0
- kubectl to v1.28.1
- oc to 4.13.9
- rosa to 1.2.25
- tektoncd_cli to v0.31.2
- terraform to 1.5.6
- yq to v4.35.1

Signed-off-by: Romain Arnaud <[email protected]>
  • Loading branch information
Roming22 committed Aug 25, 2023
1 parent b04ff63 commit b6757d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions shared/config/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
# add '# Freeze' after the export.
# E.g.:
# export FOOBAR_VERSION="1.2.3" # Freeze
export ARGOCD_VERSION="v2.7.7"
export BITWARDEN_VERSION="v2023.5.0"
export CHECKOV_VERSION="2.3.313"
export GO_VERSION="1.20.5"
export ARGOCD_VERSION="v2.8.2"
export BITWARDEN_VERSION="v2023.7.0"
export CHECKOV_VERSION="2.4.10"
export GO_VERSION="1.21.0"
export HADOLINT_VERSION="v2.12.0"
export JQ_VERSION="1.6"
export KIND_VERSION="v0.20.0"
export KUBECTL_VERSION="v1.27.3"
export OC_VERSION="4.13.4"
export ROSA_VERSION="1.2.23"
export KUBECTL_VERSION="v1.28.1"
export OC_VERSION="4.13.9"
export ROSA_VERSION="1.2.25"
export SHELLCHECK_VERSION="v0.9.0"
export TEKTONCD_CLI_VERSION="v0.31.1"
export TERRAFORM_VERSION="1.5.2"
export TEKTONCD_CLI_VERSION="v0.31.2"
export TERRAFORM_VERSION="1.5.6"
export YAMLLINT_VERSION="1.32.0"
export YQ_VERSION="v4.34.1"
export YQ_VERSION="v4.35.1"

0 comments on commit b6757d7

Please sign in to comment.