Skip to content

Commit fa5bb0d

Browse files
Update kubernetes packages to v0.33.0 (#3334)
* Update kubernetes packages to v0.33.0 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | go | k8s.io/api | v0.32.3 | v0.33.0 | | go | k8s.io/apiextensions-apiserver | v0.32.3 | v0.33.0 | | go | k8s.io/apimachinery | v0.32.3 | v0.33.0 | | go | k8s.io/client-go | v0.32.3 | v0.33.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update files for renovate * Fix ipv6 cidr in tests --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Saylor Berman <[email protected]>
1 parent 39fbac8 commit fa5bb0d

File tree

7 files changed

+97
-101
lines changed

7 files changed

+97
-101
lines changed

config/crd/bases/gateway.nginx.org_nginxproxies.yaml

+7-11
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ spec:
332332
- port
333333
type: object
334334
type: object
335+
stopSignal:
336+
description: |-
337+
StopSignal defines which signal will be sent to a container when it is being stopped.
338+
If not specified, the default is defined by the container runtime in use.
339+
StopSignal can only be set for Pods with a non-empty .spec.os.name
340+
type: string
335341
type: object
336342
resources:
337343
description: Resources describes the compute resource
@@ -751,7 +757,6 @@ spec:
751757
pod labels will be ignored. The default value is empty.
752758
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
753759
Also, matchLabelKeys cannot be set when labelSelector isn't set.
754-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
755760
items:
756761
type: string
757762
type: array
@@ -766,7 +771,6 @@ spec:
766771
pod labels will be ignored. The default value is empty.
767772
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
768773
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
769-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
770774
items:
771775
type: string
772776
type: array
@@ -935,7 +939,6 @@ spec:
935939
pod labels will be ignored. The default value is empty.
936940
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
937941
Also, matchLabelKeys cannot be set when labelSelector isn't set.
938-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
939942
items:
940943
type: string
941944
type: array
@@ -950,7 +953,6 @@ spec:
950953
pod labels will be ignored. The default value is empty.
951954
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
952955
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
953-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
954956
items:
955957
type: string
956958
type: array
@@ -1117,7 +1119,6 @@ spec:
11171119
pod labels will be ignored. The default value is empty.
11181120
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
11191121
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1120-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
11211122
items:
11221123
type: string
11231124
type: array
@@ -1132,7 +1133,6 @@ spec:
11321133
pod labels will be ignored. The default value is empty.
11331134
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
11341135
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1135-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
11361136
items:
11371137
type: string
11381138
type: array
@@ -1301,7 +1301,6 @@ spec:
13011301
pod labels will be ignored. The default value is empty.
13021302
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
13031303
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1304-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13051304
items:
13061305
type: string
13071306
type: array
@@ -1316,7 +1315,6 @@ spec:
13161315
pod labels will be ignored. The default value is empty.
13171316
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
13181317
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1319-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13201318
items:
13211319
type: string
13221320
type: array
@@ -1585,7 +1583,6 @@ spec:
15851583
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
15861584
15871585
If this value is nil, the behavior is equivalent to the Honor policy.
1588-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
15891586
type: string
15901587
nodeTaintsPolicy:
15911588
description: |-
@@ -1596,7 +1593,6 @@ spec:
15961593
- Ignore: node taints are ignored. All nodes are included.
15971594
15981595
If this value is nil, the behavior is equivalent to the Ignore policy.
1599-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
16001596
type: string
16011597
topologyKey:
16021598
description: |-
@@ -2576,7 +2572,7 @@ spec:
25762572
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
25772573
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
25782574
The volume will be mounted read-only (ro) and non-executable files (noexec).
2579-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
2575+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
25802576
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
25812577
properties:
25822578
pullPolicy:

deploy/crds.yaml

+7-11
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,12 @@ spec:
917917
- port
918918
type: object
919919
type: object
920+
stopSignal:
921+
description: |-
922+
StopSignal defines which signal will be sent to a container when it is being stopped.
923+
If not specified, the default is defined by the container runtime in use.
924+
StopSignal can only be set for Pods with a non-empty .spec.os.name
925+
type: string
920926
type: object
921927
resources:
922928
description: Resources describes the compute resource
@@ -1336,7 +1342,6 @@ spec:
13361342
pod labels will be ignored. The default value is empty.
13371343
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
13381344
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1339-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13401345
items:
13411346
type: string
13421347
type: array
@@ -1351,7 +1356,6 @@ spec:
13511356
pod labels will be ignored. The default value is empty.
13521357
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
13531358
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1354-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
13551359
items:
13561360
type: string
13571361
type: array
@@ -1520,7 +1524,6 @@ spec:
15201524
pod labels will be ignored. The default value is empty.
15211525
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
15221526
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1523-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
15241527
items:
15251528
type: string
15261529
type: array
@@ -1535,7 +1538,6 @@ spec:
15351538
pod labels will be ignored. The default value is empty.
15361539
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
15371540
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1538-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
15391541
items:
15401542
type: string
15411543
type: array
@@ -1702,7 +1704,6 @@ spec:
17021704
pod labels will be ignored. The default value is empty.
17031705
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
17041706
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1705-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
17061707
items:
17071708
type: string
17081709
type: array
@@ -1717,7 +1718,6 @@ spec:
17171718
pod labels will be ignored. The default value is empty.
17181719
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
17191720
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1720-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
17211721
items:
17221722
type: string
17231723
type: array
@@ -1886,7 +1886,6 @@ spec:
18861886
pod labels will be ignored. The default value is empty.
18871887
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
18881888
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1889-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
18901889
items:
18911890
type: string
18921891
type: array
@@ -1901,7 +1900,6 @@ spec:
19011900
pod labels will be ignored. The default value is empty.
19021901
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
19031902
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1904-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
19051903
items:
19061904
type: string
19071905
type: array
@@ -2170,7 +2168,6 @@ spec:
21702168
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
21712169
21722170
If this value is nil, the behavior is equivalent to the Honor policy.
2173-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
21742171
type: string
21752172
nodeTaintsPolicy:
21762173
description: |-
@@ -2181,7 +2178,6 @@ spec:
21812178
- Ignore: node taints are ignored. All nodes are included.
21822179
21832180
If this value is nil, the behavior is equivalent to the Ignore policy.
2184-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
21852181
type: string
21862182
topologyKey:
21872183
description: |-
@@ -3161,7 +3157,7 @@ spec:
31613157
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
31623158
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
31633159
The volume will be mounted read-only (ro) and non-executable files (noexec).
3164-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
3160+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
31653161
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
31663162
properties:
31673163
pullPolicy:

go.mod

+8-9
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ require (
2020
golang.org/x/text v0.24.0
2121
google.golang.org/grpc v1.72.0
2222
google.golang.org/protobuf v1.36.6
23-
k8s.io/api v0.32.3
24-
k8s.io/apiextensions-apiserver v0.32.3
25-
k8s.io/apimachinery v0.32.3
26-
k8s.io/client-go v0.32.3
23+
k8s.io/api v0.33.0
24+
k8s.io/apiextensions-apiserver v0.33.0
25+
k8s.io/apimachinery v0.33.0
26+
k8s.io/client-go v0.33.0
2727
k8s.io/klog/v2 v2.130.1
2828
sigs.k8s.io/controller-runtime v0.20.4
2929
sigs.k8s.io/gateway-api v1.3.0
@@ -45,10 +45,8 @@ require (
4545
github.com/go-openapi/swag v0.23.0 // indirect
4646
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4747
github.com/gogo/protobuf v1.3.2 // indirect
48-
github.com/golang/protobuf v1.5.4 // indirect
4948
github.com/google/btree v1.1.3 // indirect
50-
github.com/google/gnostic-models v0.6.8 // indirect
51-
github.com/google/gofuzz v1.2.0 // indirect
49+
github.com/google/gnostic-models v0.6.9 // indirect
5250
github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
5351
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
5452
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -78,17 +76,18 @@ require (
7876
golang.org/x/sync v0.13.0 // indirect
7977
golang.org/x/sys v0.32.0 // indirect
8078
golang.org/x/term v0.31.0 // indirect
81-
golang.org/x/time v0.7.0 // indirect
79+
golang.org/x/time v0.9.0 // indirect
8280
golang.org/x/tools v0.32.0 // indirect
8381
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8482
google.golang.org/genproto/googleapis/api v0.0.0-20250422160041-2d3770c4ea7f // indirect
8583
google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect
8684
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8785
gopkg.in/inf.v0 v0.9.1 // indirect
8886
gopkg.in/yaml.v3 v3.0.1 // indirect
89-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
87+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
9088
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
9189
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
90+
sigs.k8s.io/randfill v1.0.0 // indirect
9291
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
9392
sigs.k8s.io/yaml v1.4.0 // indirect
9493
)

0 commit comments

Comments
 (0)