Skip to content

Commit 4074fe6

Browse files
author
Per G. da Silva
committed
Promote OLMv1 Webhook support to GA
Signed-off-by: Per G. da Silva <[email protected]>
1 parent bc748ef commit 4074fe6

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
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ var (
522522
contactPerson("pegoncal").
523523
productScope(ocpSpecific).
524524
enhancementPR("https://github.com/openshift/enhancements/pull/1799").
525-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
525+
enableForClusterProfile(SelfManaged, configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
526526
mustRegister()
527527

528528
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@
178178
{
179179
"name": "NewOLMPreflightPermissionChecks"
180180
},
181-
{
182-
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
183-
},
184181
{
185182
"name": "NoRegistryClusterOperations"
186183
},
@@ -294,6 +291,9 @@
294291
{
295292
"name": "NewOLM"
296293
},
294+
{
295+
"name": "NewOLMWebhookProviderOpenshiftServiceCA"
296+
},
297297
{
298298
"name": "OpenShiftPodSecurityAdmission"
299299
},

0 commit comments

Comments
 (0)