From a9d9f86c0b4ab6241ab5f2e6fc804cc24a999d62 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Tue, 8 Oct 2024 00:45:48 +0000 Subject: [PATCH] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 26 +++++++++++++------------- make/_shared/tools/00_mod.mk | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/klone.yaml b/klone.yaml index 1516279..e196e3a 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: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/go - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/klone - folder_name: oci-build repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/oci-build - folder_name: oci-publish repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/oci-publish - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c + repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index faff00d..04918d5 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -117,7 +117,7 @@ tools += goreleaser=v1.26.2 # https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions tools += syft=v0.100.0 # https://github.com/cert-manager/helm-tool -tools += helm-tool=v0.5.1 +tools += helm-tool=v0.5.3 # https://github.com/cert-manager/cmctl tools += cmctl=v2.1.0 # https://pkg.go.dev/github.com/cert-manager/release/cmd/cmrel?tab=versions