Skip to content

Commit 5ba5837

Browse files
Merge pull request #445 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 6b73bfb + cbb21b9 commit 5ba5837

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

klone.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
13+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
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: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
18+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
23+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
28+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
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: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
33+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
38+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
43+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
48+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
53+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
5454
repo_path: modules/klone
5555
- folder_name: licenses
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
58+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
5959
repo_path: modules/licenses
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
63+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
68+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
73+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
78+
repo_hash: 55267885f260de80bfbec9dcb7f98854dd977b45
7979
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ tools += yq=v4.50.1
9090
tools += ko=0.18.1
9191
# https://github.com/protocolbuffers/protobuf/releases
9292
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
93-
tools += protoc=v33.4
93+
tools += protoc=v33.5
9494
# https://github.com/aquasecurity/trivy/releases
9595
# renovate: datasource=github-releases packageName=aquasecurity/trivy
96-
tools += trivy=v0.68.2
96+
tools += trivy=v0.69.0
9797
# https://github.com/vmware-tanzu/carvel-ytt/releases
9898
# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt
9999
tools += ytt=v0.53.0
@@ -156,7 +156,7 @@ tools += klone=v0.2.0
156156
tools += goreleaser=v2.13.3
157157
# https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions
158158
# renovate: datasource=go packageName=github.com/anchore/syft
159-
tools += syft=v1.41.0
159+
tools += syft=v1.41.1
160160
# https://github.com/cert-manager/helm-tool/releases
161161
# renovate: datasource=github-releases packageName=cert-manager/helm-tool
162162
tools += helm-tool=v0.5.3
@@ -207,7 +207,7 @@ tools += defaulter-gen=$(K8S_CODEGEN_VERSION)
207207
tools += conversion-gen=$(K8S_CODEGEN_VERSION)
208208
# https://github.com/kubernetes/kube-openapi
209209
# renovate: datasource=go packageName=k8s.io/kube-openapi
210-
tools += openapi-gen=v0.0.0-20251125145642-4e65d59e963e
210+
tools += openapi-gen=v0.0.0-20260127142750-a19766b6e2d4
211211

212212
# https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml
213213
# FIXME: Find a way to configure Renovate to suggest upgrades
@@ -612,10 +612,10 @@ $(DOWNLOAD_DIR)/tools/ko@$(KO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR
612612
chmod +x $(outfile); \
613613
rm -f $(outfile).tar.gz
614614

615-
protoc_linux_amd64_SHA256SUM=c0040ea9aef08fdeb2c74ca609b18d5fdbfc44ea0042fcfbfb38860d35f7dd66
616-
protoc_linux_arm64_SHA256SUM=15aa988f4a6090636525ec236a8e4b3aab41eef402751bd5bb2df6afd9b7b5a5
617-
protoc_darwin_amd64_SHA256SUM=a49bec10d039e902d3b43e49938c42526f90011467609864fa6386ac4014da58
618-
protoc_darwin_arm64_SHA256SUM=726297dcfed58592fd35620a5a6246ae020c39e88f3fd4cb1827df7bcf3dfcf1
615+
protoc_linux_amd64_SHA256SUM=24e58fb231d50306ee28491f33a170301e99540f7e29ca461e0e80fd1239f8d1
616+
protoc_linux_arm64_SHA256SUM=2b0fcf9b2c32cbadccc0eb7a88b841fffecd4a06fc80acdba2b5be45e815c38a
617+
protoc_darwin_amd64_SHA256SUM=7f31625f8bec4929082ae9209e101c1c03692624457cc6332f83736db495ee92
618+
protoc_darwin_arm64_SHA256SUM=7084c6482e3bb416a33fe2162ba566711773b842e6953bf6cb181647b9ef57c0
619619

620620
.PRECIOUS: $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH)
621621
$(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -630,10 +630,10 @@ $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
630630
chmod +x $(outfile); \
631631
rm -f $(outfile).zip
632632

633-
trivy_linux_amd64_SHA256SUM=3d933bbc3685f95ec15280f620583d05d97ee3affb66944d14481d5d6d567064
634-
trivy_linux_arm64_SHA256SUM=33c87995fd0c3d1559086c3e18fd3148051296dfd0ca2a67583eb64f89998c91
635-
trivy_darwin_amd64_SHA256SUM=c0790530cd717b6bdd02ed437be0710f5c7043078fafaf6841be7c865bf251ce
636-
trivy_darwin_arm64_SHA256SUM=dfbe15ffe47426dad9fd3e0d52aeacf3dbbb25ca5dbc66049f5920834435988d
633+
trivy_linux_amd64_SHA256SUM=fff5813d6888fa6f8bd40042a08c4f072b3e65aec9f13dd9ab1d7b26146ad046
634+
trivy_linux_arm64_SHA256SUM=425e883f37cad0b512478df2803f58532e7d235267303375a3d0f97e4790a1ca
635+
trivy_darwin_amd64_SHA256SUM=4264e4fcc73259de36a68c112a586d65bf6cd488ef2aea857f37d00d8cb5c4e6
636+
trivy_darwin_arm64_SHA256SUM=bd35348d963d3f661ff4d7d138e65a75fedbfade0378689f3a349c824c6e5b75
637637

638638
.PRECIOUS: $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH)
639639
$(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)