From f7593da17ea267a80627bf440bc6820b92069da2 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Tue, 12 Mar 2024 19:02:13 +0100 Subject: [PATCH] chore: update tool versions consistent with branch olm-catalog (#433) Signed-off-by: Jan Fajerski --- .github/tools | 4 ++-- Makefile.tools | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/tools b/.github/tools index 7d0c8960..8cf2c532 100644 --- a/.github/tools +++ b/.github/tools @@ -5,7 +5,7 @@ controller-gen v0.11.3 kustomize v4.5.2 oc v4.8.11 operator-sdk v1.31.0 -opm v1.26.1 +opm v1.36.0 promq v0.0.1 crdoc v0.5.2 jsonnet v0.17.0 @@ -13,4 +13,4 @@ jsonnetfmt v0.17.0 jsonnet-lint v0.17.0 jb v0.4.0 gojsontoyaml 0.0.1 -shellcheck 0.9.0 +shellcheck 0.10.0 diff --git a/Makefile.tools b/Makefile.tools index 5b9ea92b..ef918147 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -17,7 +17,7 @@ OPERATOR_SDK = $(TOOLS_DIR)/operator-sdk OPERATOR_SDK_VERSION = v1.31.0 OPM=$(TOOLS_DIR)/opm -OPM_VERSION = v1.26.1 +OPM_VERSION = v1.36.0 GOLANGCI_LINT=$(TOOLS_DIR)/golangci-lint GOLANGCI_LINT_VERSION = v1.52.2 @@ -56,7 +56,7 @@ JSONNET_VENDOR = jsonnet/vendor JSONNETFMT_ARGS = -n 2 --max-blank-lines 2 --string-style s --comment-style s SHELLCHECK = $(TOOLS_DIR)/shellcheck -SHELLCHECK_VERSION = 0.9.0 +SHELLCHECK_VERSION = 0.10.0 $(TOOLS_DIR): @mkdir -p $(TOOLS_DIR)