Skip to content

Commit 7378b5e

Browse files
committed
Graduate InPlacePodVerticalScaling to Beta
1 parent 8fe10dc commit 7378b5e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
404404

405405
InPlacePodVerticalScaling: {
406406
{Version: version.MustParse("1.27"), Default: false, PreRelease: featuregate.Alpha},
407+
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
407408
},
408409

409410
InPlacePodVerticalScalingAllocatedStatus: {

test/featuregates_linter/test_data/versioned_feature_list.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@
540540
lockToDefault: false
541541
preRelease: Alpha
542542
version: "1.27"
543+
- default: true
544+
lockToDefault: false
545+
preRelease: Beta
546+
version: "1.32"
543547
- name: InPlacePodVerticalScalingAllocatedStatus
544548
versionedSpecs:
545549
- default: false

0 commit comments

Comments
 (0)