diff --git a/klone.yaml b/klone.yaml index 365749ac45..5020e19cf9 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5 + repo_hash: 398badf7250460bd04537b1132e747ea9d4c69ed repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5 + repo_hash: 398badf7250460bd04537b1132e747ea9d4c69ed repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5 + repo_hash: 398badf7250460bd04537b1132e747ea9d4c69ed repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5 + repo_hash: 398badf7250460bd04537b1132e747ea9d4c69ed repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5 + repo_hash: 398badf7250460bd04537b1132e747ea9d4c69ed repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4c928b49036b018acd01eabf3bdcd21be73201a5 + repo_hash: 398badf7250460bd04537b1132e747ea9d4c69ed repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 93be7c999d..5fe99c44fe 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -133,7 +133,7 @@ tools += operator-sdk=v1.38.0 # https://pkg.go.dev/github.com/cli/cli/v2?tab=versions tools += gh=v2.63.1 # https:///github.com/redhat-openshift-ecosystem/openshift-preflight/releases -tools += preflight=1.10.2 +tools += preflight=1.11.1 # https://github.com/daixiang0/gci/releases tools += gci=v0.13.5 # https://github.com/google/yamlfmt/releases @@ -598,8 +598,8 @@ $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $( chmod +x $(outfile); \ rm $(outfile).tar.gz -preflight_linux_amd64_SHA256SUM=776d04669304d3185c40522bed9a6dc1aa9cd80014a203fe01552b98bfa9554b -preflight_linux_arm64_SHA256SUM=dd7b0a144892ce6fc47d1bc44e344130fa9ff997bf2c39de3016873d8bd3fac5 +preflight_linux_amd64_SHA256SUM=ec4abfa6afd8952027cf15a4b05b80317edb18572184c33018769d6f39443af5 +preflight_linux_arm64_SHA256SUM=07e10e30b824ee14b57925315fbe0fa6df90e84a1c3df1fd15546cc14382b135 # Currently there are no official releases for darwin, you cannot submit results # on non-official binaries, but we can still run tests.