From 36dff89ed1bc80a96569997f0499af38d0e21944 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Mon, 13 May 2024 00:37:56 +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 53819dbe..ce4c5eb4 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: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/generate-verify - folder_name: go repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/go - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/klone - folder_name: oci-build repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/oci-build - folder_name: oci-publish repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/oci-publish - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd + repo_hash: b6dc86973e937be38a138f38cf83134760487f26 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index b986e641..6807190b 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -126,8 +126,10 @@ tools += operator-sdk=v1.34.1 tools += gh=v2.49.0 # https:///github.com/redhat-openshift-ecosystem/openshift-preflight/releases tools += preflight=1.9.2 -# https://github.com/daixiang0/gci/releases/ +# https://github.com/daixiang0/gci/releases tools += gci=v0.13.4 +# https://github.com/google/yamlfmt/releases +tools += yamlfmt=v0.12.1 # https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions K8S_CODEGEN_VERSION := v0.29.3 @@ -326,6 +328,7 @@ 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 += gci=github.com/daixiang0/gci +go_dependencies += yamlfmt=github.com/google/yamlfmt/cmd/yamlfmt ################# # go build tags #