Skip to content

Commit 91b38e5

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <cert-manager-bot@users.noreply.github.com>
1 parent f7545b4 commit 91b38e5

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,46 +10,46 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
13+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
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: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
18+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
1919
repo_path: modules/generate-verify
2020
- folder_name: go
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
23+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
2424
repo_path: modules/go
2525
- folder_name: help
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
28+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
2929
repo_path: modules/help
3030
- folder_name: klone
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
33+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
3434
repo_path: modules/klone
3535
- folder_name: licenses
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
38+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
3939
repo_path: modules/licenses
4040
- folder_name: repository-base
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
43+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
4444
repo_path: modules/repository-base
4545
- folder_name: tools
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
48+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
4949
repo_path: modules/tools
5050
make/_shared_new:
5151
- folder_name: helm
5252
repo_url: https://github.com/cert-manager/makefile-modules.git
5353
repo_ref: main
54-
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
54+
repo_hash: 737c51c1bf36dea15a7ef2bc5c070d09845530a2
5555
repo_path: modules/helm

make/_shared/boilerplate/01_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ shared_verify_targets += verify-boilerplate
2828
generate-license:
2929
cp -r $(license_base_dir)/. ./
3030

31-
shared_generate_targets += generate-base
31+
shared_generate_targets += generate-license

make/_shared/licenses/01_mod.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ oci-license-layer-$1: | $(bin_dir)/scratch $(NEEDS_GO-LICENSES)
6868
cp $$(go_$1_mod_dir)/LICENSES $$(license_layer_path_$1)/licenses/LICENSES
6969

7070
oci-build-$1: oci-license-layer-$1
71+
oci-build-$1__local: oci-license-layer-$1
7172
oci_$1_additional_layers += $$(license_layer_path_$1)
7273
endef
7374

make/_shared/tools/00_mod.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,12 +707,12 @@ endif
707707
non_go_tool_names := $(filter-out $(go_tool_names),$(tool_names))
708708

709709
.PHONY: non-go-tools
710-
## Download and setup all Go tools
710+
## Download and setup all Non-Go tools
711711
## @category [shared] Tools
712712
non-go-tools: $(non_go_tool_names:%=$(bin_dir)/tools/%)
713713

714714
.PHONY: go-tools
715-
## Download and setup all Non-Go tools
715+
## Download and setup all Go tools
716716
## NOTE: this target is also used to learn the shas of
717717
## these tools (see scripts/learn_tools_shas.sh in the
718718
## Makefile modules repo)

0 commit comments

Comments
 (0)