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 1515| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1616| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1717| 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 > | | |
1918| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
2019| NewOLM| | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
2120| 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 > |
5857| 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 > |
5958| 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 > |
6059| 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 > |
6161| 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 > |
6262| 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 > |
6363| 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 (
724724 contactPerson ("jsafrane" ).
725725 productScope (kubernetes ).
726726 enhancementPR ("https://github.com/kubernetes/enhancements/issues/1710" ).
727- enableIn (configv1 .DevPreviewNoUpgrade ).
727+ enableIn (configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
728728 mustRegister ()
729729
730730 FeatureGateDualReplica = newFeatureGate ("DualReplica" ).
Original file line number Diff line number Diff line change 5757 {
5858 " name " : " NoRegistryClusterOperations"
5959 },
60- {
61- " name " : " SELinuxMount"
62- },
6360 {
6461 " name " : " ShortCertRotation"
6562 },
269266 {
270267 " name " : " RouteExternalCertificate"
271268 },
269+ {
270+ " name " : " SELinuxMount"
271+ },
272272 {
273273 " name " : " ServiceAccountTokenNodeBinding"
274274 },
Original file line number Diff line number Diff line change 4242 {
4343 " name " : " NoRegistryClusterOperations"
4444 },
45- {
46- " name " : " SELinuxMount"
47- },
4845 {
4946 " name " : " ShortCertRotation"
5047 },
269266 {
270267 " name " : " RouteExternalCertificate"
271268 },
269+ {
270+ " name " : " SELinuxMount"
271+ },
272272 {
273273 " name " : " ServiceAccountTokenNodeBinding"
274274 },
You can’t perform that action at this time.
0 commit comments