Skip to content

Commit 79b0f69

Browse files
Merge pull request #110 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 3fe15f3 + 795eb66 commit 79b0f69

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

.github/workflows/make-self-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
exit 1
3333
3434
- name: Octo STS Token Exchange
35-
uses: octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # main
35+
uses: octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1
3636
id: octo-sts
3737
with:
3838
scope: 'cert-manager/csi-lib'

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
12+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
1313
repo_path: modules/boilerplate
1414
- folder_name: cert-manager
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
17+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
1818
repo_path: modules/cert-manager
1919
- folder_name: controller-gen
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
22+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
2323
repo_path: modules/controller-gen
2424
- folder_name: generate-verify
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
27+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
2828
repo_path: modules/generate-verify
2929
- folder_name: go
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
32+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
3333
repo_path: modules/go
3434
- folder_name: help
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
37+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
3838
repo_path: modules/help
3939
- folder_name: kind
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
42+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
4343
repo_path: modules/kind
4444
- folder_name: klone
4545
repo_url: https://github.com/cert-manager/makefile-modules.git
4646
repo_ref: main
47-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
47+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
4848
repo_path: modules/klone
4949
- folder_name: oci-build
5050
repo_url: https://github.com/cert-manager/makefile-modules.git
5151
repo_ref: main
52-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
52+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
5353
repo_path: modules/oci-build
5454
- folder_name: repository-base
5555
repo_url: https://github.com/cert-manager/makefile-modules.git
5656
repo_ref: main
57-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
57+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
5858
repo_path: modules/repository-base
5959
- folder_name: tools
6060
repo_url: https://github.com/cert-manager/makefile-modules.git
6161
repo_ref: main
62-
repo_hash: a5a8cbf86851ff75a2e495de684873a4e9d33a71
62+
repo_hash: 45ab2e75a4c1e74a5a37ed62b8def1e56fa4eca8
6363
repo_path: modules/tools

make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
exit 1
3333
3434
- name: Octo STS Token Exchange
35-
uses: octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # main
35+
uses: octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1
3636
id: octo-sts
3737
with:
3838
scope: '{{REPLACE:GH-REPOSITORY}}'

make/_shared/tools/00_mod.mk

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ ADDITIONAL_TOOLS ?=
216216
tools += $(ADDITIONAL_TOOLS)
217217

218218
# https://go.dev/dl/
219-
VENDORED_GO_VERSION := 1.24.7
219+
# renovate: datasource=golang-version packageName=go
220+
VENDORED_GO_VERSION := 1.25.1
220221

221222
# Print the go version which can be used in GH actions
222223
.PHONY: print-go-version
@@ -439,10 +440,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
439440
# File downloads #
440441
##################
441442

442-
go_linux_amd64_SHA256SUM=da18191ddb7db8a9339816f3e2b54bdded8047cdc2a5d67059478f8d1595c43f
443-
go_linux_arm64_SHA256SUM=fd2bccce882e29369f56c86487663bb78ba7ea9e02188a5b0269303a0c3d33ab
444-
go_darwin_amd64_SHA256SUM=138b6be2138e83d2c90c23d3a2cc94fcb11864d8db0706bb1d1e0dde744dc46a
445-
go_darwin_arm64_SHA256SUM=d06bad763f8820d3e29ee11f2c0c71438903c007e772a159c5760a300298302e
443+
go_linux_amd64_SHA256SUM=7716a0d940a0f6ae8e1f3b3f4f36299dc53e31b16840dbd171254312c41ca12e
444+
go_linux_arm64_SHA256SUM=65a3e34fb2126f55b34e1edfc709121660e1be2dee6bdf405fc399a63a95a87d
445+
go_darwin_amd64_SHA256SUM=1d622468f767a1b9fe1e1e67bd6ce6744d04e0c68712adc689748bbeccb126bb
446+
go_darwin_arm64_SHA256SUM=68deebb214f39d542e518ebb0598a406ab1b5a22bba8ec9ade9f55fb4dd94a6c
446447

447448
.PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
448449
$(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)