Skip to content

Commit a3bba55

Browse files
Merge pull request #449 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 9b51536 + ce9b9be commit a3bba55

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

klone.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
13+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
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: 1a31120f64869aaa4837d109929cb7d12b9377a1
18+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
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: 1a31120f64869aaa4837d109929cb7d12b9377a1
23+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
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: 1a31120f64869aaa4837d109929cb7d12b9377a1
28+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
33+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
38+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
43+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
48+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
53+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
5454
repo_path: modules/klone
5555
- folder_name: licenses
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
58+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
5959
repo_path: modules/licenses
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
63+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
68+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
73+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: 1a31120f64869aaa4837d109929cb7d12b9377a1
78+
repo_hash: 8a3cc950c6954a5f8476f2a16f690f6cf73b5610
7979
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tools += ko=0.18.1
9393
tools += protoc=v33.5
9494
# https://github.com/aquasecurity/trivy/releases
9595
# renovate: datasource=github-releases packageName=aquasecurity/trivy
96-
tools += trivy=v0.69.0
96+
tools += trivy=v0.69.1
9797
# https://github.com/vmware-tanzu/carvel-ytt/releases
9898
# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt
9999
tools += ytt=v0.53.0
@@ -630,10 +630,10 @@ $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
630630
chmod +x $(outfile); \
631631
rm -f $(outfile).zip
632632

633-
trivy_linux_amd64_SHA256SUM=fff5813d6888fa6f8bd40042a08c4f072b3e65aec9f13dd9ab1d7b26146ad046
634-
trivy_linux_arm64_SHA256SUM=425e883f37cad0b512478df2803f58532e7d235267303375a3d0f97e4790a1ca
635-
trivy_darwin_amd64_SHA256SUM=4264e4fcc73259de36a68c112a586d65bf6cd488ef2aea857f37d00d8cb5c4e6
636-
trivy_darwin_arm64_SHA256SUM=bd35348d963d3f661ff4d7d138e65a75fedbfade0378689f3a349c824c6e5b75
633+
trivy_linux_amd64_SHA256SUM=dd93975bc1e58053810a9bafea89923e5df42ddd3f99905fdf840fd797145157
634+
trivy_linux_arm64_SHA256SUM=7a98c13e6c5799fc46219c94fa500b807532b4555501cce85fa4eead9f755516
635+
trivy_darwin_amd64_SHA256SUM=1054f37ba02173a7e1a05e2bcc1179d7573124cea1502a37cc59de89582de307
636+
trivy_darwin_arm64_SHA256SUM=ae5ce4a7b9bf2bd3794ccb3c257993526fa47470b3814d729a73788d36aff3d0
637637

638638
.PRECIOUS: $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH)
639639
$(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)