Skip to content

Commit 7a424c2

Browse files
authored
Merge pull request #259 from cert-manager/self-upgrade
[CI] Merge self-upgrade into main
2 parents e0271a0 + 75f3450 commit 7a424c2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

klone.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,55 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
13+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
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: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
18+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
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: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
23+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
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: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
28+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
2929
repo_path: modules/generate-verify
3030
- folder_name: helm
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
33+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
3434
repo_path: modules/helm
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
38+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
3939
repo_path: modules/help
4040
- folder_name: kind
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
43+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
4444
repo_path: modules/kind
4545
- folder_name: klone
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
48+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
4949
repo_path: modules/klone
5050
- folder_name: oci-image
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
53+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
5454
repo_path: modules/oci-image
5555
- folder_name: repository-base
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
58+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
5959
repo_path: modules/repository-base
6060
- folder_name: tools
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 4eb12f8503548ac39ce632ac4ee7a86a565c034c
63+
repo_hash: ffff9fc8a6472655604ca453b48753ffd27fc840
6464
repo_path: modules/tools

make/_shared/tools/00_mod.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ $(bin_dir)/downloaded/tools/azwi@$(AZWI_VERSION)_%: | $(bin_dir)/downloaded/tool
378378
# kube-apiserver / etcd #
379379
############################
380380

381-
KUBEBUILDER_TOOLS_linux_amd64_SHA256SUM=d4ab1654311f256869189b3107641f308dfe996c72bdeda0c05b2fbb7fb0a55b
382-
KUBEBUILDER_TOOLS_linux_arm64_SHA256SUM=8415f16b7ee1d83817bd2bcdd1c4555d6fc19d52799f9b3311f6a247f4d65f1e
383-
KUBEBUILDER_TOOLS_darwin_amd64_SHA256SUM=d3c7448b42299f5ab225580cafeee09c964e4d961d1a14ef10845894fbc56329
384-
KUBEBUILDER_TOOLS_darwin_arm64_SHA256SUM=7dbdd4bf62353ee67a766115106ac908b35200a743f3cb5984f97875c77e5030
381+
KUBEBUILDER_TOOLS_linux_amd64_SHA256SUM=e9899574fb92fd4a4ca27539d15a30f313f8a482b61b46cb874a07f2ba4f9bcb
382+
KUBEBUILDER_TOOLS_linux_arm64_SHA256SUM=ef22e16c439b45f3e116498f7405be311bab92c3345766ab2142e86458cda92e
383+
KUBEBUILDER_TOOLS_darwin_amd64_SHA256SUM=e5796637cc8e40029f0def639bbe7d99193c1872555c919d2b76c32e0e34378f
384+
KUBEBUILDER_TOOLS_darwin_arm64_SHA256SUM=9734b90206f17a46f4dd0a7e3bb107d44aec9e79b7b135c6eb7c8a250ffd5e03
385385

386386
$(bin_dir)/downloaded/tools/etcd@$(KUBEBUILDER_ASSETS_VERSION)_%: $(bin_dir)/downloaded/tools/kubebuilder_tools_$(KUBEBUILDER_ASSETS_VERSION)_%.tar.gz | $(bin_dir)/downloaded/tools
387387
$(checkhash_script) $< $(KUBEBUILDER_TOOLS_$*_SHA256SUM)

0 commit comments

Comments
 (0)