fix(deps): update kubernetes packages v0.34.0-rc.1 → v0.34.0 (clustertool) (patch) (#38682)

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

<details>
<summary>kubernetes/api (k8s.io/api)</summary>

###
[`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)

</details>

<details>
<summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary>

###
[`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)

</details>

<details>
<summary>kubernetes/client-go (k8s.io/client-go)</summary>

###
[`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)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuODIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2025-08-29 20:42:37 +00:00
committed by GitHub
parent 3b99a45c5f
commit 4eda3e2b9a
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -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