From a4bb8c891ac1bedda9f42284a5df279151d12fa0 Mon Sep 17 00:00:00 2001 From: jetstack-bot Date: Mon, 5 Feb 2024 01:00:10 +0000 Subject: [PATCH] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: jetstack-bot --- klone.yaml | 16 ++++++++-------- make/_shared/tools/00_mod.mk | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/klone.yaml b/klone.yaml index a2e22bb..6326d36 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,40 +10,40 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/cert-manager - folder_name: executable repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/executable - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840 + repo_hash: 44ed034ae2fbd3192fb4373977eed94c9f252854 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index f811205..ad19f84 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -95,7 +95,7 @@ TOOLS += goreleaser=v1.23.0 # 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.2.3 +TOOLS += helm-tool=v0.3.0 # https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions K8S_CODEGEN_VERSION=v0.29.1