From 01d99cf37fac73da01ab8b2d6cd36adb4a6c9641 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 8 Mar 2025 13:08:45 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20sigs.k8s.io/cont?= =?UTF-8?q?roller-runtime=20v0.20.2=20=E2=86=92=20v0.20.3=20(clustertool)?= =?UTF-8?q?=20(#32999)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | patch | `v0.20.2` -> `v0.20.3` | --- ### Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime) ### [`v0.20.3`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.3) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.20.2...v0.20.3) #### What's Changed - 🐛 fix: cache should list out of global cache when present and necessary by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3127](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3127) - 🌱 Export envtest.ReadCRDFiles by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3131](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3131) - :bug: Fakeclient: Fix dataraces when writing to the scheme by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3145](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3145) - Revert "✨ Expose all Go runtime metrics" by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3147](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3147) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.2...v0.20.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- clustertool/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 0240f9b24d3..b551328c03a 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -26,7 +26,7 @@ require ( k8s.io/api v0.32.2 k8s.io/apimachinery v0.32.2 k8s.io/client-go v0.32.2 - sigs.k8s.io/controller-runtime v0.20.2 + sigs.k8s.io/controller-runtime v0.20.3 sigs.k8s.io/kustomize/api v0.19.0 sigs.k8s.io/kustomize/kyaml v0.19.0 sigs.k8s.io/yaml v1.4.0