fix(deps): update module sigs.k8s.io/controller-runtime v0.20.2 → v0.20.3 (clustertool) (#32999)
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 <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`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) - 🐛 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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user