From a7e53f789c17aecf69f24beb613ee8c7a5b9ce0c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Dec 2024 04:39:20 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20sigs.k8s.io/cont?= =?UTF-8?q?roller-runtime=20v0.19.2=20=E2=86=92=20v0.19.3=20(clustertool)?= =?UTF-8?q?=20(#30157)?= 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.19.2` -> `v0.19.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime) ### [`v0.19.3`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.3) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3) #### What's Changed - 🐛 Refactor certificate watcher to use polling, instead of fsnotify by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3023](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3023) - 🐛 Use leader elector with client timeout by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3031](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3031) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.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 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index b7dabe350e0..5d172f72c7b 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -26,7 +26,7 @@ require ( k8s.io/api v0.32.0 k8s.io/apimachinery v0.32.0 k8s.io/client-go v0.32.0 - sigs.k8s.io/controller-runtime v0.19.2 + sigs.k8s.io/controller-runtime v0.19.3 sigs.k8s.io/kustomize/api v0.18.0 sigs.k8s.io/kustomize/kyaml v0.18.1 sigs.k8s.io/yaml v1.4.0 diff --git a/clustertool/go.sum b/clustertool/go.sum index 5fa5ebd9bba..da636bd9dbd 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -1165,6 +1165,8 @@ sigs.k8s.io/controller-runtime v0.19.1 h1:Son+Q40+Be3QWb+niBXAg2vFiYWolDjjRfO8hn sigs.k8s.io/controller-runtime v0.19.1/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4= sigs.k8s.io/controller-runtime v0.19.2 h1:3sPrF58XQEPzbE8T81TN6selQIMGbtYwuaJ6eDssDF8= sigs.k8s.io/controller-runtime v0.19.2/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4= +sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw= +sigs.k8s.io/controller-runtime v0.19.3/go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8=