Skip to content

Commit f26a301

Browse files
Merge pull request #64 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 98d44f4 + c224c0a commit f26a301

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
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@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10
53+
uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

klone.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
13+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
18+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
1919
repo_path: modules/cert-manager
2020
- folder_name: executable
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
23+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
2424
repo_path: modules/executable
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
28+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
33+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
3434
repo_path: modules/go
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
38+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
3939
repo_path: modules/help
4040
- folder_name: klone
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
43+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
4444
repo_path: modules/klone
4545
- folder_name: repository-base
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
48+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
4949
repo_path: modules/repository-base
5050
- folder_name: tools
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: c6780c07eac8a92586f59b7e02195c49a94013e6
53+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
5454
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@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10
53+
uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12
5454
with:
5555
configurationFile: .github/renovate.json5
5656
token: ${{ steps.octo-sts.outputs.token }}

make/_shared/tools/00_mod.mk

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tools += vault=v1.20.3
7777
tools += azwi=v1.5.1
7878
# https://github.com/kyverno/kyverno/releases
7979
# renovate: datasource=github-releases packageName=kyverno/kyverno
80-
tools += kyverno=v1.15.1
80+
tools += kyverno=v1.15.2
8181
# https://github.com/mikefarah/yq/releases
8282
# renovate: datasource=github-releases packageName=mikefarah/yq
8383
tools += yq=v4.47.2
@@ -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.0
152+
tools += goreleaser=v2.12.2
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.32.0
155+
tools += syft=v1.33.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
@@ -207,7 +207,7 @@ tools += openapi-gen=v0.0.0-20250910181357-589584f1c912
207207

208208
# https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml
209209
# FIXME: Find a way to configure Renovate to suggest upgrades
210-
KUBEBUILDER_ASSETS_VERSION := v1.34.0
210+
KUBEBUILDER_ASSETS_VERSION := v1.34.1
211211
tools += etcd=$(KUBEBUILDER_ASSETS_VERSION)
212212
tools += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION)
213213

@@ -516,10 +516,10 @@ $(DOWNLOAD_DIR)/tools/azwi@$(AZWI_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD
516516
tar xfO $(outfile).tar.gz azwi > $(outfile) && chmod 775 $(outfile); \
517517
rm -f $(outfile).tar.gz
518518

519-
kubebuilder_tools_linux_amd64_SHA256SUM=9c45e40aa56971b105e596ebb3e84af6742e8709cc0523733baf8d9bb725e69c
520-
kubebuilder_tools_linux_arm64_SHA256SUM=602183b102e8871b109e426d115574375f41d67f4a41e06ad04dc1632db76485
521-
kubebuilder_tools_darwin_amd64_SHA256SUM=a1c7304a304f70cbdbff982ccf22c3b22710c6dfa1a7722d45297a834f178b43
522-
kubebuilder_tools_darwin_arm64_SHA256SUM=8afaf69ebd14177d8af37c044c28acafde016552517f42dfe732f42d2ecc52c7
519+
kubebuilder_tools_linux_amd64_SHA256SUM=c8500090806ed5ce4064eeeb2a5666476a5168c1f4ff0eadd54fe59b22c4baa7
520+
kubebuilder_tools_linux_arm64_SHA256SUM=cb56759108ea15933abf79d8573bbf66cca8c13e20425d7bc9f95941a060649d
521+
kubebuilder_tools_darwin_amd64_SHA256SUM=84d47d6c3a2fa4d14571249b4cccfafad1eb77087bb680693553b438b8ec8c43
522+
kubebuilder_tools_darwin_arm64_SHA256SUM=f25c213bc88582750935b370fa2c6108f0259b9c8f59ece5a82345d48858fc7d
523523

524524
.PRECIOUS: $(DOWNLOAD_DIR)/tools/kubebuilder_tools_$(KUBEBUILDER_ASSETS_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
525525
$(DOWNLOAD_DIR)/tools/kubebuilder_tools_$(KUBEBUILDER_ASSETS_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools
@@ -535,10 +535,10 @@ $(DOWNLOAD_DIR)/tools/kube-apiserver@$(KUBEBUILDER_ASSETS_VERSION)_$(HOST_OS)_$(
535535
@source $(lock_script) $@; \
536536
tar xfO $< controller-tools/envtest/kube-apiserver > $(outfile) && chmod 775 $(outfile)
537537

538-
kyverno_linux_amd64_SHA256SUM=6b252750af3063e698f4d72cbf7599e8b292bd710248e23d0b1c8935e88aee67
539-
kyverno_linux_arm64_SHA256SUM=de2a9398cd9d75747e0fd50ce824a31389663a0e50e62481ddf8f52a40172d24
540-
kyverno_darwin_amd64_SHA256SUM=6875b5836f188b089fe4af6d3be8709a61ccad46d7e39febf06472df19d171f5
541-
kyverno_darwin_arm64_SHA256SUM=a6a2a25b1d0ee1ea564cc3303434096f0313f45fdac1ec453b5f63586b2ebdfb
538+
kyverno_linux_amd64_SHA256SUM=c90520ba24fb8b8df003ec22d6d2621e4a3d3c7497665fdcf84e9eab4ff1dfe0
539+
kyverno_linux_arm64_SHA256SUM=3d9b2465d09d2d251b42a8de92531cf00ecef4afc1e74ea6af01498f6a8b8c80
540+
kyverno_darwin_amd64_SHA256SUM=bf6348d84ef0ee487b3476db03217d24e6e980ceaea35248932f6e96ffb6d0c8
541+
kyverno_darwin_arm64_SHA256SUM=217af6bc2fc21006dd243101db64a48436c01a63092feabb3d994e286d64d4b1
542542

543543
.PRECIOUS: $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH)
544544
$(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)