lyft / clutch

Extensible platform for infrastructure management
https://clutch.sh
Apache License 2.0
1.67k stars 116 forks source link

housekeeping: Update kubernetes packages to v0.31.0 #3088

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
k8s.io/api v0.30.1 -> v0.31.0 age adoption passing confidence
k8s.io/apimachinery v0.30.1 -> v0.31.0 age adoption passing confidence
k8s.io/client-go v0.30.1 -> v0.31.0 age adoption passing confidence
k8s.io/metrics v0.30.1 -> v0.31.0 age adoption passing confidence

Release Notes

kubernetes/api (k8s.io/api) ### [`v0.31.0`](https://togithub.com/kubernetes/api/compare/v0.30.3...v0.31.0) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.4...v0.31.0) ### [`v0.30.4`](https://togithub.com/kubernetes/api/compare/v0.30.3...v0.30.4) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.3...v0.30.4) ### [`v0.30.3`](https://togithub.com/kubernetes/api/compare/v0.30.2...v0.30.3) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.2...v0.30.3) ### [`v0.30.2`](https://togithub.com/kubernetes/api/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.1...v0.30.2)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.31.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.3...v0.31.0) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.4...v0.31.0) ### [`v0.30.4`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.3...v0.30.4) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.3...v0.30.4) ### [`v0.30.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.2...v0.30.3) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.2...v0.30.3) ### [`v0.30.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2)
kubernetes/client-go (k8s.io/client-go) ### [`v0.31.0`](https://togithub.com/kubernetes/client-go/compare/v0.30.3...v0.31.0) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.4...v0.31.0) ### [`v0.30.4`](https://togithub.com/kubernetes/client-go/compare/v0.30.3...v0.30.4) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.3...v0.30.4) ### [`v0.30.3`](https://togithub.com/kubernetes/client-go/compare/v0.30.2...v0.30.3) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.2...v0.30.3) ### [`v0.30.2`](https://togithub.com/kubernetes/client-go/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.1...v0.30.2)
kubernetes/metrics (k8s.io/metrics) ### [`v0.31.0`](https://togithub.com/kubernetes/metrics/compare/v0.30.4...v0.31.0) [Compare Source](https://togithub.com/kubernetes/metrics/compare/v0.30.4...v0.31.0) ### [`v0.30.4`](https://togithub.com/kubernetes/metrics/compare/v0.30.3...v0.30.4) [Compare Source](https://togithub.com/kubernetes/metrics/compare/v0.30.3...v0.30.4) ### [`v0.30.3`](https://togithub.com/kubernetes/metrics/compare/v0.30.2...v0.30.3) [Compare Source](https://togithub.com/kubernetes/metrics/compare/v0.30.2...v0.30.3) ### [`v0.30.2`](https://togithub.com/kubernetes/metrics/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/metrics/compare/v0.30.1...v0.30.2)

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: backend/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):

Details:

Package Change
golang.org/x/net v0.24.0 -> v0.26.0
golang.org/x/oauth2 v0.17.0 -> v0.21.0
golang.org/x/sync v0.6.0 -> v0.7.0
google.golang.org/protobuf v1.33.0 -> v1.34.2
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/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/crypto v0.22.0 -> v0.24.0
golang.org/x/mod v0.15.0 -> v0.17.0
golang.org/x/sys v0.19.0 -> v0.21.0
golang.org/x/term v0.19.0 -> v0.21.0
golang.org/x/text v0.14.0 -> v0.16.0
golang.org/x/tools v0.18.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
k8s.io/klog/v2 v2.120.1 -> v2.130.1
sigs.k8s.io/yaml v1.3.0 -> v1.4.0
github-actions[bot] commented 3 weeks ago

This PR has been marked as stale after 7 or more days of inactivity. Please have a maintainer add the on hold label if this PR should remain open. If there is no further activity or the on hold label is not added, this PR will be closed in 3 days.

renovate[bot] commented 2 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.31.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.