Skip to content

Commit b0b89d3

Browse files
committed
fix the DeploymentReplicaSetTerminatingReplicas version
1 parent 8db1426 commit b0b89d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/features/kube_features.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
11211121
},
11221122

11231123
DeploymentReplicaSetTerminatingReplicas: {
1124-
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
1124+
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Alpha},
11251125
},
11261126

11271127
DevicePluginCDIDevices: {

test/compatibility_lifecycle/reference/versioned_feature_list.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
- default: false
385385
lockToDefault: false
386386
preRelease: Alpha
387-
version: "1.32"
387+
version: "1.33"
388388
- name: DevicePluginCDIDevices
389389
versionedSpecs:
390390
- default: false

0 commit comments

Comments
 (0)