Skip to content

Commit d817691

Browse files
Merge pull request #1719 from cert-manager/self-upgrade-master
[CI] Merge self-upgrade-master into master
2 parents 02a168c + f3b6610 commit d817691

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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: b7b26d582f37b3108de74d487ee52dbdd4232b91
13+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
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: b7b26d582f37b3108de74d487ee52dbdd4232b91
18+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
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: b7b26d582f37b3108de74d487ee52dbdd4232b91
23+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
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: b7b26d582f37b3108de74d487ee52dbdd4232b91
28+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
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: b7b26d582f37b3108de74d487ee52dbdd4232b91
33+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
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: b7b26d582f37b3108de74d487ee52dbdd4232b91
38+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
3939
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tools += helm=v3.17.2
6565
# https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl
6666
tools += kubectl=v1.32.3
6767
# https://github.com/kubernetes-sigs/kind/releases
68-
tools += kind=v0.27.0
68+
tools += kind=v0.29.0
6969
# https://www.vaultproject.io/downloads
7070
tools += vault=1.19.1
7171
# https://github.com/Azure/azure-workload-identity/releases
@@ -93,7 +93,7 @@ tools += controller-gen=v0.17.3
9393
# https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions
9494
tools += goimports=v0.31.0
9595
# https://pkg.go.dev/github.com/google/go-licenses/v2?tab=versions
96-
tools += go-licenses=9c778fc0cb52740485f53cc439b1f3c9578a1830
96+
tools += go-licenses=8c3708dd545a9faed3777bf50a3530ff8082180a
9797
# https://pkg.go.dev/gotest.tools/gotestsum?tab=versions
9898
tools += gotestsum=v1.12.1
9999
# https://pkg.go.dev/sigs.k8s.io/kustomize/kustomize/v4?tab=versions
@@ -432,10 +432,10 @@ $(DOWNLOAD_DIR)/tools/kubectl@$(KUBECTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DO
432432
$(checkhash_script) $(outfile) $(kubectl_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
433433
chmod +x $(outfile)
434434

435-
kind_linux_amd64_SHA256SUM=a6875aaea358acf0ac07786b1a6755d08fd640f4c79b7a2e46681cc13f49a04b
436-
kind_linux_arm64_SHA256SUM=5e4507a41c69679562610b1be82ba4f80693a7826f4e9c6e39236169a3e4f9d0
437-
kind_darwin_amd64_SHA256SUM=3435134325b6b9406ccfec417b13bb46a808fc74e9a2ebb0ca31b379c8293863
438-
kind_darwin_arm64_SHA256SUM=5240ca1acb587e1d0386532dd8c3373d81f5173b5af322919fc56f0cdd646596
435+
kind_linux_amd64_SHA256SUM=c72eda46430f065fb45c5f70e7c957cc9209402ef309294821978677c8fb3284
436+
kind_linux_arm64_SHA256SUM=03d45095dbd9cc1689f179a3e5e5da24b77c2d1b257d7645abf1b4174bebcf2a
437+
kind_darwin_amd64_SHA256SUM=3eb0d4de25b854f34ea8ce8a3cbe15054fc03bc962b03e96fd10664b829fb6ed
438+
kind_darwin_arm64_SHA256SUM=314d8f1428842fd1ba2110fd0052a0f0b3ab5773ab1bdcdad1ff036e913310c9
439439

440440
.PRECIOUS: $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH)
441441
$(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)