Skip to content

Commit 83bc4da

Browse files
committed
OTA-923: Promote ClusterVersionOperatorConfiguration to TechPreview
This missed 4.19 because of incomplete testing and docs, all of which is remediated now, so this is ready for TechPreview.
1 parent 6282350 commit 83bc4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ var (
682682
contactPerson("dhurta").
683683
productScope(ocpSpecific).
684684
enhancementPR("https://github.com/openshift/enhancements/pull/1492").
685-
enableIn(configv1.DevPreviewNoUpgrade).
685+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
686686
mustRegister()
687687

688688
FeatureGateGCPCustomAPIEndpoints = newFeatureGate("GCPCustomAPIEndpoints").

0 commit comments

Comments
 (0)