Skip to content

Commit 298a296

Browse files
Merge pull request cert-manager#1969 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents 7542fb8 + 81bd27b commit 298a296

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

klone.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ 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: generate-verify
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/generate-verify
2020
- folder_name: help
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/help
2525
- folder_name: klone
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/klone
3030
- folder_name: repository-base
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/repository-base
3535
- folder_name: tools
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/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)