Skip to content

Commit 3b5037d

Browse files
authored
Merge pull request #6 from cert-manager/self-upgrade
[CI] Merge self-upgrade into main
2 parents baae248 + 506b9de commit 3b5037d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

klone.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
13+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
18+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
1919
repo_path: modules/cert-manager
2020
- folder_name: executable
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
23+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
2424
repo_path: modules/executable
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
28+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
2929
repo_path: modules/generate-verify
3030
- folder_name: help
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
33+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
3434
repo_path: modules/help
3535
- folder_name: klone
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
38+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
3939
repo_path: modules/klone
4040
- folder_name: repository-base
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
43+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
4444
repo_path: modules/repository-base
4545
- folder_name: tools
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 1539e50a1ea7d7c3f97ea37b3f9557971295acc1
48+
repo_hash: 69ca8ba73402df69907d41f7f0758c0bf9a7351e
4949
repo_path: modules/tools

make/_shared/executable/01_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ endef
117117
## for all release platforms and architectures. Additionally,
118118
## this will create a checksums file, sboms and sign the binaries.
119119
## @category [shared] Build
120-
exe-publish: | $(NEEDS_GO) $(NEEDS_GORELEASER) $(NEEDS_SYFT)
120+
exe-publish: | $(NEEDS_GO) $(NEEDS_GORELEASER) $(NEEDS_SYFT) $(NEEDS_YQ)
121121
$(eval go_releaser_path := $(bin_dir)/scratch/exe-publish)
122122
rm -rf $(CURDIR)/$(go_releaser_path)
123123

0 commit comments

Comments
 (0)