Skip to content

Commit 8afdb89

Browse files
Merge pull request #670 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents cc4c425 + e710982 commit 8afdb89

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
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@a3c115cd6676c8a5bc72f9715f108759e570daf5 # v43.0.19
53+
uses: renovatebot/github-action@4ebebabcd582dddea1692b05c3d5279f8e372b53 # v44.0.0
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
13+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
18+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
23+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
28+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
33+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
38+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
43+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
48+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
53+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
58+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
63+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
68+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
73+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
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: 2121d6bf1ec6440011bc03021015af1c18ec0eba
78+
repo_hash: f52ce214b5aee2c4207cb15955028f1d7b1f588a
7979
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@a3c115cd6676c8a5bc72f9715f108759e570daf5 # v43.0.19
53+
uses: renovatebot/github-action@4ebebabcd582dddea1692b05c3d5279f8e372b53 # v44.0.0
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

make/_shared/tools/00_mod.mk

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tools += ytt=v0.52.1
9898
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.3
101+
tools += istioctl=1.28.0
102102

103103
### go packages
104104
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions
@@ -152,7 +152,7 @@ tools += klone=v0.2.0
152152
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.36.0
155+
tools += syft=v1.37.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
@@ -167,7 +167,7 @@ tools += cmctl=v2.3.0
167167
tools += cmrel=v1.12.15-0.20241121151736-e3cbe5171488
168168
# https://pkg.go.dev/github.com/golangci/golangci-lint/v2/cmd/golangci-lint?tab=versions
169169
# renovate: datasource=go packageName=github.com/golangci/golangci-lint/v2
170-
tools += golangci-lint=v2.6.0
170+
tools += golangci-lint=v2.6.1
171171
# https://pkg.go.dev/golang.org/x/vuln?tab=versions
172172
# renovate: datasource=go packageName=golang.org/x/vuln
173173
tools += govulncheck=v1.1.4
@@ -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.82.1
179+
tools += gh=v2.83.0
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
@@ -217,7 +217,7 @@ tools += $(ADDITIONAL_TOOLS)
217217

218218
# https://go.dev/dl/
219219
# renovate: datasource=golang-version packageName=go
220-
VENDORED_GO_VERSION := 1.25.3
220+
VENDORED_GO_VERSION := 1.25.4
221221

222222
# Print the go version which can be used in GH actions
223223
.PHONY: print-go-version
@@ -440,10 +440,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
440440
# File downloads #
441441
##################
442442

443-
go_linux_amd64_SHA256SUM=0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f
444-
go_linux_arm64_SHA256SUM=1d42ebc84999b5e2069f5e31b67d6fc5d67308adad3e178d5a2ee2c9ff2001f5
445-
go_darwin_amd64_SHA256SUM=1641050b422b80dfd6299f8aa7eb8798d1cd23eac7e79f445728926e881b7bcd
446-
go_darwin_arm64_SHA256SUM=7c083e3d2c00debfeb2f77d9a4c00a1aac97113b89b9ccc42a90487af3437382
443+
go_linux_amd64_SHA256SUM=9fa5ffeda4170de60f67f3aa0f824e426421ba724c21e133c1e35d6159ca1bec
444+
go_linux_arm64_SHA256SUM=a68e86d4b72c2c2fecf7dfed667680b6c2a071221bbdb6913cf83ce3f80d9ff0
445+
go_darwin_amd64_SHA256SUM=33ba03ff9973f5bd26d516eea35328832a9525ecc4d169b15937ffe2ce66a7d8
446+
go_darwin_arm64_SHA256SUM=c1b04e74251fe1dfbc5382e73d0c6d96f49642d8aebb7ee10a7ecd4cae36ebd2
447447

448448
.PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
449449
$(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(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=55670d7472548b71e495ebc1184e8d90bcc34f7897d7e570c57a33fa5e6eb25d
646-
istioctl_linux_arm64_SHA256SUM=1ff44e1b90e3fa432bada81e566fd3282878be8f1dd88f82c0221a5b56480d63
647-
istioctl_darwin_amd64_SHA256SUM=ec1064b244f1ff8601053545469fd2bfecdda7de65ec0fa04e0e760c4c40fbe0
648-
istioctl_darwin_arm64_SHA256SUM=6b51382defc02ad460c12052e3214e1f9763ff3a7bb73694ec032f5260842dd3
645+
istioctl_linux_amd64_SHA256SUM=31ba3429f6527e085a5b3630bb732f876e8ff8a433947abae2cdd886c9e59271
646+
istioctl_linux_arm64_SHA256SUM=f1eff3bcc86dcd72ee473d8a7fbfe9eafd2337b946c9c3fd40f0c9d0e20e2561
647+
istioctl_darwin_amd64_SHA256SUM=5cbe5c4bf72bf5e447d39626d69874e25b96578a19c40c420ec9af09eae71ccd
648+
istioctl_darwin_arm64_SHA256SUM=593f8d58571ff4cddcd069041d2c398da4e0d6fc8055890715cad95feec09aeb
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)