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 1414| NewOLMOwnSingleNamespace| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1515| NewOLMPreflightPermissionChecks| | | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
1616| 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 > | | |
1817| VSphereMixedNodeEnv| | | <span style =" background-color : #519450 " >Enabled</span > | <span style =" background-color : #519450 " >Enabled</span > | | |
1918| NewOLM| | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > | | <span style =" background-color : #519450 " >Enabled</span > |
2019| 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 > |
6160| 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 > |
6261| 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 > |
6362| 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 > |
6464| 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 > |
6565| 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 > |
6666| 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 (
730730 contactPerson ("jsafrane" ).
731731 productScope (kubernetes ).
732732 enhancementPR ("https://github.com/kubernetes/enhancements/issues/1710" ).
733- enableIn (configv1 .DevPreviewNoUpgrade ).
733+ enableIn (configv1 .DevPreviewNoUpgrade , configv1 . TechPreviewNoUpgrade ).
734734 mustRegister ()
735735
736736 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 },
281278 {
282279 " name " : " RouteExternalCertificate"
283280 },
281+ {
282+ " name " : " SELinuxMount"
283+ },
284284 {
285285 " name " : " ServiceAccountTokenNodeBinding"
286286 },
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 },
281278 {
282279 " name " : " RouteExternalCertificate"
283280 },
281+ {
282+ " name " : " SELinuxMount"
283+ },
284284 {
285285 " name " : " ServiceAccountTokenNodeBinding"
286286 },
You can’t perform that action at this time.
0 commit comments