Skip to content

Commit f5d74d7

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 39c4846 commit f5d74d7

2 files changed

Lines changed: 25 additions & 25 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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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: 4a65a79430561e9e3370db06495fbc9cf5d4b700
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
@@ -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
@@ -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
@@ -132,7 +132,7 @@ tools += kustomize=v5.8.1
132132
tools += gojq=v0.12.19
133133
# https://pkg.go.dev/github.com/google/go-containerregistry/pkg/crane?tab=versions
134134
# renovate: datasource=go packageName=github.com/google/go-containerregistry
135-
tools += crane=v0.21.5
135+
tools += crane=v0.21.6
136136
# https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions
137137
# renovate: datasource=go packageName=google.golang.org/protobuf
138138
tools += protoc-gen-go=v1.36.11
@@ -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
@@ -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)