fix(deps): update kubernetes packages v0.34.0-beta.0 → v0.34.0-rc.1 (clustertool) (patch) (#38201)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | `v0.34.0-beta.0` -> `v0.34.0-rc.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | `v0.34.0-beta.0` -> `v0.34.0-rc.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | `v0.34.0-beta.0` -> `v0.34.0-rc.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.34.0-rc.1`](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.0...v0.34.0-rc.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.0...v0.34.0-rc.1) ### [`v0.34.0-rc.0`](https://redirect.github.com/kubernetes/api/compare/v0.34.0-beta.0...v0.34.0-rc.0) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.34.0-beta.0...v0.34.0-rc.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.34.0-rc.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.0...v0.34.0-rc.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.0...v0.34.0-rc.1) ### [`v0.34.0-rc.0`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-beta.0...v0.34.0-rc.0) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-beta.0...v0.34.0-rc.0) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.34.0-rc.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.0...v0.34.0-rc.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.0...v0.34.0-rc.1) ### [`v0.34.0-rc.0`](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-beta.0...v0.34.0-rc.0) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-beta.0...v0.34.0-rc.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
+5
-5
@@ -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.4
|
||||
k8s.io/api v0.34.0-beta.0
|
||||
k8s.io/apimachinery v0.34.0-beta.0
|
||||
k8s.io/client-go v0.34.0-beta.0
|
||||
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
|
||||
sigs.k8s.io/controller-runtime v0.21.0
|
||||
sigs.k8s.io/kustomize/api v0.20.1
|
||||
sigs.k8s.io/kustomize/kyaml v0.20.1
|
||||
@@ -117,7 +117,7 @@ require (
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
|
||||
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
||||
github.com/gertd/go-pluralize v0.2.1 // indirect
|
||||
github.com/getsops/gopgagent v0.0.0-20241224165529-7044f28e491e // indirect
|
||||
@@ -287,5 +287,5 @@ require (
|
||||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
||||
sigs.k8s.io/randfill v1.0.0 // indirect
|
||||
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
|
||||
sigs.k8s.io/structured-merge-diff/v6 v6.2.0 // indirect
|
||||
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user