Skip to content

Commit b706e09

Browse files
committed
OTA-1581: Promote UpgradeStatus to Default
OTA uses `UpgradeStatus` feature gate name to identify the CLI-side functionality described in OTA-1577 (`oc adm upgrade status` command). The `UpgradeStatus` feature gate does not enable any cluster-side functionality (neither API changes or any controller code). The actual functionality will be enabled in `oc` through openshift/oc#2063. The `UpgradeStatus` feature gate thus serves only as a vehicle to perform the data-driven promotion decision by tying the appropriate test coverage to this name so that the promotion criteria can be automatically checked. Therefore, this PR serves as a formal decision record only, and after it merges, it means openshift/oc#2063 is allowed to merge.
1 parent 88b2b21 commit b706e09

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
@@ -430,7 +430,7 @@ var (
430430
contactPerson("pmuller").
431431
productScope(ocpSpecific).
432432
enhancementPR(legacyFeatureGateWithoutEnhancement).
433-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
433+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade, configv1.Default).
434434
mustRegister()
435435

436436
FeatureGateTranslateStreamCloseWebsocketRequests = newFeatureGate("TranslateStreamCloseWebsocketRequests").

0 commit comments

Comments
 (0)