Skip to content

Commit 998cd53

Browse files
Merge pull request openshift#2334 from bertinatto/remove-selinuxchangepolicy
CNTRLPLANE-371: Remove SELinuxChangePolicy gate
2 parents 9e29d16 + d19d703 commit 998cd53

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1313
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1414
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
15-
| SELinuxChangePolicy| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1615
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1716
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1817
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -744,14 +744,6 @@ var (
744744
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
745745
mustRegister()
746746

747-
FeatureGateSELinuxChangePolicy = newFeatureGate("SELinuxChangePolicy").
748-
reportProblemsToJiraComponent("Storage / Kubernetes").
749-
contactPerson("jsafrane").
750-
productScope(kubernetes).
751-
enhancementPR("https://github.com/kubernetes/enhancements/issues/1710").
752-
enableIn(configv1.DevPreviewNoUpgrade).
753-
mustRegister()
754-
755747
FeatureGateSELinuxMount = newFeatureGate("SELinuxMount").
756748
reportProblemsToJiraComponent("Storage / Kubernetes").
757749
contactPerson("jsafrane").

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@
154154
{
155155
"name": "RouteAdvertisements"
156156
},
157-
{
158-
"name": "SELinuxChangePolicy"
159-
},
160157
{
161158
"name": "SELinuxMount"
162159
},

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@
251251
{
252252
"name": "RouteExternalCertificate"
253253
},
254-
{
255-
"name": "SELinuxChangePolicy"
256-
},
257254
{
258255
"name": "SELinuxMount"
259256
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
{
5252
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
5353
},
54-
{
55-
"name": "SELinuxChangePolicy"
56-
},
5754
{
5855
"name": "SELinuxMount"
5956
},

payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@
154154
{
155155
"name": "RouteAdvertisements"
156156
},
157-
{
158-
"name": "SELinuxChangePolicy"
159-
},
160157
{
161158
"name": "SELinuxMount"
162159
},

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@
251251
{
252252
"name": "RouteExternalCertificate"
253253
},
254-
{
255-
"name": "SELinuxChangePolicy"
256-
},
257254
{
258255
"name": "SELinuxMount"
259256
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
{
3737
"name": "MultiArchInstallAzure"
3838
},
39-
{
40-
"name": "SELinuxChangePolicy"
41-
},
4239
{
4340
"name": "SELinuxMount"
4441
},

0 commit comments

Comments
 (0)