Skip to content

Commit 3940cf4

Browse files
authored
Update k8s.io/client-go to v0.26.5 (#6849) (#6850)
* Update k8s.io/client-go to v0.26.5 (#6849) * go mod tidy on hack/helm/release
1 parent f2af0da commit 3940cf4

14 files changed

+888
-240
lines changed

NOTICE.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -3949,11 +3949,11 @@ limitations under the License.
39493949

39503950
--------------------------------------------------------------------------------
39513951
Module : k8s.io/api
3952-
Version : v0.26.3
3953-
Time : 2023-03-17T20:37:18Z
3952+
Version : v0.26.5
3953+
Time : 2023-05-18T01:19:37Z
39543954
Licence : Apache-2.0
39553955

3956-
Contents of probable licence file $GOMODCACHE/k8s.io/[email protected].3/LICENSE:
3956+
Contents of probable licence file $GOMODCACHE/k8s.io/[email protected].5/LICENSE:
39573957

39583958

39593959
Apache License
@@ -4161,11 +4161,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/[email protected]/LICENSE:
41614161

41624162
--------------------------------------------------------------------------------
41634163
Module : k8s.io/apimachinery
4164-
Version : v0.26.3
4165-
Time : 2023-02-15T10:21:21Z
4164+
Version : v0.26.5
4165+
Time : 2023-05-04T15:54:41Z
41664166
Licence : Apache-2.0
41674167

4168-
Contents of probable licence file $GOMODCACHE/k8s.io/[email protected].3/LICENSE:
4168+
Contents of probable licence file $GOMODCACHE/k8s.io/[email protected].5/LICENSE:
41694169

41704170

41714171
Apache License
@@ -4373,11 +4373,11 @@ Contents of probable licence file $GOMODCACHE/k8s.io/[email protected]/LICENS
43734373

43744374
--------------------------------------------------------------------------------
43754375
Module : k8s.io/client-go
4376-
Version : v0.26.3
4377-
Time : 2023-03-17T21:01:42Z
4376+
Version : v0.26.5
4377+
Time : 2023-05-18T01:53:31Z
43784378
Licence : Apache-2.0
43794379

4380-
Contents of probable licence file $GOMODCACHE/k8s.io/[email protected].3/LICENSE:
4380+
Contents of probable licence file $GOMODCACHE/k8s.io/[email protected].5/LICENSE:
43814381

43824382

43834383
Apache License

config/crds/v1/bases/agent.k8s.elastic.co_agents.yaml

+120-30
Large diffs are not rendered by default.

config/crds/v1/bases/apm.k8s.elastic.co_apmservers.yaml

+120-30
Large diffs are not rendered by default.

config/crds/v1/bases/beat.k8s.elastic.co_beats.yaml

+120-30
Large diffs are not rendered by default.

config/crds/v1/bases/elasticsearch.k8s.elastic.co_elasticsearches.yaml

+138-30
Large diffs are not rendered by default.

config/crds/v1/bases/enterprisesearch.k8s.elastic.co_enterprisesearches.yaml

+120-30
Large diffs are not rendered by default.

config/crds/v1/bases/kibana.k8s.elastic.co_kibanas.yaml

+120-30
Large diffs are not rendered by default.

config/crds/v1/bases/logstash.k8s.elastic.co_logstashes.yaml

+60-15
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,10 @@ spec:
14481448
header to be used in HTTP probes
14491449
properties:
14501450
name:
1451-
description: The header field name
1451+
description: The header field name.
1452+
This will be canonicalized upon
1453+
output, so case-variant names will
1454+
be understood as the same header.
14521455
type: string
14531456
value:
14541457
description: The header field value
@@ -1552,7 +1555,10 @@ spec:
15521555
header to be used in HTTP probes
15531556
properties:
15541557
name:
1555-
description: The header field name
1558+
description: The header field name.
1559+
This will be canonicalized upon
1560+
output, so case-variant names will
1561+
be understood as the same header.
15561562
type: string
15571563
value:
15581564
description: The header field value
@@ -1672,7 +1678,10 @@ spec:
16721678
header to be used in HTTP probes
16731679
properties:
16741680
name:
1675-
description: The header field name
1681+
description: The header field name. This
1682+
will be canonicalized upon output, so
1683+
case-variant names will be understood
1684+
as the same header.
16761685
type: string
16771686
value:
16781687
description: The header field value
@@ -1884,7 +1893,10 @@ spec:
18841893
header to be used in HTTP probes
18851894
properties:
18861895
name:
1887-
description: The header field name
1896+
description: The header field name. This
1897+
will be canonicalized upon output, so
1898+
case-variant names will be understood
1899+
as the same header.
18881900
type: string
18891901
value:
18901902
description: The header field value
@@ -2286,7 +2298,10 @@ spec:
22862298
header to be used in HTTP probes
22872299
properties:
22882300
name:
2289-
description: The header field name
2301+
description: The header field name. This
2302+
will be canonicalized upon output, so
2303+
case-variant names will be understood
2304+
as the same header.
22902305
type: string
22912306
value:
22922307
description: The header field value
@@ -2829,7 +2844,10 @@ spec:
28292844
header to be used in HTTP probes
28302845
properties:
28312846
name:
2832-
description: The header field name
2847+
description: The header field name.
2848+
This will be canonicalized upon
2849+
output, so case-variant names will
2850+
be understood as the same header.
28332851
type: string
28342852
value:
28352853
description: The header field value
@@ -2933,7 +2951,10 @@ spec:
29332951
header to be used in HTTP probes
29342952
properties:
29352953
name:
2936-
description: The header field name
2954+
description: The header field name.
2955+
This will be canonicalized upon
2956+
output, so case-variant names will
2957+
be understood as the same header.
29372958
type: string
29382959
value:
29392960
description: The header field value
@@ -3051,7 +3072,10 @@ spec:
30513072
header to be used in HTTP probes
30523073
properties:
30533074
name:
3054-
description: The header field name
3075+
description: The header field name. This
3076+
will be canonicalized upon output, so
3077+
case-variant names will be understood
3078+
as the same header.
30553079
type: string
30563080
value:
30573081
description: The header field value
@@ -3254,7 +3278,10 @@ spec:
32543278
header to be used in HTTP probes
32553279
properties:
32563280
name:
3257-
description: The header field name
3281+
description: The header field name. This
3282+
will be canonicalized upon output, so
3283+
case-variant names will be understood
3284+
as the same header.
32583285
type: string
32593286
value:
32603287
description: The header field value
@@ -3649,7 +3676,10 @@ spec:
36493676
header to be used in HTTP probes
36503677
properties:
36513678
name:
3652-
description: The header field name
3679+
description: The header field name. This
3680+
will be canonicalized upon output, so
3681+
case-variant names will be understood
3682+
as the same header.
36533683
type: string
36543684
value:
36553685
description: The header field value
@@ -4223,7 +4253,10 @@ spec:
42234253
header to be used in HTTP probes
42244254
properties:
42254255
name:
4226-
description: The header field name
4256+
description: The header field name.
4257+
This will be canonicalized upon
4258+
output, so case-variant names will
4259+
be understood as the same header.
42274260
type: string
42284261
value:
42294262
description: The header field value
@@ -4327,7 +4360,10 @@ spec:
43274360
header to be used in HTTP probes
43284361
properties:
43294362
name:
4330-
description: The header field name
4363+
description: The header field name.
4364+
This will be canonicalized upon
4365+
output, so case-variant names will
4366+
be understood as the same header.
43314367
type: string
43324368
value:
43334369
description: The header field value
@@ -4447,7 +4483,10 @@ spec:
44474483
header to be used in HTTP probes
44484484
properties:
44494485
name:
4450-
description: The header field name
4486+
description: The header field name. This
4487+
will be canonicalized upon output, so
4488+
case-variant names will be understood
4489+
as the same header.
44514490
type: string
44524491
value:
44534492
description: The header field value
@@ -4659,7 +4698,10 @@ spec:
46594698
header to be used in HTTP probes
46604699
properties:
46614700
name:
4662-
description: The header field name
4701+
description: The header field name. This
4702+
will be canonicalized upon output, so
4703+
case-variant names will be understood
4704+
as the same header.
46634705
type: string
46644706
value:
46654707
description: The header field value
@@ -5061,7 +5103,10 @@ spec:
50615103
header to be used in HTTP probes
50625104
properties:
50635105
name:
5064-
description: The header field name
5106+
description: The header field name. This
5107+
will be canonicalized upon output, so
5108+
case-variant names will be understood
5109+
as the same header.
50655110
type: string
50665111
value:
50675112
description: The header field value

0 commit comments

Comments
 (0)