Skip to content

Commit 4939559

Browse files
chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 (#979)
* chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.26.0...v0.26.1) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update schemas following client-go update Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xav Paice <[email protected]>
1 parent 533d291 commit 4939559

8 files changed

+93
-33
lines changed

config/crds/troubleshoot.sh_collectors.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,9 @@ spec:
24242424
- name
24252425
type: object
24262426
type: array
2427-
x-kubernetes-list-type: set
2427+
x-kubernetes-list-map-keys:
2428+
- name
2429+
x-kubernetes-list-type: map
24282430
limits:
24292431
additionalProperties:
24302432
anyOf:
@@ -3887,7 +3889,9 @@ spec:
38873889
- name
38883890
type: object
38893891
type: array
3890-
x-kubernetes-list-type: set
3892+
x-kubernetes-list-map-keys:
3893+
- name
3894+
x-kubernetes-list-type: map
38913895
limits:
38923896
additionalProperties:
38933897
anyOf:
@@ -5385,7 +5389,9 @@ spec:
53855389
- name
53865390
type: object
53875391
type: array
5388-
x-kubernetes-list-type: set
5392+
x-kubernetes-list-map-keys:
5393+
- name
5394+
x-kubernetes-list-type: map
53895395
limits:
53905396
additionalProperties:
53915397
anyOf:
@@ -7307,7 +7313,9 @@ spec:
73077313
- name
73087314
type: object
73097315
type: array
7310-
x-kubernetes-list-type: set
7316+
x-kubernetes-list-map-keys:
7317+
- name
7318+
x-kubernetes-list-type: map
73117319
limits:
73127320
additionalProperties:
73137321
anyOf:

config/crds/troubleshoot.sh_preflights.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,9 @@ spec:
38163816
- name
38173817
type: object
38183818
type: array
3819-
x-kubernetes-list-type: set
3819+
x-kubernetes-list-map-keys:
3820+
- name
3821+
x-kubernetes-list-type: map
38203822
limits:
38213823
additionalProperties:
38223824
anyOf:
@@ -5279,7 +5281,9 @@ spec:
52795281
- name
52805282
type: object
52815283
type: array
5282-
x-kubernetes-list-type: set
5284+
x-kubernetes-list-map-keys:
5285+
- name
5286+
x-kubernetes-list-type: map
52835287
limits:
52845288
additionalProperties:
52855289
anyOf:
@@ -6777,7 +6781,9 @@ spec:
67776781
- name
67786782
type: object
67796783
type: array
6780-
x-kubernetes-list-type: set
6784+
x-kubernetes-list-map-keys:
6785+
- name
6786+
x-kubernetes-list-type: map
67816787
limits:
67826788
additionalProperties:
67836789
anyOf:
@@ -8699,7 +8705,9 @@ spec:
86998705
- name
87008706
type: object
87018707
type: array
8702-
x-kubernetes-list-type: set
8708+
x-kubernetes-list-map-keys:
8709+
- name
8710+
x-kubernetes-list-type: map
87038711
limits:
87048712
additionalProperties:
87058713
anyOf:

