Skip to content

Commit 76b520c

Browse files
committed
Move DynamicConfigurationManager back to TPNU
Revert "OCPBUGS-62987: Move DynamicConfigurationManager back to DevPreview" This reverts commit 25db151. This commit resolves OCPBUGS-67232. https://issues.redhat.com/browse/OCPBUGS-67232
1 parent 3f584b2 commit 76b520c

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
@@ -10,7 +10,7 @@
1010
| ClusterAPIMachineManagementVSphere| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
1111
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
1212
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
13-
| IngressControllerDynamicConfigurationManager| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
13+
| 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> |
1414
| NetworkConnect| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
1515
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
1616
| NewOLMOwnSingleNamespace| | | | <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
@@ -631,7 +631,7 @@ var (
631631
contactPerson("miciah").
632632
productScope(ocpSpecific).
633633
enhancementPR(legacyFeatureGateWithoutEnhancement).
634-
enableIn(configv1.DevPreviewNoUpgrade).
634+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
635635
mustRegister()
636636

637637
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,9 +32,6 @@
3232
{
3333
"name": "ExternalSnapshotMetadata"
3434
},
35-
{
36-
"name": "IngressControllerDynamicConfigurationManager"
37-
},
3835
{
3936
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
4037
},
@@ -211,6 +208,9 @@
211208
{
212209
"name": "ImageVolume"
213210
},
211+
{
212+
"name": "IngressControllerDynamicConfigurationManager"
213+
},
214214
{
215215
"name": "InsightsConfig"
216216
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
{
3636
"name": "HyperShiftOnlyDynamicResourceAllocation"
3737
},
38-
{
39-
"name": "IngressControllerDynamicConfigurationManager"
40-
},
4138
{
4239
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
4340
},
@@ -193,6 +190,9 @@
193190
{
194191
"name": "ImageVolume"
195192
},
193+
{
194+
"name": "IngressControllerDynamicConfigurationManager"
195+
},
196196
{
197197
"name": "InsightsConfig"
198198
},

0 commit comments

Comments
 (0)