Skip to content

Commit e797e4c

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 340da6e commit e797e4c

File tree

2 files changed

+19
-19
lines changed

2 files changed

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

make/_shared/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tools += ytt=v0.53.0
102102
tools += rclone=v1.73.0
103103
# https://github.com/istio/istio/releases
104104
# renovate: datasource=github-releases packageName=istio/istio
105-
tools += istioctl=1.28.3
105+
tools += istioctl=1.29.0
106106

107107
### go packages
108108
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions
@@ -677,10 +677,10 @@ $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
677677
chmod +x $(outfile); \
678678
rm -f $(outfile).zip
679679

680-
istioctl_linux_amd64_SHA256SUM=48d8bbe5879b121d47a553d5fbe55c19d53cfaecaa0634c86366da72ced38ac2
681-
istioctl_linux_arm64_SHA256SUM=6e364e372d99886631e6f841c314d13abd549a7c5be1f89417c13f0dd6fbc4a1
682-
istioctl_darwin_amd64_SHA256SUM=028a6d8d0c054c87ceefc47e8269a71136f26e9221339e471b73da5dde1d6929
683-
istioctl_darwin_arm64_SHA256SUM=748da8498069348065611a7b38132e3f43cd4851b8b8f35c59531f38de944410
680+
istioctl_linux_amd64_SHA256SUM=7d0855002c2254df46f109a5a90964249a119f3c7c3a109fdd2d1582ce71ae6f
681+
istioctl_linux_arm64_SHA256SUM=b365ad5a5de23b598a6f2e73d55913507a6d52d40645786bd99b834299cd4c02
682+
istioctl_darwin_amd64_SHA256SUM=19f57f7d02d9f982084693949a462580330bfeda52de67b1e791baa8308b8e8a
683+
istioctl_darwin_arm64_SHA256SUM=d070e6f2b0ad42883eedf6f10fd9094c637816eaffacde88dabfccd7eb041c52
684684

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

0 commit comments

Comments
 (0)