Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Merge self-upgrade-main into main #201

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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