Skip to content

Commit dd675cd

Browse files
committed
Promote SELinuxMount to TechPreviewNoUpgrade
SELinuxMount is Beta upstream, but disabled by default. Move it to TechPreviewNoUpgrade, so users can test it easily and get CI coverage.
1 parent 92b1455 commit dd675cd

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
@@ -15,7 +15,6 @@
1515
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1616
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1717
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
18-
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1918
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
2019
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
2120
| 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> |
@@ -58,6 +57,7 @@
5857
| 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> |
5958
| 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> |
6059
| 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> |
60+
| 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> |
6161
| 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> |
6262
| 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> |
6363
| StoragePerformantSecurityPolicy| | | <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
@@ -724,7 +724,7 @@ var (
724724
contactPerson("jsafrane").
725725
productScope(kubernetes).
726726
enhancementPR("https://github.com/kubernetes/enhancements/issues/1710").
727-
enableIn(configv1.DevPreviewNoUpgrade).
727+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
728728
mustRegister()
729729

730730
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
},
@@ -269,6 +266,9 @@
269266
{
270267
"name": "RouteExternalCertificate"
271268
},
269+
{
270+
"name": "SELinuxMount"
271+
},
272272
{
273273
"name": "ServiceAccountTokenNodeBinding"
274274
},

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
},
@@ -269,6 +266,9 @@
269266
{
270267
"name": "RouteExternalCertificate"
271268
},
269+
{
270+
"name": "SELinuxMount"
271+
},
272272
{
273273
"name": "ServiceAccountTokenNodeBinding"
274274
},

0 commit comments

Comments
 (0)