From 4a33294d16fb277c0766c671946d32a3f55dd1ab Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 18 May 2025 15:03:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20kubernetes=20packages=20v?= =?UTF-8?q?0.33.0=20=E2=86=92=20v0.33.1=20(clustertool)=20(patch)=20(#3539?= =?UTF-8?q?8)?= 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 | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | require | patch | `v0.33.0` -> `v0.33.1` | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | patch | `v0.33.0` -> `v0.33.1` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | require | patch | `v0.33.0` -> `v0.33.1` | --- ### Release Notes
kubernetes/api (k8s.io/api) ### [`v0.33.1`](https://redirect.github.com/kubernetes/api/compare/v0.33.0...v0.33.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.33.0...v0.33.1)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.33.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1)
kubernetes/client-go (k8s.io/client-go) ### [`v0.33.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1)
--- ### 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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index ef140a6b62f..39ef3c53344 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -25,9 +25,9 @@ require ( golang.org/x/crypto v0.38.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.17.3 - k8s.io/api v0.33.0 - k8s.io/apimachinery v0.33.0 - k8s.io/client-go v0.33.0 + k8s.io/api v0.33.1 + k8s.io/apimachinery v0.33.1 + k8s.io/client-go v0.33.1 sigs.k8s.io/controller-runtime v0.20.3 sigs.k8s.io/kustomize/api v0.19.0 sigs.k8s.io/kustomize/kyaml v0.19.0