Skip to content

Commit b777fa5

Browse files
committed
Remove SELinuxChangePolicy gate for Kubernetes 1.33 bump
1 parent 768a119 commit b777fa5

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

features/features.go

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,12 @@ var (
524524
mustRegister()
525525

526526
FeatureGateNewOLMWebhookProviderOpenshiftServiceCA = newFeatureGate("NewOLMWebhookProviderOpenshiftServiceCA").
527-
reportProblemsToJiraComponent("olm").
528-
contactPerson("pegoncal").
529-
productScope(ocpSpecific).
530-
enhancementPR("https://github.com/openshift/enhancements/pull/1799").
531-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
532-
mustRegister()
527+
reportProblemsToJiraComponent("olm").
528+
contactPerson("pegoncal").
529+
productScope(ocpSpecific).
530+
enhancementPR("https://github.com/openshift/enhancements/pull/1799").
531+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
532+
mustRegister()
533533

534534
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
535535
reportProblemsToJiraComponent("insights").
@@ -752,14 +752,6 @@ var (
752752
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
753753
mustRegister()
754754

755-
FeatureGateSELinuxChangePolicy = newFeatureGate("SELinuxChangePolicy").
756-
reportProblemsToJiraComponent("Storage / Kubernetes").
757-
contactPerson("jsafrane").
758-
productScope(kubernetes).
759-
enhancementPR("https://github.com/kubernetes/enhancements/issues/1710").
760-
enableIn(configv1.DevPreviewNoUpgrade).
761-
mustRegister()
762-
763755
FeatureGateSELinuxMount = newFeatureGate("SELinuxMount").
764756
reportProblemsToJiraComponent("Storage / Kubernetes").
765757
contactPerson("jsafrane").

0 commit comments

Comments
 (0)