Skip to content

Commit c4ab673

Browse files
Merge pull request #350 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents f93a226 + 3d1780c commit c4ab673

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ steps.go-version.outputs.result }}
5151

5252
- name: Self-hosted Renovate
53-
uses: renovatebot/github-action@70ea19f1b0dc8a9cc7af1b4278f8d3fd9778b577 # v43.0.17
53+
uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

klone.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,65 +10,65 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
13+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
18+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
23+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
28+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
33+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
38+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
43+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
48+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
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: b90aa4bec909ce032a45b82b2f1220e58f1b0456
53+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
5454
repo_path: modules/klone
5555
- folder_name: oci-build
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
58+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
5959
repo_path: modules/oci-build
6060
- folder_name: oci-publish
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
63+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
6464
repo_path: modules/oci-publish
6565
- folder_name: repository-base
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
68+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
6969
repo_path: modules/repository-base
7070
- folder_name: tools
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: b90aa4bec909ce032a45b82b2f1220e58f1b0456
73+
repo_hash: 6d5cc44645b0b9f0d2e23f0a28f981f942085fea
7474
repo_path: modules/tools

make/_shared/repository-base/base/.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version: ${{ steps.go-version.outputs.result }}
5151

5252
- name: Self-hosted Renovate
53-
uses: renovatebot/github-action@70ea19f1b0dc8a9cc7af1b4278f8d3fd9778b577 # v43.0.17
53+
uses: renovatebot/github-action@aec779d4f7845f8431ddf403cf9659d4702ddde0 # v43.0.18
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

make/_shared/tools/00_mod.mk

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tools += kubectl=v1.34.1
7171
tools += kind=v0.30.0
7272
# https://www.vaultproject.io/downloads
7373
# renovate: datasource=github-releases packageName=hashicorp/vault
74-
tools += vault=v1.20.4
74+
tools += vault=v1.21.0
7575
# https://github.com/Azure/azure-workload-identity/releases
7676
# renovate: datasource=github-releases packageName=Azure/azure-workload-identity
7777
tools += azwi=v1.5.1
@@ -95,10 +95,10 @@ tools += trivy=v0.67.2
9595
tools += ytt=v0.52.1
9696
# https://github.com/rclone/rclone/releases
9797
# renovate: datasource=github-releases packageName=rclone/rclone
98-
tools += rclone=v1.71.1
98+
tools += rclone=v1.71.2
9999
# https://github.com/istio/istio/releases
100100
# renovate: datasource=github-releases packageName=istio/istio
101-
tools += istioctl=1.27.2
101+
tools += istioctl=1.27.3
102102

