diff --git a/klone.yaml b/klone.yaml index edd6d679..fac419e2 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,65 +10,65 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/go - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/klone - folder_name: oci-build repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/oci-build - folder_name: oci-publish repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/oci-publish - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 8a6ec586a2f2a37cd6554bc37262a8118e40cbb9 + repo_hash: c5696b964e04d5a15eda14b4b8fabc1db4f4f514 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 0c1cefc6..44e89880 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -132,8 +132,8 @@ tools += govulncheck=v1.1.3 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.11.1 +# https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases +tools += preflight=1.12.0 # 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=ec4abfa6afd8952027cf15a4b05b80317edb18572184c33018769d6f39443af5 -preflight_linux_arm64_SHA256SUM=07e10e30b824ee14b57925315fbe0fa6df90e84a1c3df1fd15546cc14382b135 +preflight_linux_amd64_SHA256SUM=0cdad38aff54242f2dd531f520e9393485a5931cd8f9fc9ebd8a23a53c2bf199 +preflight_linux_arm64_SHA256SUM=9d814ff81b94b070c6ff6941fb124d4dab9efd2f37e083c10012540db4e6a60c # Currently there are no official releases for darwin, you cannot submit results # on non-official binaries, but we can still run tests.