Skip to content

Commit

Permalink
Merge pull request #332 from cert-manager/self-upgrade
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade into main
  • Loading branch information
jetstack-bot authored Jan 2, 2024
2 parents 80c4892 + 8e13377 commit 8646a99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,60 +10,60 @@ targets:
- folder_name: api-docs
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/api-docs
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/generate-verify
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/klone
- folder_name: oci-image
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/oci-image
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e
repo_hash: e4c98d1be09b70bdaf1fc103ba270f12a242ebe1
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 @@ -89,7 +89,7 @@ TOOLS += oras=v1.1.0
# because otherwise the awk failure renders the whole makefile unusable.
TOOLS += ginkgo=$(shell [[ -f go.mod ]] && awk '/ginkgo\/v2/ {print $$2}' go.mod || echo "v2.13.2")
# https://pkg.go.dev/github.com/cert-manager/klone?tab=versions
TOOLS += klone=v0.0.2
TOOLS += klone=v0.0.3

# https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions
K8S_CODEGEN_VERSION=v0.29.0
Expand Down

0 comments on commit 8646a99

Please sign in to comment.