Skip to content

Commit c7f2443

Browse files
[OLMv1]: Promote NewOLMOwnSingleNamespace to GA
1 parent 956fa8a commit c7f2443

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1111
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1212
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
13-
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
13+
| NewOLMOwnSingleNamespace| | <span style="background-color: #519450">Enabled</span>| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1414
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1515
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1616
| NoRegistryClusterOperations| | | | <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
@@ -502,7 +502,7 @@ var (
502502
contactPerson("nschieder").
503503
productScope(ocpSpecific).
504504
enhancementPR("https://github.com/openshift/enhancements/pull/1774").
505-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
505+
enableForClusterProfile(SelfManaged, configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
506506
mustRegister()
507507

508508
FeatureGateNewOLMWebhookProviderOpenshiftServiceCA = newFeatureGate("NewOLMWebhookProviderOpenshiftServiceCA").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@
172172
{
173173
"name": "NewOLMCatalogdAPIV1Metas"
174174
},
175-
{
176-
"name": "NewOLMOwnSingleNamespace"
177-
},
178175
{
179176
"name": "NewOLMPreflightPermissionChecks"
180177
},
@@ -291,6 +288,9 @@
291288
{
292289
"name": "NewOLM"
293290
},
291+
{
292+
"name": "NewOLMOwnSingleNamespace"
293+
},
294294
{
295295
"name": "OpenShiftPodSecurityAdmission"
296296
},

0 commit comments

Comments
 (0)