Skip to content

Commit 1b67472

Browse files
Merge pull request #2552 from alebedev87/dcm-back-to-dp
OCPBUGS-62987: Move DynamicConfigurationManager back to DevPreview
2 parents 455c405 + 25db151 commit 1b67472

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| ClusterAPIMachineManagementVSphere| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1010
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1111
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
12+
| IngressControllerDynamicConfigurationManager| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1213
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1314
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1415
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
@@ -46,7 +47,6 @@
4647
| 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> |
4748
| 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> |
4849
| 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> |
49-
| 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> |
5050
| 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> |
5151
| 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> |
5252
| 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> |

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ var (
624624
contactPerson("miciah").
625625
productScope(ocpSpecific).
626626
enhancementPR(legacyFeatureGateWithoutEnhancement).
627-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
627+
enableIn(configv1.DevPreviewNoUpgrade).
628628
mustRegister()
629629

630630
FeatureGateMinimumKubeletVersion = newFeatureGate("MinimumKubeletVersion").

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{
3333
"name": "ExternalSnapshotMetadata"
3434
},
35+
{
36+
"name": "IngressControllerDynamicConfigurationManager"
37+
},
3538
{
3639
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
3740
},
@@ -196,9 +199,6 @@
196199
{
197200
"name": "ImageVolume"
198201
},
199-
{
200-
"name": "IngressControllerDynamicConfigurationManager"
201-
},
202202
{
203203
"name": "InsightsConfig"
204204
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{
3333
"name": "ExternalSnapshotMetadata"
3434
},
35+
{
36+
"name": "IngressControllerDynamicConfigurationManager"
37+
},
3538
{
3639
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
3740
},
@@ -178,9 +181,6 @@
178181
{
179182
"name": "ImageVolume"
180183
},
181-
{
182-
"name": "IngressControllerDynamicConfigurationManager"
183-
},
184184
{
185185
"name": "InsightsConfig"
186186
},

0 commit comments

Comments
 (0)