Skip to content

Commit 1f5b11a

Browse files
Merge pull request #118 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 9ded7a0 + 84466c3 commit 1f5b11a

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
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: 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: c6780c07eac8a92586f59b7e02195c49a94013e6
12+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
17+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
22+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
27+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
32+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
37+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
42+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
47+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
52+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
57+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
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: c6780c07eac8a92586f59b7e02195c49a94013e6
62+
repo_hash: 096f7de27611b214ef7747f8c32e118a3cd522b6
6363
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)