Skip to content

Commit

Permalink
Merge pull request #313 from cert-manager/self-upgrade-main
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-main into main
  • Loading branch information
cert-manager-prow[bot] authored Oct 8, 2024
2 parents 16d513d + a9d9f86 commit 01c75fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,65 +10,65 @@ targets:
- 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 01c75fd

Please sign in to comment.