103103
### go packages
104104
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions
@@ -149,10 +149,10 @@ tools += ginkgo=$(detected_ginkgo_version)
149149
tools += klone=v0.2.0
150150
# https://pkg.go.dev/github.com/goreleaser/goreleaser/v2?tab=versions
151151
# renovate: datasource=go packageName=github.com/goreleaser/goreleaser/v2
152-
tools += goreleaser=v2.12.5
152+
tools += goreleaser=v2.12.7
153153
# https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions
154154
# renovate: datasource=go packageName=github.com/anchore/syft
155-
tools += syft=v1.33.0
155+
tools += syft=v1.36.0
156156
# https://github.com/cert-manager/helm-tool/releases
157157
# renovate: datasource=github-releases packageName=cert-manager/helm-tool
158158
tools += helm-tool=v0.5.3
@@ -176,7 +176,7 @@ tools += govulncheck=v1.1.4
176176
tools += operator-sdk=v1.41.1
177177
# https://pkg.go.dev/github.com/cli/cli/v2?tab=versions
178178
# renovate: datasource=go packageName=github.com/cli/cli/v2
179-
tools += gh=v2.81.0
179+
tools += gh=v2.82.1
180180
# https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases
181181
# renovate: datasource=github-releases packageName=redhat-openshift-ecosystem/openshift-preflight
182182
tools += preflight=1.14.1
@@ -185,7 +185,7 @@ tools += preflight=1.14.1
185185
tools += gci=v0.13.7
186186
# https://github.com/google/yamlfmt/releases
187187
# renovate: datasource=github-releases packageName=google/yamlfmt
188-
tools += yamlfmt=v0.17.2
188+
tools += yamlfmt=v0.20.0
189189
# https://github.com/yannh/kubeconform/releases
190190
# renovate: datasource=github-releases packageName=yannh/kubeconform
191191
tools += kubeconform=v0.7.0
@@ -489,10 +489,10 @@ $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD
489489
$(checkhash_script) $(outfile) $(kind_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
490490
chmod +x $(outfile)
491491

492-
vault_linux_amd64_SHA256SUM=fc5fb5d01d192f1216b139fb5c6af17e3af742aaeffc289fd861920ec55f2c9c
493-
vault_linux_arm64_SHA256SUM=d1e9548efd89e772b6be9dc37914579cabd86362779b7239d2d769cfb601d835
494-
vault_darwin_amd64_SHA256SUM=0abe8673c442710795b0182c382dd5347b961d2c0d548742813b3ecbe15bf7cc
495-
vault_darwin_arm64_SHA256SUM=cca50f328a44e025205047d480bead1460012ecd82fa78387c7b5af0bae59d02
492+
vault_linux_amd64_SHA256SUM=5a91c93a9949ed8863ee4b91cfc30640bc49ab04225f0b1c5a0650c4d6e10171
493+
vault_linux_arm64_SHA256SUM=0083b02005ad89f6a01773866c6a892194ba27867b5f26ee374a0dfbbfb84c07
494+
vault_darwin_amd64_SHA256SUM=2e00e327be8141751f7bcc840aad93c8a5428908a4131f17d02d22eab444bcf2
495+
vault_darwin_arm64_SHA256SUM=fd1b26fcbc78c04c2d76d35a13a9564d450074f2547871b2046ddb95bbd7ea9c
496496

497497
.PRECIOUS: $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH)
498498
$(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -626,10 +626,10 @@ $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_D
626626
$(checkhash_script) $(outfile) $(ytt_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
627627
chmod +x $(outfile)
628628

629-
rclone_linux_amd64_SHA256SUM=417e3da236f3a12d292da4e7287d67b1df558b8c2b280d092e563958ed724be7
630-
rclone_linux_arm64_SHA256SUM=cd0eb0d6faf1fdb697f191a316bbc6552770fafa097baf326ce61c04ab89f783
631-
rclone_darwin_amd64_SHA256SUM=a2d635ef69785c889381460a16ef20255b07ef17a67c84c81fb4cb8aaf1a280f
632-
rclone_darwin_arm64_SHA256SUM=8b7a2c57680d769e33d8616cabc214831d3bddcdb4da0d40a263ede63b15acce
629+
rclone_linux_amd64_SHA256SUM=ab9fa5877cee91c64fdfd61a27028a458cf618b39259e5c371dc2ec34a12e415
630+
rclone_linux_arm64_SHA256SUM=e2e2efc7ed143026352d60216ef0d46d3fa4fe9d647eff1bd929e6fea498e6f1
631+
rclone_darwin_amd64_SHA256SUM=37e50641cd736de296b8aca8149e607b9923b357d79abb902e89c4cdb1fcc790
632+
rclone_darwin_arm64_SHA256SUM=d1cea838b618f9b4f15984748502232684e92ff0b90e3c4c8bd91ac21f4d8695
633633

634634
.PRECIOUS: $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH)
635635
$(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
@@ -642,10 +642,10 @@ $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
642642
chmod +x $(outfile); \
643643
rm -f $(outfile).zip
644644

645-
istioctl_linux_amd64_SHA256SUM=e93a206f32f2cf382753c180d6fb7cbeb96298a05d99d6e7fea85d19e6c768b3
646-
istioctl_linux_arm64_SHA256SUM=cb9f43bdfd4a5e1068ff438fcdf6f50c51dceef6384b58bb45f80dbbcca22e3c
647-
istioctl_darwin_amd64_SHA256SUM=0c4ec20d9f72cbe2f8ae76ac3197441d0646d66784c3f54197313921c36e771b
648-
istioctl_darwin_arm64_SHA256SUM=5ca15663df4ddef6e37358a09256ebf383c6109f32a40438331d5c5a9f1a7728
645+
istioctl_linux_amd64_SHA256SUM=55670d7472548b71e495ebc1184e8d90bcc34f7897d7e570c57a33fa5e6eb25d
646+
istioctl_linux_arm64_SHA256SUM=1ff44e1b90e3fa432bada81e566fd3282878be8f1dd88f82c0221a5b56480d63
647+
istioctl_darwin_amd64_SHA256SUM=ec1064b244f1ff8601053545469fd2bfecdda7de65ec0fa04e0e760c4c40fbe0
648+
istioctl_darwin_arm64_SHA256SUM=6b51382defc02ad460c12052e3214e1f9763ff3a7bb73694ec032f5260842dd3
649649

650650
.PRECIOUS: $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH)
651651
$(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)