Skip to content

Commit 5eac8d2

Browse files
MCO-1736: promote ImageModeStatusReporting feature gate to default
1 parent 993e604 commit 5eac8d2

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> |
@@ -99,6 +98,7 @@
9998
| 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> |
10099
| 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> |
101100
| 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> |
101+
| 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> |
102102
| 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> |
103103
| 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> |
104104
| 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
},
@@ -313,6 +310,9 @@
313310
{
314311
"name": "HyperShiftOnlyDynamicResourceAllocation"
315312
},
313+
{
314+
"name": "ImageModeStatusReporting"
315+
},
316316
{
317317
"name": "ImageStreamImportMode"
318318
},

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
},
@@ -315,6 +312,9 @@
315312
{
316313
"name": "HyperShiftOnlyDynamicResourceAllocation"
317314
},
315+
{
316+
"name": "ImageModeStatusReporting"
317+
},
318318
{
319319
"name": "ImageStreamImportMode"
320320
},

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
},
@@ -307,6 +304,9 @@
307304
{
308305
"name": "GCPClusterHostedDNSInstall"
309306
},
307+
{
308+
"name": "ImageModeStatusReporting"
309+
},
310310
{
311311
"name": "ImageStreamImportMode"
312312
},

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
},
@@ -309,6 +306,9 @@
309306
{
310307
"name": "GCPClusterHostedDNSInstall"
311308
},
309+
{
310+
"name": "ImageModeStatusReporting"
311+
},
312312
{
313313
"name": "ImageStreamImportMode"
314314
},

0 commit comments

Comments
 (0)