fix(deps): update kubernetes packages to v0.33.0 #151

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/kubernetes-go into master 2025-04-24 06:30:06 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 22:06:23 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
k8s.io/api require minor v0.32.4 -> v0.33.0
k8s.io/apimachinery require minor v0.32.4 -> v0.33.0
k8s.io/client-go require minor v0.32.4 -> v0.33.0

Release Notes

kubernetes/api (k8s.io/api)

v0.33.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.0

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.33.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://github.com/kubernetes/api) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | require | minor | `v0.32.4` -> `v0.33.0` | | [k8s.io/client-go](https://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://github.com/kubernetes/api/compare/v0.32.4...v0.33.0) [Compare Source](https://github.com/kubernetes/api/compare/v0.32.4...v0.33.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.33.0`](https://github.com/kubernetes/apimachinery/compare/v0.32.4...v0.33.0) [Compare Source](https://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://github.com/kubernetes/client-go/compare/v0.32.4...v0.33.0) [Compare Source](https://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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 22:06:25 +00:00 (Migrated from gitlab.com)

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.6 -> 1.24.0
github.com/google/gnostic-models v0.6.8 -> v0.6.9
golang.org/x/net v0.30.0 -> v0.38.0
golang.org/x/oauth2 v0.23.0 -> v0.27.0
golang.org/x/sys v0.26.0 -> v0.31.0
golang.org/x/term v0.25.0 -> v0.30.0
golang.org/x/text v0.19.0 -> v0.23.0
golang.org/x/time v0.7.0 -> v0.9.0
google.golang.org/protobuf v1.35.1 -> v1.36.5
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f -> v0.0.0-20250318190949-c8a335a9a2ff
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 -> v4.6.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 10 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------------- | :--------------------------------------------------------------------------- | | `go` | `1.23.6` -> `1.24.0` | | `github.com/google/gnostic-models` | `v0.6.8` -> `v0.6.9` | | `golang.org/x/net` | `v0.30.0` -> `v0.38.0` | | `golang.org/x/oauth2` | `v0.23.0` -> `v0.27.0` | | `golang.org/x/sys` | `v0.26.0` -> `v0.31.0` | | `golang.org/x/term` | `v0.25.0` -> `v0.30.0` | | `golang.org/x/text` | `v0.19.0` -> `v0.23.0` | | `golang.org/x/time` | `v0.7.0` -> `v0.9.0` | | `google.golang.org/protobuf` | `v1.35.1` -> `v1.36.5` | | `k8s.io/kube-openapi` | `v0.0.0-20241105132330-32ad38e42d3f` -> `v0.0.0-20250318190949-c8a335a9a2ff` | | `sigs.k8s.io/structured-merge-diff/v4` | `v4.4.2` -> `v4.6.0` |
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-23 22:06:27 +00:00 (Migrated from gitlab.com)

mentioned in issue #3

mentioned in issue #3
argoyle (Migrated from gitlab.com) merged commit into master 2025-04-24 06:30:07 +00:00
Sign in to join this conversation.