Skip to content

Commit 03e27da

Browse files
authored
fix(deps): Update kubernetes packages to v0.25.2 (#2176)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://togithub.com/kubernetes/api) | require | minor | `v0.24.3` -> `v0.25.2` | | [k8s.io/apimachinery](https://togithub.com/kubernetes/apimachinery) | require | patch | `v0.25.1` -> `v0.25.2` | | [k8s.io/client-go](https://togithub.com/kubernetes/client-go) | require | minor | `v0.24.3` -> `v0.25.2` | --- ### Release Notes <details> <summary>kubernetes/api</summary> ### [`v0.25.2`](https://togithub.com/kubernetes/api/compare/v0.25.1...v0.25.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.25.1...v0.25.2) ### [`v0.25.1`](https://togithub.com/kubernetes/api/compare/v0.25.0...v0.25.1) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.25.0...v0.25.1) ### [`v0.25.0`](https://togithub.com/kubernetes/api/compare/v0.24.6...v0.25.0) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.24.6...v0.25.0) ### [`v0.24.6`](https://togithub.com/kubernetes/api/compare/v0.24.5...v0.24.6) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.24.5...v0.24.6) ### [`v0.24.5`](https://togithub.com/kubernetes/api/compare/v0.24.4...v0.24.5) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.24.4...v0.24.5) ### [`v0.24.4`](https://togithub.com/kubernetes/api/compare/v0.24.3...v0.24.4) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.24.3...v0.24.4) </details> <details> <summary>kubernetes/apimachinery</summary> ### [`v0.25.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.25.1...v0.25.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.25.1...v0.25.2) </details> <details> <summary>kubernetes/client-go</summary> ### [`v0.25.2`](https://togithub.com/kubernetes/client-go/compare/v0.25.1...v0.25.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.25.1...v0.25.2) ### [`v0.25.1`](https://togithub.com/kubernetes/client-go/compare/v0.25.0...v0.25.1) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.25.0...v0.25.1) ### [`v0.25.0`](https://togithub.com/kubernetes/client-go/compare/v0.24.6...v0.25.0) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.24.6...v0.25.0) ### [`v0.24.6`](https://togithub.com/kubernetes/client-go/compare/v0.24.5...v0.24.6) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.24.5...v0.24.6) ### [`v0.24.5`](https://togithub.com/kubernetes/client-go/compare/v0.24.4...v0.24.5) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.24.4...v0.24.5) ### [`v0.24.4`](https://togithub.com/kubernetes/client-go/compare/v0.24.3...v0.24.4) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.24.3...v0.24.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODUuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE4NS4zIn0=-->
1 parent e2b5c23 commit 03e27da

File tree

2 files changed

+58
-90
lines changed

2 files changed

+58
-90
lines changed

plugins/source/k8s/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,23 @@ require (
99
github.com/iancoleman/strcase v0.2.0
1010
github.com/rs/zerolog v1.28.0
1111
github.com/thoas/go-funk v0.9.2
12-
k8s.io/api v0.24.3
13-
k8s.io/apimachinery v0.25.1
14-
k8s.io/client-go v0.24.3
12+
k8s.io/api v0.25.2
13+
k8s.io/apimachinery v0.25.2
14+
k8s.io/client-go v0.25.2
1515
)
1616

1717
require (
18-
cloud.google.com/go v0.88.0 // indirect
18+
cloud.google.com/go v0.97.0 // indirect
1919
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
20-
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
21-
github.com/Azure/go-autorest/autorest/adal v0.9.14 // indirect
20+
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
21+
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
2222
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
2323
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2424
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
2525
github.com/PuerkitoBio/purell v1.1.1 // indirect
2626
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
29-
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
3029
github.com/getsentry/sentry-go v0.13.0 // indirect
3130
github.com/ghodss/yaml v1.0.0 // indirect
3231
github.com/go-logr/logr v1.2.3 // indirect
@@ -35,6 +34,7 @@ require (
3534
github.com/go-openapi/swag v0.19.14 // indirect
3635
github.com/gofrs/uuid v4.3.0+incompatible // indirect
3736
github.com/gogo/protobuf v1.3.2 // indirect
37+
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
3838
github.com/golang/protobuf v1.5.2 // indirect
3939
github.com/google/gnostic v0.5.7-v3refs // indirect
4040
github.com/google/gofuzz v1.1.0 // indirect

0 commit comments

Comments
 (0)