Skip to content

Commit c22b5d5

Browse files
Merge pull request #112 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 63b2394 + 8828513 commit c22b5d5

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
12+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
1313
repo_path: modules/boilerplate
1414
- folder_name: cert-manager
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
17+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
1818
repo_path: modules/cert-manager
1919
- folder_name: controller-gen
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
22+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
2323
repo_path: modules/controller-gen
2424
- folder_name: generate-verify
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
27+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
2828
repo_path: modules/generate-verify
2929
- folder_name: go
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
32+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
3333
repo_path: modules/go
3434
- folder_name: help
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
37+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
3838
repo_path: modules/help
3939
- folder_name: kind
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
42+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
4343
repo_path: modules/kind
4444
- folder_name: klone
4545
repo_url: https://github.com/cert-manager/makefile-modules.git
4646
repo_ref: main
47-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
47+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
4848
repo_path: modules/klone
4949
- folder_name: oci-build
5050
repo_url: https://github.com/cert-manager/makefile-modules.git
5151
repo_ref: main
52-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
52+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
5353
repo_path: modules/oci-build
5454
- folder_name: repository-base
5555
repo_url: https://github.com/cert-manager/makefile-modules.git
5656
repo_ref: main
57-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
57+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
5858
repo_path: modules/repository-base
5959
- folder_name: tools
6060
repo_url: https://github.com/cert-manager/makefile-modules.git
6161
repo_ref: main
62-
repo_hash: 33d539a66379edfaccaed226ad0199f7606e3c9c
62+
repo_hash: 19c94b4b2606b35e5eee494d2baad09b0725334e
6363
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tools += azwi=v1.5.1
8080
tools += kyverno=v1.15.1
8181
# https://github.com/mikefarah/yq/releases
8282
# renovate: datasource=github-releases packageName=mikefarah/yq
83-
tools += yq=v4.47.1
83+
tools += yq=v4.47.2
8484
# https://github.com/ko-build/ko/releases
8585
# renovate: datasource=github-releases packageName=ko-build/ko
8686
tools += ko=0.18.0
@@ -92,7 +92,7 @@ tools += protoc=32.0
9292
tools += trivy=v0.66.0
9393
# https://github.com/vmware-tanzu/carvel-ytt/releases
9494
# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt
95-
tools += ytt=v0.52.0
95+
tools += ytt=v0.52.1
9696
# https://github.com/rclone/rclone/releases
9797
# renovate: datasource=github-releases packageName=rclone/rclone
9898
tools += rclone=v1.71.0
@@ -124,7 +124,7 @@ tools += gojq=v0.12.17
124124
tools += crane=v0.20.6
125125
# https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions
126126
# renovate: datasource=go packageName=google.golang.org/protobuf
127-
tools += protoc-gen-go=v1.36.8
127+
tools += protoc-gen-go=v1.36.9
128128
# https://pkg.go.dev/github.com/sigstore/cosign/v2/cmd/cosign?tab=versions
129129
# renovate: datasource=go packageName=github.com/sigstore/cosign/v2
130130
tools += cosign=v2.5.3
@@ -136,7 +136,7 @@ tools += boilersuite=v0.1.0
136136
tools += gomarkdoc=v1.1.0
137137
# https://pkg.go.dev/oras.land/oras/cmd/oras?tab=versions
138138
# renovate: datasource=go packageName=oras.land/oras
139-
tools += oras=v1.2.3
139+
tools += oras=v1.3.0
140140
# https://pkg.go.dev/github.com/onsi/ginkgo/v2/ginkgo?tab=versions
141141
# The gingko version should be kept in sync with the version used in code.
142142
# If there is no go.mod file (which is only the case for the makefile-modules
@@ -551,10 +551,10 @@ $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DO
551551
chmod +x $(outfile); \
552552
rm -f $(outfile).tar.gz
553553

554-
yq_linux_amd64_SHA256SUM=0fb28c6680193c41b364193d0c0fc4a03177aecde51cfc04d506b1517158c2fb
555-
yq_linux_arm64_SHA256SUM=b7f7c991abe262b0c6f96bbcb362f8b35429cefd59c8b4c2daa4811f1e9df599
556-
yq_darwin_amd64_SHA256SUM=a9b5ca36f7750576c6ace3cc7193349cd676b3a6bf30193fb2773ff45f5af5c2
557-
yq_darwin_arm64_SHA256SUM=99aae3a7c9ddfe76bb339f0e7acd8224324b6527436fb6a5d890079bf5fcc590
554+
yq_linux_amd64_SHA256SUM=1bb99e1019e23de33c7e6afc23e93dad72aad6cf2cb03c797f068ea79814ddb0
555+
yq_linux_arm64_SHA256SUM=05df1f6aed334f223bb3e6a967db259f7185e33650c3b6447625e16fea0ed31f
556+
yq_darwin_amd64_SHA256SUM=b945c250a308f0dfcd3f034688e5e4a5275df95788b597f81a4ab450e74175d5
557+
yq_darwin_arm64_SHA256SUM=4ccc7f2f5f6f37804d70ad211a287b1b589f67024ecb77586c77106030424b9f
558558

559559
.PRECIOUS: $(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH)
560560
$(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -614,10 +614,10 @@ $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLO
614614
chmod +x $(outfile); \
615615
rm $(outfile).tar.gz
616616

617-
ytt_linux_amd64_SHA256SUM=4c222403a9a2d54d8bb0e0ca46f699ee4040a2bddd5ab3b6354efd2c85d3209f
618-
ytt_linux_arm64_SHA256SUM=781f8950da84b2d2928b139eb38567584d9ddebc7e5a34fd97209ad61ae9cc65
619-
ytt_darwin_amd64_SHA256SUM=924eb899bdbb4b3652d941c7662acc434a7a35c07537e7cf48a7645b960a7ab5
620-
ytt_darwin_arm64_SHA256SUM=f77bcbcd71802fcb55cb0333ed7e640e6cc6e9164b757af01a6ac69f6b503b47
617+
ytt_linux_amd64_SHA256SUM=490f138ae5b6864071d3c20a5a231e378cee7487cd4aeffc79dbf66718e65408
618+
ytt_linux_arm64_SHA256SUM=7d86bd3299e43d1455201fc213d698bae7482cd88f3e05de2f935e6eab842db9
619+
ytt_darwin_amd64_SHA256SUM=1975e52b3b97bd9be72f4efb714562da6a80cf181f036ae1f86eec215e208498
620+
ytt_darwin_arm64_SHA256SUM=a205f49267a44cd495e4c8b245754d8a216931a28ef29c78ae161c370a9b6117
621621

622622
.PRECIOUS: $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH)
623623
$(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)