Skip to content

Commit 2403384

Browse files
Merge pull request #564 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 1a40794 + 0b606fa commit 2403384

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
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: d3a6cd8952237d779adaff9748991e57cf09af41
13+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
18+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
23+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
28+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
33+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
38+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
43+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
48+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
53+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
58+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
63+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
68+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
73+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
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: d3a6cd8952237d779adaff9748991e57cf09af41
78+
repo_hash: 601375ee8583ba6d7f1912498b3ee24a5b0680ca
7979
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tools += vault=v1.21.2
8181
tools += azwi=v1.5.1
8282
# https://github.com/kyverno/kyverno/releases
8383
# renovate: datasource=github-releases packageName=kyverno/kyverno
84-
tools += kyverno=v1.16.2
84+
tools += kyverno=v1.16.3
8585
# https://github.com/mikefarah/yq/releases
8686
# renovate: datasource=github-releases packageName=mikefarah/yq
8787
tools += yq=v4.50.1
@@ -96,7 +96,7 @@ tools += protoc=v33.4
9696
tools += trivy=v0.68.2
9797
# https://github.com/vmware-tanzu/carvel-ytt/releases
9898
# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt
99-
tools += ytt=v0.52.2
99+
tools += ytt=v0.53.0
100100
# https://github.com/rclone/rclone/releases
101101
# renovate: datasource=github-releases packageName=rclone/rclone
102102
tools += rclone=v1.72.1
@@ -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.40.1
159+
tools += syft=v1.41.0
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
@@ -565,10 +565,10 @@ $(DOWNLOAD_DIR)/tools/kube-apiserver@$(KUBEBUILDER_ASSETS_VERSION)_$(HOST_OS)_$(
565565
@source $(lock_script) $@; \
566566
tar xfO $< controller-tools/envtest/kube-apiserver > $(outfile) && chmod 775 $(outfile)
567567

568-
kyverno_linux_amd64_SHA256SUM=957fd264f011644394e22877505841fe4ec62a2e4c194075cd4e4b14dd07cf82
569-
kyverno_linux_arm64_SHA256SUM=185a8969292c631362a37704952be5ca566ef139574a509bd8372297ab50691d
570-
kyverno_darwin_amd64_SHA256SUM=029aef2fff9c6e0bd963118c24a5d3102cb71fc0e2e8532c5449a5859534ddd3
571-
kyverno_darwin_arm64_SHA256SUM=fe1b558088399dbfd5693a06fc1337ef78c45ac5953c3945040222842278c12e
568+
kyverno_linux_amd64_SHA256SUM=6642b83898c3e806e5ad3a2b5472a921b668f7d553b84fca49cafb969402eab2
569+
kyverno_linux_arm64_SHA256SUM=f24ac794999cd055b76fa42b3caf9099b2cda2b27d5216cf92920041f1b4f5b0
570+
kyverno_darwin_amd64_SHA256SUM=4ca05829ebd5785241abebbfb154a09530241d31b1f0601d0067438662b0f47e
571+
kyverno_darwin_arm64_SHA256SUM=69a3cd4e9350325bc717e9b715a8696bd21b2a47f5e8e0bf439dc1ad0bff88a3
572572

573573
.PRECIOUS: $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH)
574574
$(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -648,10 +648,10 @@ $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLO
648648
chmod +x $(outfile); \
649649
rm $(outfile).tar.gz
650650

651-
ytt_linux_amd64_SHA256SUM=76d5355a5135c59a1791f420f3094579f775cbf2a987328f920a05e1338f1e1f
652-
ytt_linux_arm64_SHA256SUM=3abce3c1233e328e1cc11161b85d5c162fae04425ac1bbf4d29e6ba54781ff91
653-
ytt_darwin_amd64_SHA256SUM=cde68e057a9a0a175eb7366bc8ab5f358f7ffb7ed736cfac8b37ef98444da918
654-
ytt_darwin_arm64_SHA256SUM=02e1db4bce02f72a48312efca36fd1feb0d356ce21029e42916a88b17577b877
651+
ytt_linux_amd64_SHA256SUM=2e4986f44f3908a0a220b645587eab4d0ec70ff4a6818ca26d3a44e29e25f13c
652+
ytt_linux_arm64_SHA256SUM=f4922e95801bc2b9b4baf553d4650b9300670e2821e20690026f1bfd78cf8cd5
653+
ytt_darwin_amd64_SHA256SUM=37fb4c7528e025582bc74a0692dded61f85e9192ddf4263fdebdeb8c7cd82660
654+
ytt_darwin_arm64_SHA256SUM=403dcbd6fef85bf40a086348f25c0ae3a817ad761755df4fe8cf5276dad18995
655655

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

0 commit comments

Comments
 (0)