Skip to content

Commit 3315d66

Browse files
Merge pull request #2426 from jsafrane/selinux-tp
STOR-2481: Promote SELinuxMount feature gate
2 parents 7605f9b + dd675cd commit 3315d66

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1515
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1616
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
17-
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1817
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1918
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
2019
| AWSClusterHostedDNS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
@@ -61,6 +60,7 @@
6160
| NutanixMultiSubnets| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6261
| OVNObservability| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6362
| PreconfiguredUDNAddresses| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
63+
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6464
| SignatureStores| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6565
| SigstoreImageVerification| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6666
| SigstoreImageVerificationPKI| | | <span style="background-color: #519450">Enabled</span> | <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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ var (
730730
contactPerson("jsafrane").
731731
productScope(kubernetes).
732732
enhancementPR("https://github.com/kubernetes/enhancements/issues/1710").
733-
enableIn(configv1.DevPreviewNoUpgrade).
733+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
734734
mustRegister()
735735

736736
FeatureGateDualReplica = newFeatureGate("DualReplica").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@
5757
{
5858
"name": "NoRegistryClusterOperations"
5959
},
60-
{
61-
"name": "SELinuxMount"
62-
},
6360
{
6461
"name": "ShortCertRotation"
6562
},
@@ -281,6 +278,9 @@
281278
{
282279
"name": "RouteExternalCertificate"
283280
},
281+
{
282+
"name": "SELinuxMount"
283+
},
284284
{
285285
"name": "ServiceAccountTokenNodeBinding"
286286
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
{
4343
"name": "NoRegistryClusterOperations"
4444
},
45-
{
46-
"name": "SELinuxMount"
47-
},
4845
{
4946
"name": "ShortCertRotation"
5047
},
@@ -281,6 +278,9 @@
281278
{
282279
"name": "RouteExternalCertificate"
283280
},
281+
{
282+
"name": "SELinuxMount"
283+
},
284284
{
285285
"name": "ServiceAccountTokenNodeBinding"
286286
},

0 commit comments

Comments
 (0)