Skip to content

Commit c0a7c47

Browse files
gcs278JoelSpeed
authored andcommitted
NE-2520: Promote GatewayAPIWithoutOLM to GA
This change promotes the GatewayAPIWithoutOLM feature gate from TechPreviewNoUpgrade to Default Feature Set (GA).
1 parent 7480ccd commit c0a7c47

6 files changed

Lines changed: 14 additions & 14 deletions

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
| GCPCustomAPIEndpoints| | | <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> |
6464
| GCPCustomAPIEndpointsInstall| | | <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> |
6565
| 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> |
66-
| 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> |
6766
| 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> | |
6867
| 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> |
6968
| 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> |
@@ -99,6 +98,7 @@
9998
| EventTTL| <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
| 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> |
101100
| 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> |
101+
| 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> | <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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ var (
994994
contactPerson("miciah").
995995
productScope(ocpSpecific).
996996
enhancementPR("https://github.com/openshift/enhancements/pull/1933").
997-
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
997+
enable(inDefault(), inOKD(), inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
998998
mustRegister()
999999

10001000
FeatureGateTLSAdherence = newFeatureGate("TLSAdherence").

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": "GCPDualStackInstall"
166166
},
167-
{
168-
"name": "GatewayAPIWithoutOLM"
169-
},
170167
{
171168
"name": "ImageModeStatusReporting"
172169
},
@@ -310,6 +307,9 @@
310307
{
311308
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
312309
},
310+
{
311+
"name": "GatewayAPIWithoutOLM"
312+
},
313313
{
314314
"name": "HyperShiftOnlyDynamicResourceAllocation"
315315
},

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": "GCPDualStackInstall"
168168
},
169-
{
170-
"name": "GatewayAPIWithoutOLM"
171-
},
172169
{
173170
"name": "ImageModeStatusReporting"
174171
},
@@ -312,6 +309,9 @@
312309
{
313310
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
314311
},
312+
{
313+
"name": "GatewayAPIWithoutOLM"
314+
},
315315
{
316316
"name": "HyperShiftOnlyDynamicResourceAllocation"
317317
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@
161161
{
162162
"name": "GCPDualStackInstall"
163163
},
164-
{
165-
"name": "GatewayAPIWithoutOLM"
166-
},
167164
{
168165
"name": "HyperShiftOnlyDynamicResourceAllocation"
169166
},
@@ -307,6 +304,9 @@
307304
{
308305
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
309306
},
307+
{
308+
"name": "GatewayAPIWithoutOLM"
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
@@ -163,9 +163,6 @@
163163
{
164164
"name": "GCPDualStackInstall"
165165
},
166-
{
167-
"name": "GatewayAPIWithoutOLM"
168-
},
169166
{
170167
"name": "HyperShiftOnlyDynamicResourceAllocation"
171168
},
@@ -309,6 +306,9 @@
309306
{
310307
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
311308
},
309+
{
310+
"name": "GatewayAPIWithoutOLM"
311+
},
312312
{
313313
"name": "ImageStreamImportMode"
314314
},

0 commit comments

Comments
 (0)