Skip to content

Commit 323d55e

Browse files
Rerun update-featuregates.sh
1 parent 3043fbc commit 323d55e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/features/kube_features.go

+1
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
15561556

15571557
PodLifecycleSleepActionAllowZero: {
15581558
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
1559+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
15591560
},
15601561

15611562
PodObservedGenerationTracking: {

0 commit comments

Comments
 (0)