Skip to content

Commit 8fb1a5e

Browse files
committed
feat: promote tnf from devpreview to techpreview
Signed-off-by: ehila <[email protected]>
1 parent fed56f2 commit 8fb1a5e

8 files changed

+13
-12
lines changed

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,7 @@ spec:
11301130
- HighlyAvailable
11311131
- HighlyAvailableArbiter
11321132
- SingleReplica
1133+
- DualReplica
11331134
- External
11341135
type: string
11351136
cpuPartitioning:

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
| ShortCertRotation| | | | | | |
88
| BootImageSkewEnforcement| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
99
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
10-
| DualReplica| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1110
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1211
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1312
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
@@ -27,6 +26,7 @@
2726
| ClusterAPIInstallIBMCloud| | | <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> |
2827
| ClusterMonitoringConfig| | | <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> |
2928
| DNSNameResolver| | | <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> |
29+
| DualReplica| | | <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> |
3030
| DyanmicServiceEndpointIBMCloud| | | <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> |
3131
| DynamicResourceAllocation| | | <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> |
3232
| EtcdBackendQuota| | | <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: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -749,11 +749,8 @@ var (
749749
contactPerson("jaypoulz").
750750
productScope(ocpSpecific).
751751
enhancementPR("https://github.com/openshift/enhancements/pull/1675").
752-
// TODO: Do not go GA until jira issue is resolved: https://issues.redhat.com/browse/OCPEDGE-1637
753-
// Annotations must correctly handle either DualReplica or HighlyAvailableArbiter going GA with
754-
// the other still in TechPreview.
755-
enableIn(configv1.DevPreviewNoUpgrade).
756-
mustRegister()
752+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
753+
mustRegister()
757754

758755
FeatureGateGatewayAPIController = newFeatureGate("GatewayAPIController").
759756
reportProblemsToJiraComponent("Routing").

machineconfiguration/v1/zz_generated.crd-manifests/0000_80_machine-config_01_controllerconfigs-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ spec:
14021402
- HighlyAvailable
14031403
- HighlyAvailableArbiter
14041404
- SingleReplica
1405+
- DualReplica
14051406
- External
14061407
type: string
14071408
cpuPartitioning:

payload-manifests/crds/0000_10_config-operator_01_infrastructures-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,7 @@ spec:
11301130
- HighlyAvailable
11311131
- HighlyAvailableArbiter
11321132
- SingleReplica
1133+
- DualReplica
11331134
- External
11341135
type: string
11351136
cpuPartitioning:

payload-manifests/crds/0000_80_machine-config_01_controllerconfigs-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ spec:
14021402
- HighlyAvailable
14031403
- HighlyAvailableArbiter
14041404
- SingleReplica
1405+
- DualReplica
14051406
- External
14061407
type: string
14071408
cpuPartitioning:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
{
2525
"name": "ClusterVersionOperatorConfiguration"
2626
},
27-
{
28-
"name": "DualReplica"
29-
},
3027
{
3128
"name": "EventedPLEG"
3229
},
@@ -122,6 +119,9 @@
122119
{
123120
"name": "DNSNameResolver"
124121
},
122+
{
123+
"name": "DualReplica"
124+
},
125125
{
126126
"name": "DyanmicServiceEndpointIBMCloud"
127127
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
{
2525
"name": "ClusterVersionOperatorConfiguration"
2626
},
27-
{
28-
"name": "DualReplica"
29-
},
3027
{
3128
"name": "EventedPLEG"
3229
},
@@ -107,6 +104,9 @@
107104
{
108105
"name": "DNSNameResolver"
109106
},
107+
{
108+
"name": "DualReplica"
109+
},
110110
{
111111
"name": "DyanmicServiceEndpointIBMCloud"
112112
},

0 commit comments

Comments
 (0)