diff --git a/klone.yaml b/klone.yaml index facfbea5..fe118b82 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,55 +10,55 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/generate-verify - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/klone - folder_name: oci-image repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/oci-image - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ea626be999b0bc7a701020e1fd7a7aa52196f4a + repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 6b260fca..ce6e54c1 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -378,10 +378,10 @@ $(bin_dir)/downloaded/tools/azwi@$(AZWI_VERSION)_%: | $(bin_dir)/downloaded/tool # kube-apiserver / etcd # ############################ -KUBEBUILDER_TOOLS_linux_amd64_SHA256SUM=79c6023c67a1786232b55e21382c278311d751c82716eb615026b9aebf15691e -KUBEBUILDER_TOOLS_linux_arm64_SHA256SUM=57cf10df8ed10f2dd0ef11f07c4e199fc7271dffedf285e7db440c175bf7a34d -KUBEBUILDER_TOOLS_darwin_amd64_SHA256SUM=a719a59f4d0c3c2a7d00d95f33b8852b000ff3fa3b23f531bcd9bc8568da836b -KUBEBUILDER_TOOLS_darwin_arm64_SHA256SUM=4ef1c8499247654c927ab36244c641ee55a17295af339755b42144c2a5a3d02c +KUBEBUILDER_TOOLS_linux_amd64_SHA256SUM=d4ab1654311f256869189b3107641f308dfe996c72bdeda0c05b2fbb7fb0a55b +KUBEBUILDER_TOOLS_linux_arm64_SHA256SUM=8415f16b7ee1d83817bd2bcdd1c4555d6fc19d52799f9b3311f6a247f4d65f1e +KUBEBUILDER_TOOLS_darwin_amd64_SHA256SUM=d3c7448b42299f5ab225580cafeee09c964e4d961d1a14ef10845894fbc56329 +KUBEBUILDER_TOOLS_darwin_arm64_SHA256SUM=7dbdd4bf62353ee67a766115106ac908b35200a743f3cb5984f97875c77e5030 $(bin_dir)/downloaded/tools/etcd@$(KUBEBUILDER_ASSETS_VERSION)_%: $(bin_dir)/downloaded/tools/kubebuilder_tools_$(KUBEBUILDER_ASSETS_VERSION)_%.tar.gz | $(bin_dir)/downloaded/tools $(checkhash_script) $< $(KUBEBUILDER_TOOLS_$*_SHA256SUM)