fix(deps): update kubernetes packages to v0.31.0 #145

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/kubernetes-go into main 2024-08-13 18:25:46 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-08-13 16:54:18 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

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

Release Notes

kubernetes/api (k8s.io/api)

v0.31.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.0

Compare Source

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

v0.31.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 becomes conflicted, 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.30.3` -> `v0.31.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | require | minor | `v0.30.3` -> `v0.31.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | require | minor | `v0.30.3` -> `v0.31.0` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.31.0`](https://github.com/kubernetes/api/compare/v0.30.3...v0.31.0) [Compare Source](https://github.com/kubernetes/api/compare/v0.30.3...v0.31.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.31.0`](https://github.com/kubernetes/apimachinery/compare/v0.30.3...v0.31.0) [Compare Source](https://github.com/kubernetes/apimachinery/compare/v0.30.3...v0.31.0) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.31.0`](https://github.com/kubernetes/client-go/compare/v0.30.3...v0.31.0) [Compare Source](https://github.com/kubernetes/client-go/compare/v0.30.3...v0.31.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNS40IiwidXBkYXRlZEluVmVyIjoiMzguMjUuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-08-13 16:54:18 +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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/net v0.23.0 -> v0.26.0
golang.org/x/oauth2 v0.10.0 -> v0.21.0
golang.org/x/sys v0.18.0 -> v0.21.0
golang.org/x/term v0.18.0 -> v0.21.0
golang.org/x/text v0.14.0 -> v0.16.0
google.golang.org/protobuf v1.33.0 -> v1.34.2
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240711033017-18e509b52bc8
sigs.k8s.io/yaml v1.3.0 -> v1.4.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): - 14 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------ | :--------------------------------------------------------------------------- | | `github.com/davecgh/go-spew` | `v1.1.1` -> `v1.1.2-0.20180830191138-d8f796af33cc` | | `github.com/go-logr/logr` | `v1.4.1` -> `v1.4.2` | | `github.com/go-openapi/swag` | `v0.22.3` -> `v0.22.4` | | `github.com/google/uuid` | `v1.3.0` -> `v1.6.0` | | `github.com/pmezard/go-difflib` | `v1.0.0` -> `v1.0.1-0.20181226105442-5d4384ee4fb2` | | `golang.org/x/net` | `v0.23.0` -> `v0.26.0` | | `golang.org/x/oauth2` | `v0.10.0` -> `v0.21.0` | | `golang.org/x/sys` | `v0.18.0` -> `v0.21.0` | | `golang.org/x/term` | `v0.18.0` -> `v0.21.0` | | `golang.org/x/text` | `v0.14.0` -> `v0.16.0` | | `google.golang.org/protobuf` | `v1.33.0` -> `v1.34.2` | | `k8s.io/klog/v2` | `v2.120.1` -> `v2.130.1` | | `k8s.io/utils` | `v0.0.0-20230726121419-3b25d923346b` -> `v0.0.0-20240711033017-18e509b52bc8` | | `sigs.k8s.io/yaml` | `v1.3.0` -> `v1.4.0` |
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-08-13 16:54:20 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle commented 2024-08-13 18:25:27 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 05c98c9a - 1 commit from branch main
  • 21c4eea5 - fix(deps): update kubernetes packages to v0.31.0

Compare with previous version

added 2 commits <ul><li>05c98c9a - 1 commit from branch <code>main</code></li><li>21c4eea5 - fix(deps): update kubernetes packages to v0.31.0</li></ul> [Compare with previous version](/unboundsoftware/gitlab-cleanup-handler/-/merge_requests/141/diffs?diff_id=1091366154&start_sha=31e5e3899f961f2fc031b78282229ce2197c161b)
argoyle (Migrated from gitlab.com) merged commit into main 2024-08-13 18:25:46 +00:00
Sign in to join this conversation.