Skip to content

Commit e34d061

Browse files
Merge pull request #86 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 2a41ee1 + af58282 commit e34d061

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
12+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
1313
repo_path: modules/boilerplate
1414
- folder_name: cert-manager
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
17+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
1818
repo_path: modules/cert-manager
1919
- folder_name: controller-gen
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
22+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
2323
repo_path: modules/controller-gen
2424
- folder_name: generate-verify
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
27+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
2828
repo_path: modules/generate-verify
2929
- folder_name: go
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
32+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
3333
repo_path: modules/go
3434
- folder_name: help
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
37+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
3838
repo_path: modules/help
3939
- folder_name: kind
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
42+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
4343
repo_path: modules/kind
4444
- folder_name: klone
4545
repo_url: https://github.com/cert-manager/makefile-modules.git
4646
repo_ref: main
47-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
47+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
4848
repo_path: modules/klone
4949
- folder_name: oci-build
5050
repo_url: https://github.com/cert-manager/makefile-modules.git
5151
repo_ref: main
52-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
52+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
5353
repo_path: modules/oci-build
5454
- folder_name: repository-base
5555
repo_url: https://github.com/cert-manager/makefile-modules.git
5656
repo_ref: main
57-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
57+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
5858
repo_path: modules/repository-base
5959
- folder_name: tools
6060
repo_url: https://github.com/cert-manager/makefile-modules.git
6161
repo_ref: main
62-
repo_hash: 197cd670dbf70eb7b0f09fd3accb12cda8d6a188
62+
repo_hash: c3d364ac4221b114f9b31e755ed328c541246330
6363
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tools += kubectl=v1.33.2
6767
# https://github.com/kubernetes-sigs/kind/releases
6868
tools += kind=v0.29.0
6969
# https://www.vaultproject.io/downloads
70-
tools += vault=1.20.0
70+
tools += vault=1.20.1
7171
# https://github.com/Azure/azure-workload-identity/releases
7272
tools += azwi=v1.5.1
7373
# https://github.com/kyverno/kyverno/releases
@@ -443,10 +443,10 @@ $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD
443443
$(checkhash_script) $(outfile) $(kind_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
444444
chmod +x $(outfile)
445445

446-
vault_linux_amd64_SHA256SUM=25e9f1f9a6dd9866219d6a37c6d1af1d26d0e73aa95a4e755188751de133dea7
447-
vault_linux_arm64_SHA256SUM=b7b87fef8d10126ad69e7130fb5fe4903dd0011506c61e7fec4502af0519c2fa
448-
vault_darwin_amd64_SHA256SUM=eefb98743ff5530edb10088353e51c9a9b879d4004da8d17084421d706ead8e2
449-
vault_darwin_arm64_SHA256SUM=69bd6ddba47dc6342a6cd211af7419e7f306d5e5d7551f26ffde3b40924cfe75
446+
vault_linux_amd64_SHA256SUM=e3ce3e678421c0d56f726952ab100875168c2e1eb1db751ed5a2b25b6b2ea96f
447+
vault_linux_arm64_SHA256SUM=470af64c86d76ce296ed394a10adb63b43e428491c83e0f7180e9903d41ff39d
448+
vault_darwin_amd64_SHA256SUM=9e110059908377febc2cc4e723f8f6bc825030dbae563e6747db7d28c56f3296
449+
vault_darwin_arm64_SHA256SUM=3e82186552264a3d15f9933d0a80319f595c6aecda9bbe6c3b48beee6f23d3a6
450450

451451
.PRECIOUS: $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH)
452452
$(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)