Skip to content

Commit 6a0c921

Browse files
Merge pull request #2491 from perdasilva/olmv1-webhook-ga
OPRUN-4156: Promote OLMv1 Webhook support to GA
2 parents a8a5157 + f28546a commit 6a0c921

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1313
| NewOLMOwnSingleNamespace| | | | <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> |
15-
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1615
| NoRegistryClusterOperations| | | | <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> |
18+
| NewOLMWebhookProviderOpenshiftServiceCA| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1919
| 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> |
2020
| AWSClusterHostedDNSInstall| | | <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> |
2121
| AWSDedicatedHosts| | | <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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ var (
509509
reportProblemsToJiraComponent("olm").
510510
contactPerson("pegoncal").
511511
productScope(ocpSpecific).
512-
enhancementPR("https://github.com/openshift/enhancements/pull/1799").
513-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
512+
enhancementPR("https://github.com/openshift/enhancements/pull/1844").
513+
enableForClusterProfile(SelfManaged, configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
514514
mustRegister()
515515

516516
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@
171171
{
172172
"name": "NewOLMPreflightPermissionChecks"
173173
},
174-
{
175-
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
176-
},
177174
{
178175
"name": "NoRegistryClusterOperations"
179176
},
@@ -287,6 +284,9 @@
287284
{
288285
"name": "NewOLM"
289286
},
287+
{
288+
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
289+
},
290290
{
291291
"name": "OpenShiftPodSecurityAdmission"
292292
},

0 commit comments

Comments
 (0)