Skip to content

Commit 12ad949

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <cert-manager-bot@users.noreply.github.com>
1 parent 6110a09 commit 12ad949

2 files changed

Lines changed: 29 additions & 29 deletions

File tree

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

make/_shared/tools/00_mod.mk

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tools += vault=v2.0.0
8888
tools += azwi=v1.5.1
8989
# https://github.com/kyverno/kyverno/releases
9090
# renovate: datasource=github-releases packageName=kyverno/kyverno
91-
tools += kyverno=v1.18.0
91+
tools += kyverno=v1.18.1
9292
# https://github.com/mikefarah/yq/releases
9393
# renovate: datasource=github-releases packageName=mikefarah/yq
9494
tools += yq=v4.53.2
@@ -97,7 +97,7 @@ tools += yq=v4.53.2
9797
tools += ko=0.18.1
9898
# https://github.com/protocolbuffers/protobuf/releases
9999
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
100-
tools += protoc=v34.1
100+
tools += protoc=v35.0
101101
# https://github.com/aquasecurity/trivy/releases
102102
# renovate: datasource=github-releases packageName=aquasecurity/trivy
103103
tools += trivy=v0.70.0
@@ -109,7 +109,7 @@ tools += ytt=v0.55.0
109109
tools += rclone=v1.74.1
110110
# https://github.com/istio/istio/releases
111111
# renovate: datasource=github-releases packageName=istio/istio
112-
tools += istioctl=1.29.2
112+
tools += istioctl=1.30.0
113113

114114
### go packages
115115
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions
@@ -588,10 +588,10 @@ $(DOWNLOAD_DIR)/tools/kube-apiserver@$(KUBEBUILDER_ASSETS_VERSION)_$(HOST_OS)_$(
588588
@source $(lock_script) $@; \
589589
tar xfO $< controller-tools/envtest/kube-apiserver > $(outfile) && chmod 775 $(outfile)
590590

591-
kyverno_linux_amd64_SHA256SUM=3aa7b7aa68732fd6bc5732f1030d0ed12e1b0ffe7dbac5f5aa21fd8695718904
592-
kyverno_linux_arm64_SHA256SUM=37697771e1cc92daf73bebde4eb304691af09e07a4278cc82062e829c8475cec
593-
kyverno_darwin_amd64_SHA256SUM=35f4884e98e32e87223f1591e4ca0f82f9136f1cc9e9ba6482c441fdb00611d5
594-
kyverno_darwin_arm64_SHA256SUM=9b3d02f999c2b12e315b70b8d5b2db569b08e16f70449a23991515ed390e9268
591+
kyverno_linux_amd64_SHA256SUM=5e6bba9ca85beec6c93e94ca7fb0972a66df3b2e67636a08bef090cd3fc6535c
592+
kyverno_linux_arm64_SHA256SUM=55eb60200925bf878b020e8af8771ce800d85d2186724a93155058c103ce6bf9
593+
kyverno_darwin_amd64_SHA256SUM=c0d343842a6f630c20f0581d4c5618a8cbef2f3a7bfc935866771af6080c59d7
594+
kyverno_darwin_arm64_SHA256SUM=40d957b4b05be802b4872858e5599ecf3f383949965166fded77c7acd8e9813e
595595

596596
.PRECIOUS: $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH)
597597
$(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -635,10 +635,10 @@ $(DOWNLOAD_DIR)/tools/ko@$(KO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR
635635
chmod +x $(outfile); \
636636
rm -f $(outfile).tar.gz
637637

638-
protoc_linux_amd64_SHA256SUM=af27ea66cd26938fe48587804ca7d4817457a08350021a1c6e23a27ccc8c6904
639-
protoc_linux_arm64_SHA256SUM=31c5e9e3c7bf013cf41fb97765ee255c140024a6b175b6cc9b64beddd7c23ba7
640-
protoc_darwin_amd64_SHA256SUM=ab124429c1f49951f03b6c0c0e911fec04e2c7c20de5c935e0cde7353bbd016c
641-
protoc_darwin_arm64_SHA256SUM=2c7e92b8b578916937df132b3032e2e8e6c170862ecf7a8333094a6f3d03650c
638+
protoc_linux_amd64_SHA256SUM=a45cda0989c17dd950db55f6fbe1e5814c50fda08e87aa422980ac1f89dddbbc
639+
protoc_linux_arm64_SHA256SUM=36b518ac14d90351cc6598228ed2bbe5afe4e357b1af470b07e0ec1609875de2
640+
protoc_darwin_amd64_SHA256SUM=3580c2d115fccb5b0239960c8f70f8da14787b1973a46b2f39c315ad71c11e01
641+
protoc_darwin_arm64_SHA256SUM=45444963204757fd3e2fbe304bc1fdadfb488d8556ff099c4cc06575eab88976
642642

643643
.PRECIOUS: $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH)
644644
$(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -700,10 +700,10 @@ $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
700700
chmod +x $(outfile); \
701701
rm -f $(outfile).zip
702702

703-
istioctl_linux_amd64_SHA256SUM=904bbf1b917dd0135aa55b99cbfa34edd0a188fdeeeef09bb995d8e8e3165112
704-
istioctl_linux_arm64_SHA256SUM=c4130d32359446fa5e4820c0543d06e2e424883c6890f0f8c59f3ac69dd4b44e
705-
istioctl_darwin_amd64_SHA256SUM=0bd51e88f8a2568892523752e12ce720793e4b9a9b25bdd4555d5932048e2bf1
706-
istioctl_darwin_arm64_SHA256SUM=dffa0ff011774cf65fbae5d53f84d54bd12b541a35cff68be60db1c6674f03b4
703+
istioctl_linux_amd64_SHA256SUM=33664a95900d8cfc99b476cbbd7b967adc163b1981ef622d9b213a5d8156719e
704+
istioctl_linux_arm64_SHA256SUM=8a810443c0d85bb219bbe3902fc5a4e339a8c57d3a356e890bd6f0ee9cbbf467
705+
istioctl_darwin_amd64_SHA256SUM=72e79be133fb99b55a2eb28b9c2e1bc95c6faac008ec52ef4d705eb69c349c0f
706+
istioctl_darwin_arm64_SHA256SUM=e4f315c077ebe98c1ef0d820575743ebf80d8c3c754d81b0cda62f75f7d8fa75
707707

708708
.PRECIOUS: $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH)
709709
$(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)