From 782584c76d3bcd87f13f6520c7bbba8f2325109b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 24 Apr 2025 08:08:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20kubernetes=20packages=20v?= =?UTF-8?q?0.32.4=20=E2=86=92=20v0.33.0=20(clustertool)=20(minor)=20(#3471?= =?UTF-8?q?5)?= 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 | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | require | minor | `v0.32.4` -> `v0.33.0` | --- ### Release Notes
kubernetes/api (k8s.io/api) ### [`v0.33.0`](https://redirect.github.com/kubernetes/api/compare/v0.32.4...v0.33.0) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.32.4...v0.33.0)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.33.0`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0)
kubernetes/client-go (k8s.io/client-go) ### [`v0.33.0`](https://redirect.github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0)
--- ### 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 068d8de9026..895bf916f62 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -25,9 +25,9 @@ require ( golang.org/x/crypto v0.37.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.17.3 - k8s.io/api v0.32.4 - k8s.io/apimachinery v0.32.4 - k8s.io/client-go v0.32.4 + k8s.io/api v0.33.0 + k8s.io/apimachinery v0.33.0 + k8s.io/client-go v0.33.0 sigs.k8s.io/controller-runtime v0.20.3 sigs.k8s.io/kustomize/api v0.19.0 sigs.k8s.io/kustomize/kyaml v0.19.0