fix(deps): update kubernetes packages to v0.32.0 #202

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/kubernetes-go into main 2024-12-12 08:07:15 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-12-11 23:55:25 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

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

Release Notes

kubernetes/api (k8s.io/api)

v0.32.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.0

Compare Source

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

v0.32.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.31.4` -> `v0.32.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | require | minor | `v0.31.4` -> `v0.32.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | require | minor | `v0.31.4` -> `v0.32.0` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.32.0`](https://github.com/kubernetes/api/compare/v0.31.4...v0.32.0) [Compare Source](https://github.com/kubernetes/api/compare/v0.31.4...v0.32.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.32.0`](https://github.com/kubernetes/apimachinery/compare/v0.31.4...v0.32.0) [Compare Source](https://github.com/kubernetes/apimachinery/compare/v0.31.4...v0.32.0) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.32.0`](https://github.com/kubernetes/client-go/compare/v0.31.4...v0.32.0) [Compare Source](https://github.com/kubernetes/client-go/compare/v0.31.4...v0.32.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:eyJjcmVhdGVkSW5WZXIiOiIzOS42Mi4xIiwidXBkYXRlZEluVmVyIjoiMzkuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-12-11 23:55:26 +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):

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

Details:

Package Change
go 1.22.0 -> 1.23.0
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
golang.org/x/net v0.26.0 -> v0.30.0
golang.org/x/oauth2 v0.21.0 -> v0.23.0
golang.org/x/sys v0.21.0 -> v0.26.0
golang.org/x/term v0.21.0 -> v0.25.0
golang.org/x/text v0.16.0 -> v0.19.0
golang.org/x/time v0.3.0 -> v0.7.0
google.golang.org/protobuf v1.34.2 -> v1.35.1
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2
### ℹ 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): - 13 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------------- | :--------------------------------------------------------------------------- | | `go` | `1.22.0` -> `1.23.0` | | `github.com/go-openapi/jsonpointer` | `v0.19.6` -> `v0.21.0` | | `github.com/go-openapi/swag` | `v0.22.4` -> `v0.23.0` | | `golang.org/x/net` | `v0.26.0` -> `v0.30.0` | | `golang.org/x/oauth2` | `v0.21.0` -> `v0.23.0` | | `golang.org/x/sys` | `v0.21.0` -> `v0.26.0` | | `golang.org/x/term` | `v0.21.0` -> `v0.25.0` | | `golang.org/x/text` | `v0.16.0` -> `v0.19.0` | | `golang.org/x/time` | `v0.3.0` -> `v0.7.0` | | `google.golang.org/protobuf` | `v1.34.2` -> `v1.35.1` | | `k8s.io/kube-openapi` | `v0.0.0-20240228011516-70dd3763d340` -> `v0.0.0-20241105132330-32ad38e42d3f` | | `k8s.io/utils` | `v0.0.0-20240711033017-18e509b52bc8` -> `v0.0.0-20241104100929-3ea5e8cea738` | | `sigs.k8s.io/json` | `v0.0.0-20221116044647-bc3834ca7abd` -> `v0.0.0-20241010143419-9aa6b5e7a4b3` | | `sigs.k8s.io/structured-merge-diff/v4` | `v4.4.1` -> `v4.4.2` |
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-12-11 23:55:28 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle (Migrated from gitlab.com) merged commit into main 2024-12-12 08:07:15 +00:00
Sign in to join this conversation.