Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Sep 13, 2024
1 parent cdf3184 commit 22c3d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
fi

# renovate: datasource=github-releases depName=aquasecurity/trivy
TRIVY_VERSION=v0.55.0
TRIVY_VERSION=v0.55.1
BINARY=trivy
set +e
INSTALLED_TRIVY_VERSION="$(trivy version | grep "Version:" | cut -d' ' -f2)"
Expand Down Expand Up @@ -369,7 +369,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION=v1.60.3
GOLANGCI_LINT_VERSION=v1.61.0
BINARY=golangci-lint
set +e
INSTALLED_GOLANGCI_LINT_VERSION="$(golangci-lint --version | head -1 | cut -d' ' -f4)"
Expand Down Expand Up @@ -452,7 +452,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION=v3.15.4
HELM_VERSION=v3.16.1
BINARY=helm
set +e
INSTALLED_HELM_VERSION="$(helm version | cut -d':' -f2 | cut -d'"' -f2)"
Expand All @@ -479,7 +479,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBECTL_VERSION=v1.31.0
KUBECTL_VERSION=v1.31.1
BINARY=kubectl
set +e
INSTALLED_KUBECTL_VERSION="$(kubectl version --output yaml --client | grep "gitVersion" | cut -d' ' -f4)"
Expand Down

0 comments on commit 22c3d8e

Please sign in to comment.