Skip to content

Commit bf33f4b

Browse files
Merge pull request #51 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 01e250e + dc62c2f commit bf33f4b

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

klone.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ targets:
33
- folder_name: boilerplate
44
repo_url: https://github.com/cert-manager/makefile-modules.git
55
repo_ref: main
6-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
6+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
77
repo_path: modules/boilerplate
88
- folder_name: generate-verify
99
repo_url: https://github.com/cert-manager/makefile-modules.git
1010
repo_ref: main
11-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
11+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
1212
repo_path: modules/generate-verify
1313
- folder_name: go
1414
repo_url: https://github.com/cert-manager/makefile-modules.git
1515
repo_ref: main
16-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
16+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
1717
repo_path: modules/go
1818
- folder_name: help
1919
repo_url: https://github.com/cert-manager/makefile-modules.git
2020
repo_ref: main
21-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
21+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
2222
repo_path: modules/help
2323
- folder_name: klone
2424
repo_url: https://github.com/cert-manager/makefile-modules.git
2525
repo_ref: main
26-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
26+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
2727
repo_path: modules/klone
2828
- folder_name: repository-base
2929
repo_url: https://github.com/cert-manager/makefile-modules.git
3030
repo_ref: main
31-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
31+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
3232
repo_path: modules/repository-base
3333
- folder_name: tools
3434
repo_url: https://github.com/cert-manager/makefile-modules.git
3535
repo_ref: main
36-
repo_hash: a91d7a766258cde1ebcc74099d2f5ddd44f6bfaa
36+
repo_hash: 3b2d5c09eaf9b4c2d2a56ac60580cf0675056f55
3737
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tools += azwi=v1.5.1
8484
tools += kyverno=v1.17.0
8585
# https://github.com/mikefarah/yq/releases
8686
# renovate: datasource=github-releases packageName=mikefarah/yq
87-
tools += yq=v4.52.2
87+
tools += yq=v4.52.4
8888
# https://github.com/ko-build/ko/releases
8989
# renovate: datasource=github-releases packageName=ko-build/ko
9090
tools += ko=0.18.1
@@ -107,7 +107,7 @@ tools += istioctl=1.28.3
107107
### go packages
108108
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions
109109
# renovate: datasource=go packageName=sigs.k8s.io/controller-tools
110-
tools += controller-gen=v0.20.0
110+
tools += controller-gen=v0.20.1
111111
# https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions
112112
# renovate: datasource=go packageName=golang.org/x/tools
113113
tools += goimports=v0.42.0
@@ -582,10 +582,10 @@ $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DO
582582
chmod +x $(outfile); \
583583
rm -f $(outfile).tar.gz
584584

585-
yq_linux_amd64_SHA256SUM=a74bd266990339e0c48a2103534aef692abf99f19390d12c2b0ce6830385c459
586-
yq_linux_arm64_SHA256SUM=c82856ac30da522f50dcdd4f53065487b5a2927e9b87ff637956900986f1f7c2
587-
yq_darwin_amd64_SHA256SUM=54a63555210e73abed09108097072e28bf82a6bb20439a72b55509c4dd42378d
588-
yq_darwin_arm64_SHA256SUM=34613ea97c4c77e1894a8978dbf72588d187a69a6292c10dab396c767a1ecde7
585+
yq_linux_amd64_SHA256SUM=0c4d965ea944b64b8fddaf7f27779ee3034e5693263786506ccd1c120f184e8c
586+
yq_linux_arm64_SHA256SUM=4c2cc022a129be5cc1187959bb4b09bebc7fb543c5837b93001c68f97ce39a5d
587+
yq_darwin_amd64_SHA256SUM=d72a75fe9953c707d395f653d90095b133675ddd61aa738e1ac9a73c6c05e8be
588+
yq_darwin_arm64_SHA256SUM=6bfa43a439936644d63c70308832390c8838290d064970eaada216219c218a13
589589

590590
.PRECIOUS: $(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH)
591591
$(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)