From 75f3450b6009093c6b3bd7c75ae6c2058e1e4419 Mon Sep 17 00:00:00 2001 From: jetstack-bot Date: Mon, 29 Jan 2024 13:32:00 +0000 Subject: [PATCH] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: jetstack-bot --- klone.yaml | 22 +++++++++++----------- make/_shared/tools/00_mod.mk | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/klone.yaml b/klone.yaml index fe118b82..758295d8 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: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/generate-verify - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/klone - folder_name: oci-image repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/oci-image - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c + repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index ce6e54c1..f8112055 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=d4ab1654311f256869189b3107641f308dfe996c72bdeda0c05b2fbb7fb0a55b -KUBEBUILDER_TOOLS_linux_arm64_SHA256SUM=8415f16b7ee1d83817bd2bcdd1c4555d6fc19d52799f9b3311f6a247f4d65f1e -KUBEBUILDER_TOOLS_darwin_amd64_SHA256SUM=d3c7448b42299f5ab225580cafeee09c964e4d961d1a14ef10845894fbc56329 -KUBEBUILDER_TOOLS_darwin_arm64_SHA256SUM=7dbdd4bf62353ee67a766115106ac908b35200a743f3cb5984f97875c77e5030 +KUBEBUILDER_TOOLS_linux_amd64_SHA256SUM=e9899574fb92fd4a4ca27539d15a30f313f8a482b61b46cb874a07f2ba4f9bcb +KUBEBUILDER_TOOLS_linux_arm64_SHA256SUM=ef22e16c439b45f3e116498f7405be311bab92c3345766ab2142e86458cda92e +KUBEBUILDER_TOOLS_darwin_amd64_SHA256SUM=e5796637cc8e40029f0def639bbe7d99193c1872555c919d2b76c32e0e34378f +KUBEBUILDER_TOOLS_darwin_arm64_SHA256SUM=9734b90206f17a46f4dd0a7e3bb107d44aec9e79b7b135c6eb7c8a250ffd5e03 $(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)