From 782371abf91d5ea00e76500602f3888117509503 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Mon, 22 Apr 2024 20:04:26 +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 | 5 ++++- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/klone.yaml b/klone.yaml index 3112a9f3..1a0ec5e0 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: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/go - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/klone - folder_name: oci-build repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/oci-build - folder_name: oci-publish repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/oci-publish - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e9363accaaee20a995bbf8f1c9cba2ea77da8935 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: fa9c9274d1d852de501461b9442f7206aaf74007 + repo_hash: 478a0b6c250bd589cf0f767f58e81fc9c4dbca23 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 3c1546c7..48661199 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -116,6 +116,8 @@ TOOLS += govulncheck=v1.0.4 TOOLS += operator-sdk=v1.34.1 # https://pkg.go.dev/github.com/cli/cli/v2?tab=versions TOOLS += gh=v2.47.0 +# https:///github.com/redhat-openshift-ecosystem/openshift-preflight/releases +TOOLS += preflight=1.9.1 # https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions K8S_CODEGEN_VERSION=v0.29.1 @@ -138,7 +140,7 @@ ADDITIONAL_TOOLS ?= TOOLS += $(ADDITIONAL_TOOLS) # https://go.dev/dl/ -VENDORED_GO_VERSION := 1.21.9 +VENDORED_GO_VERSION := 1.22.2 # Print the go version which can be used in GH actions .PHONY: print-go-version @@ -317,6 +319,7 @@ GO_DEPENDENCIES += golangci-lint=github.com/golangci/golangci-lint/cmd/golangci- GO_DEPENDENCIES += govulncheck=golang.org/x/vuln/cmd/govulncheck GO_DEPENDENCIES += operator-sdk=github.com/operator-framework/operator-sdk/cmd/operator-sdk GO_DEPENDENCIES += gh=github.com/cli/cli/v2/cmd/gh +GO_DEPENDENCIES += preflight=github.com/redhat-openshift-ecosystem/openshift-preflight/cmd/preflight ################# # go build tags #