Skip to content

Commit

Permalink
BOT: run 'make upgrade-klone' and 'make generate'
Browse files Browse the repository at this point in the history
Signed-off-by: cert-manager-bot <cert-manager-bot@users.noreply.github.com>
  • Loading branch information
cert-manager-bot committed Oct 8, 2024
1 parent 16165c5 commit 191d0ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,70 +10,70 @@ targets:
- folder_name: api-docs
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
repo_path: modules/api-docs
- 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
2 changes: 1 addition & 1 deletion make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 191d0ac

Please sign in to comment.