Skip to content

Commit 7de5fb2

Browse files
MCO-1736: promote ImageModeStatusReporting feature gate to default
1 parent dcac36b commit 7de5fb2

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
| 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> |
6262
| 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> |
6363
| 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> | |
64-
| 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> |
6564
| 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> |
6665
| 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> |
6766
| 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> |
@@ -95,6 +94,7 @@
9594
| GatewayAPI| <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> |
9695
| GatewayAPIController| <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> |
9796
| HighlyAvailableArbiter| <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> |
97+
| 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> |
9898
| 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> |
9999
| ImageVolume| <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> |
100100
| 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> |

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ var (
270270
contactPerson("ijanssen").
271271
productScope(ocpSpecific).
272272
enhancementPR("https://github.com/openshift/enhancements/pull/1809").
273-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
273+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
274274
mustRegister()
275275

276276
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
@@ -164,9 +164,6 @@
164164
{
165165
"name": "GatewayAPIWithoutOLM"
166166
},
167-
{
168-
"name": "ImageModeStatusReporting"
169-
},
170167
{
171168
"name": "IngressControllerDynamicConfigurationManager"
172169
},
@@ -301,6 +298,9 @@
301298
{
302299
"name": "HyperShiftOnlyDynamicResourceAllocation"
303300
},
301+
{
302+
"name": "ImageModeStatusReporting"
303+
},
304304
{
305305
"name": "ImageStreamImportMode"
306306
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@
166166
{
167167
"name": "GatewayAPIWithoutOLM"
168168
},
169-
{
170-
"name": "ImageModeStatusReporting"
171-
},
172169
{
173170
"name": "IngressControllerDynamicConfigurationManager"
174171
},
@@ -303,6 +300,9 @@
303300
{
304301
"name": "HyperShiftOnlyDynamicResourceAllocation"
305302
},
303+
{
304+
"name": "ImageModeStatusReporting"
305+
},
306306
{
307307
"name": "ImageStreamImportMode"
308308
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@
167167
{
168168
"name": "HyperShiftOnlyDynamicResourceAllocation"
169169
},
170-
{
171-
"name": "ImageModeStatusReporting"
172-
},
173170
{
174171
"name": "IngressControllerDynamicConfigurationManager"
175172
},
@@ -292,6 +289,9 @@
292289
{
293290
"name": "HighlyAvailableArbiter"
294291
},
292+
{
293+
"name": "ImageModeStatusReporting"
294+
},
295295
{
296296
"name": "ImageStreamImportMode"
297297
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@
169169
{
170170
"name": "HyperShiftOnlyDynamicResourceAllocation"
171171
},
172-
{
173-
"name": "ImageModeStatusReporting"
174-
},
175172
{
176173
"name": "IngressControllerDynamicConfigurationManager"
177174
},
@@ -294,6 +291,9 @@
294291
{
295292
"name": "HighlyAvailableArbiter"
296293
},
294+
{
295+
"name": "ImageModeStatusReporting"
296+
},
297297
{
298298
"name": "ImageStreamImportMode"
299299
},

0 commit comments

Comments
 (0)