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 14
14
| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
15
15
| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
16
16
| NewOLMWebhookProviderOpenshiftServiceCA| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
17
- | SELinuxMount| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
18
17
| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
19
18
| NewOLM| | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
20
19
| 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 > |
61
60
| 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 > |
62
61
| 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 > |
63
62
| 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 > |
63
+ | 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 > |
64
64
| 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 > |
65
65
| SigstoreImageVerification| | | <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
66
| 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 > |
Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ var (
730
730
contactPerson ("jsafrane" ).
731
731
productScope (kubernetes ).
732
732
enhancementPR ("https://github.com/kubernetes/enhancements/issues/1710" ).
733
- enableIn (configv1 .DevPreviewNoUpgrade ).
733
+ enableIn (configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
734
734
mustRegister ()
735
735
736
736
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
},
281
278
{
282
279
" name " : " RouteExternalCertificate"
283
280
},
281
+ {
282
+ " name " : " SELinuxMount"
283
+ },
284
284
{
285
285
" name " : " ServiceAccountTokenNodeBinding"
286
286
},
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
},
281
278
{
282
279
" name " : " RouteExternalCertificate"
283
280
},
281
+ {
282
+ " name " : " SELinuxMount"
283
+ },
284
284
{
285
285
" name " : " ServiceAccountTokenNodeBinding"
286
286
},
You can’t perform that action at this time.
0 commit comments