config/crds/troubleshoot.sh_supportbundles.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3847,7 +3847,9 @@ spec:
38473847
- name
38483848
type: object
38493849
type: array
3850-
x-kubernetes-list-type: set
3850+
x-kubernetes-list-map-keys:
3851+
- name
3852+
x-kubernetes-list-type: map
38513853
limits:
38523854
additionalProperties:
38533855
anyOf:
@@ -5310,7 +5312,9 @@ spec:
53105312
- name
53115313
type: object
53125314
type: array
5313-
x-kubernetes-list-type: set
5315+
x-kubernetes-list-map-keys:
5316+
- name
5317+
x-kubernetes-list-type: map
53145318
limits:
53155319
additionalProperties:
53165320
anyOf:
@@ -6808,7 +6812,9 @@ spec:
68086812
- name
68096813
type: object
68106814
type: array
6811-
x-kubernetes-list-type: set
6815+
x-kubernetes-list-map-keys:
6816+
- name
6817+
x-kubernetes-list-type: map
68126818
limits:
68136819
additionalProperties:
68146820
anyOf:
@@ -8730,7 +8736,9 @@ spec:
87308736
- name
87318737
type: object
87328738
type: array
8733-
x-kubernetes-list-type: set
8739+
x-kubernetes-list-map-keys:
8740+
- name
8741+
x-kubernetes-list-type: map
87348742
limits:
87358743
additionalProperties:
87368744
anyOf:

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ require (
3636
github.com/tj/go-spin v1.1.0
3737
golang.org/x/sync v0.1.0
3838
gopkg.in/yaml.v2 v2.4.0
39-
k8s.io/api v0.26.0
39+
k8s.io/api v0.26.1
4040
k8s.io/apiextensions-apiserver v0.26.0
41-
k8s.io/apimachinery v0.26.0
41+
k8s.io/apimachinery v0.26.1
4242
k8s.io/apiserver v0.26.0
4343
k8s.io/cli-runtime v0.26.0
44-
k8s.io/client-go v0.26.0
44+
k8s.io/client-go v0.26.1
4545
k8s.io/klog/v2 v2.80.1
4646
oras.land/oras-go v1.2.2
4747
sigs.k8s.io/controller-runtime v0.14.1

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,15 +1710,15 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
17101710
k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo=
17111711
k8s.io/api v0.20.4/go.mod h1:++lNL1AJMkDymriNniQsWRkMDzRaX2Y/POTUi8yvqYQ=
17121712
k8s.io/api v0.20.6/go.mod h1:X9e8Qag6JV/bL5G6bU8sdVRltWKmdHsFUGS3eVndqE8=
1713-
k8s.io/api v0.26.0 h1:IpPlZnxBpV1xl7TGk/X6lFtpgjgntCg8PJ+qrPHAC7I=
1714-
k8s.io/api v0.26.0/go.mod h1:k6HDTaIFC8yn1i6pSClSqIwLABIcLV9l5Q4EcngKnQg=
1713+
k8s.io/api v0.26.1 h1:f+SWYiPd/GsiWwVRz+NbFyCgvv75Pk9NK6dlkZgpCRQ=
1714+
k8s.io/api v0.26.1/go.mod h1:xd/GBNgR0f707+ATNyPmQ1oyKSgndzXij81FzWGsejg=
17151715
k8s.io/apiextensions-apiserver v0.26.0 h1:Gy93Xo1eg2ZIkNX/8vy5xviVSxwQulsnUdQ00nEdpDo=
17161716
k8s.io/apiextensions-apiserver v0.26.0/go.mod h1:7ez0LTiyW5nq3vADtK6C3kMESxadD51Bh6uz3JOlqWQ=
17171717
k8s.io/apimachinery v0.20.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
17181718
k8s.io/apimachinery v0.20.4/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
17191719
k8s.io/apimachinery v0.20.6/go.mod h1:ejZXtW1Ra6V1O5H8xPBGz+T3+4gfkTCeExAHKU57MAc=
1720-
k8s.io/apimachinery v0.26.0 h1:1feANjElT7MvPqp0JT6F3Ss6TWDwmcjLypwoPpEf7zg=
1721-
k8s.io/apimachinery v0.26.0/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74=
1720+
k8s.io/apimachinery v0.26.1 h1:8EZ/eGJL+hY/MYCNwhmDzVqq2lPl3N3Bo8rvweJwXUQ=
1721+
k8s.io/apimachinery v0.26.1/go.mod h1:tnPmbONNJ7ByJNz9+n9kMjNP8ON+1qoAIIC70lztu74=
17221722
k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU=
17231723
k8s.io/apiserver v0.20.4/go.mod h1:Mc80thBKOyy7tbvFtB4kJv1kbdD0eIH8k8vianJcbFM=
17241724
k8s.io/apiserver v0.20.6/go.mod h1:QIJXNt6i6JB+0YQRNcS0hdRHJlMhflFmsBDeSgT1r8Q=
@@ -1729,8 +1729,8 @@ k8s.io/cli-runtime v0.26.0/go.mod h1:o+4KmwHzO/UK0wepE1qpRk6l3o60/txUZ1fEXWGIKTY
17291729
k8s.io/client-go v0.20.1/go.mod h1:/zcHdt1TeWSd5HoUe6elJmHSQ6uLLgp4bIJHVEuy+/Y=
17301730
k8s.io/client-go v0.20.4/go.mod h1:LiMv25ND1gLUdBeYxBIwKpkSC5IsozMMmOOeSJboP+k=
17311731
k8s.io/client-go v0.20.6/go.mod h1:nNQMnOvEUEsOzRRFIIkdmYOjAZrC8bgq0ExboWSU1I0=
1732-
k8s.io/client-go v0.26.0 h1:lT1D3OfO+wIi9UFolCrifbjUUgu7CpLca0AD8ghRLI8=
1733-
k8s.io/client-go v0.26.0/go.mod h1:I2Sh57A79EQsDmn7F7ASpmru1cceh3ocVT9KlX2jEZg=
1732+
k8s.io/client-go v0.26.1 h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=
1733+
k8s.io/client-go v0.26.1/go.mod h1:IWNSglg+rQ3OcvDkhY6+QLeasV4OYHDjdqeWkDQZwGE=
17341734
k8s.io/code-generator v0.19.7/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0=
17351735
k8s.io/component-base v0.20.1/go.mod h1:guxkoJnNoh8LNrbtiQOlyp2Y2XFCZQmrcg2n/DeYNLk=
17361736
k8s.io/component-base v0.20.4/go.mod h1:t4p9EdiagbVCJKrQ1RsA5/V4rFQNDfRlevJajlGwgjI=

schemas/collector-troubleshoot-v1beta2.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,10 @@
22252225
}
22262226
}
22272227
},
2228-
"x-kubernetes-list-type": "set"
2228+
"x-kubernetes-list-map-keys": [
2229+
"name"
2230+
],
2231+
"x-kubernetes-list-type": "map"
22292232
},
22302233
"limits": {
22312234
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -3412,7 +3415,10 @@
34123415
}
34133416
}
34143417
},
3415-
"x-kubernetes-list-type": "set"
3418+
"x-kubernetes-list-map-keys": [
3419+
"name"
3420+
],
3421+
"x-kubernetes-list-type": "map"
34163422
},
34173423
"limits": {
34183424
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -4613,7 +4619,10 @@
46134619
}
46144620
}
46154621
},
4616-
"x-kubernetes-list-type": "set"
4622+
"x-kubernetes-list-map-keys": [
4623+
"name"
4624+
],
4625+
"x-kubernetes-list-type": "map"
46174626
},
46184627
"limits": {
46194628
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -5859,7 +5868,10 @@
58595868
}
58605869
}
58615870
},
5862-
"x-kubernetes-list-type": "set"
5871+
"x-kubernetes-list-map-keys": [
5872+
"name"
5873+
],
5874+
"x-kubernetes-list-type": "map"
58635875
},
58645876
"limits": {
58655877
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",

schemas/preflight-troubleshoot-v1beta2.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4369,7 +4369,10 @@
43694369
}
43704370
}
43714371
},
4372-
"x-kubernetes-list-type": "set"
4372+
"x-kubernetes-list-map-keys": [
4373+
"name"
4374+
],
4375+
"x-kubernetes-list-type": "map"
43734376
},
43744377
"limits": {
43754378
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -5556,7 +5559,10 @@
55565559
}
55575560
}
55585561
},
5559-
"x-kubernetes-list-type": "set"
5562+
"x-kubernetes-list-map-keys": [
5563+
"name"
5564+
],
5565+
"x-kubernetes-list-type": "map"
55605566
},
55615567
"limits": {
55625568
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -6757,7 +6763,10 @@
67576763
}
67586764
}
67596765
},
6760-
"x-kubernetes-list-type": "set"
6766+
"x-kubernetes-list-map-keys": [
6767+
"name"
6768+
],
6769+
"x-kubernetes-list-type": "map"
67616770
},
67626771
"limits": {
67636772
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -8003,7 +8012,10 @@
80038012
}
80048013
}
80058014
},
8006-
"x-kubernetes-list-type": "set"
8015+
"x-kubernetes-list-map-keys": [
8016+
"name"
8017+
],
8018+
"x-kubernetes-list-type": "map"
80078019
},
80088020
"limits": {
80098021
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",

schemas/supportbundle-troubleshoot-v1beta2.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,7 +4415,10 @@
44154415
}
44164416
}
44174417
},
4418-
"x-kubernetes-list-type": "set"
4418+
"x-kubernetes-list-map-keys": [
4419+
"name"
4420+
],
4421+
"x-kubernetes-list-type": "map"
44194422
},
44204423
"limits": {
44214424
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -5602,7 +5605,10 @@
56025605
}
56035606
}
56045607
},
5605-
"x-kubernetes-list-type": "set"
5608+
"x-kubernetes-list-map-keys": [
5609+
"name"
5610+
],
5611+
"x-kubernetes-list-type": "map"
56065612
},
56075613
"limits": {
56085614
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -6803,7 +6809,10 @@
68036809
}
68046810
}
68056811
},
6806-
"x-kubernetes-list-type": "set"
6812+
"x-kubernetes-list-map-keys": [
6813+
"name"
6814+
],
6815+
"x-kubernetes-list-type": "map"
68076816
},
68086817
"limits": {
68096818
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
@@ -8049,7 +8058,10 @@
80498058
}
80508059
}
80518060
},
8052-
"x-kubernetes-list-type": "set"
8061+
"x-kubernetes-list-map-keys": [
8062+
"name"
8063+
],
8064+
"x-kubernetes-list-type": "map"
80538065
},
80548066
"limits": {
80558067
"description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",

0 commit comments

Comments
 (0)