Skip to content

Commit d29a368

Browse files
committed
feat: Promoting gate AWSServiceLBNetworkSecurityGroup to GA
1 parent 22c7448 commit d29a368

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
| AWSClusterHostedDNSInstall| | | <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> |
2323
| AWSDedicatedHosts| | | <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> |
2424
| AWSDualStackInstall| | | <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> |
25-
| AWSServiceLBNetworkSecurityGroup| | | <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> |
2625
| AutomatedEtcdBackup| | | <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> |
2726
| AzureClusterHostedDNSInstall| | | <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
| AzureDedicatedHosts| | | <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> |
@@ -80,6 +79,7 @@
8079
| VSphereHostVMGroupZonal| | | <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> |
8180
| VSphereMixedNodeEnv| | | <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> |
8281
| VolumeGroupSnapshot| | | <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> |
82+
| AWSServiceLBNetworkSecurityGroup| <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> |
8383
| AzureWorkloadIdentity| <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> |
8484
| BuildCSIVolumes| <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> |
8585
| ConsolePluginContentSecurityPolicy| <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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -736,12 +736,12 @@ var (
736736
mustRegister()
737737

738738
FeatureGateAWSServiceLBNetworkSecurityGroup = newFeatureGate("AWSServiceLBNetworkSecurityGroup").
739-
reportProblemsToJiraComponent("Cloud Compute / Cloud Controller Manager").
740-
contactPerson("mtulio").
741-
productScope(ocpSpecific).
742-
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
743-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
744-
mustRegister()
739+
reportProblemsToJiraComponent("Cloud Compute / Cloud Controller Manager").
740+
contactPerson("mtulio").
741+
productScope(ocpSpecific).
742+
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
743+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade, configv1.Default, configv1.OKD).
744+
mustRegister()
745745

746746
FeatureGateImageVolume = newFeatureGate("ImageVolume").
747747
reportProblemsToJiraComponent("Node").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
{
2525
"name": "AWSDualStackInstall"
2626
},
27-
{
28-
"name": "AWSServiceLBNetworkSecurityGroup"
29-
},
3027
{
3128
"name": "AutomatedEtcdBackup"
3229
},
@@ -251,6 +248,9 @@
251248
}
252249
],
253250
"enabled": [
251+
{
252+
"name": "AWSServiceLBNetworkSecurityGroup"
253+
},
254254
{
255255
"name": "AzureWorkloadIdentity"
256256
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
{
2727
"name": "AWSDualStackInstall"
2828
},
29-
{
30-
"name": "AWSServiceLBNetworkSecurityGroup"
31-
},
3229
{
3330
"name": "AutomatedEtcdBackup"
3431
},
@@ -253,6 +250,9 @@
253250
}
254251
],
255252
"enabled": [
253+
{
254+
"name": "AWSServiceLBNetworkSecurityGroup"
255+
},
256256
{
257257
"name": "AzureWorkloadIdentity"
258258
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
{
2525
"name": "AWSDualStackInstall"
2626
},
27-
{
28-
"name": "AWSServiceLBNetworkSecurityGroup"
29-
},
3027
{
3128
"name": "AutomatedEtcdBackup"
3229
},
@@ -245,6 +242,9 @@
245242
}
246243
],
247244
"enabled": [
245+
{
246+
"name": "AWSServiceLBNetworkSecurityGroup"
247+
},
248248
{
249249
"name": "AzureWorkloadIdentity"
250250
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
{
2727
"name": "AWSDualStackInstall"
2828
},
29-
{
30-
"name": "AWSServiceLBNetworkSecurityGroup"
31-
},
3229
{
3330
"name": "AutomatedEtcdBackup"
3431
},
@@ -247,6 +244,9 @@
247244
}
248245
],
249246
"enabled": [
247+
{
248+
"name": "AWSServiceLBNetworkSecurityGroup"
249+
},
250250
{
251251
"name": "AzureWorkloadIdentity"
252252
},

0 commit comments

Comments
 (0)