Skip to content

Commit c8f22a1

Browse files
jhadvigclaude
andcommitted
WIP: CONSOLE-5209: Promote IngressComponentRouteLabels to Default
Add inDefault() to the IngressComponentRouteLabels feature gate to promote it from TechPreview/DevPreview to GA. This is a WIP PR for running /test verify-feature-promotion to validate that all promotion requirements are met. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8bc26b0 commit c8f22a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ var (
671671
contactPerson("leoli").
672672
productScope(ocpSpecific).
673673
enhancementPR("https://github.com/openshift/enhancements/pull/2033").
674-
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
674+
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade(), inDefault()).
675675
mustRegister()
676676

677677
FeatureGateIngressControllerMultipleHAProxyVersions = newFeatureGate("IngressControllerMultipleHAProxyVersions").

0 commit comments

Comments
 (0)