Skip to content

Commit e86e7bf

Browse files
MCO-1736: promote ImageModeStatusReporting feature gate to default
1 parent 8689398 commit e86e7bf

6 files changed

Lines changed: 20 additions & 20 deletions

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
| GCPDualStackInstall| | | <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> |
6767
| GatewayAPIWithoutOLM| | | <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> |
6868
| HyperShiftOnlyDynamicResourceAllocation| <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> | |
69-
| ImageModeStatusReporting| | | <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> |
7069
| IngressControllerDynamicConfigurationManager| | | <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> |
7170
| IrreconcilableMachineConfig| | | <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> |
7271
| KMSEncryption| | | <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> |
@@ -100,6 +99,7 @@
10099
| ExternalOIDC| <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> | <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> |
101100
| ExternalOIDCWithUIDAndExtraClaimMappings| <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> | <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> |
102101
| GCPClusterHostedDNSInstall| <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> | <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> |
102+
| ImageModeStatusReporting| <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> | <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> |
103103
| ImageStreamImportMode| <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> | <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> |
104104
| InsightsConfig| <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> | <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> |
105105
| InsightsOnDemandDataGather| <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> | <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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ var (
203203
mustRegister()
204204

205205
FeatureGateNoOverlayMode = newFeatureGate("NoOverlayMode").
206-
reportProblemsToJiraComponent("Networking/ovn-kubernetes").
207-
contactPerson("pliurh").
208-
productScope(ocpSpecific).
209-
enhancementPR("https://github.com/openshift/enhancements/pull/1859").
210-
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
211-
mustRegister()
206+
reportProblemsToJiraComponent("Networking/ovn-kubernetes").
207+
contactPerson("pliurh").
208+
productScope(ocpSpecific).
209+
enhancementPR("https://github.com/openshift/enhancements/pull/1859").
210+
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
211+
mustRegister()
212212

213213
FeatureGateEVPN = newFeatureGate("EVPN").
214214
reportProblemsToJiraComponent("Networking/ovn-kubernetes").
@@ -262,7 +262,7 @@ var (
262262
contactPerson("ijanssen").
263263
productScope(ocpSpecific).
264264
enhancementPR("https://github.com/openshift/enhancements/pull/1809").
265-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
265+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
266266
mustRegister()
267267

268268
FeatureGateClusterAPIInstall = newFeatureGate("ClusterAPIInstall").

payload-manifests/featuregates/featureGate-4-10-Hypershift-Default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
{
174174
"name": "GatewayAPIWithoutOLM"
175175
},
176-
{
177-
"name": "ImageModeStatusReporting"
178-
},
179176
{
180177
"name": "IngressControllerDynamicConfigurationManager"
181178
},
@@ -316,6 +313,9 @@
316313
{
317314
"name": "HyperShiftOnlyDynamicResourceAllocation"
318315
},
316+
{
317+
"name": "ImageModeStatusReporting"
318+
},
319319
{
320320
"name": "ImageStreamImportMode"
321321
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@
175175
{
176176
"name": "GatewayAPIWithoutOLM"
177177
},
178-
{
179-
"name": "ImageModeStatusReporting"
180-
},
181178
{
182179
"name": "IngressControllerDynamicConfigurationManager"
183180
},
@@ -318,6 +315,9 @@
318315
{
319316
"name": "HyperShiftOnlyDynamicResourceAllocation"
320317
},
318+
{
319+
"name": "ImageModeStatusReporting"
320+
},
321321
{
322322
"name": "ImageStreamImportMode"
323323
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
{
174174
"name": "HyperShiftOnlyDynamicResourceAllocation"
175175
},
176-
{
177-
"name": "ImageModeStatusReporting"
178-
},
179176
{
180177
"name": "IngressControllerDynamicConfigurationManager"
181178
},
@@ -310,6 +307,9 @@
310307
{
311308
"name": "GCPClusterHostedDNSInstall"
312309
},
310+
{
311+
"name": "ImageModeStatusReporting"
312+
},
313313
{
314314
"name": "ImageStreamImportMode"
315315
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@
175175
{
176176
"name": "HyperShiftOnlyDynamicResourceAllocation"
177177
},
178-
{
179-
"name": "ImageModeStatusReporting"
180-
},
181178
{
182179
"name": "IngressControllerDynamicConfigurationManager"
183180
},
@@ -312,6 +309,9 @@
312309
{
313310
"name": "GCPClusterHostedDNSInstall"
314311
},
312+
{
313+
"name": "ImageModeStatusReporting"
314+
},
315315
{
316316
"name": "ImageStreamImportMode"
317317
},

0 commit comments

Comments
 (0)