From ebc77dba5eabb902ffa7fe8408d6d9ec0dd0ab65 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Fri, 10 Jan 2025 01:25:48 +0000 Subject: [PATCH] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 24 ++++++++++++------------ make/_shared/oci-build/00_mod.mk | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/klone.yaml b/klone.yaml index 7af5385..533b2d2 100644 --- a/klone.yaml +++ b/klone.yaml @@ -9,60 +9,60 @@ targets: - folder_name: api-docs repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/api-docs - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/go - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/klone - folder_name: oci-build repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/oci-build - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 96e1cbdc4dbc774d94473dc86803f62ea018cb70 + repo_hash: a4e51783c5febd2b86df3d0fdb90dda5a5f5e451 repo_path: modules/tools diff --git a/make/_shared/oci-build/00_mod.mk b/make/_shared/oci-build/00_mod.mk index 973d0d2..e00fc2f 100644 --- a/make/_shared/oci-build/00_mod.mk +++ b/make/_shared/oci-build/00_mod.mk @@ -16,11 +16,11 @@ oci_platforms ?= linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le # Use distroless as minimal base image to package the manager binary # To get latest SHA run "crane digest quay.io/jetstack/base-static:latest" -base_image_static := quay.io/jetstack/base-static@sha256:2e8bb0078d021af309b83742f8a810b490393ef082761b589145e6be07f9bdf8 +base_image_static := quay.io/jetstack/base-static@sha256:5cb085f952f80f3f065c7c8f6b9fcd754603c69a51c4c452a932f34a4fa83ee0 # Use custom apko-built image as minimal base image to package the manager binary # To get latest SHA run "crane digest quay.io/jetstack/base-static-csi:latest" -base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:ca75c3365e08dfc07b397c72ea83c05cc870234859a92cadbd462cdc97d014c2 +base_image_csi-static := quay.io/jetstack/base-static-csi@sha256:c30595ad2eed4963dc28e5e0998720699f1ec41c4ff115bba86ecc873d12199f # Utility functions fatal_if_undefined = $(if $(findstring undefined,$(origin $1)),$(error $1 is not set))