fix(deps): update kubernetes packages v0.32.4 → v0.33.0 (clustertool) (minor) (#34715)
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 <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`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) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`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) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`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) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user