Skip to content

Commit 9ff69a8

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent 2e0cae4 commit 9ff69a8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

klone.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ 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: generate-verify
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/generate-verify
1919
- folder_name: go
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/go
2424
- folder_name: help
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/help
2929
- folder_name: klone
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/klone
3434
- folder_name: repository-base
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/repository-base
3939
- folder_name: tools
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/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)