File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
payload-manifests/featuregates Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
16
16
| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
17
17
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
18
- | SELinuxMount| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
19
18
| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
20
19
| NewOLM| | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
21
20
| AWSClusterHostedDNS| | | <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 > |
58
57
| NutanixMultiSubnets| | | <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 > |
59
58
| OVNObservability| | | <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 > |
60
59
| PreconfiguredUDNAddresses| | | <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 > |
60
+ | SELinuxMount| | | <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 > |
61
61
| SignatureStores| | | <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 > |
62
62
| SigstoreImageVerificationPKI| | | <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 > |
63
63
| StoragePerformantSecurityPolicy| | | <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 > |
Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ var (
724
724
contactPerson ("jsafrane" ).
725
725
productScope (kubernetes ).
726
726
enhancementPR ("https://github.com/kubernetes/enhancements/issues/1710" ).
727
- enableIn (configv1 .DevPreviewNoUpgrade ).
727
+ enableIn (configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
728
728
mustRegister ()
729
729
730
730
FeatureGateDualReplica = newFeatureGate ("DualReplica" ).
Original file line number Diff line number Diff line change 57
57
{
58
58
" name " : " NoRegistryClusterOperations"
59
59
},
60
- {
61
- " name " : " SELinuxMount"
62
- },
63
60
{
64
61
" name " : " ShortCertRotation"
65
62
},
269
266
{
270
267
" name " : " RouteExternalCertificate"
271
268
},
269
+ {
270
+ " name " : " SELinuxMount"
271
+ },
272
272
{
273
273
" name " : " ServiceAccountTokenNodeBinding"
274
274
},
Original file line number Diff line number Diff line change 42
42
{
43
43
" name " : " NoRegistryClusterOperations"
44
44
},
45
- {
46
- " name " : " SELinuxMount"
47
- },
48
45
{
49
46
" name " : " ShortCertRotation"
50
47
},
269
266
{
270
267
" name " : " RouteExternalCertificate"
271
268
},
269
+ {
270
+ " name " : " SELinuxMount"
271
+ },
272
272
{
273
273
" name " : " ServiceAccountTokenNodeBinding"
274
274
},
You can’t perform that action at this time.
0 commit comments