From 4eda3e2b9a502d3818e8bb9102691b4c4869a542 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 29 Aug 2025 22:42:37 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20kubernetes=20packages=20v?= =?UTF-8?q?0.34.0-rc.1=20=E2=86=92=20v0.34.0=20(clustertool)=20(patch)=20(?= =?UTF-8?q?#38682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | `v0.34.0-rc.1` -> `v0.34.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapi/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapi/v0.34.0-rc.1/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | `v0.34.0-rc.1` -> `v0.34.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.34.0-rc.1/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | `v0.34.0-rc.1` -> `v0.34.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.34.0-rc.1/v0.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
kubernetes/api (k8s.io/api) ### [`v0.34.0`](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.2...v0.34.0) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.2...v0.34.0) ### [`v0.34.0-rc.2`](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.1...v0.34.0-rc.2) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.1...v0.34.0-rc.2)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.34.0`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.2...v0.34.0) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.2...v0.34.0) ### [`v0.34.0-rc.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.1...v0.34.0-rc.2) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.1...v0.34.0-rc.2)
kubernetes/client-go (k8s.io/client-go) ### [`v0.34.0`](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.2...v0.34.0) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.2...v0.34.0) ### [`v0.34.0-rc.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.1...v0.34.0-rc.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.1...v0.34.0-rc.2)
--- ### 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 these updates 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 | 6 +++--- clustertool/go.sum | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 210adeaa34e..668d6142f13 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -23,9 +23,9 @@ require ( golang.org/x/crypto v0.41.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.18.6 - k8s.io/api v0.34.0-rc.1 - k8s.io/apimachinery v0.34.0-rc.1 - k8s.io/client-go v0.34.0-rc.1 + k8s.io/api v0.34.0 + k8s.io/apimachinery v0.34.0 + k8s.io/client-go v0.34.0 sigs.k8s.io/controller-runtime v0.21.0 sigs.k8s.io/kustomize/api v0.20.1 sigs.k8s.io/kustomize/kyaml v0.20.1 diff --git a/clustertool/go.sum b/clustertool/go.sum index 0dc940449f7..7d7866c5480 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -967,6 +967,8 @@ k8s.io/api v0.34.0-beta.0 h1:Yok13a6+0GTJYv56+lSNlgRjF46TLUVv+gaijkLdkB4= k8s.io/api v0.34.0-beta.0/go.mod h1:OOkMaR1spg7vtjCCQSdxgiRD0Bbp2pcTCBxJtEEb4Pk= k8s.io/api v0.34.0-rc.1 h1:S4iMsAUFx9YBgUqBCrD2N9JrL2m85JdRVtfwVi4O3t4= k8s.io/api v0.34.0-rc.1/go.mod h1:bntA2P5s25PXa3bIe29bG45qv3JvSJkfyf1MYMV0V1c= +k8s.io/api v0.34.0 h1:L+JtP2wDbEYPUeNGbeSa/5GwFtIA662EmT2YSLOkAVE= +k8s.io/api v0.34.0/go.mod h1:YzgkIzOOlhl9uwWCZNqpw6RJy9L2FK4dlJeayUoydug= k8s.io/apiextensions-apiserver v0.33.2 h1:6gnkIbngnaUflR3XwE1mCefN3YS8yTD631JXQhsU6M8= k8s.io/apiextensions-apiserver v0.33.2/go.mod h1:IvVanieYsEHJImTKXGP6XCOjTwv2LUMos0YWc9O+QP8= k8s.io/apiextensions-apiserver v0.33.3 h1:qmOcAHN6DjfD0v9kxL5udB27SRP6SG/MTopmge3MwEs= @@ -977,6 +979,8 @@ k8s.io/apimachinery v0.34.0-beta.0 h1:C6teSJBCx6ArW7122MM9hQqeGW2w/QQ0lB4x4Z4Ift k8s.io/apimachinery v0.34.0-beta.0/go.mod h1:TP8uyOuDEOnzGpLOdffo8hPnIjVDljZCxCM/fruV+5M= k8s.io/apimachinery v0.34.0-rc.1 h1:2GL0UZ8BHpUoCFI2jaqoyTMvH9/upz7jfsRBnlHIzVM= k8s.io/apimachinery v0.34.0-rc.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw= +k8s.io/apimachinery v0.34.0 h1:eR1WO5fo0HyoQZt1wdISpFDffnWOvFLOOeJ7MgIv4z0= +k8s.io/apimachinery v0.34.0/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw= k8s.io/apiserver v0.33.2 h1:KGTRbxn2wJagJowo29kKBp4TchpO1DRO3g+dB/KOJN4= k8s.io/apiserver v0.33.2/go.mod h1:9qday04wEAMLPWWo9AwqCZSiIn3OYSZacDyu/AcoM/M= k8s.io/apiserver v0.33.3 h1:Wv0hGc+QFdMJB4ZSiHrCgN3zL3QRatu56+rpccKC3J4= @@ -991,6 +995,8 @@ k8s.io/client-go v0.34.0-beta.0 h1:snyuzY74xHIp7qxMYul8QRn1WxPNhs281srSl2CX9nY= k8s.io/client-go v0.34.0-beta.0/go.mod h1:KNxQTmxlWq7adFeedQLu+qVkIBTZqhghesFk41YWyBQ= k8s.io/client-go v0.34.0-rc.1 h1:xrjjcJOOgyXrDkxHvEPRH2rFYF6CmMOZCMFV24UYUv8= k8s.io/client-go v0.34.0-rc.1/go.mod h1:A1rEDyNrSFIXQ1T9pAmIGLujjUlv/CrXYAApVf4Nl1w= +k8s.io/client-go v0.34.0 h1:YoWv5r7bsBfb0Hs2jh8SOvFbKzzxyNo0nSb0zC19KZo= +k8s.io/client-go v0.34.0/go.mod h1:ozgMnEKXkRjeMvBZdV1AijMHLTh3pbACPvK7zFR+QQY= k8s.io/component-base v0.33.2 h1:sCCsn9s/dG3ZrQTX/Us0/Sx2R0G5kwa0wbZFYoVp/+0= k8s.io/component-base v0.33.2/go.mod h1:/41uw9wKzuelhN+u+/C59ixxf4tYQKW7p32ddkYNe2k= k8s.io/component-base v0.33.3 h1:mlAuyJqyPlKZM7FyaoM/LcunZaaY353RXiOd2+B5tGA=