Skip to content

Commit 087b465

Browse files
Merge pull request #45 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 76de24e + 7da3341 commit 087b465

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
13+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
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: 43af254fa25ae30453a9ffe63cd37feab130917c
18+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
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: 43af254fa25ae30453a9ffe63cd37feab130917c
23+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
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: 43af254fa25ae30453a9ffe63cd37feab130917c
28+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
33+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
3434
repo_path: modules/go
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
38+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
3939
repo_path: modules/help
4040
- folder_name: klone
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
43+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
4444
repo_path: modules/klone
4545
- folder_name: repository-base
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
48+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
4949
repo_path: modules/repository-base
5050
- folder_name: tools
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 43af254fa25ae30453a9ffe63cd37feab130917c
53+
repo_hash: 90946d6b57c870ff3d100fc2d7546ee9f453c348
5454
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ tools += goreleaser=v1.26.2
117117
# https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions
118118
tools += syft=v0.100.0
119119
# https://github.com/cert-manager/helm-tool
120-
tools += helm-tool=v0.5.1
120+
tools += helm-tool=v0.5.3
121121
# https://github.com/cert-manager/cmctl
122122
tools += cmctl=v2.1.0
123123
# https://pkg.go.dev/github.com/cert-manager/release/cmd/cmrel?tab=versions

0 commit comments

Comments
 (0)